Cannot connect to the XMLDB via http, ftp, webdav

I can connect to XDB through a DEV instance on the same server, but cannot connect to the instance SCIDEV. The differences are THAT DEV is nls_characterset WE8MSWIN1252. SCIDEV is AL32UTF8. DEV has ports 8080 and 2100. SCIDEV has ports 8089 and 2102. HTTP request continuously a user / password without error. Watch FTP authentication failed. WebDAV continually requires a user name and password. I've tried a few things with no luck yet. What should I do to be able to connect? It is also published in Oracle support as SR 3-3043961271 technique. Please do not share the files downloaded in this forum SR.

Follow the different SQL commands. Running Windows2003 Server and Windows XP SP2 client.
SYSTEM@scidev> select * from v$version;
Oracle Database 11g Release 11.2.0.2.0 - Production
PL/SQL Release 11.2.0.2.0 - Production
CORE    11.2.0.2.0      Production
TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production

5 rows selected.

SYSTEM@scidev> select * from nls_session_parameters;

PARAMETER                                VALUE
---------------------------------------- ---------------------------------------
NLS_LANGUAGE                             AMERICAN
NLS_TERRITORY                            AMERICA
NLS_CURRENCY                             $
NLS_ISO_CURRENCY                         AMERICA
NLS_NUMERIC_CHARACTERS                   .,
NLS_CALENDAR                             GREGORIAN
NLS_DATE_FORMAT                          DD-MON-RR
NLS_DATE_LANGUAGE                        AMERICAN
NLS_SORT                                 BINARY
NLS_TIME_FORMAT                          HH.MI.SSXFF AM
NLS_TIMESTAMP_FORMAT                     DD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT                       HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT                  DD-MON-RR HH.MI.SSXFF AM TZR
NLS_DUAL_CURRENCY                        $
NLS_COMP                                 BINARY
NLS_LENGTH_SEMANTICS                     BYTE
NLS_NCHAR_CONV_EXCP                      FALSE

17 rows selected.

SYSTEM@scidev> select * from nls_database_parameters;

PARAMETER                                VALUE
---------------------------------------- ---------------------------------------
NLS_NCHAR_CHARACTERSET                   AL16UTF16
NLS_LANGUAGE                             AMERICAN
NLS_TERRITORY                            AMERICA
NLS_CURRENCY                             $
NLS_ISO_CURRENCY                         AMERICA
NLS_NUMERIC_CHARACTERS                   .,
NLS_CHARACTERSET                         AL32UTF8
NLS_CALENDAR                             GREGORIAN
NLS_DATE_FORMAT                          DD-MON-RR
NLS_DATE_LANGUAGE                        AMERICAN
NLS_SORT                                 BINARY
NLS_TIME_FORMAT                          HH.MI.SSXFF AM
NLS_TIMESTAMP_FORMAT                     DD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT                       HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT                  DD-MON-RR HH.MI.SSXFF AM TZR
NLS_DUAL_CURRENCY                        $
NLS_COMP                                 BINARY
NLS_LENGTH_SEMANTICS                     BYTE
NLS_NCHAR_CONV_EXCP                      FALSE
NLS_RDBMS_VERSION                        11.2.0.2.0

20 rows selected.

SYSTEM@scidev> select * from dba_errors;

no rows selected

SYSTEM@scidev> select count(*) from dba_objects
  2  where owner='XDB' and status='INVALID';

       COUNT(*)
---------------
              0

1 row selected.

SYSTEM@scidev> select comp_name, status, version from dba_registry
  2  where comp_name='Oracle XML Database';

COMP_NAME
---------------------------------------------------------------------------------
STATUS                                       VERSION
-------------------------------------------- ------------------------------
Oracle XML Database
VALID                                        11.2.0.2.0


1 row selected.

SYSTEM@scidev> show parameter dispatchers

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
dispatchers                          string      (PROTOCOL=TCP) (SERVICE=scidev
                                                 XDB)
