Scan ip problem

Hi,
Oracle Version: 11gR2
Operating System : Cent Os
I was unable to connect to my rac database through SCAN IP after creating a new rac database .But i was able to connect through my public and VIP . Can any one please tell me what are the changes do i need to do .
Here i create one service for my rac database as show below.
[oracle@rac1 ~]$ srvctl add service -d qfundrac -s ractest -P BASIC -e select -r qfundrac1 -a qfundrac2
[oracle@rac1 ~]$ srvctl start service -d qfundrac -s ractest
[oracle@rac1 ~]$ srvctl status service
PRKO-2082 : Missing mandatory option -d
[oracle@rac1 ~]$ srvctl status service -d qfundrac -s ractest
Service ractest is running on instance(s) qfundrac1
[oracle@rac1 ~]$ srvctl config service -d qfundrac -s ractest
Service name: ractest
Service is enabled
Server pool: qfundrac_ractest
Cardinality: 1
Disconnect: false
Service role: PRIMARY
Management policy: AUTOMATIC
DTP transaction: false
AQ HA notifications: false
Failover type: SEL
Failover method: NONE
TAF failover retries: 0
TAF failover delay: 0
Connection Load Balancing Goal: LONG
Runtime Load Balancing Goal: NONE
TAF policy specification: BASIC
Preferred instances: qfundrac1
Available instances: qfundrac2
[oracle@rac1 ~]$when trying to connect through service name from sql developer it is sowing error as network adapter could not establish a connection and my scan ip is racdb-scan.qfund.net
Thanks & Regards,
Poorna Prasad.S

Hi star_641522 ,
As you mentioned i think there was some problem with my listeners here is the output for both the nodes
NODE-1
[grid@rac1 ~]$ lsnrctl service LISTENER_SCAN1
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-MAY-2011 09:06:06
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
  TNS-00511: No listener
   Linux Error: 2: No such file or directory
[grid@rac1 ~]$ lsnrctl service LISTENER_SCAN2
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-MAY-2011 09:06:20
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))
Services Summary...
Service "qfundrac" has 2 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac1-vip)(port=1521)))
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac2-vip)(port=1521)))
Service "qfundracXDB" has 2 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER <machine: rac1.qfund.net, pid: 14568>
         (ADDRESS=(PROTOCOL=tcp)(HOST=rac1.qfund.net)(PORT=49479))
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER <machine: rac2.qfund.net, pid: 4692>
         (ADDRESS=(PROTOCOL=tcp)(HOST=rac2.qfund.net)(PORT=60836))
Service "ractest" has 1 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac1-vip)(port=1521)))
Service "ractest2" has 1 instance(s).
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac2-vip)(port=1521)))
The command completed successfully
[grid@rac1 ~]$ lsnrctl service LISTENER_SCAN3
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-MAY-2011 09:06:31
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))
Services Summary...
Service "qfundrac" has 2 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac1-vip)(port=1521)))
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac2-vip)(port=1521)))
Service "qfundracXDB" has 2 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER <machine: rac1.qfund.net, pid: 14568>
         (ADDRESS=(PROTOCOL=tcp)(HOST=rac1.qfund.net)(PORT=49479))
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER <machine: rac2.qfund.net, pid: 4692>
         (ADDRESS=(PROTOCOL=tcp)(HOST=rac2.qfund.net)(PORT=60836))
Service "ractest" has 1 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac1-vip)(port=1521)))
Service "ractest2" has 1 instance(s).
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac2-vip)(port=1521)))
The command completed successfully
[grid@rac1 ~]$ lsnrctl service
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-MAY-2011 09:07:05
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
Services Summary...
Service "+ASM" has 1 instance(s).
  Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:4 refused:0 state:ready
         LOCAL SERVER
Service "qfundrac" has 1 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "qfundracXDB" has 1 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER <machine: rac1.qfund.net, pid: 14568>
         (ADDRESS=(PROTOCOL=tcp)(HOST=rac1.qfund.net)(PORT=49479))
