Excelsius SSRS Gateway not connecting

Hi there,
I am currently evaluating Excelsius 2008 Engage Server, and am trying to use the SSRS Gateway for retrieving data from a SQL Server 2008 Express (with Reporting Services installed as extra). That gateway is not working though.
The Gateway can be tested by going to the xrs.asmx page, which is showing fine. Untill I try to Invoke the GetReports link: I then get the following error:
  <?xml version="1.0" encoding="utf-8" ?>
- <ROOT>
  <Message>Client found response content type of '', but expected 'text/xml'.</Message>
  <StackTrace>at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Microsoft.ReportingServices.ReportingService.ListChildren(String Item, Boolean Recursive) at Microsoft.ReportingServices.CatalogManager.CreateXmlNode(XmlDocument Doc, CatalogItem Item, XmlNode ParentNode) at Microsoft.ReportingServices.CatalogManager.SerializeToXML() at Infommersion.XRS.Service.GetReports()</StackTrace>
  </ROOT>
I as expecting this to be a strange way to report a URL setting problem, but when I change my settings in web.config to an obvious errornous adress, I get expected error-results ("connection refused", etc). So I'm suspecting my config URL settings are correct, but something else is going wrong.
The SQL Server Express is running on the same PC as the gateway(a Win XP Pro running on VMWare), and my URL settings are:
     <appSettings>
          <add key="ReportingServicesUrl" value="http://localhost:8080/ReportServer_SQLEXPRESS" />
          <add key="ReportServerUrl" value="http://localhost:8080/Reports_SQLEXPRESS" />
          <add key="XrsServicesUrl" value="http://localhost/xrs" />
     </appSettings>
Changing localhost to the actuall IP adress, or 127.0.0.1 gives exactly the same result.I also tried all versions of authentication, without any difference.
Both SQL Server Express and SSRS are configured by default, and these URL do work manually. I obviously also simply tried connecting in Xcelsius, but that then just waits indefinately.
Does anybody have any idea what is going wrong, and how to fix this ?
TIA!
Harry

Try replacing 'localhost:8080' with the actual name of the server instead of the IP address. That worked for me.