max_dispatchers                      integer     NULL
SYSTEM@scidev>

SYSTEM@scidev> select dbms_xdb.gethttpport from dual;

    GETHTTPPORT
---------------
           8089

1 row selected.

  1* SELECT DBMS_XDB.getaclDocument('/home/').getClobVal() FROM DUAL
SYSTEM@scidev> /
<acl description="Public:All privileges to PUBLIC" xmlns="http://xmlns.oracle.com/xdb/acl.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/xdb/acl
.xsd                           http://xmlns.oracle.com/xdb/acl.xsd" shared="true">
  <ace>
    <grant>true</grant>
    <principal>PUBLIC</principal>
    <privilege>
      <all/>
    </privilege>
  </ace>
</acl>


1 row selected.

SYSTEM@scidev> 
  1* SELECT DBMS_XDB.getaclDocument('/home/pharma').getClobVal() FROM DUAL
SYSTEM@scidev> /
<acl description="Private:All privileges to OWNER only and not accessible to others" xmlns="http://xmlns.oracle.com/xdb/acl.xsd" xmlns:dav="DAV:" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.oracle.com/xdb/acl.xsd                           http://xmlns.oracle.com/xdb/acl.xsd" shared="true">
  <ace>
    <grant>true</grant>
    <principal>dav:owner</principal>
    <privilege>
      <all/>
    </privilege>
  </ace>
</acl>


1 row selected.
Status of the listener follows
D:\oracle>lsnrctl status

LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 02-MAR-2011 12:40:57

Copyright (c) 1991, 2010, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Production
Start Date                21-FEB-2011 22:58:56
Uptime                    8 days 13 hr. 42 min. 2 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   D:\oracle\path\network\admin\listener.ora
Listener Log File         D:\oracle\path\listener\alert\log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=8089))(Presentation=HTTP)(Session=RAW))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=2102))(Presentation=FTP)(Session=RAW))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=8080))(Presentation=HTTP)(Session=RAW))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=2100))(Presentation=FTP)(Session=RAW))
Services Summary...
Service "DEVXDB.aa.ad.epa.gov" has 1 instance(s).
  Instance "dev", status READY, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "dev" has 1 instance(s).
  Instance "dev", status UNKNOWN, has 1 handler(s) for this service...
Service "dev.aa.ad.epa.gov" has 1 instance(s).
  Instance "dev", status READY, has 1 handler(s) for this service...
Service "scidev.aa.ad.epa.gov" has 1 instance(s).
  Instance "scidev", status READY, has 1 handler(s) for this service...
Service "scidevXDB.aa.ad.epa.gov" has 1 instance(s).
  Instance "scidev", status READY, has 1 handler(s) for this service...
The command completed successfully

D:\oracle>
Http and ftp to SCIDEV ports are resolved in Enterprise Manager at 8089 and 2102.

FTP log follows. First connect you to DEV successfully. Then connect you to SCIDEV fails.
WINSOCK.DLL: WinSock 2.0
WS_FTP95 LE 4.60 98.03.17, Copyright © 1992-1998 Ipswitch, Inc.
local chdir to c:
- -
connecting to localhost:2100
Connected to localhost port 2100
220- servername
Unauthorised use of this FTP server is prohibited and may be subject to civil and criminal prosecution.
220 servername FTP Server (Oracle XML DB/Oracle Database) ready.
USER xdb
331 pass required for XDB
PASS (hidden)
230 XDB logged in
PWD
257 "/" is current directory.
Host type (I): UNIX (standard)
PORT theIPaddress,15,15
200 PORT Command successful
LIST 
150 ASCII Data Connection
Received 250 bytes in 0.1 secs, (20.00 Kbps), transfer succeeded
226 ASCII Transfer Complete
QUIT
221 QUIT Goodbye.
local chdir to c:
- -
connecting to localhost:2102
Connected to localhost port 2102
220- servername
Unauthorised use of this FTP server is prohibited and may be subject to civil and criminal prosecution.
220 servername FTP Server (Oracle XML DB/Oracle Database) ready.
USER xdb
331 pass required for XDB
PASS (hidden)
530 login error
! Logon failure, so quitting
But I can log in with the same user in sql plus
SYSTEM@scidev> connect xdb@scidev
Enter password: ***********************
Connected.
XDB@scidev> select user, sysdate from dual;