Service "ractest" has 1 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
The command completed successfully
NODE-2
[grid@rac2 ~]$ lsnrctl service listener_scan2
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-MAY-2011 09:07:43
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
TNS-01101: Could not find service name listener_scan2
[grid@rac2 ~]$ lsnrctl service listener_scan1
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-MAY-2011 09:07:58
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))
Services Summary...
Service "qfundrac" has 2 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac1-vip)(port=1521)))
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac2-vip)(port=1521)))
Service "qfundracXDB" has 2 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER <machine: rac1.qfund.net, pid: 14568>
         (ADDRESS=(PROTOCOL=tcp)(HOST=rac1.qfund.net)(PORT=49479))
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER <machine: rac2.qfund.net, pid: 4692>
         (ADDRESS=(PROTOCOL=tcp)(HOST=rac2.qfund.net)(PORT=60836))
Service "ractest" has 1 instance(s).
  Instance "qfundrac1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac1-vip)(port=1521)))
Service "ractest2" has 1 instance(s).
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac2-vip)(port=1521)))
The command completed successfully
[grid@rac2 ~]$ lsnrctl service listener_scan3
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-MAY-2011 09:08:18
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
TNS-01101: Could not find service name listener_scan3
[grid@rac2 ~]$ lsnrctl service
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-MAY-2011 09:08:29
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
Services Summary...
Service "+ASM" has 1 instance(s).
  Instance "+ASM2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         LOCAL SERVER
Service "qfundrac" has 1 instance(s).
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:2 refused:0 state:ready
         LOCAL SERVER
Service "qfundracXDB" has 1 instance(s).
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER <machine: rac2.qfund.net, pid: 4692>
         (ADDRESS=(PROTOCOL=tcp)(HOST=rac2.qfund.net)(PORT=60836))
Service "ractest2" has 1 instance(s).
  Instance "qfundrac2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:2 refused:0 state:ready
         LOCAL SERVER
The command completed successfullyhere is the out put for my remote_listeners and local_listeners
select INST_ID, NAME, VALUE   from gv$parameter where name like '%_listener%'
INST_ID        NAME      VALUE
1     local_listener     (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=rac1-vip)(port=1521))))
1     remote_listener     racdb-scan.qfund.net:1521
2     local_listener     (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=rac2-vip)(port=1521))))
2     remote_listener     racdb-scan.qfund.net:1521Please help me how to solve the problem.
Thanks & Regards,
Poorna Prasad.S
Edited by: SIDDABATHUNI on May 4, 2011 9:12 AM