Similar Messages

  • Gateway not connecting to foxtel

    Is anyone having problems with the gateway not connecting to foxtel? I've reset the modem and the iQ3 lots but nothing seems to work

    Hi what do you mean by a full restore as i have the same problem

  • Gateway Not Connecting

    The gateway device that I received a couple days ago will not connect! I have used two different Ethernet cords, including the one provided in the setup box, also my son has Verizon home monitoring, and he set his up at home. I had him come here to install it and even he could not get it to work and he works in IT! Something on Verizon's end is not allowing the gateway device to work. I called Verizon and they didn't have a clue on what to do. I even reset the router to default settings and still nothing!
    Also my son stated his 2 cameras were working on motion mode to record. He did nothing to them, they were working lastnight up until about Pm, then they stopped recording... The activity log shows that they are activating and "recording" but nothing shows up in the Verizon app or online! FIX!!!!

    Your issue has been escalated to a Verizon agent. Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases".
    There you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions.

  • Oracle Gateway Not Connecting to Sybase database

    Hi,
    I'm trying to setup an oracle gateway to connect to Sybase database. I followed in details the instructions but still can connect successfully. The Oracle database is in RAC environment. Below are the steps I took:
    The oracle gateway and oracle database are in the same server while Sybase is on a separate unix box.
    1. create an initdg4sybs.ora file
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Sybase
    # HS init parameters
    HS_FDS_CONNECT_INFO=[999.99.108.99]:4527/common ## IP address of sybase server
    HS_FDS_TRACE_LEVEL=ON
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    2. create a listener on the oracle gateway home
    # listener.ora Network Configuration File: /u03/app/oracle/gateway/11.2/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER_DG4SYSBS =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1543))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 99.999.155.26)(PORT = 1543)(IP = FIRST)) #IP address of oracle gateway (node A)
    (ADDRESS = (PROTOCOL = TCP)(HOST = 99.999.155.24)(PORT = 1543)(IP = FIRST)) #IP address of oracle gateway (node B)
    SID_LIST_LISTENER_DG4SYSBS=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=dg4sybs)
    (ORACLE_HOME=/u03/app/oracle/gateway/11.2)
    (ENVS="LD_LIBRARY_PATH=/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib:/u03/app/oracle/gateway/11.2/lib")
    (PROGRAM=dg4sybs)
    ADR_BASE_LISTENER = /u03/app/oracle/gateway/11.2
    TRACE_LEVEL_LISTENER_DG4SYSBS = OFF
    TRACE_FILE_LISTENER_DG4SYSBS = /u03/app/oracle/gateway/11.2/network/admin/LISTENER_DG4SYBS.trc
    INBOUND_CONNECT_TIMEOUT_LISTENER_DG4SYSBS=0
    3. create tnsnames.ora in oracle database home
    dg4sybs =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 99.999.155.26)(PORT = 1543)) #IP address of Node A
    (CONNECT_DATA =
    (SERVER = DEDICATED) #added for single node test
    (SID = dg4sybs)
    (HS=OK)
    4. create database link
    create database link dg4sybs connect to "user" identified by "password" using 'dg4sybs'
    5. when testing the connection; i'm getting below error message. tried all the setup based my research and couldn't make it work.
    SQL> select * from dual@dg4sybs
    2 /
    select * from dual@dg4sybs
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 7427
    Session ID: 495 Serial number: 787
    I perform above settings on a standalone database running in windows and successfully connect to the sybase. In UNIX setup, been unsuccessful. Can someone please help.
    Also, below is the trace file error message:
    Oracle Corporation --- THURSDAY OCT 18 2012 10:57:55.747
    Heterogeneous Agent Release
    11.2.0.1.0
    Oracle Corporation --- THURSDAY OCT 18 2012 10:57:55.745
    Version 11.2.0.1.0
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "ON"
    ODBCINST set to "/u03/app/oracle/gateway/11.2/dg4sybs/driver/dg4sybs.loc"
    RC=-1 from HOSGIP for "LD_LIBRARY_PATH_64"
    Setting LD_LIBRARY_PATH_64 to "/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib"
    HOSGIP for "HS_FDS_SHAREABLE_NAME_ICU" returned "/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib/libHGicu23.so"
    HOSGIP for "HS_FDS_SHAREABLE_NAME_INST" returned "/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib/libodbcinst.so"
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib/libodbc.so"
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_KEEP_REMOTE_COLUMN_SIZE" returned "OFF"
    HOSGIP for "HS_FDS_DELAYED_OPEN" returned "TRUE"
    HOSGIP for "HS_FDS_WORKAROUNDS" returned "0"
    HOSGIP for "HS_FDS_MBCS_TO_GRAPHIC" returned "FALSE"
    HOSGIP for "HS_FDS_GRAPHIC_TO_MBCS" returned "FALSE"
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned "HS_TRANSACTION_LOG"
    HOSGIP for "HS_FDS_TIMESTAMP_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_DATE_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using ro as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    SQL text from hgopars, id=1, len=20 ...
    00: 53454C45 4354202A 2046524F 4D202244 [SELECT * FROM "D]
    10: 55414C22 [UAL"]
    hgopars, line 526: calling SQLNumResultCols got sqlstate 42S02
    SQL text from hgopars, id=2, len=57 ...
    00: 53454C45 43542027 58272046 524F4D20 [SELECT 'X' FROM ]
    10: 2264626F 222E2273 79737573 65727322 ["dbo"."sysusers"]
    20: 20413120 57484552 45204131 2E226E61 [ A1 WHERE A1."na]
    30: 6D65223D 2764626F 27 [me"='dbo']
    Deferred open until first fetch.
    HS Agent received unexpected RPC disconnect
    Network error 1003:  NCR-01003: NCRS: Read error.
    Edited by: gonzroman on Oct 18, 2012 11:03 AM

    -=-=-=-=-=- tnsnames.ora on the UNIX side
    GTW_C100_COMN =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.26)(PORT = 1543)) #IP address of jrc1suvip01a
    #(ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.24)(PORT = 1543)) #IP address of jrc1sudb01a
    (CONNECT_DATA =
    (SERVER = DEDICATED) # added for single configuration
    (SID = dg4sybs_comn_c100)
    (HS=OK)
    -=-=-=-=-=- listener.ora of the GATEWAY
    LISTENER_DG4SYSBS =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1543))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.26)(PORT = 1543)(IP = FIRST)) #IP address of jrc1suvip01a
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.24)(PORT = 1543)(IP = FIRST)) #IP address of jrc1sudb01a
    #(ADDRESS = (PROTOCOL = TCP)(HOST = jrc1suvip01a)(PORT = 1543))
    SID_LIST_LISTENER_DG4SYSBS=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=dg4sybs)
    (ORACLE_HOME=/u03/app/oracle/gateway/11.2)
    (ENVS="LD_LIBRARY_PATH=/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib:/u03/app/oracle/gateway/11.2/lib")
    (PROGRAM=dg4sybs)
    (SID_DESC=
    (SID_NAME=dg4sybs_comn_c100)
    (ORACLE_HOME=/u03/app/oracle/gateway/11.2)
    (ENVS="LD_LIBRARY_PATH=/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib:/u03/app/oracle/gateway/11.2/lib")
    (PROGRAM=dg4sybs)
    ADR_BASE_LISTENER = /u03/app/oracle/gateway/11.2
    TRACE_LEVEL_LISTENER_DG4SYSBS = OFF
    TRACE_FILE_LISTENER_DG4SYSBS = /u03/app/oracle/gateway/11.2/network/admin/LISTENER_DG4SYBS.trc
    INBOUND_CONNECT_TIMEOUT_LISTENER_DG4SYSBS=0
    -=-=-=-=- initdg4sybs_comn_c100.ora parameter
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Sybase
    # HS init parameters
    #HS_FDS_CONNECT_INFO=[glb0pod29.aexeo.citco.com]:4100/common
    HS_FDS_CONNECT_INFO=[209.87.108.99]:4527/common
    HS_FDS_TRACE_LEVEL=ON
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    -=-=-=-=- gateway listener status
    jrc1sudb01a:/u03/app/oracle/gateway/11.2/dg4sybs/admin $ lsnrctl status LISTENER_DG4SYSBS
    LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 20-OCT-2012 13:09:05
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1543)))
    STATUS of the LISTENER
    Alias LISTENER_DG4SYSBS
    Version TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    Start Date 18-OCT-2012 13:16:24
    Uptime 1 days 23 hr. 52 min. 41 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u03/app/oracle/gateway/11.2/network/admin/listener.ora
    Listener Log File /u03/app/oracle/gateway/11.2/log/diag/tnslsnr/jrc1sudb01a/listener_dg4sysbs/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1543)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.124.155.26)(PORT=1543)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.124.155.24)(PORT=1543)))
    Services Summary...
    Service "dg4sybs" has 1 instance(s).
    Instance "dg4sybs", status UNKNOWN, has 1 handler(s) for this service...
    Service "dg4sybs_comn_c100" has 1 instance(s).
    Instance "dg4sybs_comn_c100", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    -=-=-=-=-=- tnsping output
    jrc1sudb01a:/u03/app/oracle/product/11.2.0.3/network/admin $ tnsping dg4sybs
    TNS Ping Utility for Solaris: Version 11.2.0.3.0 - Production on 20-OCT-2012 13:11:28
    Copyright (c) 1997, 2011, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.24)(PORT = 1543)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = dg4sybs)) (HS=OK))
    OK (10 msec)
    jrc1sudb01a:/u03/app/oracle/product/11.2.0.3/network/admin $ tnsping GTW_C100_COMN
    TNS Ping Utility for Solaris: Version 11.2.0.3.0 - Production on 20-OCT-2012 13:11:35
    Copyright (c) 1997, 2011, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.26)(PORT = 1543)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = dg4sybs_comn_c100)) (HS=OK))
    OK (0 msec)

  • 9791 gateway not connecting with windows7

    I want to connect my WSN gateway with my PC directly. So I used cross cable to connect and also set my IP. I have Windows7 as my os. But, after connecting it, it is showing no network access, and a yellow triangle on the network icon. And the gateway is also not detected at the MAX. I have Labview 10. But, if I do the same process in XP, then all the things come smoother and MAX is detecting the gateway and I become able to do the communication. What is the problem? Please help.
    Solved!
    Go to Solution.

    Hello, 
    have you tried to add it manually? You can do this by right clicking Remote systems -> Create new... -> Remote device (not on the local subnet).
    Also, is the NI-WSN software properly installed? You can check this under My System -> Software.
    Daniel

  • I have a new ipad2, also an ipad1, with a gateway laptop. I have wireless router with windstream. Able to access my wireless connection on ipad1 and laptop, but can't on ipad2. Will say connected, but get message saying not connected to internet on Safari

    I got an ipad 2 today. Already have an ipad 1 and gateway laptop. Have wireless internet with windstream. I have internet connection on ipad 1 and laptop, but can't connect to internet on ipad2. It says i'm connected, but when accessing Safari, it says not connected to internet. Tried unplugging router and resetting already, still not working. Thanks for the help.

    Thank you for your response.
    I did try turning off the firewall, and reducing all the security levels to a minimum (under Control Panel>Internet Options). Also, I'm using a direct cable from my m/c to the Airport Extreme. But nothing helps. Due to the usage pattern in my family, using the MacBook for configuring the network is not optimal, hence my struggle to do it on my Windows desktop. But if that is the only way to go I suppose I'll have to.
    Subsequent to posting my query, I discovered that Apple had not singled me out, and many others with a Win OS face this problem, too. I would have thought Apple would do a proper job of testing before putting up the Windows version of Airport Utlity on their site.
    But thanks again. Much appreciate it.

  • SSRS Database Configuration Manager Error - Could not connect to server: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception

    I'm Getting the "Could not connect to server: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception" Error on an existing Instance of SSRS that had been working previously (lots of installs/patches since).
    Any time I try to hit the "Test Connection" button on existing connections or create new ones from the SSRS Config Mgr., it throws that error.
    I know the SQL Server connectivity works (I have SSMS installed on there and can cut and paste server Login to connect). The problem is I can't really get any more details on the error...Event Viewer isn't logging anything, I have upped the trace level
    to 4 in the reportingservicesservice.config file, I have even watched it with procmon and nothing obvious pops up.
    Let me know if anyone else has been down this path and what they have tried.

    Hi BillOlive,
    Based on my research, the issue may be related to user access permission. You can refer to the following method to troubleshooting the issue:
    Open C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG folder | right click on the machine.config file | Properties | Security | make sure your domain account has FULL CONTROL permission on this file.
    If above steps still do not work, please backup your machine.config file to somewhere else and replace with the attached one from my Windows Server 2008 environment.
    Alternatively, app.config file also may cause the same issue. There is a similar issue, you can refer to it.
    http://stackoverflow.com/questions/6922879/exception-type-initializer-for-system-data-sqlclient-sqlconnection
    Hope this helps.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Trying to pair my new Iphone4 with my GE21518 Bluetooth Home Gateway         es it and connects for 1/2 second and then switches to not connected.  Also pairing with a Motorola 505 car unit and that seems OK.  GE unit allows me to have cell be home phone.

    I use my cell as my home phone and the GE Gateway worked fine with my old LG flip phone.   I have been unable to get the IPhone 4 to connect.
    It sees the GE21518 and connects for 1/2 second but then goes to not connected.  I have a Motorolla T505 in the car as a hands free Bluetooth and that seems to be working OK.  Anyone have experience with the GE Gateway or other suggestions.  Thanks! 

    I use my cell as my home phone and the GE Gateway worked fine with my old LG flip phone.   I have been unable to get the IPhone 4 to connect.
    It sees the GE21518 and connects for 1/2 second but then goes to not connected.  I have a Motorolla T505 in the car as a hands free Bluetooth and that seems to be working OK.  Anyone have experience with the GE Gateway or other suggestions.  Thanks! 

  • ITunes could not connect to the iTunes Store "Error Message"

    I recently added iTunes 7.6 to my Windows XP operating system at the same time when I added an *Ion USB Turntable (TTUSB).* I currently have the 80G iPod with the larger video screen. I added in the supplied software of the EZ Vinyl Converter. The software reads from Gracenote and imports into iTunes okay. But now my PC cannot access the iTunes store to buy songs, read the tracks on the discs, or display new album artwork. The diagnostic read the network connectivety test, the CD/DVD drive, and iPod connectivity tests all read okay. I followed the directions on checking the network settings under the Internet Options Tool "Connections" Lan Settings and the Automatic detection and still no dice. All I get is "Make sure your network is active."
    Can anybody help out their?
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    HP Pavilion 061 ED842AA-ABA M7250N
    iTunes 7.6.2.9
    QuickTime 7.5
    CD Driver 2.0.7.3
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 1.1.4.7
    Bonjour 1.0.4.12 (118.4)
    iTunes Serial Number 425XXXXXXXXXXXXX
    Current user is an administrator.
    The current local date and time is 2008-07-06 01:07:54.
    iTunes is not running in safe mode.
    Video Display Information
    RADEON X300 Series
    RADEON X300 Series Secondary
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {1C6FC80D-7300-43A2-A78B-9DFA93BF7727}
    Description: Intel(R) PRO/100 VE Network Connection - Packet Scheduler Miniport
    IP Address: XXXXXXXXXXXX
    Subnet Mask: XXXXXXXXXXXX
    Default Gateway: XXXXXXXXXX
    DHCP Enabled: Yes
    DHCP Server: XXXXXXXXXX
    Lease Obtained: Sun Jul 06 01:02:58 2008
    Lease Expires: Sun Jul 06 02:02:58 2008
    DNS Servers: 66.51.205.100
    66.51.205.100
    66.51.206.100
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Disabled
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to iTunes Store was successful.
    Secure connection attempt to iTunes Store was successful.
    Secure connection attempt to iPhone activation server was successful.
    iTunes has never successfully accessed iTunes store.
    ** CD/DVD Drive Tests **
    LowerFilters: PxHelp20 (2.0.0.0),
    UpperFilters: GEARAspiWDM (2.0.7.3),
    E: HL-DT-ST DVD-RAM GSA-H55N, Rev 1.03
    Audio CD in drive.
    Found 12 songs on CD, playing time 39:58 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 04:18:00
    Track 3, start time 07:16:25
    Track 4, start time 11:23:70
    Track 5, start time 15:23:17
    Track 6, start time 20:15:17
    Track 7, start time 23:04:67
    Track 8, start time 26:10:40
    Track 9, start time 28:59:05
    Track 10, start time 31:31:42
    Track 11, start time 33:32:32
    Track 12, start time 37:03:57
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are: 8 10 16 40 48.
    The drive CDRW speeds are: 8.
    The drive DVDR speeds are: 8.
    The drive DVDRW speeds are: 8.
    ** iPod/iPhone Connectivity Tests **
    iPodService 7.6.2.9 is currently running.
    iTunesHelper 7.6.2.9 is currently running.
    Apple Mobile Device service 1.14.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) 82801DB/DBM USB Universal Host Controller - 24C2
    Intel(R) 82801DB/DBM USB Universal Host Controller - 24C4
    Intel(R) 82801DB/DBM USB Universal Host Controller - 24C7
    Intel(R) 82801DB/DBM USB 2.0 Enhanced Host Controller - 24CD
    Intel(R) 82801GB USB Universal Host Controller - 27C8. Device is working properly.
    Intel(R) 82801GB USB Universal Host Controller - 27C9. Device is working properly.
    Intel(R) 82801GB USB Universal Host Controller - 27CA. Device is working properly.
    Intel(R) 82801GB USB Universal Host Controller - 27CB. Device is working properly.
    Intel(R) 82801GB USB2 Enhanced Host Controller - 27CC. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    VIA OHCI Compliant IEEE 1394 Host Controller. Device is working properly.
    Connected Device Information:
    HP_ADMINIST (L:\), Fifth Generation iPod (iPod with video) running firmware version 1.3
    Serial Number: 8K645xxxV9R
    Bus Speed: 61440

    I'm seeing this error on some, but not all, of my Windows XP machines. On my personal development XP box, I see this error if iTunes is closed when I try and access iTunes U via my transfer script or Stanford's.
    "iTunes could not connect to the Music Store. The network connection was terminated unexpectedly. Make sure your network connection is active and try again."
    The errors occured in IE 7 Beta, Firefox 1.5.x, and Firefox 2 Beta. In each case, iTunes U loaded after I clicked the 'ok' button in iTunes. I did notice that in Firefox's case an additional pop-up window appeared that asked whether or not I had iTunes; when I selected that I do have itunes, it transfered me to iTunes but generated the error.
    After getting these errors on my Windows XP machine, I tried it on two different lab machines running Windows XP, and didn't get the error message once -- I tried it in IE 6, Firefox 1.0.x and Firefox 1.5.x and they all worked. It even worked with IE 7 Beta and Vista Beta.
    Based on this, I think the problem must lie in how Windows registered iTunes, and the handshake just isn't happening properly.
    Ken Newquist
    Lafayette College

  • Installed a wireless canon Pixma MX432 printer back in November for use with my Mac Book Air. All was working normally until this past week when I began getting a message, "printer not connected." What is going on? Netgear Wireless N Router seems to be ok

    My new canon Pixma MX432 printer is not printing. It was printing fine until about ten days ago. I use a Netgear Wireless N router, which is also new. What do I need to do. I get a message when trying to print that says "printer not connected." In addition, my old Gateway laptop will still print fine apparently because it has a cable connection to the printer. Puzzled!

    Have you tried rebooting the router? I would unplug it, wait a few seconds, then plug it back in. Be sure you know the password etc. if that doesn't work, try unplugging and rebooting the printer. Good luck!

  • SOLVED! HP Officejet 6500A E710 will not stay connected to the network. scanner not connected

    After 5 hours of live remote HP tech support, and 10 more hours of web searching, I am happy to say I have solved the wireless network connection issue with scanning and printing using the HP Officejet 6500A E710n-z.  I notice that there are a lot of people with similar issues with no common, successful fix.  Here is what worked for me.  
    Background Info:
    Upgraded internet service from 9Mbps to 27Mbps...Provider brought out new Arris DG860 modem/router.  Configured network and connected all clients (smart phones, PCs, Tablets, etc) successfully accept the printer.  With this new router/modem the printer/scanner/fax would not connect to my PC at all (Windows 7 64-bit).  The Officejet was always connected to the network, however, anytime I tried to print I would get an error "Unable to connect to the printer...", and when I made an attempt to scan.."Scanner not connected, make sure it is connected to the network..." blah blah blah.  
    Process:  
    After searching the web for solutions with no success, I finally made my first call to HP tech support.  Tech tried numerous fixes: many network changes (channel, static IP, etc.), made changes to Windows system settings and registry, installed new software and drivers, ran the scan doctor, partial, semi, and full reset on the printer.  He changed my wifi channel to 6 (or 11) from AUTO and whola.  That seemed to fix the problem.  After hanging up the phone 10 minutes later "No connection" errors again.  Made a second call to HP Tech Support, and this new tech basically tried all the same fixes as the first tech.  Worked again for 10-15 minutes then disconnected.  Made third call to tech and this individual tried the same fixes as the previous two, but to no avail.  He said he would have to direct me to a more Advanced Technician and would call back tomorrow.  They called back the next day, and this new tech fixed the issue within 20 minutes. 
    Problem/Solution:
    The fourth "more advanced" tech made one change in my network configuration settings.  He changed my network mode from B/G/N to B/G and now the printer/scanner/fax stays connected and works like brand new.  The only problem is that all my devices (including the Officejet) are 802.11N capable.  Setting my network to the old B/G mixed mode slows my speed down just a bit.  Using B/G/N mode or N, my download speed is 27 Mbps.  On B/G mixed my speed is 25Mbps.  Not too big of a deal, though.  All the HP Support Techs were very nice and helpfull.  They refunded my $25 Tech fee [fee charged when product is out of warranty] because the problem is not "technically" solved, even though it does work.  Conclusio:  This seems to be an issue with my the modem/router provided by my ISP.  Could also be that it is an older Officejet and need to upgrade.    To Fix Follow the Steps Below:
    Step 1:  Find your default gateway IP...usuall 192.168.0.1 or 192.168.1.1 or similar.  Type this IP into your web address bar and hit enter.
    Step 2:  Enter the username and password.  This is normally set at factory default --> username: admin ....passowrd: password .... or .... admin
    Step 3: Go to the "Wireless Setup" tab and under the "Advanced Options" and "Wireless Network Settings" change the "Wireless Mode" to "B/G mixed".  
    Step 4:  Click "Apply" then close the browser.
    You may, or may not, lose your wifi connection for a short period while the new settings are applied and you may, or may not, have to power cycle your modem/router.  That's it.  Worked for me and I hope it works for you too.  If you have any questions or comments please feel free to post. 

    OK, that all sounds right.  Here are a few more router config ideas:
    1. Make sure that 802.11g mode is available, along with others is OK, but 'g' must be present.
    2. Change the channel to 11.
    3. Use WPA or WPA/WPA2 encryption, not WPA2 only.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Help, Itunes could not connect to the itunes store

    I has face a problem with my itunes could not connect to the itunes store. i also have check all my network but it is no problem. when i click itunes store it keep saying this.
    and i check my Run Diagnostics
    Microsoft Windows 7 x64 Business Edition (Build 7600)
    Dell Inc. Inspiron N4030
    iTunes 12.0.1.26
    QuickTime not available
    FairPlay 2.7.39
    Apple Application Support 3.1
    iPod Updater Library 12.0
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 8.0.5.6
    Apple Mobile Device Driver 1.65.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 3.06.0.2770
    Gracenote MusicID 3.06.0.2770
    Gracenote Submit 3.06.0.2770
    Gracenote DSP 3.06.0.2770
    iTunes Serial Number 767413B00E7F61F0
    Current user is not an administrator.
    The current local date and time is 2014-10-20 21:05:25.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) HD Graphics
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name: {6DACA3FB-08FB-406B-9DEF-B120E4EC1A8D}
    Description: Microsoft Virtual WiFi Miniport Adapter
    IP Address: 0.0.0.0
    Subnet Mask: 0.0.0.0
    Default Gateway: 0.0.0.0
    DHCP Enabled: Yes
    DHCP Server:
    Lease Obtained: Thu Jan 01 08:00:00 1970
    Lease Expires: Thu Jan 01 08:00:00 1970
    DNS Servers:
    Adapter Name: {C5A96BD2-6F22-4F48-8738-8B89AA57E4FE}
    Description: Broadcom 802.11n Network Adapter
    IP Address: 192.168.0.107
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.0.1
    DHCP Enabled: Yes
    DHCP Server: 192.168.0.1
    Lease Obtained: Mon Oct 20 20:45:31 2014
    Lease Expires: Mon Oct 27 20:45:31 2014
    DNS Servers: 192.168.0.1
    Adapter Name: {00E7D934-9FAC-47B7-BA8F-F93268EC0835}
    Description: Atheros AR8152/8158 PCI-E Fast Ethernet Controller
    IP Address: 0.0.0.0
    Subnet Mask: 0.0.0.0
    Default Gateway: 0.0.0.0
    DHCP Enabled: Yes
    DHCP Server:
    Lease Obtained: Thu Jan 01 08:00:00 1970
    Lease Expires: Thu Jan 01 08:00:00 1970
    DNS Servers:
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    Firewall Information
    Connection attempt to Apple web site was successful.
    Basic connection to the store failed.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    Last successful iTunes Store access was 2014-03-02 01:47:44.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.2.3.0),
    E: TSSTcorp DVD+-RW TS-L633C, Rev DW50
    Drive is empty.
    **** Device Connectivity Tests ****
    iPodService 12.0.1.26 (x64) is currently running.
    iTunesHelper 12.0.1.26 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B34.  Device is working properly.
    Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B3C.  Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    Most Recent Devices Not Currently Connected:
    iPhone 4S running firmware version 7.1.1
    Serial Number: C39GK8KPDTDM
    iPad mini (Retina) (Wi-Fi) running firmware version 7.0.4
    Serial Number: DQVLTUWBFCM8
    **** Device Sync Tests ****
    No iPod, iPhone, or iPad found.
    so what should i do ?

    Hey Bryan3623,
    Thanks for the question. I understand that you are experiencing issues connecting to the iTunes Store. The following resources provide some great troubleshooting for this symptom:
    iTunes for Windows: iTunes Store connection troubleshooting
    http://support.apple.com/kb/HT1527
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Thanks,
    Matt M.

  • ITunes could not connect to the iTunes store. The network conect timed out

    I am having trouble with iTunes,
    Message: "iTunes could not connect to the iTunes store. The network conection timed out. Make sure your network settings are correct and your network connection is active then try again."
    Im not sure when exactlt this happend, it may have been after i downloaded an iTunes update, but I cant be sure. Other than that nothing else has really changed. I have now had this problem for a couple of weeks.
    I am running windows Vista (32 bit System)on my HP Laptop and have ADSL and am able to run explorer and all other non-apple software.
    I have tried all other advice offerd in the various supports:
    1. re-installed iTunes
    2. Checked all firewall settings - even removed Norton security (currently just operating on windows Visat security and have checked all that)
    3. changed "host" file to "back-host"
    4. played around and tested various internet settings
    I hope this information helps to solve the problem. I have also recently found some other information which may be useful:
    Although I do not use "safari" as an internet explorer, this does not work on my system either. I have re-installed this to see if it helps but am still unable to connect to the apple store (home page) on safari. I have looked up the support site for safari but have thus far be unable to find any helpful information to solve the problem.
    Please help this is very frustrating...
    Many thanks in advance!

    Thanks Polydorus,
    I have run the entire diagnostics the results are as follows:
    Microsoft Windows Vista Home Edition (Build 6000)
    Hewlett-Packard HP Pavilion dv6700 Notebook PC
    iTunes 7.7.1.11
    QuickTime 7.5
    CD Driver 2.0.7.3
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 2.0.1.5
    Bonjour 1.0.4.12 (118.4)
    iTunes Serial Number 1F42598E2F1661DA
    Current user is not an administrator.
    The current local date and time is 2008-08-02 23:08:07.
    iTunes is not running in safe mode.
    Video Display Information
    NVIDIA, NVIDIA GeForce 8400M GS
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {095C31B4-7DF1-4CFF-BE80-E22A33EE716D}
    Description: Intel(R) PRO/Wireless 3945ABG Network Connection
    IP Address: 0.0.0.0
    Subnet Mask: 0.0.0.0
    Default Gateway: 0.0.0.0
    DHCP Enabled: Yes
    DHCP Server:
    Lease Obtained: Thu Jan 01 07:00:00 1970
    Lease Expires: Thu Jan 01 07:00:00 1970
    DNS Servers:
    Adapter Name: {1B5B44DE-64F4-4B5D-A57D-C80CAB0342C6}
    Description: Realtek RTL8101E Family PCI-E Fast Ethernet NIC (NDIS 6.0)
    IP Address: 192.168.1.33
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.1.1
    DHCP Enabled: Yes
    DHCP Server: 192.168.1.1
    Lease Obtained: Sat Aug 02 18:25:24 2008
    Lease Expires: Sun Aug 03 18:25:24 2008
    DNS Servers: 192.168.1.1
    192.168.1.1
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was unsuccessful.
    The network connection timed out.
    Connection attempt to iTunes Store was unsuccessful.
    The network connection timed out.
    Secure connection attempt to iTunes Store was unsuccessful.
    The network connection timed out.
    Secure connection attempt to iPhone activation server unsuccessful.
    The network connection timed out.
    Last successful store access was 2008-07-03 17:03:38.
    ** CD/DVD Drive Tests **
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.0.7.3),
    E: PIONEER DVDRW DVR-K17B, Rev 1.02
    Data or MP3 CD in drive.
    Found 1 songs on CD, playing time 37:21 on CDROM media.
    Track 1, start time 00:02:00
    Get drive speed succeeded.
    The drive CDR speeds are: 4 10 16 20 24.
    The drive CDRW speeds are: 4.
    The drive DVDR speeds are: 4.
    The drive DVDRW speeds are: 4.
    ** iPod/iPhone Connectivity Tests **
    iPodService 7.7.1.11 is currently running.
    iTunesHelper 7.7.1.11 is currently running.
    Apple Mobile Device service 2.1.29.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) ICH8 Family USB Universal Host Controller - 2830. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2831. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2832. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2834. Device is working properly.
    Intel(R) ICH8 Family USB Universal Host Controller - 2835. Device is working properly.
    Intel(R) ICH8 Family USB2 Enhanced Host Controller - 2836. Device is working properly.
    Intel(R) ICH8 Family USB2 Enhanced Host Controller - 283A. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    RICOH OHCI Compliant IEEE 1394 Host Controller. Device is working properly.
    Most Recent Device Not Currently Connected:
    iPod classic running firmware version 1.1.2
    Serial Number: 8K742MT2YMV
    ** iPhone/iPod Touch Sync Tests **
    No iPhone or iPod found.
    Hope this helps. Looking forward to resolving the problem.

  • HP C510A eStation Printer - Zeen: Not Connected - Can No Longer Connect To My Wireless Network

    Up until a couple of weeks ago, my C510A was working well.  Every so often the wireless sync would fail and I would have to resync the Zeen tablet, or unplug/replug back in the printer to regain sync, but now...  Nothing!
    My Firmware is: ZEP1CN1130AR
    Printer IP: 192.168.1.74
    Zeen IP: Not Connected
    SSID: Visible
    Mac Filtering: None
    Security: WPA/WPA2 PSK
    Signal Strength 3-4 Bars (I can move closer to the router and watch the bars increase, and move further away and see them decrease.  So the wireless radio is on and functioning within the Zeen!)
    The Zeen cannot connect to my network and is never given an IP address, so I can't set the printer up with a static IP address.  It just keeps trying to sync with my network and failing.  Over, and over, and over, and over again...  I have reset the Zeen to factory using the Power On/Volume Up combo.  I have uninstalled my HP printing software suite, redownloaded the latest version of the entire suite from the HP Support site, and have installed the drivers/printer both wirelessly and via a USB connection.  I have powered down my wireless access point and powered it back up to see if that helps, but nothing does.
    uVerse Cisco 2Wire i3812V Gateway/Router
    Netgear WNDR3700-V1 configured as a wireless access point (Thanks to the crappy 2Wire POS above.)
    I have numerous laptops (Mac and Windows), a Mac Mini, 3 tablets (WebOS, IOS, and Android), IOS and Win8 mobile phones, a Roku 2 XS, various TV's and Blu-Ray players, a Wii, and this malfunctioning HP printer connected to my network via 802.11 DB wireless AND a wired gigabit network.  I run a Plex Media Server on the Mac Mini which is my HTPC for our home.  The printer was working fine in this setup until a couple of weeks ago.
    From reading the many Zeen threads here, and on other forums, it's obvious that there is some sort of ongoing connectivity issue with the Zeen tablet on this printer.  HP has been conspicuously silent on the issue, and there is precious little to go on in the HP Knowledgebase, or in replies on this forum.  I've suffered through being hung up on, as well as trying to explain my problem to tech support reps who both do not speak English very well at all, and are unable to grasp concepts and analogies in English.  
    My frustration level is HIGH at this point.  My printer is out of warranty, and if there is a hardware issue with the printer then I fully expect to have to make the decision as to whether it's worth repairing or not, but I do FULLY expect to be able to talk to someone in technical support who speaks English about the issue and try to diagnose and fix the problem if it's just a software/networking/configuration issue at NO CHARGE, just like I do with every other product that I own!
    So I'm coming here to try and find an answer to my problem before I reach the point, and it's very close right now, of totally severing ties with HP, Compaq, and all the rest of their subsidiaries both here at home, and at the company I manage (where I pretty much make all of the hardware decisions).  This just isn't the way to treat your customers.
    Any help and suggestions are greatly appreciated.

    Hi,
    When Zeen's battery level goes below 5 %; it tends to Reset to Default where it looses all the connections and sync to the printer or router.
    So its very important to make sure that Zeen's battery does not go to low. To avoid this I would suggest to charge Zeen regularly.
    You may try the steps below as of now and check the results.
    We need to Factory Reset the Zeen making sure it is connected (Docked) on the C510a printer.
    Once it is docked try the steps below:-
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02844556&cc=us&dlc=en&lc=en&jumpid=reg_r1002_us...
    Open the above link; and then perform the Factory Reset as shown in Solution Two.
    Once completed try connecting to Wireless and check the results.
    though I am an HP employee, I am speaking for myself and not for HP.

  • Really stuck getting my new 3gs to work - itunes not connecting/connection

    Hi,
    I appreciate that this has probably been posted before, but I am desperate for help. I got a new iphone 3gs at the start of the week. I'm not technically minded at all but having downloaded the latest version of itunes I simply can't get my phone to connect to it and therefore am sitting with a piece of machinery which I can't use and I don't know what else to do. I have tried all the fixes which I can find upon googling my problem and not a one has worked. Any further inspirartion would be appreciated.
    The basic problem when I connect the phone is a message saying "itunes could not connect to the itunes store, the connection has timed out, please check your connection and try again" or words to that effect. My connection to the internet does appear to be fine as I have another internet explorer screen open and working away fine.
    I ran the diagnostic test and the details are shown below, but when I tried to click on the iphone help but it was saying it couldn't find an internet connection, but well, see above comment!
    My husband has an ipod which he originally set up itunes for earlier in the year but has now told me that he never actually managed to get itunes to work, the same messages were coming up then as I am getting now.
    Microsoft Windows XP Professional Service Pack 3 (Build 2600)
    LENOVO 83267DG
    iTunes 10.0.0.68
    QuickTime 7.6.7
    FairPlay 1.9.16
    Apple Application Support 1.3.2
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.2.0.47
    Apple Mobile Device Driver 1.49.0.0
    Bonjour 2.0.3.0 (214.3)
    Gracenote SDK 1.7.1.420
    Gracenote MusicID 1.7.1.78
    Gracenote Submit 1.7.1.106
    iTunes Serial Number (have removed this info on purpose)
    Current user is an administrator.
    The current local date and time is 2010-09-10 13:18:10.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Video Display Information
    Intel® 82945G Express Chipset Family
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {ECF7CF04-AEE1-4DE5-BA6D-5C9342E0ACF6}
    Description: D-Link AirPlus G+ DWL-G520+ Wireless PCI Adapter - Packet Scheduler Miniport
    IP Address: 192.168.0.3
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.0.1
    DHCP Enabled: Yes
    DHCP Server: 192.168.0.1
    Lease Obtained: Fri Sep 10 11:52:20 2010
    Lease Expires: Sat Sep 11 11:52:20 2010
    DNS Servers: 192.168.0.1
    Adapter Name: {1FCCCB2B-492C-41A3-8DCE-1BBFC829331E}
    Description: Broadcom 440x 10/100 Integrated Controller - Packet Scheduler Miniport
    IP Address: 192.168.0.2
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.0.1
    DHCP Enabled: Yes
    DHCP Server: 192.168.0.1
    Lease Obtained: Fri Sep 10 11:51:30 2010
    Lease Expires: Sat Sep 11 11:51:30 2010
    DNS Servers: 192.168.0.1
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Enabled
    Firewall Information
    Windows Firewall is off.
    Connection attempt to Apple website was unsuccessful.
    The network connection timed out.
    Basic connection to the store failed.
    The network connection timed out.
    iTunes has never successfully accessed iTunes store.
    * Device Connectivity Tests **
    iPodService 10.0.0.68 is currently running.
    iTunesHelper 10.0.0.68 is currently running.
    Apple Mobile Device service 3.2.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel® 82801GB USB Universal Host Controller - 27C8. Device is working properly.
    Intel® 82801GB USB Universal Host Controller - 27C9. Device is working properly.
    Intel® 82801GB USB Universal Host Controller - 27CA. Device is working properly.
    Intel® 82801GB USB2 Enhanced Host Controller - 27CC. Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    Most Recent Devices Not Currently Connected:
    iPod touch (2nd generation) running firmware version 3.1.3
    Serial Number: (have removed this info on purpose)
    iPhone 3GS running firmware version 4.0.1
    Serial Number: (have removed this info on purpose)
    ** Device Sync Tests **
    Sync tests completed successfully.
    Thanks in advance for any help which can be offered,
    Caralyn

    Have finally stumbled on the solution - my anti virus!

