RMAN CONNECTION ERROR

Dear Sir

When connecting to the database through rman, I wrote the command as

cmd > RMAN

RMAN > RMAN TARGET = JANA
HERE JANA is the name of the host

password target for RMAN:

The version of oracle is 9.2.0.1.0.After set sys password it gives me error like TNS PROTOCOL ADAPTER.

Also in oracle 9i, at the SVRMGRL connection in the cmd prompt it gives me errror not a svrmgrl recognized

Can I know what is perhaps the reason why it?
What is the password I should put to start my RMAN BACKUP. Y at - it an Oracle package provided to configure RMAN?

Appreciate your help on the above?

Concerning
Manoj Thakur

[email protected] wrote:
Dear Sir

When connecting to the database through rman, I wrote the command as

cmd > RMAN

RMAN > RMAN TARGET = JANA
HERE JANA is the name of the host

password target for RMAN:

The version of oracle is 9.2.0.1.0.After set sys password it gives me error like TNS PROTOCOL ADAPTER.

Also in oracle 9i, at the SVRMGRL connection in the cmd prompt it gives me errror not a svrmgrl recognized

Can I know what is perhaps the reason why it?
What is the password I should put to start my RMAN BACKUP. Y at - it an Oracle package provided to configure RMAN?

Appreciate your help on the above?

Concerning
Manoj Thakur

You don't need to specify a password when connecting to RMAN
Simply set the environment variable correctly and start rman as well

set ORACLE_SID=JANA
rman target / 

Tags: Database