USER                           SYSDATE
------------------------------ ---------
XDB                            02-MAR-11

1 row selected.

XDB@scidev> 

This is starting to look like bug 6049194. Please open an S/R with Support of Oracle

Tags: Database

Similar Questions

  • Windows cannot connect to the Internet using HTTP, HTTPS or FTP. __This is probably caused by settings of firewall on this computer. __

    I recently installed the version of Norton, after that I was unable to use the internet, I thought it was the Norton firewall settings. After having playing with her for 30 minutes, I gave up and uninstalled Norton. I have disabled the firewall, I have reset the default settings. Here is the message I get when I run a diagnostic. A crazy thing is that I can connect to internet when I connected to this same computer as a guess.

    Please help me!

    Windows cannot connect to the Internet using HTTP, HTTPS or FTP.
    This is probably caused by the settings of firewall on this computer.

    Check the settings of firewall for the HTTP port (80), HTTPS port (443) and FTP port (21).

    Hi rhonda9937,

    1. what browser you are using to connect to the internet?

    It is not recommended to keep Windows Firewall disabled on the computer.

    This would happen if the ports are not open in the Windows Firewall.

    I suggest that you open ports in Windows Firewall and check if it works.

    How to manually open ports in Internet Connection Firewall in Windows XP

    http://support.Microsoft.com/kb/308127

    Troubleshooting settings of Windows Firewall in Windows XP Service Pack 2 for advanced users

    http://support.Microsoft.com/kb/875357

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I cannot connect to the Internet via an Ethernet cable but I am able to connect with other devices.

    Original title: deleted Ethernet adapter

    Hello

    All trying to fix my computer run Registry cleaners, I managed to delete my Ethernet adapter, I have taken steps to try to fix this problem and have been advice to visit Microsoft support for help.
    I have a Dell Dimension 5100 and am running Windows XP, I am unable to connect to the Internet via an Ethernet cable but I am able to connect with other devices.
    First of all, I contacted my Internet provider which forced me to various checks to see why I was getting a message saying acquiring network address and it seemed that I had no IP address and could not connect. He eventually get look in the network adapters Device Manager, he demonstrated Intel PRO/100 VE network connection that is activated in the State shows that it works, but there is no Ethernet adapter shown in this place.
    I tried to insert Dell drivers and utilities disk, but that does not change.
    I tried to download on an other computer files from dell that look like they are pilots.
    I tried to set up a new connection
    None of what I tried so far seems to have worked, can anyone suggest what I can do to fix this?
    Thank you
    Kevin

    Hello

    1. what you're trying to fix by running registry cleaners?
    2. How did you remove Ethernet card?
    3. How are you online using other devices?
    4. What are the devices are?

    Intel PRO/100 VE network connection is the Ethernet adapter on your computer. The following articles may be useful:
    How to troubleshoot possible causes of Internet connection problems in Windows XP
    http://support.Microsoft.com/kb/314095
    Windows wireless and wired network connection problems
    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

  • 2009 time capsule cannot connect to the internet via a modem

    I had my 2009 Time Capsule or airport works very well with the modem from my ISP for years. I use the TC a hub wireless and backup. The upgrade of the modem: no problem. Over the weekend, there was a failure of the internet that has since been corrected for days. Since my TC failed to connect to the internet via the modem. I can get online via an ethernet cable from the modem to my two computers (one is a janky PC, the other bought a MacBook Pro in 2015), so I know it's not the modem.

    I turned off and reset the modem several times. I turned off and reset the TC, repeatedly. I've reconfigured the TC twice per the instructions found in other discussions here. I _may_ not having the latest version of the software installed, but this has never been a problem in the past. Reconfiguration will display a green light, but in the diagnosis of the airport, it shows that it has not Internet even when connected via the Ethernet cable to the modem to work. Icons wireless on my laptop an exclamation or a warning icon.

    The cable operator suggested that sometimes the router manufacturers 'close the ports' and must be reopened if the connection is down for awhile. It makes no sense to me, but I'm not very technical.

    Any thoughts? Thank you very much

    Renee

    What is the number and the model of the modem?

    There is a connection by Ethernet cable from the modem to time Capsule. The cable is connected to which port of the modem?  The cable is connected to which port on the Time Capsule?

    If you open AirPort Utility on your Mac... (Finder > Applications > utilities > AirPort Utility)... is displayed the image of the time Capsule?  If Yes, when you click on the image, a small window pops up with an edit box... or... an option for installation manual appears at the bottom of the window?

  • EPC2203 modem cannot connect to the Mac via USB?

    I searched all threads and you can't find something to solve my problem.

    My ISP sold me the modem Scientific Atlanta EPC2203 cable recently. I can't connect it to my Mac (10.5.7) via ethernet no problem at all. But I can't get a connection via a USB port. The modem operating manual mentions for Mac OS X USB connectivity, but does mention all the details on how to establish the connection: we talk about the installation of PC drivers. Supplied with the modem installation CD only applies to the PC, it seems that I have to take extra steps such as installing a Mac driver? I couldn't find the Mac drivers adapted on internet, then I start to think that this modem is not simply done to connect to the Mac via USB?

    Any help is very appreciated.

    To make your Modem work with USB connectivity, you must install the Modem drivers on your computer. You can try to search for the Drivers that works on the MAC computer or else you can contact the support Tech Atlanta, because they can let you know where you can find the drivers for your Modem. Or well you googled around and you can find the drivers for your Modem which are Compitable MAC.

  • Windows cannot connect to the Internet using HTTP, HTTPS or FTP. This is probably caused by the settings of firewall on this computer.

    I have a laptop Toshiba Satellite M105-S3041 with Windows XP Home Edition.  I received the error message listed above indicating that Windows cannot connect Internet using HTTP, HTTPS, or FTP.  When I open the wireless network connection status, I see packets sent and I also see that I get both packets.

    The opening to the top of Internet Explorer, I received the error message listed above.  When I go to the properties of my wireless adapter and examine the properties of the TCP/IP parameters, I see that I have "obtain an IP address automatically" and "Obtain DNS server address automatically" checked.  On the general tab of TCP/IP properties, I clicked on the tab advanced and click on the tab options to display the TCP/IP filtering settings and clicked the properties button.  Here, I see that the ports TCP, UDP and IP PROTOCOL.  I have a check the box 'enable TCP/IP filtering '.

    Please help me because I am still unable to connect to the internet.

    [snip]... On the general tab of TCP/IP properties, I clicked on the tab advanced and click on the tab options to display the TCP/IP filtering settings and clicked the properties button.  Here, I see that the ports TCP, UDP and IP PROTOCOL.  I have a check the box 'enable TCP/IP filtering '.

    In general, you don't want to have a check in the box "enable TCP/IP filtering.  Try to uncheck this box and see if it helps.

    If this does not help, two programs freeware difficulty sometimes of the problems of this kind...  Try to run LSPFix and/or WinSockXPFix.  Alternatively, you can try to reset your IP stack...

    "How to reset the Protocol Internet (TCP/IP)"
      <>http://support.Microsoft.com/kb/299357 >

    HTH,
    JW

  • HP LaserJet MFP M425dw 400 pro: cannot connect to the printer via USB

    Hello

    My problem is as follows:

    Since December 2014, the HP printer has been connected via USB to the desktop (at the time using windows 8.1) and by the network to other computers. The problem is with the 10 windows desktop where it is widely used for double-sided scanning.

    Yesterday morning I came only to find out that HP will not work in no case with Office for Windows 10 USB - connected, changed the ports that are 6, the cables, the office will say it is not connected. However, it connects through network for printing but not scan, it gives an error about Scanner HP not connected but will scan with Windows Scanner and fax with the printer using the scanner for the work of network folder - which can not scan two-sided.

    I uninstalled the driver, reinstalled with HP Support Assistant / downloaded directly from HP, same thing. The problem is that it be increased to 99% on the screen that shows the connection to the printer (the one detecting the USB cable) when it will say:

    "

    Error

    A Setup operation took too long to run. It is a fatal error, preventing the use of the product.

    If please restart your computer and run this installer again. If the problem persists, please visit the web site of product support for your product. »

    I tried the original shipped with the printer CD, it gives the same error message.

    If anyone can help I will be very grateful. Thank you!

    Too bad! Fixed it myself using the Hp Smart Install supplied with the network interface of the printer.

  • Computer cannot connect to the printer via the local network

    I have two computers sharing a printer, the printer is connected with USB is Vista Home Premium 32-bit. The other which must be connected wireless is old computer Windows 7 Home Premium.My, I suppose his ultimate, I'm not sure tho, that works fine with the printer. This Home Premium one just can not connect to the printer. It keeps saying can't find a print reader, I downloaded a universal driver HP that I learned other positions, and he said that it was not a correct driver.

    I asked our technical support to help me. And he told me that Home Premium has this problem. The only way I can solve this is to update my system at least pro. I checked online but I have not seen someone talked about this. Just make sure that is it true? If not, what can do now?
    Thank you very much.

    Hello

    -What is the brand and model of the printer?

    This isn't a problem with different versions of Windows support network printer.

    I suggest you go through the following links and check if it helps.

    Network printer problems

    http://Windows.Microsoft.com/en-AU/Windows-Vista/troubleshoot-network-printer-problems

    Note: The steps are also applicable to Windows 7.

    Install a printer on a home network

    http://Windows.Microsoft.com/en-us/Windows7/install-a-printer-on-a-home-network

    Let us know the result once you have tried the steps mentioned in the link.

  • iPhone cannot connect to the Internet via time capsule

    I have a current execution capsule 7.7.7 time. IPhones in my house can't get internet service when it is connected to the time capsule. My iPad, I tap on it now, can get internet time capsule service. My Mac can connect. I restarted the capsule of time with my modem cable many times. My passwords are correct.

    I also have a smart Vizio TV that does not connect to the Internet. This is true with wifi and also with a wired connection to the time capsule.

    I don't know what the cause of the problem. Any help will be appreciated.

    He has worked in the past and now could not or never worked?

    Apple routers can sometimes decide autonomously switch to bridge mode. If your cable modem is not a router, you MUST have the apple router... TC in your case DHCP and NAT mode.

    If you have not done before you reset the TC at the factory and re-do the installation. Here are my recommendations.

    Universal factory reset

    Turning off the TC... That is, remove the power supply cord or the power at the wall outlet, wait 10 seconds... Hold the reset button... be nice... Turn on always even now in reset... and keep holding in for another 10 seconds. You may need assistance because it is difficult to hold in reset and power on. It will show the success quickly flashing led front. Release reset... and wait a few minutes for the TC to reset and return with the factory settings. If the front LED flashes quickly you missed and simply try again. The reset is quite fragile in these... Press the key while it is just click away and not more... I've seen people bend lever or even break. I use a toothpick as a tool.

    NB. None of your files on the hard drive of the TC are removed... This simply clears the settings of the router of the TC.

    The installer the TC.

    Then redo the configuration of the computer that you want to use for TM using Airport utility.

    1. the use of very short names... NO APPLE RECOMMENDED names. Without the space and pure alphanumeric characters.

    for example TCgen5 for the base station and the name of the TCwifi wireless.

    If the wireless is still an issue defined wireless names like TC24ghz and assigned the 5 GHz other name... eg.TC5ghz.

    Finally, use fixed channels in 2.4 ghz... try 11, 9 and 6, in that order.

    (leave the security for a few minutes and see if that makes a difference).

    For iphone and TV with problems in your Setup program ensure that the TC is NAT and DHCP... try to use a different such as google public DNS 8.8.8.8 and 8.8.4.4

    2. use all passwords also consistent with 1. but maybe a little longer. IE 8 and 20 characters of mixed cases and numbers... no alphanumeric non-caracteres.

    ** 3. If the TC is router, you can ignore this point. It is only a problem when the TC is bridged.

    If ensure that the TC is always the same IP address... you will need to do this on the main router using a dhcp reservation... or a bit more complex setup by using the static IP address in the TC.

    Ignore this point if you don't understand it... after the return if you drop questions.

    4. be sure that IPv6 is set correctly in the computer. IE link-local only for ethernet or wireless depending on whether you are using. Car is not good enough.

    Tell us which modem cable, you have, make and model please?

    The TC has problems with some popular brands... one of the SB series a modem port is malfunctioning.

  • Satellite P100-286 (PSPAG) cannot connect to the TV via the s-video output

    Hello

    I'm trying to connect my P100 from my TV using the S-video TV output and the TV is never detected. Even if I try to "force the detection" in the nVidia control panel.

    Any ideas?

    Hello

    Try please to find the high-quality S-video cable. I heard many years ago that some cables are wrong pinout. If you have time visit some TV expert and look for info on the S-video cables.

  • My iPhone can connect to the computer via Wifi instead of cable? Because I figured that my head of the telephone cable i have problem if the computer cannot detect my folder after plugging in the cable.

    My iPhone can connect to the computer via Wifi instead of cable? Because I figured that my head of the telephone cable i have problem if the computer cannot detect my folder after plugging in the cable.

    Sync your iPhone, iPad or iPod touch with iTunes using a WiFi - Apple...

  • Satellite A500-19W cannot be connected to the internet via WLan

    My computer got Win7 64-bit.
    We have 4 computers and all computers are connect to the internet via a modem.

    No one has never had a problem connecting to the internet until yesterday.
    They connect to the internet, but my computer does not connect.

    I encountered problems "problem with access point or wireless adapter.

    In summary, 3 computers are connecting to the internet, but my computer does not connect with the same modem.

    Please help me
    Thank you

    * I hope no errors in the English translation *.

    It is not easy to say what the problem is here, but try it please to toggle the device map local network once more. Use the FN + F8 key combination.
    Seeing WLAN on when you try to use internet?

    In my view, it cannot be a major problem. Be fair course of wireless network card is correctly activated. Also check in the Device Manager.

  • Cannot conect to the internet via a wireless connection secure, despite having completed the restoration of the system.

    I have a Dell laptop which does not connect to the internet via the wireless connection.   I can connect via a line to broadband, but not the wireless.   My work PC and iPad are connect.  I tried compand repair network and he says that the problem is resolved.    I tried a system restore a week before that the problem started.

    Any other suggestions?   Thank you

    Most often when a device is not it's because of a driver.  Try reinstalling your.

    It works for vista, win 7 & 8

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly? SignedIn = 1

    http://captaindbg.com/how-to-update-drivers-on-Windows-7/

  • Win 7 cannot find the driver on the laptop to HP Deskjet 5600 connected to the office via WLAN

    I have HP Deskjet 5650 color printer connected to desktop Dell Dimension 2400 under Windows XP Home Edition Ver 2002 SP3. I just bought a laptop Dell Inspiron N4110 running Windows 7 Home Premium SP1 64 bit.

    I am trying to connect to the printer via my home WIFI network running through a Netgear Wireless-N 150 WNR1000 router.

    When I add a printer on the laptop, it shows on the list of printers available on the select a printer screen, but when he tries to connect, it returns with a message, "cannot find a driver for HP Deskjet 5600 series on the network.

    I tried to locate the driver manually, but without success. I have an older HP laptop that is running Windows XP, which has always connected to the printer via the WIFI network very well.

    Can I connect the printer directly to the new laptop via a USB port and it recognizes, installs and runs very well.

    But I need accessible and connected permanently to the desktop from the laptop when it is connected to the WLAN.

    Can someone tell me how I can get my new laptop to locate driver files on when connecting via the WIFI network, please?

    Thanks for your help!

    Very well!!  He finally got!

    had to go to the properties of the computor, advanced system properties, system, device installation settings and game to install drivers from windows update if it is not found on my computer.

    Then, it would finally be search on windows update for drivers, but would not yet find a driver even from windows update to the printer when installing it as a network printer.

    I had to add a printer as a local printer, and then select Create a new port, local port, and the port name, I had to enter the path through the network computer to the printer (as "\\desktopname\printername").

    Then and only then, did that pick me from a list of printers, and we found a driver on windows update.

    Yet once again, I appreciate your help! Looks like we may have learned something from this experience.

  • Connected to the ASA via the "VPN Client" software, but cannot ping devices.

    I have a network that looks like this:

    I successfully connected inside the ASA via a software "Client VPN" tunnel network and got an IP address of 10.45.99.100/16.

    I am trying to ping the 10.45.99.100 outside 10.45.7.2, but the ping fails (request timed out).

    On the SAA, including the "logging console notifications" value, I notice the following message is displayed:

    "% 305013-5-ASA: rules asymmetrical NAT matched for flows forward and backward; "Connection for icmp src, dst outside: 10.45.99.100 inside: 10.45.7.2 (type 8, code 0) rejected due to the failure of reverse path of NAT.

    I have a vague feeling that I'm missing a NAT rule of course, but not all. What did I miss?

    Here is my configuration of ASA: http://pastebin.com/raw.php?i=ad6p1Zac

    Hello

    You seem to have a configured ACL NAT0 but is not actually in use with a command "nat"

    You would probably need

    NAT (inside) 0-list of access inside_nat0_outside

    He must manage the NAT0

    Personally, I would avoid using large subnets/networks. You probably won't ever have host behind ASA who would fill / 16 subnet mask.

    I would also keep the pool VPN as a separate network from LANs behind ASA. The LAN 10.45.0.0/16 and 10.45.99.100 - 200 are on the same network.

    -Jouni

Maybe you are looking for

  • MacBook is discharged during the night.

    Hello I noticed a problem with my macbook which has developed last week... I use my Macbook to bed for an hour before going to sleep, I use it on the battery because the cable is not in my bed, because I always charge my macbook on my desk is allways

  • Skype constantly from freezing.

    Hello. I'm having a weird problem here. I use Skype frequently as my primary e-mail service. When I do something else and switch to Skype, it hangs (not responding) for like 30 seconds. I don't know why. Same thing happens when you switch between cat

  • AutoUpdates Windows

    Hi all computer Experts, I'm on HP Compaq Presario, MS Windows XP Home Edition SP2 - 32 bit It has the function of automatic updates of Windows in system properties.  I chose this auto-updates feature to update every day.  How can I know that this fu

  • Built in the port HDMI not working not

    I have a 120 UC22 ATC. I installed GEOFORCE card and use two monitors (including one with VGA and the other the GEOFORCE card DVI). I would use the built-in HDMI port to have a wider screen during meetings, but no matter what I try, I can't detect it

  • In XP, the cwindoid_2010.html file will appear when going online

    the file appears when I connect online.