Similar Messages

  • HP LaserJet Pro M1217nfw Multifunction Printer scaner driver problem in windows 7

    I have a HP LaserJet Pro M1217nfw Multifunction Printer. Printer is ok but Scaner has problem in Windows 7 scaner driver is deleted when i try to scan it show the error " Scaner not communicate " I have to reinstall driver after few minitus again same problem . Pls advise me what is the best solution for that

    Hi KrunalPatel,
    I'll paste a link to a troubleshooting document below - from what I've read, it has the best chance at fixing your scanner errors, as it has the most steps to try
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c02917811
    Please let me know how it goes
    *** If my reply was helpful, please click on the "Kudos Thumbs-Up" on the right, as a way to say "Thanks!".
    If this reply also fixed your issue - please click the "Accept as Solution" button, so that others can find the same answer. ***

  • Photosmart d110 copy/scan & installation problems on Windows 8.1

    I have a few issues with my d110... First, I have successfully gotten it to print from Windows 8.1 but it does nothing else. I tried using the installation disc and the setup screen literally only shows Exit as an option... no install option whatsoever. I even removed the device and everything and tried it again to no avail.
    Next, I tried to make a scan or copy and it shows a Scanner Failure error message saying "Unable to Copy or Scan". 
    I've read through several of the forums and nobody seems to encounter the same problem I am. 
    I have had this printer for a few years and have had nothing but problems with it from the beginning. Most of them are solved through hours of troubleshooting, but this printer is the biggest hassle. I'm not sure if at this point I should just replace it or what.... So frustrating.

    Hi,
    The first issue happens due to incompatibility, the original CD is not intended for Windows 8.1 and therefore you did not see any Install option... any supported OS is listed on the CD label, Windows 8 is not listed among the options...
    As you describe a scanner failure, we will need to troubleshoot such n hardware issue first, scanning would not be possible if the hardware is faulty...
    Turn the printer off and unplug any cable but the power to avoid any affect.
    Turn it on and try copying.
    If the same error appear, the scanner hardware misfunction.. follow these steps to troubleshoot a such.. if those does not resolve the Scanner Failure issue it will require you to service the printer:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00587971&tmp_task=solveCategory&cc=us&dlc=en&lc...
    If you were able to resolve the hardware failure by following the steps above, download and install the Windows 8.1 software below:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-109779-2&cc=us&dlc=en&lc=en...
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Printing and scanning size problems (half size)

    Hello,
    I am having an issue with my Pixma MP170.  When printing multiple pages or scanning a paper document, the size come out really small all of a sudden and two pages will be together in one print or scan.   I looked for updated drivers but that doesn't look to be the issue and the problem pesists.
    I tried to reset the printer to default but nothing. 
    Not sure how to proceed.
    Thanks for any suggestion.

    I have had something very like your problem.
    Mine is printing quarter size in landscape and is also not scanning or doing copies at the moment..
    I can find no way of setting it and it ignores all settings sent from the computer.
    It printed one test page correctly and once I tried printing a small text file it came out small and in landscape and now even the test page is also small and also in landscape.
    I am tempted to look inside for an engineering jumper or backup battery.
    Mine is an MP270.

  • Acrobat X Scanning Cancelled Problem / WORKAROUND / BUG REPORT

    As you have read in other threads, Acrobat X on Windows has a serious scanning problem with HP and possibly other scanners.
    Whereas in Acrobat 9 scanning worked reasonably well, Acrobat X seems to be unable to cope with scanning documents from the flat bed of a multifunction scanner.
    So, if you are scanning from the feeder, scanning works, but if you are scanning from the flatbed, you will get a brief pause and the phrase SCANNING CANCELLED.
    This is, of course, not acceptable.
    The problem is that Acrobat X does not play nicely with the scanner drivers.  Previously, Acrobat 9 would "auto-detect" the source of a document, using the feeder if loaded, and "falling back" to the flatbed otherwise.  However, Acrobat X does not fall back.  If there is nothing loaded in the document feeder, the scan will be cancelled by Acrobat X.
    The workaround - and I would NOT call this a "solution" - is to use only the "Custom Scan" command from Acrobat X.  When the window pops up, choose the "Options" button and select "Native Mode" and "Show Scanner's Native Interface" from the two menus.  (Acrobat X does seem to remember these settings at least within a session, so if you're scanning multiple documents you only need to do this once.)  Then scan.
    You will see a new window pop up - the scanner's "native interface."  On my computer, this window shows up BEHIND the Acrobat X screen (annoyingly) so you have to watch for it and click forward.  Be sure to select "flat bed" from the "document source" menu.  On my computer, this setting is NOT remembered between scans, so you have to do this for EVERY SCAN.  Then, the document will scan, and you can do what you want with it in Acrobat X.
    Needless to say, this is a long, painful, slow process, especially if you're scanning lots of flatbed items, as I do.  Hence it's a "workaround" and NOT a "solution".
    The SOLUTION will be for Adobe to FIX this.  ADOBE:  THIS IS A BUG REPORT.  PLEASE LOG THIS IN AND FIX IT.  Acrobat 9 with CS5 worked perfectly, as did Acrobat 8 before it.  Moving to CS5.5 with Acrobat X broke this.  Sloppy.  Please fix!  Thank you!
    Glen Barney

    I used your workaround (thank you!) but it was very annoying. Although I set up the options for a single multi-page document, Adobe gave me separate files and I had to consolidate them. I also had to fill out the options (color, flatbed vs feeder) for each page. This function was working for me at some point, so I don't know what happened to make my HP Multifunction and Adobe part ways. I hope Adobe comes up with a successful patch for this problem.

  • Hp officejet 7310 all in one scanning/faxing problems

    faxing and scanning will not work on my hp officejet 7310 all in one printer ... i have uninstalled and then re-installed, but still not working.... what am i doing wrong?

    I'm sorry..... I did find an ERROR message.
    When I clicked, it showed this:  there are 5 green check marks and I will indicate with an *
    * Device Manager
    * Driver Check
    * Device Status
    * Window (WIA) Scan
    * Solution Center
    * HP Twain Scan
    but then this:
    ! (a yellow exclamation mark) next to
    Registry
    HP Scan Flow Manager
    Digital Imaging Monitor
    Front Panel Test
    Test Scan
    Hope this helps you find my problem ......... thank you.

  • UPGRADING from TIGER to LEOPARD causes audio plug ins scan WAVES PROBLEMS

    I have upgraded my G5 from Tiger to Leopard and am now running 10.5.8. I am using LOGIC PRO 8 and have upgraded that to 8.0.2. When i open LOGIC PRO and it starts to scan the audio plug ins-it causes a problem that sends me to PACE-the Interlok site for my WAVES-it says this:
    IMPORTANT!
    If you're running Mac OS X 10.5 or above and your software keeps driving you back to this site, even after installing the latest extensions, then you need to update your software, not the extensions. Contact the publisher of the software you're trying to use regarding a 10.5 compatible update. Please don't contact PACE. Only the publisher of your software can resolve this issue.
    SO-i downloaded their latest extension and i keep getting brought back to their site. My software IS updated -from 8 to 8.0.2
    PLEASE HELP

    You provided almost all information except the waves version. Most probably Waves are outdated.

  • SCAN configuration problem

    Hi all,
    as i'm new in RAC 11g using grid infrastructure, i was installation one RAC database server but i have a problem of connecting to my RAC database from client i got the error below but the tnsping is working fine:
    ORA-12560: TNS : erreur d'adaptateur de protocole
    I'm using scan configuration in GNS and when i check some document i found first a problem of my the scan configuration in /etc/hosts. I was using only one IP address for my scan server but in a document it should be 3 IP address configured for one host name. here below my /etc/hosts content:
    ## Public Node names
    10.20.137.4 Etopup-srv01 Etopup-srv01
    10.20.137.5 Etopup-srv02 Etopup-srv02
    ## Private Network (Interconnect)
    10.20.137.129 Etopup-srv01-prv Etopup-srv01-prv
    10.20.137.130 Etopup-srv02-prv Etopup-srv02-prv
    ## Public Virtual IPs (VIP) addresses
    10.20.137.6 Etopup-srv01-vip Etopup-srv01-vip
    10.20.137.7 Etopup-srv02-vip Etopup-srv02-vip
    # SCAN
    10.20.137.8 Etopup-scan Etopup-scan
    Trying to solve the problem i was adding 2 new lines for my scan as below and restart the server:
    # SCAN
    10.20.137.8 Etopup-scan Etopup-scan
    10.20.137.9 Etopup-scan Etopup-scan
    10.20.137.10 Etopup-scan Etopup-scan
    Everything seems running well but the problem of connecting from client is not yet solved and another problem apears when i check the Listener in the second node i got the below output:
    [oracle@Etopup-srv02 ~]$ srvctl status scan_listener
    Le processus d'écoute SCAN LISTENER_SCAN1 est activé
    Le processus d'écoute SCAN LISTENER_SCAN1 est en cours d'exécution sur le noeud etopup-srv01
    Would you please help me in how can i add the 2 new scan address IP or should i do a reinstall if it's not possible.
    Thank you.

    >
    <snip>
    I'm using scan configuration in GNS and when i check some document i found first a problem of my the scan configuration in /etc/hosts. I was using only one IP address for my scan server but in a document it should be 3 IP address configured for one host name. here below my /etc/hosts content:
    ## Public Node names
    10.20.137.4 Etopup-srv01 Etopup-srv01
    10.20.137.5 Etopup-srv02 Etopup-srv02
    ## Private Network (Interconnect)
    10.20.137.129 Etopup-srv01-prv Etopup-srv01-prv
    10.20.137.130 Etopup-srv02-prv Etopup-srv02-prv
    ## Public Virtual IPs (VIP) addresses
    10.20.137.6 Etopup-srv01-vip Etopup-srv01-vip
    10.20.137.7 Etopup-srv02-vip Etopup-srv02-vip
    # SCAN
    10.20.137.8 Etopup-scan Etopup-scan
    Trying to solve the problem i was adding 2 new lines for my scan as below and restart the server:
    # SCAN
    10.20.137.8 Etopup-scan Etopup-scan
    10.20.137.9 Etopup-scan Etopup-scan
    10.20.137.10 Etopup-scan Etopup-scan
    <snip>
    Thank you.I see three issues: first, if you are using GNS you should not statically register any VIPs in DNS or hosts files. The VIPs will be assigned by your DHCP server. Second, you cannot register one name to multiple addresses in a hosts file. The RFC describing name resolution is clear on this. Thirs, you do not appear to be using any domain names. You must use domain names with GNS: it requires a delegated sub-domain within which to function.
    So, remove all your static VIPs and add domains to the fixed addresses, and then try again.
    John Watson
    Oracle Certified Master DBA
    http://skillbuilders.com

  • Nikon Scan installation problems

    When I try to install the Nikon Scan 4.0.2 software for my Coolscan 5000 ED (or even the 4.0.0), the installer askes me for my Admin password. Upon providing it, the Dock fills with duplicates of the installer icon (20 or more) and gives me the message "The software to be installed requires administrator or higher level access privileges".
    I have tried repairing the disk, the permissions, creating a new admin user, installing under the root user (same result, even with no password asked) and just about everything else I could find.
    The same installer works fine on my G4 running 10.2 and for any other installation process (even for an earlier version of Nikon Scan). Nikon seems puzzled by this and I am starting to think I am the only one in the world who has this problem.
    What next?
    G5   Mac OS X (10.4.8)   Dual 2Ghz, 2Gb of RAM

    The probleme comes from the VISE installer. I was able to recreate it with another app installer. Doing a reinstall of the OS (archive and install) did not help at all and I downloaded installers from Nikon France, Nikon USA and Nikon Canada in both french and english and the probleme was always there.
    I had to reformat the HD and reinstall everything. I probably had some sort of conflict or corruption issue. Anyway, it took a long time but I am finally able to scan with the Coolscan 5000 using Nikon Scan 4 and my OS is all shinny.
    Thanks.

  • Scan feature problems on HP deskjet Ink Advantage 2060

    HP Deskjet Ink Advantage 2060. I am having problems in getting the scan function to work in my unit. I have tried several ways to uninstall it but to no avail. All other unit funtions such as print and copy are working fine. The message I get is that the uninstall file is not present or was removed somehow and that I should remove the driver using the start button  and remove in the control panel. It still however having uninstall error messages. Anyone please help me find a solution. Thanks

    Hello agroxas.
    I'm sorry to hear that the PC Doctor didn't help. The last option I have to offer is contacting our support line.
    Here is our customer support number:
    800-HP invent
    or
    800-474-6836
    I wish you the best.
    -- Chauntain 
    I work on behalf of HP.
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    Click the KUDOS THUMBS UP on the left to say “Thanks” for helping! .

  • Scan output problem

    Our printer is the HP deskjet ink advantage 2060. Everytime I scan a document or a picture or whatever, there are yellow lines that appear on the scanned document. Sometimes it's not just lines but rather a yellow fill. Does somebody knows what is the main problem. I personally suspect that it is already a hardware problem. I include here a sample non HD copy

    Dear jayjay10,
    Please follow the steps of this document:
    http://support.hp.com/us-en/product/HP-Deskjet-Ink-Advantage-2060-All-in-One-Printer-series---K1/415...
    I hope you find it helpful.
    Greetings.
    * I am not an employee of HP, my work is voluntary.
    If this answer was helpful and clarify or resolve your problem, please mark the issue as resolved and click my star next to give a kudo as thanks.
    I am not an employee of HP, my work is voluntary. If this answer has been helpful and clarifies or solves your problem, please click the button
    and click on the icon if you want acknowledge the assistance.

  • HP6520 scan output problem

    My scans are cut in half. Only one side of a letter-size document is showing up in the scan output. I've had this issue before and got chat help to fix it but can't find a way to reach that help again. Anyone else have this problem and know how to fix it or to get through this terrible "Support" system?

    Hello MargaretSL,
    Welcome to the HP Forums.
    I see that you are having some scan quality issues with only half of the image showing up.
    Does this happen when you do a regular copy or is it only when scanning to the computer?
    One step that you can try is to please make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    So I can better assist you, please respond with which Operating System you are running:
    Which Windows Operating System am I running?
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Please write me back when you have time and I will be happy to investigate into the issue further.
    Cheers, 
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • 3d scan crash problem because the screen is reverse.

    So all my drivers are up to date and I am running the new sprout software with full 3d scan. Everything is ok till I hit the scan button. The scan patterns (black and white that flashes etc) are on the main screen instead of the mat causing it to crash. How do I fix this? How do I get it back to normal it seems the sprout is reading as one screen and not two causing a reverse in the scan.

    When I first got my Sprout, I had the same thing happen after video drivers and trying to see what would happen if I flipped the primary video from the display to the projector.I ended up doing a full reset of the OS back to factory state, and that did get 3D scanning working correctly again.  In my case, this was after the first 4 hours of use, so a reset was not a horrible thing for me to do.  I did try for about an hour to get the 3D scanning to work before I started the reset of the OS, but I couldn't figure which of the settings I had done had caused the problem.    At this point, I have to assume it was something I had done that caused the structured light show to start showing up on the display.  None of the settings I tried afterwards corrected that issue, and it didn't impact 2D scanning.   

  • Scanning image problems 7520 printer

    Recently on my 7520 printer when I am scanning the printer is usually including the whole bed in my scan instead of just the picture I  want included It used to just include the image automatically no matter what size it was

    Hi,
    Please scan from a computer. You have more options for scanning including area you wish to scan (under Scan area option).
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Photosmart 5515 scan software problem

    How can I scan a multi page document into ONE pdf file rather than many separate pdf pages.  There seems to be on option in the software to multi scan and its an irritation to have to scan each page and then attach multi pages to emails to foraward the content.
    This question was solved.
    View Solution.

    Hi there,
    There are a number of easy to use software solutions out there to achieve what you are looking for. Try something like pdfmerge.com (a free tool). Let us know if it helps.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

Maybe you are looking for

  • FS9/FSX under XP/Vista with bootcamp on an iMac

    Good day all, I've been a PC builder/user for many years and am considering an iMac. The one thing holding me back is it's ability to run FS9/FSX under XP/Vista via bootcamp. Anyone running FS9/FSX on an iMac? How are the graphics? (everything turned

  • HELP!!! error code 5

    Does anybody know how to recover a file with error code 5, this is a disaster!!! Thanks in advance Leen

  • Choose whte records to show based on paramater value

    Post Author: chrisbg CA Forum: Formula I have a report that will bring back all the customers in table.  Sometimes i want to only select one customer not all the customers.  WhileReadingRecords;if {?CustomerCode}='ALL' then{CFC_PRODUCT_DISCONTINUE_RE

  • 4 beeps at startup

    (sry for the double post.. didnt see the B&W G3 forum) I recently received a blue and white G3. It has an upgraded Sonnet Encore G3 processor upgrade and some extra ram. I tried to startup, but i received only 4 beeps. Nohing else works. Ive tried za

  • Songs skip when streaming from iCloud

    This problem occurs consistently. The track will skip as soon as it is fully loaded. To explain clearly: When you start a track which is not stored locally it "streams" from iCloud. (More like it is downloaded and stored temporarily than actual strea