Maybe you are looking for

  • Can't mount Solaris 10 DVD

    I've been having trouble mounting the Solaris 10 10/08 Operating System SPARC DVD after installation so that I can add packages from the DVD. Rather than burn my own DVDs, I bought the media kit. Booting from that DVD in order to install Solaris 10 o

  • Time to difference in seconds

    Hi, im implementing a reminder function whereby a user can input a time in format HH:MM:SS and the program will prompt them with a reminder at that time. I have already used the Calender.getInstance() method to obtain the current HH:MM:SS and i need

  • Hi, I just wanted to buy two iphones from the apple store usa with a lebanese credit card. Is it possible?

    Hi, I just wanted to buy two iphones from the apple store usa with a lebanese credit card. Is it possible?

  • Norton Ghost + Parallels?

    Hello, I just switched over to Parallels from Boot Camp. Before switching I made a backup of my XP install using Norton Ghost 10.0 I have these backup files on both a USB 2.0 and a Firewire external drive. I have been unsuccessful in restoring my sys

  • I want my iPhone to update all my old info to my new phone.

    I got an iphone and synched it with itunes on my mac.  The phone died a day later and I just got a new one..  I want it to transfer my contacts to my new phone but when i plug it in, it just tells me to set up my new phone.  How do I get it to just l