Trouble First Time Start after Installing Oracle10g on Windows Xp

I have installed Oracle10g release2 on windows xp OS. My installation details are as under.
Oracle_Base : C:\oracle\product\10.2.0\home2
Oracle_Home / Global Database name : dadc.testdata
Oracle_SID : dadc
I am trying to connect and start sqlplus with following details
username - SYSTEM
password - ********
connect string - dadc
but on doing so, i am getting ora-12545 error.
Can somebody explain me , why I am not able to start 'Sqlplus' after successful installation?
Thanks
Mukesh Contractor

Hi,
Oracle>>oerr ora 12545
12545, 00000, "Connect failed because target host or object does not exist"
// *Cause: The address specified is not valid, or the program being
// connected to does not exist.
// *Action: Ensure the ADDRESS parameters have been entered correctly; the
// most likely incorrect parameter is the node name. Ensure that the
// executable for the server exists (perhaps "oracle" is missing.)
// If the protocol is TCP/IP, edit the TNSNAMES.ORA file to change the
// host name to a numeric IP address and try again.
check ur tnsnames.ora file.address parameter should contain ur server ip where oracle is running.
Thanks
Kuljeet

Similar Messages

  • Itunes will not start after installing 10.5 Windows DEP error XP

    Have not found a definitive fix for this anywhere.. so will try posting again.
    Having upgraded to itunes 10.5... now Itunes will not start. Just get Data Execution Prevention error, and closes. Using Windows XP. Have tried repairing itunes, removing it reinstalling, removing and reinstalling Quicktime.. (Quicktime works fine). Disabling DEP for itunes.. re-enabling doesn't make any difference either way.  Tried different profile.
    Please help!!

    Same problem here!

  • I've installed itunes twice. It worked the first time but after I restarted my computer it kept giving me this message: Itunes was not correctly installed. Please reinstall itunes. Error 7 (Windows error 127). What's wrong?

    I've installed itunes twice. It worked the first time but after I restarted my computer it kept giving me this message: Itunes was not correctly installed. Please reinstall itunes. Error 7 (Windows error 127). What's wrong?

    See the second box in Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Mac Mini won't start after installing OS X 10.6.3

    My Mac Mini won't start after installing Mac OS X Snow Leopard 10.6.3. When I turn it on, the Apple logo appears and the initialization line starts to fill, but it suddenly stops. It does that again and stops at the same point, but this time it shuts down. What should I do?

    If you are coming from 10.5.8, hopefully you backed up your important data first. Your mini will need at minimum, 1 GB of RAM to install Snow Leopard and at least 5 GB of storage remaining on your boot drive.
    I treat 10.6.3 as a fresh, full install over a 10.5.8 system. That means I choose Disk Utility from the Installer's menu and repartition the boot drive as a single partition, Mac OS X Extended (Journaled) format, and use the GUID partition scheme from the options button. At this point, while still in Disk Utility, I would verify the drive under First Aid.
    Then I turn the installer loose, and reboot into a working 10.6.3 system, ready for the software updates that take the machine to 10.6.8.
    So, following the above guidelines, reinstall 10.6.3.

  • Safari won't start, after installing X Lion

    Safari won't start, after installing X Lion

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Step 1
    Enter the name of the crashed application or process in the Filter text field. Post the messages from the time of the last crash, if any — the text, please, not a screenshot.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.
    Step 2
    Still in the Console window, look under User Diagnostic Reports for crash reports related to the process. The report name starts with the name of the crashed process, and ends with ".crash". Select the most recent report and post the contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • DBConsole Service doesn't start after Install OAS F&R-Services Win 10g

    Windows DBConsole Service doesn't start after Install OAS F&R-Services
    Hello,
    we have installed:
    WINDOWS Server 2003 with SP 2
    Oracle 10.2.0.1
    OAS F&R Services 10.1.2.0.2
    after Install DBR2 EM / DBConsole did work
    after Install OAS F&R-Service
    the windows-service for DBConsole
    doesn't start, return with an Error Code 2
    see below
    the file named emdbconsole.nohup from output log
    is not to find
    the ias_console does work fine
    OAS F_R-Services do work too
    whats may be wrong ?
    regards
    Norbert
    OracleDBConsoleorclsrvc.log :
    EMDROOT=D:\oracle\product\10.2.0\db_1
    ORACLE_HOME=D:\oracle\product\10.2.0\db_1
    EMDSTATE=D:\oracle\product\10.2.0\db_1\kfin_orcl
    CONSOLE_CFG=dbconsole
    TRACE_LEVEL=16
    TIMEOUT=15
    12/14/09 13:13:08 Start pending...
    12/14/09 13:13:08 Verifying dbconsole is not started already. Command line "D:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
    12/14/09 13:13:09 dbconsole launch commandline is "D:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
    12/14/09 13:13:09 Tracking process launch...
    12/14/09 13:13:39 dbconsole exited with retCode 2.
    12/14/09 13:13:39 Check D:\oracle\product\10.2.0\db_1\kfin_orcl\sysman\log\emdbconsole.nohup for details
    Edited by: astramare on Dec 15, 2009 8:43 AM

    Hi,
    1. Stop the DBConsole. (set ORACLE_SID first & ORACLE_HOME)
    cd %ORACLE_HOME%\bin
    emctl stop dbconsole
    2. Update the <ORACLE_HOME>/<hostname_sid>/sysman/config/emd.properties file.
    Change line from:
    tracelevel.main=WARN
    To
    tracelevel.main=DEBUG
    Decomment this line, so that the line becomes :
    EMAGENT_PERL_TRACE_LEVEL=DEBUG
    3. Update the <ORACLE__HOME>/<hostname_sid>/sysman/config/emomslogging.properties
    Change line from:
    log4j.rootCategory=WARN, emlogAppender, emtrcAppender
    To
    log4j.rootCategory=DEBUG, emlogAppender, emtrcAppender
    4. Remove/backup all log files from ORACLE_HOME/<hostname_sid>/sysman/log
    5. Start the dbconsole and upload the output of each command
    - start the dbconsole: "emctl start dbconsole"
    - issue "emctl clearstate"
    - status the dbconsole: "emctl status dbconsole"
    - check the status of the agent until it comes up: "emctl status agent"
    - force an upload: emctl upload
    6. Check If you are able to view the dbconsole Page & login
    check below logs may be you can see the close error messages to solve the issue.
    <ORACLE_HOME>/<hostname_sid>/sysman/log directory
    <ORACLE_HOME>/<hostname_sid>/sysman/config/emoms.properties
    Otherwise re-create the DBconsole using the metalink doc 278100.1 : How To Drop, Create And Recreate DB Control In A 10g Database. (Please check the steps from Recreate/ReConfig DB Control, if you want to re-create)
    Thanks.

  • IPhoto cannot start after installing Lion

    iPhoto v 9.1.5 will not start after installing Lion
    The app is installed on the main disk in the default location (vs. problems others are having after Lion install)
    I can't find any updates for Lion or iphoto to fix this problem
    Error log posted below ...
    Process:         iPhoto [2680]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.1.5 (9.1.5)
    Build Info:      iPhotoProject-6150000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [149]
    Date/Time:       2011-07-24 08:04:31.660 -0500
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Interval Since Last Report:          39908 sec
    Crashes Since Last Report:           9
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      18AE49DC-DF10-4143-94CD-27B7C9077A57
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognit ion
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: image not found
    Binary Images:
        0x1000 -   0xeffff7  com.apple.iPhoto (9.1.5 - 9.1.5) <65AA38DF-C3AF-A06F-62AA-254A854FA060> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0x1056000 -  0x1136fe7  org.python.python (2.6.6 - 2.6.6) <2683D847-5FC7-3F47-816E-D1CB71594F4F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1181000 -  0x11aafff  com.apple.iPhoto.Tessera (1.1 - 48.10) <39FACFA3-C1A1-CC57-9874-CF0E2EB0684C> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x11c3000 -  0x11eaff3  com.apple.iPhoto.Tellus (1.3 - 48.10) <BE3ADEF1-C058-3660-60C5-5AC69CD5414D> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x1209000 -  0x1213ff7  com.apple.iphoto.AccountConfigurationPlugin (1.1 - 1) <44FEAB1C-0E0B-7E80-82A5-5CF6287CF5DF> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x8fee7000 - 0x8ff199c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.52f9
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533642465238432D47372020
    Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533642465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.55.4-P2P
    Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD5000AAKS-40V2B0, 500.11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GA11N
    USB Device: EyeTV Hybrid, 0x0fd9, 0x0027, 0x24300000 / 3
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0x24400000 / 2
    USB Device: iPod, apple_vendor_id, 0x1299, 0x26200000 / 3
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x06110000 / 4

    There was a fix suggested over on this thread. I didn't want to re-post the answer since it is not mine - rather it was my thread with the same question.
    https://discussions.apple.com/message/15735275

  • TS1702 My problem started after installing smartsync which is supposed to sync my phone with the profilepage photos of my friends in facebook. All my apps crash after using them for awhile. I have remove the smartsync app but my phone still behaves the sa

    My problem started after installing "smartsync app" which is supposed to sync my phone with the profilepage photos of my friends in facebook. All my apps crashed after using them for awhile.While using my apps, they will black out after a little while and the phone returns to the starting page. I have removed the smartsync app but my phone still behaves the same way. At the same time the dates that accompany my messages changed to another language. How can these be rectified?

    Eek.  Sounds like something in the app caused some serious software issues.  You can try a hard reset, but I'd imagine you're probably going to have to do an iTunes restore to get it running right again.

  • HT1199 my computer displays grey screen and apple logo for 10 minutes or more during start up and shut down. sometimes it refuses to shut down . this issues started after installing OS lion. what do i do?

    my computer displays grey screen and apple logo for 10 minutes or more during start up and shut down. sometimes it refuses to shut down . this issues started after installing OS lion. what do i do?

    I don't think it's exactly an incomplete installation brody, but most likely in-correct permissions somewhere along the line that either happened, or became magnified during the upgrade. Also, it could be corruption as well.
    First thing to do, is boot up holding down Shift key to do a safe-boot so we an clean up any corrupted OS caches, after that do another reboot, but go to the Lion recovery, and scan the HD for errors, repair any if you find them, and then try to do a Repair Permissions job.
    That should fix the issue, if not, we can start doing a PRAM reset  and SMC for good measure.

  • TS3274 its almost 10 months,i purchased ipad2 32 3g wifi.itinially i got problem with applications shut off frequently now since last 4 months my ipad starts with a message (connect iTunes)like first time start and going to restore mode and it occurs freq

    its almost 10 months,i purchased ipad2 32 3G wifi.itinially i got problem with applications and safari shut off frequently now since last 4 months my ipad starts with a message (connect iTunes)like first time start and going to restore mode and it occurs frequently.plz advise.

    If you have followed the standard Apple troubleshooting processes (see user guide )
    probably a trip to the local Apple Store Genius bar is called for before warranty runs out
    Assuming the iPad has been released in your Country if not you may have to take it to a
    neighbouring Country where it is available
    This page will tell you ,via the drop down menu Countries that can support iPad
    http://support.apple.com/kb/index?page=servicefaq&geo=United_Kingdom&product=ipa d

  • Help: I want to auto schedule a load using file watcher but it runs only once for the first time and after that it is not running at all

    Hi All,
    I am trying  to execute the below code as provided from one of the blogs. i am able to run the job only once based on a file watcher object(i.e. for very first time) and after that the job is not running at all and if  i schedule the job to run automatically based on interval of 10 or more minutes it is executing properly). Please let me know or guide me if i have missed any step or configuration.that is needed.
    Version of Oracle 11.2.0.1.0
    OS : Windows 7 Prof
    Given all the necessary privileges
    BEGIN
      DBMS_SCHEDULER.CREATE_CREDENTIAL(
         credential_name => 'cred',
         username        => 'XXXX',
         password        => 'XXXX');
    END;
    CREATE TABLE ZZZZ (WHEN timestamp, file_name varchar2(100),
       file_size number, processed char(1));
    CREATE OR REPLACE PROCEDURE YYYY
      (payload IN sys.scheduler_filewatcher_result) AS
    BEGIN
      INSERT INTO ZZZZ VALUES
         (payload.file_timestamp,
          payload.directory_path || '/' || payload.actual_file_name,
          payload.file_size,
          'N');
    END;
    BEGIN
      DBMS_SCHEDULER.CREATE_PROGRAM(
        program_name        => 'prog1',
        program_type        => 'stored_procedure',
        program_action      => 'YYYY',
        number_of_arguments => 1,
        enabled             => FALSE);
      DBMS_SCHEDULER.DEFINE_METADATA_ARGUMENT(
        program_name        => 'prog1',
        metadata_attribute  => 'event_message',
        argument_position   => 1);
      DBMS_SCHEDULER.ENABLE('prog1');
    END;
    BEGIN
      DBMS_SCHEDULER.CREATE_FILE_WATCHER(
        file_watcher_name => 'file_watcher1',
        directory_path    => 'D:\AAAA',
        file_name         => '*.txt',
        credential_name   => 'cred',
        destination       => NULL,
        enabled           => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.CREATE_JOB(
        job_name        => 'job1',
        program_name    => 'prog1',
        queue_spec      => 'file_watcher1',
        auto_drop       => FALSE,
        enabled         => FALSE);
      DBMS_SCHEDULER.SET_ATTRIBUTE('job1','PARALLEL_INSTANCES',TRUE);
    END;
    EXEC DBMS_SCHEDULER.ENABLE('file_watcher1,job1');
    Regards,
    kumar.

    Please post a copy and paste of a complete run of a test case, similar to what I have shown below.
    SCOTT@orcl12c> SELECT banner FROM v$version
      2  /
    BANNER
    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
    PL/SQL Release 12.1.0.1.0 - Production
    CORE    12.1.0.1.0    Production
    TNS for 64-bit Windows: Version 12.1.0.1.0 - Production
    NLSRTL Version 12.1.0.1.0 - Production
    5 rows selected.
    SCOTT@orcl12c> CONN / AS SYSDBA
    Connected.
    SYS@orcl12c> -- set file watcher interval to one minute:
    SYS@orcl12c> BEGIN
      2    DBMS_SCHEDULER.SET_ATTRIBUTE
      3       ('file_watcher_schedule',
      4        'repeat_interval',
      5        'freq=minutely; interval=1');
      6  END;
      7  /
    PL/SQL procedure successfully completed.
    SYS@orcl12c> CONNECT scott/tiger
    Connected.
    SCOTT@orcl12c> BEGIN
      2    -- create credential using operating system user and password (fill in your own):
      3    DBMS_SCHEDULER.CREATE_CREDENTIAL
      4       (credential_name     => 'cred',
      5        username          => '...',
      6        password          => '...');
      7  END;
      8  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- create table to insert results into:
    SCOTT@orcl12c> CREATE TABLE ZZZZ
      2    (WHEN      timestamp,
      3      file_name varchar2(100),
      4      file_size number,
      5      processed char(1))
      6  /
    Table created.
    SCOTT@orcl12c> -- create procedure to insert results:
    SCOTT@orcl12c> CREATE OR REPLACE PROCEDURE YYYY
      2    (payload IN sys.scheduler_filewatcher_result)
      3  AS
      4  BEGIN
      5    INSERT INTO ZZZZ VALUES
      6        (payload.file_timestamp,
      7         payload.directory_path || '/' || payload.actual_file_name,
      8         payload.file_size,
      9         'N');
    10  END;
    11  /
    Procedure created.
    SCOTT@orcl12c> -- create program, define metadata, and enable:
    SCOTT@orcl12c> BEGIN
      2    DBMS_SCHEDULER.CREATE_PROGRAM
      3       (program_name          => 'prog1',
      4        program_type          => 'stored_procedure',
      5        program_action      => 'YYYY',
      6        number_of_arguments => 1,
      7        enabled          => FALSE);
      8    DBMS_SCHEDULER.DEFINE_METADATA_ARGUMENT(
      9       program_name         => 'prog1',
    10       metadata_attribute  => 'event_message',
    11       argument_position   => 1);
    12    DBMS_SCHEDULER.ENABLE ('prog1');
    13  END;
    14  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> BEGIN
      2    -- create file watcher:
      3    DBMS_SCHEDULER.CREATE_FILE_WATCHER
      4       (file_watcher_name   => 'file_watcher1',
      5        directory_path      => 'c:\my_oracle_files',
      6        file_name          => 'f*.txt',
      7        credential_name     => 'cred',
      8        destination          => NULL,
      9        enabled          => FALSE);
    10  END;
    11  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> BEGIN
      2    -- create job:
      3    DBMS_SCHEDULER.CREATE_JOB
      4       (job_name          => 'job1',
      5        program_name          => 'prog1',
      6        queue_spec          => 'file_watcher1',
      7        auto_drop          => FALSE,
      8        enabled          => FALSE);
      9    -- set attributes:
    10    DBMS_SCHEDULER.SET_ATTRIBUTE ('job1', 'PARALLEL_INSTANCES', TRUE);
    11  END;
    12  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- enable:
    SCOTT@orcl12c> EXEC DBMS_SCHEDULER.enable ('file_watcher1, job1');
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- write file (file must not exist previously):
    SCOTT@orcl12c> CREATE OR REPLACE DIRECTORY upncommon_dir AS 'c:\my_oracle_files'
      2  /
    Directory created.
    SCOTT@orcl12c> declare
      2    filtyp utl_file.file_type;
      3  begin
      4    filtyp := utl_file.fopen ('UPNCOMMON_DIR', 'file1.txt', 'W', NULL);
      5    utl_file.put_line (filtyp, 'File has arrived ' || SYSTIMESTAMP, TRUE);
      6    utl_file.fclose (filtyp);
      7  end;
      8  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- wait long enough (may take more than one minute) for job to run:
    SCOTT@orcl12c> EXEC DBMS_LOCK.SLEEP (100)
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- check for results:
    SCOTT@orcl12c> SELECT * FROM zzzz
      2  /
    WHEN
    FILE_NAME
    FILE_SIZE P
    22-OCT-13 10.12.28.309000 PM
    c:\my_oracle_files/file1.txt
            57 N
    1 row selected.
    SCOTT@orcl12c> declare
      2    filtyp utl_file.file_type;
      3  begin
      4    filtyp := utl_file.fopen ('UPNCOMMON_DIR', 'file2.txt', 'W', NULL);
      5    utl_file.put_line (filtyp, 'File has arrived ' || SYSTIMESTAMP, TRUE);
      6    utl_file.fclose (filtyp);
      7  end;
      8  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- wait long enough (may take more than one minute) for job to run:
    SCOTT@orcl12c> EXEC DBMS_LOCK.SLEEP (100)
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> -- check for results:
    SCOTT@orcl12c> SELECT * FROM zzzz
      2  /
    WHEN
    FILE_NAME
    FILE_SIZE P
    22-OCT-13 10.12.28.309000 PM
    c:\my_oracle_files/file1.txt
            57 N
    22-OCT-13 10.14.08.580000 PM
    c:\my_oracle_files/file2.txt
            57 N
    2 rows selected.

  • I got a MacBook Pro for the first time and just install iTunes.... how to I get my purchased songs from my Windows 7 to my new MacBook Pro

    I got a MacBook Pro for the first time and just install iTunes.... how to I get my purchased songs from my Windows 7 to my new MacBook Pro..... please try to make it easier for me since im new to the Mac OS

    1) Copy all music files to a thumb drive / external hard drive.
    2) Open iTunes on your MacBook Pro (congrats!)
    3) Under the File Menu, select "Add to Library."  Navigate to the folder with your music in it and click "Open."  Bam!  Music.

  • Ipod touch for Christmas, but cannot get started: after installing itunes, when connecting to my laptop I get no instruactions, just the error message "This iPod cannot be used because the Aplle Mobile Device service is not started". Any suggestions???

    ipod touch for Christmas, but cannot get started: after installing itunes, when connecting to my laptop I get no instruactions, just the error message "This iPod cannot be used because the Aplle Mobile Device service is not started". Any suggestions???

    Jennifer...
    Follow the instructions here >  iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • When I export audio to movie the result is just very much noice. The problem started after installing Lion

    When I export audio to movie the result is just very much noice. The problem started after installing Lion
    I'm using latest version of Logic 9 in 32 bit

    Please - gotta bump this because I'm really desperate to get this working.
    Any help or ideas .....?

  • HT4623 Is anybody having trouble with your ringer after installing OS 6.0 and using the new GPS system?

    Is anybody having trouble with your ringer after installing OS 6.0 and using the new GPS system?

    The good (?) news is many people are have OS 6.0.1 wifi problems.
    I could not connect to my home network.  What eventually worked for me (twice now), though it makes no sense, is to go to the particular connection you want to use, hit the little blue arrow on the right to get the details screen.  Scroll down to the bottom and change "HTTP Proxy" from "None" to "Auto".  Then leave the "URL" field that pops up blank. 
    This should not work.  However, it has for me where many other suggestions have not. 
    *shrug*
    Best of luck.

Maybe you are looking for