Net easy configuration assitant error

I have oracle database having sid =pahwaerp in
a system( wind 2003,tcp =192.54.18.15).
Now i have installed 9ids in another machine.(win 2000 adv server)
when i configure net easy configuration
local net service name configuration
i give there
service name =pahwaerp
tcp ip =192.54.18.15
on testing coneection it gives error
Connecting...Ora-12638 Credential retrieval failed.
The test did not succeed.
The same when i do net easy configuration from other machine having d2k re 2.1 there it works fine.
Pls help me out.

At DOS prompt do ping or tnsping to 192.54.18.15 or be sure if you have installed TCP/IP in that machine.
Regards

Similar Messages

  • Net easy Configuration error

    I have oracle database having sid =pahwaerp in
    a system( wind 2003,tcp =192.54.18.15).
    Now i have installed 9ids in another machine.(win 2000 adv server)
    when i configure net easy configuration
    local net service name configuration
    i give there
    service name =pahwaerp
    tcp ip =192.54.18.15
    on testing coneection it gives error
    Connecting...Ora-12638 Credential retrieval failed.
    The test did not succeed.
    The same when i do net easy configuration from other machine having d2k re 2.1 there it works fine.
    Pls help me out.

    At DOS prompt do ping or tnsping to 192.54.18.15 or be sure if you have installed TCP/IP in that machine.
    Regards

  • SQL net easy configuration

    I can't connect Developer 2000 at a client site with the Database on th Server:
    AFTER INSTALLING THE DEVELOPER 2000 R2.1 ON THE CLIENT MACHINE(WIN 98),
    I NEED TO CONNECT HIM TO THE ORACLE DATABASE(ORACLE 8 ENTERPRISE EDITION)
    ON THE SERVER(WINNT),
    I DEFINED THE FOLLOWING SERVICE (DB ALIAS) ON THE ORACLE SERVER(TNSNAMES.ORA):
    XXX.WORLD =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = 3.1.1.1)
    (PORT = 1521)
    (CONNECT_DATA = (SID = ORCL)
    WHAT I DID WAS THAT I WENT TO SQL NET EASY CONFIGURATION, AT CLIENT MACHINE
    AND SELECT TO ADD DATABASE ALIAS,
    THEN I ENTERED THE DB ALIAS NAME: KOKO (FOR EXAMPLE)
    THEN I ENTERED THE TCP\IP ADDRESS OF THE SERVER: 3.1.1.1,
    THEN I ENTERED THE DATA BASE INSTANCE : ORCL,
    THEN I CONFIRMED THE OPERATION AND EXIT THE SQL NET EASY CONFIGURATION.
    THEN I WENT TO THE TNSNAMES.ORA FILE, AND CHECK FOR THE DEFININTION, AND IT
    WAS OK. AND AS FOLLOWS:
    KOKO.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = TCP.WORLD)
    (PROTOCOL = TCP)
    (HOST = 3.1.1.1)
    (PORT = 1521)
    (ADDRESS =
    (COMMUNITY = TCP.WORLD)
    (PROTOCOL = TCP)
    (HOST = 3.1.1.1)
    (PORT = 1526)
    (CONNECT_DATA = (SID = ORCL)
    THEN I TRYED TO CONNECT TO THE DATABASE USING SQLPLUS8 FROM THE USER MACHINE,
    BUT I GET THIS ERR MSG;
    ERROR:
    ORA-12154: TNS:COULD NOT RESOLVE SERVICE NAME
    I TRYED TO GO TO ORACLE REGISTRY FILE AND ADD A STRING LOCAL: XXX
    THIS XXX IS THE NAME OF THE DATABASE ALIAS ON THE SERVER.
    AFTER THAT I TRYED TO CONNECT TO THE DATABSE, AND I GOT THE SAME ERR MSG:
    ERROR MSG:
    ERROR:
    ORA-12154: TNS:COULD NOT RESOLVE SERVICE NAME
    IF YOU HAVE AN IDEA, I WILL APPRECIATE SHARING IT.
    null

    hi,
    If you are installing D2K on '98 please insure the following:
    1. does the cient machine have orawin95/98 folder?
    2. In orawin95/net80/admin you said you have TNSNAMES.ORA but do you also have SQLNET.ORA with a proper configuration pointing to TNSNAMES.ORA?
    Tushar

  • Installing Sql net-easy configuration assistant

    I had installation of Oracle 8.i Server and I have made an installation of all Oracle 8.i Client on my desktop, but it failed before installing the package for Sql net-easy configuration.
    I retry to deinstall and install all Oracle package, but I was unable to reach again the same step.
    How do I install the Sql net easy package, in order to get it available within the Oracles menu in the Window Start menu?
    Thanks
    Roberto

    hi,
    If you are installing D2K on '98 please insure the following:
    1. does the cient machine have orawin95/98 folder?
    2. In orawin95/net80/admin you said you have TNSNAMES.ORA but do you also have SQLNET.ORA with a proper configuration pointing to TNSNAMES.ORA?
    Tushar

  • Dbca (database configuration assitant) error

    hai
    when i run dbca it is giving me console after filling all the requirments
    and when we press ok we r lossing console with the following error
    ./dbca: line 124: 20990 Segmentation fault $JRE_DIR/bin/jre -DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
    Thanks
    BhanuChander

    Just general information on segmentation faults related to Oracle
    We have encounted numerous segmentation fault from in house written pro*c programs. The problem has almost always been a failure to properly terminate a string which eventually resulted in the overlaid of code.
    We have hit a couple of segmentation faults with Oracle modules and the problems have always traced to known bugs. With the installer and dbca pathing and environment variable settings have often been part of the problem/solution from Oracle support.
    HTH -- Mark D Powell --

  • Problems with 11g on OEL5 (update 3) / net configuration assitant fails

    While installing 11g on OEL 5 the net configuration assistant failed:
    Oracle Net Services Configuration:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb7e772f3, pid=7352, tid=3084941520
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C {noformat}[libc.so.6+0x6f2f3] index+0x63{noformat}
    # An error report file with more information is saved as hs_err_pid7352.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    According to the existing articles on this problem the solution is using a static IP and/or adding the IP to /etc/hosts.
    So did I, but: Net Configuration Assistant is still failing!
    This is my /etc/hosts:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    192.168.1.4 localhost locahlhost.localdomain
    127.0.0.1 localhost.localdomain localhost
    Additionally, network is configured without DHCP! Although while checking the prerequisites the installer throw a warning ("... using DHCP may cause problems ...") which puzzles me.
    I should be thankful for any hints/advices.
    Edited by: user6877544 on Aug 29, 2009 2:45 PM: deleted square brackets around libc.so
    Edited by: user6877544 on Aug 29, 2009 3:23 PM
    Edited by: user6877544 on 30.08.2009 00:47 added square brackets around libc.so

    After a reboot the "DHCP-check" is passed:
    INFO: Checking DetectIfDHCPAssignedIP
         This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:192.168.1.4
    INFO: Checking the network interface display name.... :eth0
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......46
    INFO: Checking the LINUX vendor .... :enterprise
    INFO: Inspect interface file :/etc/sysconfig/network-scripts/ifcfg-eth0
    INFO: Check complete. The overall result of this check is: Passed
    But net configuration assistant is still failing.

  • Oracle Net configuration assitant Failed during installation

    Hi, all
    I was running oracle database 11.2.0 on windows xp service pack 3
    I deinstalled it and reinstalled again.
    everything wet well until it reached to configure Net configuration assistant which was failed to start.
    Now i can not start Net configuration assistant as well as can not create listener with lsnrctl commandline utillity. all the time i tried to create a listener it does not create.
    I tried to start net configuration assistant from programe list in windows it is not starting. while installation it generated a log file the enteries related to net configuration  are as follows . Please note that i have installed java 1.7.0 on my machine
    and also i can not start dbcontrol and there is no mention of dbcontrol in program list too.
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO:
    INFO: Parsing command line arguments:
    INFO:     Parameter "orahome" = D:\app\oracle\product\11.2.0\dbhome_1
    INFO:     Parameter "orahnam" = OraDb11g_home1
    INFO:     Parameter "instype" = typical
    INFO:     Parameter "inscomp" = client,oraclenet,javavm,server,ano
    INFO:     Parameter "insprtcl" = tcp,nmp
    INFO:     Parameter "cfg" = local
    INFO:     Parameter "authadp" = NO_VALUE
    INFO:     Parameter "responsefile" = D:\app\oracle\product\11.2.0\dbhome_1\network\install\netca_typ.rsp
    INFO:     Parameter "silent" = true
    INFO: Done parsing command line arguments.
    INFO: Oracle Net Services Configuration:
    INFO: #
    INFO: # An unexpected error has been detected by HotSpot Virtual Machine:
    INFO: #
    INFO: #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0b2d98ca, pid=144, tid=4064
    INFO: #
    INFO: # Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b03 mixed mode)
    INFO: # Problematic frame:
    INFO: # C  [oranl11.dll+0x498ca]
    INFO: #
    INFO: # An error report file with more information is saved as hs_err_pid144.log
    INFO: #
    INFO: # If you would like to submit a bug report, please visit:
    INFO: #   http://java.sun.com/webapps/bugreport/crash.jsp
    INFO: #
    WARNING:
    INFO:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    INFO: Oracle Net Configuration Assistant failed.
    INFO: Oracle Net Configuration Assistant failed.
    any solution

    It seems you have a problematic java frame (perhaps bug) and need to check out the reason in the hs_err_pid144.log file.

  • Configuration assistant error with Oracle 10g 10.2.02 with Solaris 10 6/06

    Hi all,
    As anyone seen this a fix for this error?
    I have installed Solaris 10 6/06 x86 on VMWare 5.2 which works fine.
    When I attempt to install Oracle 10g 10.2.02 for Solaris x86 (released in Sept 06), the install goes fine until I get to the configuration assistant stage.
    The first Net based configuration assistant fails with a Java exception which seems to be related to a Sig 11 in the libc library.
    This looks like an error fixed by a patch mentioned in the release notes but the patch does not seem to be available for this version of Solaris.
    Any comments would be greatly appreciated...
    Regards
    Anthony

    Hi all,
    Just to update this.
    I have deselected the create database option part of the install and Oracle installs OK!
    The problem is in the create database phase which I have manually done when I use the dbca program.
    When I get to the create database operation of the the dbca wizard, I get a the following error "ORA-00600, internal error code, arguments [kelntf-ldminit, [146],[1],[],[],[],[],[]"
    Any offers?

  • Not able to open  Database Configuration Assitance after installing MGT ser

    I've install Oracle Grid Control Enterprises manage in sperate machine(MON1) to moniter 3 servers and I've install Oracle Management Service to get connect with MON1 server. After installation i'm not able to open Databaase configuration assitance and net configuration assitance.
    Please help on this

    I've found the solution for this problem. Follow this step
    step 1. Before install management service copy the environment variable value of PATH in a notepad. For this Select MyComputer-> Do right click->click on advance tab->Click Environment Variables>Under System Variables you see a variables called PATH->select and click on Edit button You will get the value of PATH Value.
    Step 2. Now you do Management Service installation
    Step 3. Again you do the same step as STEP 1(Make sure you should do this).
    Step 4. Now you copy the content which you have copy in step 1 and paste it in PATH Variable
    Step 5. Now you try to open.
    Step 6. Now You restore the content of PATH Variable which you have copy(STEP 3) after installation so the Management Service will work fine

  • Post-deployment configuration failed error in windows 2012 server

    HI,
    After complete install WSUS I am getting  post-deployment configuration failed error
    WSUS files are not installed in given path even folder also not created 
    kindly suggest to me 

    Just start from this bit
    There are a few workarounds to this problem so that we can complete the WSUS role Installation and move on to bigger and better things with Config Man.
    The easy way would be to launch the WSUS admin console. You will immediately get prompted for the post installation tasks. You just populate the fields and you are done.
    Cheers Paul | http://sccmentor.wordpress.com

  • Net Services Configuration.

    hi all
    i am using Linux Enterprise edition and i installed Oracle Database 11gR2
    but while runing the $ Netca
    i got the following error.
    Error: null
    check the trace file for details: /u01/app/oracle/cfgtoollogs/netca/trace_oradb11g_home1-1005075PM3638.log
    Oracle Net Services configuration failed. The exit code is 1.
    any suggestion?
    Is this a bug?
    Sarah

    any suggestion?SQL*Net is NOT required to run Oracle RDBMS.
    listener.ora is not required for V10+
    lsnrctl start
    just do command above

  • SQL*NET Easy Config

    I can't find the orainst.exe file on Oracle's site to setup SQL & ODBC on a client machine. Does anyone know where to get this?

    I'm not sure I follow your question...
    SQL*Net Easy Config is a utility that allows you to do things like configure your tnsnames.ora file after you have installed the Oracle client.
    The ODBC Data Source Administrator allows you to configure ODBC connections to your database after the Oracle client has been installed.
    The Oracle Universal Installer allows you to install the Oracle client in the first place.
    Which, if any, of these utilities are you referring to?
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • CR10 Dev JRC ReportSDKException Report location is not specified in the configuration file error

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

  • Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7

    Hi Techys,
    Kindly help me to resolve the below issue
    "Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7"
    Many Thanks,
    Madhu

    Hi,
    Follow this link for smooth installation for SP 2010 on Win 7.
    http://msdn.microsoft.com/en-us/library/office/ee554869(v=office.14).aspx
    Murugesa Pandian.,MCTS|App.Development|Configure

  • Mac won't update software or access iTunes shop. Message comes up with 'not connected to the net. Check connections' error. I still have internet access. Changed my Apple ID but no result. Repaired permissions and re-installed operating system.

    Mac won't update software or access iTunes shop. Message comes up with 'not connected to the net. Check connections' error. I still have internet access. Changed my Apple ID but no result. Repaired permissions and re-installed operating system.

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

Maybe you are looking for

  • Serial number for Discs 2 and 3 for Photoshop Elements 10?

    Hi, I am installing Photoshop Elements 10 and it has three discs; I installed disc 1 using the serial number on the back of the case no problem but when I am trying to install disc 2 it says the serial number is not valid??? Does anyone know what to

  • Pages won't open, how can I fix it?

    I work in Lion and installed Pages from the app store about a year ago. Suddenly today when I logged in, the Pages icon in the dock had changed to a generic application icon and will not open. What is going on? Virginia

  • LDT for a Form Function

    Hi, We have a requirement to create a new form function and attach it to a menu. Can sm one let me know the FNDLOAD command for download of the ldt file for this form function thats newly created.. Thanks in advance. - Lakshmi

  • ABAP Upgrading steps from 4.6 to ECC 6.

    Hi Experts, Could you please let me know the steps to upgrade from 4.6 to ECC 6? As an abapers what are the steps need to take care during upgradation. Please give me the step by step approach. Thanks Kaki

  • Cannot turn on my iBook after installing airport extreme card

    I have an older iBook that's running OSX 10.4.3 I am trying to install an airport extreme card, but I am unable to turn the computer on after installing it. What's the deal?