Similar Questions

  • RMAN backup error

    Hello

    I get an error when you try to run an Oracle database backup using a windows batch file that calls a settings file to execute RMAN commands. This is handled by the windows scheduler.

    It's been in place for several months and worked fine until today.

    Oracle Version - 11G 11.2.0.2.0

    OS - Windows server 2008 R2

    * Note *-I have changed for security reasons password and company information.

    Here are the contents of the batch file:

    echo: [email protected] > > \\CCCODS09\c$\Support\DB_Backup\Max.log

    echo to: [email protected] > > \\CCCODS09\c$\Support\DB_Backup\Max.log

    Echo subject: Max Backup log > > \\CCCODS09\c$\Support\DB_Backup\Max.log

    RMAN @\\CCCODS09\c$\Support\DB_Backup\Max.txt > > \\CCCODS09\c$\Support\DB_Backup\Max.log

    copy \\CCCODS09\c$\Support\DB_Backup\Max.log \\ccvmds51\c$\inetpub\mailroot\Pickup\email.txt

    del \\CCCODS09\c$\Support\DB_Backup\Max.log

    Here is the content of the Max.txt settings file:

    connect sys/password@maxof target;

    Run {}

    backup as compressed backupset actual additional database tag 0 = = "format='\\cccobu02\oracle\cccods09\Max\%T_Max-HOT-BACKUP-OF-FULL-DATABASE-AND-LOGS-DATAFILE-%U.BKP';

    backup as compressed backupset archivelog all delete tag all input = "format='\\cccobu02\oracle\cccods09\Max\%T_Max-HOT-BACKUP-OF-FULL-DATABASE-AND-LOGS-LOGFILE-%U.BKP';

    backup as compressed backupset current controlfile tag = "format='\\cccobu02\oracle\cccods09\Max\%T_Max-HOT-BACKUP-OF-FULL-DATABASE-AND-LOGS-CONTROLFILE-%U.BKP";

    }

    "exit";

    And here is the log file:

    Recovery Manager: release 11.2.0.2.0 - Production on Mon Nov 17 05:30 2014

    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

    RMAN > Connect target *.

    2 > run {}

    3>           = backup as compressed backupset actual additional database tag 0 = "format='\\cccobu02\oracle\cccods09\Max\%T_Max-HOT-BACKUP-OF-FULL-DATABASE-AND-LOGS-DATAFILE-%U.BKP';

    4>           backup as compressed backupset archivelog all delete tag all input = "format='\\cccobu02\oracle\cccods09\Max\%T_Max-HOT-BACKUP-OF-FULL-DATABASE-AND-LOGS-LOGFILE-%U.BKP';

    5>           as a compressed backupset backup current controlfile tag = "format='\\cccobu02\oracle\cccods09\Max\%T_Max-HOT-BACKUP-OF-FULL-DATABASE-AND-LOGS-CONTROLFILE-%U.BKP ';

    {6 >}

    7 > exit;

    connected to target database: MAX (DBID = 1234567890)

    From backup 17 November 14

    DBGSQL: TARGET > select nvl (max (al.recid), '0'), nvl (max (al.recid), 0) in : txtparmvalue,: parmvalue of al v$ archived_log where in al.status ('X', 'A') and al.is_recovery_dest_file = 'YES' and al.creator = "RMAN"

    DBGSQL: SQLCODE = 1008

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of the backup at 17/11/2014 05:30:16 command

    RMAN-03014: implicit recovery catalog Resync failed

    ORA-01008: not all variables

    Complete recovery manager.

    If you need more information please let me know.

    Any help to fix this would be appreciated.

    Thank you

    Hello

    This is considered to be a bug for 11.2.0.2 version.

    Please see this document of MOS

    ORA-01008: RMAN backup does not work with assorted errors 11.2.0.2 If cursor sharing is turned on (Doc ID 1472116.1)

    Kind regards

    Shivananda

  • RMAN connect target ORA-01031

    Hi all

    I have a question about connect with database.

    [oracle@srv-deeps-01 ~]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Fri Aug 23 09:11:26 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    SQL> select * from v$pwfile_users;
    
    USERNAME                       SYSDB SYSOP SYSAS
    ------------------------------ ----- ----- -----
    SYS                            TRUE  TRUE  FALSE
    MON                            TRUE  FALSE FALSE
    
    [oracle@srv-deeps-01 ~]$sqlplus /nolog
    SQL*Plus: Release 11.2.0.3.0 Production on Fri Aug 23 09:00:35 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    SQL> connect mon/mon@deeps as sysdba
    Connected.
    

    Also, I can connect to the database with rman

    [oracle@srv-deeps-01 ~]$ rman target /
    Recovery Manager: Release 11.2.0.3.0 - Production on Fri Aug 23 09:12:45 2013
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: deeps (DBID=3218868617)
    RMAN>
    
    [oracle@srv-deeps-01 ~]$ rman
    Recovery Manager: Release 11.2.0.3.0 - Production on Fri Aug 23 09:14:30 2013
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    RMAN> connect target mon/mon
    connected to target database: deeps (DBID=3218868617)
    RMAN>
    

    But when I try to connect to databases remotely I ORA-01031

    [oracle@srv-deeps-01 ~]$ rman
    Recovery Manager: Release 11.2.0.3.0 - Production on Fri Aug 23 09:16:20 2013
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    RMAN> connect target mon/MonDEEPDB2013@deepdb
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-01031: insufficient privileges
    RMAN>
    

    In what could be the problem?

    PS This is a RAC database

    What is the value for the parameter remote_login_passwordfile?

    Aman...

  • RMAN-06004: error recovery catalog database ORACLE

    Hi all

    I'm new to the RMAN module, please help me solve the error below.
    Recovery Manager: Release 9.2.0.6.0 - Production
    
    Copyright (c) 1995, 2002, Oracle Corporation.  All rights reserved.
    
    connected to target database: DB96 (DBID=2450380394)
    connected to recovery catalog database
    
    RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT '\\10.101.22.80\Backup\Rman\Prologs\DB96/DB96_FULL_%T_%U.rman' MAXPIECESIZE 4 G; 
    2> CONFIGURE CONTROLFILE AUTOBACKUP ON; 
    3> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '\\10.101.22.80\Backup\Rman\Prologs\DB96/DB96_ctlfile_%F'; 
    4> CONFIGURE RETENTION POLICY TO REDUNDANCY 1; 
    5> shutdown immediate; 
    6> startup mount; 
    7> backup database; 
    8> CROSSCHECK BACKUP; 
    9> DELETE NOPROMPT OBSOLETE; 
    10> alter database open; 
    11> list backup summary; 
    12> exit;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of configure command at 06/20/2011 11:31:55
    RMAN-06004: ORACLE error from recovery catalog database:
     
    RMAN-20001: target database not found in recovery catalog
    Recovery Manager complete.
    Please do the neeful.

    Kind regards
    Jame

    Jame,

    connect to retrieve catalog owner user (RMAN) using SQLPLUS on the catalog database and run the following query.

    SQL> select * from rc_database;
    

    Another thing is, check, if your catalog is accidentally created in the target database or you sure sound in a separate database (possibly on a separate server).

    Thank you
    RANA

    Published by: RANA June 20, 2011 17:08

    Published by: RANA June 20, 2011 17:41

  • RMAN restore error - recovery of media asking unknown journal: thread 1 seq 7

    IM using RMAN to copy a database to another server. The new server is IDENTICAL to the former. By identical I mean she has the same break the name, ip address, operating system, directory structure and the Oracle version.

    The new server has already created instance, (same name as the old server example, paths etc.)

    The backup files have been restored manually on the new server, the same places that they were on the old. (RMAN makes a backup controlfile automatic and also the archivelogs on the old server).

    Ive restored the control file to the new server from the elements of RMAN backup.

    Ive cataloged items of RMAN backup on the new server.

    I know that the last available in the backup of the archivelogs sequence running on the new server:

    backup from the list of the archivelog all;

    List of backup sets
    ===================

    Time of accomplishment time BS key size Device Type
    ------- ---------- ----------- ------------ ---------------
    14,43 5 M DISK 00:00:03 11 MAY 11
    BP key: 9 situation: AVAILABLE Tablet: NO Tag: TAG20110511T163502
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\
    011_05_11\O1_MF_ANNNN_TAG20110511T163502_6WOC5833_. BKP

    List of newspapers archived on backup the value 5
    The next time that THRD Seq YVERT low low time next YVERT
    ---- ------- ---------- --------- ---------- ---------
    1 2 550217 10 MAY 11 556559 11 MAY 11
    1 3 556559 11 MAY 11 559776 11 MAY 11
    1 4 559776 11 MAY 11 560093 11 MAY 11
    1 5 560093 11 MAY 11 560794 11 MAY 11

    Time of accomplishment time BS key size Device Type
    ------- ---------- ----------- ------------ ---------------
    RECORD OF 15.50 K 7 00:00:01 11 MAY 11
    BP key: 10 location: AVAILABLE Tablet: NO Tag: TAG20110511T163653
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\
    011_05_11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_. BKP

    List of newspapers archived in backup set 7
    The next time that THRD Seq YVERT low low time next YVERT
    ---- ------- ---------- --------- ---------- ---------
    1 6 560794 11 MAY 11 560851 11 MAY 11


    So far its all perfectly fine.

    Now I want to restore the data files and recover. So I ran:

    RMAN run {restore database; recover database; alter database open resetlogs ;}}

    This gave me the result below is going very well, but I get a final error, I think that the error is because its search for an archive log that is not in the backup set, but it should be. However, I think 560851 SNA is for a journal that had not yet been created on the old server when the backup was run?

    I address, how to fix the error? Its interesting to note the journal, "archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG".
    \2011_05_11\O1_MF_1_6_6WOK1X4W_. ARCH-recid = 10 = 750881741 "stamp is not on the old server or which explains why this isn't in the backup set.

    I can do an alter database open reset connects but Id prefer to know why its failure.


    Any help would be appreciated.

    ........................................................


    RMAN > run {restore database, recover databases; alter database open resetlogs ;}}

    From restoration to 11 May 11
    using channel ORA_DISK_1

    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile 00001 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\SYSTEM01. DBF
    restoring datafile 00002 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\UNDOTBS01. DBF
    restoring datafile 00003 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\SYSAUX01. DBF
    restoring datafile 00004 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\USERS01. DBF
    channel ORA_DISK_1: backup C:\ORACLE\PRODUCT\10.2.0\FLASH_REC piece reading
    OVERY_AREA\SAT\BACKUPSET\2011_05_11\O1_MF_NNNDF_TAG20110511T163507_6WOC5CM7_. BKP

    channel ORA_DISK_1: restored the backup part 1
    room handle=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\2011_05_
    11\O1_MF_NNNDF_TAG20110511T163507_6WOC5CM7_. Tag BKP = TAG20110511T163507
    channel ORA_DISK_1: restore complete, duration: 00:00:55
    Restoration finished in 11 May 11


    From back to 11 May 11
    using channel ORA_DISK_1

    starting media recovery

    channel ORA_DISK_1: from the archives to default destination log restore
    channel ORA_DISK_1: restore the newspaper archive
    archive log thread = 1 sequence = 6
    channel ORA_DISK_1: backup C:\ORACLE\PRODUCT\10.2.0\FLASH_REC piece reading
    OVERY_AREA\SAT\BACKUPSET\2011_05_11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_. BKP

    channel ORA_DISK_1: restored the backup part 1
    room handle=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\2011_05_
    11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_. Tag BKP = TAG20110511T163653
    channel ORA_DISK_1: restore complete, duration: 00:00:01
    archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG
    \2011_05_11\O1_MF_1_6_6WOK1X4W_. Wire ARC = 1 sequence = 6
    default channel: delete records or newspapers
    archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG
    \2011_05_11\O1_MF_1_6_6WOK1X4W_. ARCH-recid = stamp 10 = 750881741
    Cannot find the log archiving
    archive log thread = 1 sequence = 7
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command recover at 11/05/2011 18:15:42
    RMAN-06054: recovery of media asking unknown journal: thread 1 seq 7 lowscn 560851

    RMAN >

    Published by: user12173666 on May 11, 2011 10:28

    He asked all of the available archives, whenever you give the database recovery, he keeps searching for the next archives, actually these archives are not yet generated, then you can ignore.

    Now just connect to SQL and give

    SQL > alter database open resetlogs;

    It should work.

  • RMAN-20260 error trying to delete a backup piece

    Hello

    In my company, we use Oracle 10 g, managed by RMAN and integrated with TSM backup.
    In order to remove old backup files, there is a removal script to do this.

    Basically this script:

    connect to the RMAN catalog
    allocate channel for maintenance device 'sbt_tape '.
    Change Remove backuppiece < names of files of more than 35 days rc_backup_piece >;

    When this command is executed, this error is generated:

    RMAN-03002: failure of the command to delete at 18/01/2010 17:14
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20260: element not found in the Recovery Catalog backup
    RMAN-06092: error while up the backup piece

    Any ideas?

    Thanks in advance.
    Iron

    Hi iron,

    What I've noticed is that in the file log of alerts is an ALTER DATABASE OPEN RESETLOGS on 2 January 10.

    Any idea who executed the order resetlogs on January 2, 2010?

    It does not create a new entry in the rc_database table?

    No, someone part actively this database in the catalog.

    Can give you any suggestions what to do now?

    Well, you have a 35-day retention strategy, which means that you can purge all data catalogue the XPTO DBID 4085004961 database in less than a week.
    Wait until February 8, then run the following sql against the catalog.

    Select ' EXEC DBMS_RCVCAT. UNREGISTERDATABASE('||) DB_KEY | «, » || DBID |') ;'|| ' '|| resetlogs_time
    of rc_database
    WHERE name = "& db_name.
    ;

    Use the output to unregister database with DBID 4085004961 only.

    Kind regards

    Tycho

  • RMAN-06004: error ORACLE recovery catalog database: RMAN-20001: target

    Hello

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup command to 2009-03-31 21:59:24
    RMAN-03014: implicit recovery catalog Resync failed
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20001: target not found in the recovery catalog database


    I get the above error while taking backup RMAN Level0. I am able to connect to the database of the catalogue without any problem.

    I already have this registry database command in RMAN prompt. Now I am able to see backup list but I don't know how that DB asking to sign up for today. Until yesterday, the backups were running fine btu today his application to enter the catalog DB.

    Here we manually to connect the catalogue in this way
    rman target $ /.
    RMAN > catalog connection rmanuser/password @ < globalcatalogDB >
    connected.

    After that if I give this command means...

    RMAN > backup from the list of database;
    I get the error I pasted at the earliest.

    Thanks in advance.

    If you do not have a catalog, you need not to save the database. Rely you only on the target database controlfile. If you use a catalog, you must save the target database, but only once. If you sometimes use a catalog - and sometimes not--the appropriate command is RESYNC (although in many cases RMAN automatically done).

    Werner

  • Update the Adobe Flash plugin always translates into a connection error

    Firefox quote plugin Adobe Flash as being outdated (has happened several times previously); the latest version of the plugin is downloaded (as done successfully many times before). This time, a connection error occurs. Repeat the process several times over several days gives the same results.

    More in detail, the smallest prior download EXE which is first downloaded from the Adobe site is able to be downloaded, but by operating it said something like "Download will begin shortly," with the download of the application itself never occurring, and a later message connection error.

    Although there seems to be a problem with Adobe, I suppose that other Firefox users would have also encountered this problem and he may know a solution.

    Better to use the full installer offline from here:
    https://www.Adobe.com/products/flashplayer/distribution3.html

  • connection error install Adobe flash player

    When I try to update the adobe flash player, after installing it, I get error msg "connection error".
    Please help me by giving all possible solutions/options to solve this problem.

    Hi, please use the http://www.adobe.com/products/flashplayer/distribution3.html flash Offline Installer
    (for firefox, you need windows exe - install 'plugin according to the browsers')

  • I get a 'Secure connection' error failed with google stating "certificate contains the same serial number.

    When I click on a link to a google search, I get the "Secure connection" error failed in Firefox. He says, "please contact the administrator of the server or email correspondent and give them the following information: your certificate contains the same serial number for another certificate issued by the certification authority."

    I followed the instructions here:
    https://support.Mozilla.org/en-us/KB/certificate%20contains%20The%20Same%20serial%20number%20As%20another%20certificate
    and looked at this article:
    https://support.Mozilla.org/en-us/questions/1028103?ESAB=a & As = AAQ

    I uninstalled and reinstalled Firefox, deleted the entire folder profiles and reset Firefox. I see that the older (orphans) article points to my router. However, I have a new router and have updated their software. There is no button to add an exception (as stated in the article), so I can't just work around it. This problem does not occur with IE, so I have a hard time to believe that it is my router.

    How to solve this problem? I really want to change browser.

    Finally, I tracked the issue. The answer was found here:
    https://support.Mozilla.org/en-us/questions/1028985

    It turns out that Avast has a web shield that passes through its own verification of certificate https. Of course, this feature is not quite right and loses track of the certificates. Disable "https scanning" in the settings of Avast resolved the problem.

  • How repair there is an Apple ID server connection error?

    How repair there is an Apple ID server connection error?

    Where to find similar solution anwer?

  • "Connection error. Check the Internet connection. »

    I just installed my printer (an HP CM2320fxi upgrade). Everything works except ePrint/Web Services. The printer is connected directly to my router. It prints network computers. AirPrint works from iOS devices. It can scan to e-mail and documents are properly received by mail outside the network accounts (i.e. it must be connected to and talk to the internet). All the router firmware and the printer has been confirmed to date. all devices have been reset and restarted several times. However, if I try to activate HP Web Services for ePrint installation, I get the following error message: "connection error. Check the Internet connection. »

    After struggling with this issue for many months, including many discussions phone and email exchanges with technical support from HP, they finally sent me a replacement printer.  It works as advertised right out of the box.  I don't know what was the underlying problem, but the fact is that he couldn't be corrected with one of the solutions proposed in the discussions on this forum.  Apparently, there's HP printers out there with a lack of internet connection has nothing to do with a solution that is configurable by the user.  If you have one, then you will need to replace your printer.

    I can't thank HP for that.  They tried my patience and tenacity of the months before offering the only real solution.  They must know their products better than that and should have replaced my printer several months ago.  That being said, the tech person with whom I had most of my relationships, it was a nice guy.  I expect he's working under an edict on exhausting all possible tactics before agreeing to replace the unit.

    Good luck!

  • I continually get HP connection error.

    Recently, when you try to access the websites of my emails, I continually get 'Connection HP error' screen 'Google Chrome cannot display the webpage ".  Chrome is my default browser.  Outlook is my default Email.  When I try another browser, I can access these sites OK.  Until 2 weeks ago, it wasn't a problem.  I have run Norton 365 as my anti virus system.  I'm an old friend "and not too computer.  Intermittently, I have trouble just open Chrome and get the same screen "HP connection error".  Completely at random intervals.  Can you help me please?

    @Veteran44 Welcome to the HP Forums

    I would like to take a moment and thank you for the use of this forum, it is a great place to find answers.
    You have the best experience on the HP forum, you can also visit our Guide of Forums from HP for the first time here? Learn how to post and much more.

    If I understand correctly you get the "error of connection HP" on Google Chrome and are unable to use the browser because of the same thing, nothing to fear however that it is a problem with a minor extension on chrome that is damaged or defective, please disable the HP print for the use of chrome the steps below to solve the problem:

    1. In your browser, click on menu.
    2. Select more tools > Extensions.
    3. To disable an extension, uncheck the enabled box. Check the box to activate it.

    If an extension is an icon in your toolbar in Chrome, you can right-click on the icon and select Remove chrome to uninstall the extension.

    You can download it later by clicking here

    I would like to know if these measures worked for you.  If they did, it's great!  Give us some reinforcements by clicking on the solution and laurels, buttons that help and others see that we have the answers!
    Good luck.

  • Web Services problem - server connection error

    Hello world.

    When I try to enable Web Services, I get an error. I am connected to internet (WiFi) and the connection is ok.

    The error is:

    Server connection error

    The printer could not connect to the server. Check the internet connection and try again, or enter a proxy address.

    I do not have a proxy, and the internet connection is ok! Why do I have this problem?

    Thank you very much.

    We will set an IP address of the printer:

    -Print a the front of the printer Network Setup Page. Note the IP address of the printer.
    -Enter the IP address in a browser to reveal the internal settings of the printer.
    -Choose the network tab, then wireless along the left side, then on the IPv4 tab.
    -On this screen, you want to set a manual IP address. You must assign an IP address outside the range that the router sets automatically (called the DHCP range). You can find the beach DHCP from the router using its internal settings page or in its manual. Use the CD that came with your router or type the IP address of the router (ends para.1) in a browser.
    -Apply the subnet 255.255.255.0 (unless you know it's different, if so, use it)
    -Enter the IP of your router (on the Page of the Network Config) for the bridge and the first DNS. Let the second white.< the="" dns="" could="" be="" your="" problem.=""  if="" this="" does="" not="" work,="" try="" google's="" dns="">
    -Click 'apply '.

    Now, stop the router and printer, start the router, wait, and then start printing.

    After that, you will have to redo 'Add printer' using the new IP address.

  • Scanning: Unable to connect error Web Services

    My specific error is not listed:
    Server connection error: unable to connect to Web Services. Confirm access to the Internet, and then try again.
    This error keeps popping up when I try to scan a document from the printer to the PC, even though I'm connected wireless to the internet and you can print wireless from all devices. I use this scan function every day, and this error occur every two weeks. Cannot find how to fix it. Have tried rebooting with no luck.

    Thanks - we actually ended up contacting HP because I needed to operate as soon as POSSIBLE for my business. They we had to do something similar to what you suggested and I saved your instructions if we receive this error in the future. Thank you for coming back with me!

Maybe you are looking for