Error 12638-Credential retrieval failed

I am running net8 on a win98 machine and attempting to connect to a v8.1.6 db on an NT box. I run in a Novell environment and do not load the "Client for Microsoft Networks". When this client is loaded I can connect, otherwise I get the 12638 error.
My network people are adement about not loading the Microsoft Client.
Does the Oracle client require that the Microsoft Client be loaded? Or is this indicative of a different problem?
Thanks
null

Michael,
Oracle uses a listener to set up all network protocols to listen for (listener.ora on the server). You may load or not Microsoft Network, but the you need to set up the listener to cary about Novell's SPX or to enable TCP/IP protocol in Novell env. Then you have to include a database descriptor, according SPX protocol in tnsnames.ora (on client site). In my oppinion, you are loosing one of your protocols when Microsoft Networks is not loaded (should not but...) and Oracle is not set to listen on Novell's SPX
null

Similar Messages

  • Kerberos Authentication between Sharepoint 2013 Foundation - SSRS 2012 - Oracle 11g failing with ORA-12638: Credential retrieval failed

    I have set up SharePoint 2013 Foundation, SharePoint Reporting Services and SQL Server 2012 in a single server. I then created a Data Connection to Oracle 11g. Upon testing the connection, it throws the error “ORA-12638: Credential retrieval failed”.
    Given below are the steps of installation and configuration.
    Installation till basic authentication:
    The installation has been done in a
    single server.
    Installed SQL Server 2012 (Developer version).
    Selected only the following features:
    Database Engine Services
    Analysis Services
    Reporting Services – SharePoint
    Reporting Services Add-in for SharePoint Products
    Management Tools – Basic
    - Management Tools - Complete
      2. Installed SQL Server 2012 SP1.
      3. Installed SQL Server 2012 SP2.
      4. Installed SharePoint Foundation 2013.
      5. Created web application (without Kerberos; we did not even create the SPNs).
          The application pool has been configured to use Reporting Services account since it is a single server installation. This account has been registered as a managed
    account.
      6. Created Site Collection.
      7. Verified that Reporting Services is not installed.
      8. Installed SharePoint Reporting Services from SharePoint 2013 Management Shell.
      9. Verified that Reporting Services is installed.
     10. Created a new SQL Server Reporting Services Service Application and associated the Web Application to the new SQL server Reporting Services Service Application.
      11. Verified that SQL Server Reporting Services Service Application and its proxy have started. Reset IIS.
      12. Created a Site.
      13. Created a Data Connection library with “Report Data Source” content type.
      14. Created a Report Model library with “Report Builder Model” content type.
      15. Created a Report library with “Report Builder Report” content type.
      16. Uploaded an SMDL to the Report Model library.
      17. Added the top level site to Local Intranet instead of as a Trusted Site in the browser settings.
      18. Able to create and save a report using Report Builder.
    Hence, basic authentication is working and SSRS is able to connect to Oracle database.
    Next we have to configure Kerberos settings between SharePoint and SQL Server.
    Implementation of Kerberos authentication
    In the Report Server machine, opened the file C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\WebServices\Reporting\rsreportserver.config  and added the Authentication Types of RSWindowsNegotiate
    and RSWindowsKerberos.
     2.  Set up the following SPNs.
                   a) SQL Server Database Engine service (sqlDbSrv2):
                    setspn -S MSSQLSvc/CER1110:1433 CERDEMO\sqlDbSrv2
                    setspn -S MSSQLSvc/CER1110.cer.demo.com:1433 CERDEMO\sqlDbSrv2
                 In the Delegation tab of the account, selected "Trust this user for delegation to any service (Kerberos only)".
    b) Account: SharePoint Setup Admin account (spAdmin2)
         setspn -S HTTP/CER1110:9999 CERDEMO\spAdmin2
                    setspn -S HTTP/CER1110.cer.demo.com:9999 CERDEMO\spAdmin2
                    In the Delegation tab of the account, selected "Trust this user for delegation to any  service
    (Kerberos only)".
    c) Account: SQL Server Reporting Service account (sqlRepSrv2)
                       setspn -S HTTP/CER1110 CERDEMO\sqlRepSrv2
                       setspn -S HTTP/CER1110.cer.demo.com CERDEMO\sqlRepSrv2
                       In the Delegation tab of the account, selected "Trust this user for delegation to any service
    (Kerberos only)".
      3. Configure the Web Application to use “Negotiate (Kerberos)”.
      4. Logged in as SharePoint Administrator to the SharePoint server and opened the top level site in the IE browser.
         The Event Viewer logged the login process for the SharePoint Administration account as
    Negotiate and not Kerberos.
      5. Implemented Kerberos for Oracle database and client.
         Able to connect to the Oracle database via Kerberos authentication using SQL Plus.
      6. Turn on Windows Firewall.
      7. While testing the site's data connection using Kerberos settings, got the error
    “Can not convert claims identity to windows token. This may be due to user not logging in using windows credentials.”
          Note: The Data Connection for basic authentication still worked.
      8. Created a Claims to Windows Token Service account (spC2WTS2).
      9. Started the Claims to Windows Token Service.
     10. Registered the Claims to Windows Token Service account as a Managed Account.
     11. Changed the Claims To Windows Token Service to use the above managed account.
     12. Verified that the Claims to Windows Token Service account (spC2WTS2) is automatically added to the WSS_WPG local group on the SharePoint box.
          Note: The Reporting Services service account is also a part of the WSS_WPG local group.
     13. Added the Claims to Windows Token Service account (spC2WTS2) to the Local Admin Group on the machine having the SharePoint App Server.
     14. In the SharePoint box, added the Claims to Windows Token Service account (spC2WTS2) in the Act as part of the operating system policy right.
     15. The Claims to Windows Token Service account (spC2WTS2) has the WSS_WPG group configured.
          When the C2WTS service was configured to use the managed account Claims to Windows Token Service account (spC2WTS2) earlier, the spC2WTS2 account was automatically
    added to the WSS_WPG local group on the SharePoint box. The WSS_WPG group in turn is configured in c2wtshost.exe.config file.
     16. Verified that the Reporting Services account is a managed account and part of the WSS_WPG group.
     17. Earlier Service Application Pool - SQL Server Reporting Services App Pool service was associated with the SharePoint Admin account.
          Changed this to associate the Reporting Service account with the Service Application Pool - SQL Server Reporting Services App Pool service.
     18. Changed the delegation of the Reporting Service account to constrained delegation with Protocol Transitioning. This is because we are transitioning from one authentication scheme (Claims) to another (Windows Token).
          For this, the delegation has been changed to "Trust this user for delegation to specified services only". Also, selected the sub radio button "Use
    any authentication protocol". Selected the Oracle Kerberos service as the service to which this account can present delegated credentials.
          Note: The Reporting Service account already had an HTTP SPN.
     19. Next, the goal was to make the Claims To Windows Token Service account match the Reporting Service account.
           For this, we created a fake SPN for the Claims To Windows Token Service account since the delegation tab was missing.
           The delegation has been changed to "Trust this user for delegation to specified services only". Also, selected the sub radio button "Use any
    authentication protocol". Selected the Oracle Kerberos service as the service to which this account can present delegated credentials.
     20. Restarted the SharePoint server.
     21. Tested the data connection with the Kerberos settings again.
           Got the error
    “ORA-12638: Credential retrieval failed”.
    Can anyone tell me what is wrong with this setup?

    http://www.freeoraclehelp.com/2011/10/kerberos-authentication-for-oracle.html
    Problem4: ORA-12638: Credential retrieval failed
    Solution:  Make sure that SQLNET.KERBEROS5_CC_NAME is set in sqlnet.ora and okinit has been run before attempting to connect to the database.
    Do check 
    http://webcache.googleusercontent.com/search?q=cache:5a2Pf3FH7vkJ:externaltable.blogspot.com/2012/06/kerberos-authentication-and-proxy-users.html+&cd=5&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • ORA-12638 CREDENTIAL RETRIEVAL FAILED

    Yesterday when I started my server after holiday it gives error ORA-12638 Credential Retrieval Failed,
    Can anyone help. I have taken export backup of my schema before holiday. I can load that but I need advice what should I do to recover. To me its login connectivity problem.

    check the file sqlnet.ora where the database is installed for an entry like SQLNET.AUTHENTICATION_SERVICES= (NTS). If so, disable it.

  • Can't connect to sql*net, ORA-12638: Credential retrieval failed

    after installed oracle9i, I can use sqlplus, but when I try to use sql navigator, I can't connect to sql*net.
    I found out the following error message in logfile:
    Fatal NI connect error 12638, connecting to:
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=BEQ)
    (PROGRAM=oracle)
    (ARGV0=oracleoms)
    (ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))
    (CONNECT_DATA=(SID=oms)(CID=(PROGRAM=c:\oracle\ora92\bin\ORACLE.EXE)(HOST=JZQGG31)(USER=OraUser))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
    Time: 11-MAR-2004 17:04:17
    Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12638
    TNS-12638: Credential retrieval failed
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    =============================================
    Hope somebody can help me! Thanks!

    change in sqlnet.ora file
    find under oracle home\network\admin\sqlnet
    and
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    CHANGE TO
    SQLNET.AUTHENTICATION_SERVICES = (NONE)
    hope it will solve u r problem
    kuljeet pal singh

  • 11.2g Installation error on Win7:  ORA-12638 Credential Retrieval Failed

    I'm attempting to install an Oracle instance on my computer, which is Windows 7, 64-bit. In the middle of the installation I got an error fro Credential Retrieval. I've looked for solutions and they all related to modifying sqlnet.ora. However, at this point in the installation, there does not appear to be such a file on my system, so I can't very well change it. What can I do to install this? Thanks. I thought this might take thirty minutes, not my entire work day.
    Ken
    Edited by: user639117 on Aug 29, 2011 3:34 PM

    Here is the last 100 lines of the installation log. First, though, I have an Oracle client to use to talk to the Oracle database behind PeopleSoft, but I don't want to touch that database for what I'm doing. I need to have a separate database I can experiment in. Thanks.
    INFO: Launching Oracle Database 11g Release 2 Installer
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state prepInstall
    INFO: Waiting for completion all forked tasks at state prepInstall
    INFO: All forked task are completed at state prepInstall
    INFO: Completed background operations
    INFO: Executing action at state prepInstall
    INFO: Completed executing action at state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prepInstall>
    INFO: Completed validating view at state <prepInstall>
    INFO: Validating state <prepInstall>
    WARNING: Validation disabled for the state prepInstall
    INFO: Completed validating state <prepInstall>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state decideOCMInstall
    INFO: Completed executing action at state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <decideOCMInstall>
    INFO: Completed validating view at state <decideOCMInstall>
    INFO: Validating state <decideOCMInstall>
    WARNING: Validation disabled for the state decideOCMInstall
    INFO: Completed validating state <decideOCMInstall>
    INFO: Verifying route requireOCM
    INFO: Get view named [OCMDetailsUI]
    INFO: View for [OCMDetailsUI] is oracle.install.ivw.common.view.OCMDetailsGUI@6aa218a5
    INFO: Initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOCMDetails
    INFO: Completed executing action at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOCMDetails>
    INFO: Pause Oracle Database 11g Release 2 Installer
    INFO: Resume Oracle Database 11g Release 2 Installer
    INFO: Exit Status is 0
    INFO: Shutdown Oracle Database 11g Release 2 Installer

  • Help .....Credential retrieval failed Error

    Hi all,
    I am geting below error, when i run my application with backend Oracle 9i.
    ORA-12638: Credential retrieval failed
    Please Help.
    Thanks,
    Sam

    I believe this is because of Active Directory servers on your network.
    Essentially, your NT logon information has been lost by the network AD server. You will probably find that you can log on to a single session, but if you try and connect to another session from that one you will get this error. This can sometimes happen if you leave your client machine logged on over long periods of time (days or weeks).
    Try rebooting your client PC, which usually re-registers your credentials with the AD server.
    If it continues, speak to your network admin team.

  • Credential retrieval failed

    I get Credential retrieval failed when trying to loggin to "run SQL Command" tool:
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Dec 8 16:08:26 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect sys/<pwd> as sysdba
    ERROR:
    ORA-12638: Credential retrieval failed
    SQL> connect / as sysdba
    ERROR:
    ORA-12638: Credential retrieval failed
    SQL>
    Message was edited by:
    VS1

    You've posted to the wrong forum, this is the Application Express forum.

  • Express edition and Credential retrieval failed - again

    Following a successfull installation of the Express edition, I get the common problems of home page not available and 'credential retrieval failed' when I try to login as the system/sysdba. I have read all the threads I have found and have found no remedies which help. I have also tried the following:
    - sqlnet.ora: removing the (NTS) auth. service. This just creates another error message:'Oracle not available'
    What more is there to check?
    My OS is Windows XP SP3
    Re-installation: tried multiple times as local administrator and user with the admin rights - no change.

    Well, I am not an expert but, after having installed Oracle XE several times on several platforms, and having experienced some problems, I suspect that you should give a try with WXP SP2 instead of WXP SP3...
    Good luck!
    Victor

  • Oracle9i - ORA-12638 Credential retrival failed

    Hi,
    I am new to Oracle database and my first job is to install oracle9i into Window 2000. The installation failed at Database Configuration Assistant with error: ORA-12638 Credential retrival failed. I tried to create different type of database to see if the problem goes away but it persists. Please help!

    this is the solution i got from net
    On the client computer, modify SQLNET.ORA located in ORACLEHOME/NETWORK/ADMIN directory. Replace the line
    SQLNET.AUTHENTICATION_SERVICES=(NTS)
    with
    SQLNET.AUTHENTICATION_SERVICES=(NONE)
    you can try out..

  • ORA-12635 Credential Retrieval Failed

    Hi All
    When I try to install the Oracle database enterprise edition 8.1.7(release 3) on windows NT client(with service pack 5) it stopped at configuration assistant with an error ORA-12635 Credential failed with prompt to Ignore or Abort, when i chose ignore it hangs , so i cancelled the Installation and redo again. but the same error came out and i am unable to continue installation.
    when i try to connect database using SQLPlus as scott/tiger it gives an error TNS:12560-Protocol adaptor error.
    Thanks in anticipation for the reply
    M.Ayub

    Install the Oracle Server without any database and
    after try to create the database through the assistant.
    I recommend you to apply servipack6 for NT which is
    the lastest servipack for that OS.
    Joel P�rez

  • TNS-12683 "Credential retrieval failed"

    Hi all,
    Can someone explain to me what that error means?
    On the forums I find this:
    "“NTS” option tries to use your Windows credentials to authenticate with Oracle. So unless your Oracle logins match your Windows login – this may fail."
    "The Oracle Database adapter requires the adapter clients to provide client credentials. The adapter uses these credentials to authenticate the user with the Oracle database and to establish a connection."
    What this really means? I can not connect to my database.
    One solution is:
    in sqlnet.ora change
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    to
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    My question is what cous this error, and why database works well for few year, and suddenly the error occurs? My listener.log file is 2Gb large, is this a reason for error?
    Tnx,
    Smee

    I have had this error when there were too many sessions for my database. Ran fine for a few months and then hit our session limit from initialization parameters. Ours had been set to 250 and we needed 300.

  • Credential Roaming failed to write to the Active Directory. Error code 5 (Access is denied.)

    Hi All,
    I could see following error event in all client computers , Could you please some one help me on this ?
    Log Name:      Application
    Source:
    Microsoft-Windows-CertificateServicesClient-CredentialRoaming
    Event ID:      1005
    Level:         Error
    Description: Certificate Services Client: Credential Roaming failed to  write to the Active Directory. Error code 5 (Access is denied.)
    Regards, Srinivasu.Muchcherla

    If you are not using certificates and Credential Roaming for clients then simply ignore the error message.
    If you are using certificates then you are getting access denied message when Credential Roaming is trying to write to your AD. More details about Credential Roaming here: http://blogs.technet.com/b/askds/archive/2009/01/06/certs-on-wheels-understanding-credential-roaming.aspx
    http://blogs.technet.com/b/instan/archive/2009/05/26/considerations-for-implementing-credential-roaming.aspx
    This is probably related to the fact that your schema version not 44 or higher: https://social.technet.microsoft.com/Forums/windowsserver/en-US/5b3a6e61-68c4-47d3-ae79-8296cb3be315/certificateservicesclientcredentialroaming-errors?forum=winserverGP 
    Active Directory
    ObjectVersion
    Windows 2000
    13
    Windows 2003
    30
    Windows 2003 R2
    31
    Windows 2008
    44
    Windows 2008 R2
    47
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Failed to Run Task Sequence (error ocurred while retrieving policy for the computer)

    Hi, all of sudden we're getting an issue with SCCM when attempting to deploy an image we get a Failed to Run Task Sequence. Used to work previously, now suddenly it isn't working for any.
    Full error:
    Failed to Run Task Sequence
    An Error occurred while retrieving policy for this computer (0x8009310B). For more information....
    Log:
    Reading Policy Body. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Parsing Policy Body. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Downloading policy body EAB200A4-EAB00066-6F6BCC28. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Preparing Policy Body Request. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
        Setting transport. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
        Setting policy location = ttp://<mp>/SMS_MP/.sms_pol?EAB200A4-EAB00066-6F6BCC28.11_00. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Executing Policy Body Request. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    CLibSMSMessageWinHttpTransport::Send: URL: servername.bla.com.au:80  GET /SMS_MP/.sms_pol?EAB200A4-EAB00066-6F6BCC28.11_00 TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Error. Status code 404 returned TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Found a secure policy. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Trying to decode policy. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    CryptDecryptMessage ( &DecryptParams, pbEncrypted, nEncryptedSize, 0, &nPlainSize, 0 ), HRESULT=8009310b (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,339) TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Decoding in non ssl mode failed. Checking if decoding was really needed. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Failed to verify a properly formed XML. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    oPolicy.RequestPolicy((GetPolicyFlags() & POLICY_SECURE) != 0, (GetPolicyFlags() & POLICY_COMPRESS) != 0), HRESULT=8009310b (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,2067) TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Failed to download policy EAB200A4-EAB00066-6F6BCC28 (Code 0x8009310b). TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    (*iTSPolicyAssignment)->GetObjects(pszClassName, aTSPolicyObjectArray ), HRESULT=8009310b (e:\nts_sccm_release\sms\framework\tscore\tspolicy.cpp,1224) TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    m_pPolicyManager->GetObjects( TS::Policy::TaskSequence::GetClassNameW(), TS::Policy::TaskSequence::GetPolicyCategory(), TS::Policy::TSPolicyAssignment::POLICY_TS_FOR_CD_AND_PXE, aTSPolicyObjectArray ), HRESULT=8009310b (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1205) TSPxe 16/01/2015
    2:54:40 PM 1176 (0x0498)
    Exiting TSMediaWizardControl::GetPolicy. TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    pWelcomePage->m_pTSMediaWizardControl->GetPolicy(), HRESULT=8009310b (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawelcomepage.cpp,303) TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Setting wizard error: An error occurred while retrieving policy for this computer  (0x8009310B). For more information, contact your system administrator or helpdesk operator. TSPxe 16/01/2015 2:54:40 PM 1124 (0x0464)
    WelcomePage::OnWizardNext() TSPxe 16/01/2015 2:54:40 PM 1124 (0x0464)
    Skipping Confirmation Page. TSPxe 16/01/2015 2:54:40 PM 1124 (0x0464)
    Skipping Task Sequence Selection Page. TSPxe 16/01/2015 2:54:40 PM 1124 (0x0464)
    Skipping Variables Selection Page. TSPxe 16/01/2015 2:54:40 PM 1124 (0x0464)
    Skipping Resolve Progress Page. TSPxe 16/01/2015 2:54:40 PM 1124 (0x0464)
    Activating Finish Page. TSPxe 16/01/2015 2:54:40 PM 1124 (0x0464)
    Initializing the countdown timer. TSPxe 16/01/2015 2:54:40 PM 1124 (0x0464)
    Loading bitmap TSPxe 16/01/2015 2:54:40 PM 1124 (0x0464)
    Suspending the countdown timer. TSPxe 16/01/2015 2:54:49 PM 1124 (0x0464)
    Exiting task sequence wizard. TSPxe 16/01/2015 2:54:51 PM 1124 (0x0464)
    Exiting with return code 0x00000000 TSPxe 16/01/2015 2:54:51 PM 1124 (0x0464)
    Execution complete. TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515) TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337) TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)
    this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,549) TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)
    ::RegOpenKeyExW (HKEY_LOCAL_MACHINE, c_szSMSTSKey, 0, KEY_READ, &hSubKey), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,258) TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)
    RegOpenKeyExW failed for Software\Microsoft\SMS\Task Sequence TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)
    GetTsRegValue() failed. 0x80070002. TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)
    End program:  TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)
    Finalizing logging from process 840 TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)
    Finalizing logs to root of first available drive TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)
    Successfully finalized logs to C:\SMSTSLog TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)
    Cleaning up task sequencing logging configuration. TSBootShell 16/01/2015 2:54:51 PM 856 (0x0358)

    CLibSMSMessageWinHttpTransport::Send: URL: servername.bla.com.au:80  GET /SMS_MP/.sms_pol?EAB200A4-EAB00066-6F6BCC28.11_00 TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    Error. Status code 404 returned TSPxe 16/01/2015 2:54:40 PM 1176 (0x0498)
    6 (0x0358)
    Is the management point still working? Examine mpcontrol.log. Do mplist and mpcert work?
    Torsten Meringer | http://www.mssccmfaq.de

  • Oracle 9i ODBC - credential retrieval error

    I am unable to get past opening a connection through ODBC (or
    OLE/DB) into Oracle 9i. My code works fine with Oracle 8i and
    fails with 9i at the ADO open connection point. Needless to say
    I'm happy with the network setup etc in every other way in that
    I can get into the database with SQL*Plus and indeed JDBC!
    Heres a trace of the error:
    --- TRACE CONFIGURATION INFORMATION FOLLOWS ---
    New trace stream is D:\Database\Oracle\Ora90
    \network\trace\svr_1356.trc
    New trace level is 6
    --- TRACE CONFIGURATION INFORMATION ENDS ---
    --- PARAMETER SOURCE INFORMATION FOLLOWS ---
    Attempted load of system pfile source D:\Database\Oracle\Ora90
    \network\admin\sqlnet.ora
    Parameter source loaded successfully
    -> PARAMETER TABLE LOAD RESULTS FOLLOW <-
    Successful parameter table load
    -> PARAMETER TABLE HAS THE FOLLOWING CONTENTS <-
    TRACE_LEVEL_SERVER = ADMIN
    TRACE_LEVEL_CLIENT = ADMIN
    NAMES.DIRECTORY_PATH = (TNSNAMES)
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    NAMES.DEFAULT_DOMAIN = ilkley.cre8tiv.com
    --- PARAMETER SOURCE INFORMATION ENDS ---
    --- LOG CONFIGURATION INFORMATION FOLLOWS ---
    Log stream will be "D:\Database\Oracle\Ora90
    \network\log\sqlnet.log"
    Log stream validation not requested
    --- LOG CONFIGURATION INFORMATION ENDS ---
    nigini: entry
    nigini: Count in NI global area now: 1
    nigini: Count in NI global area now: 1
    nrigbi: entry
    nrigbni: entry
    nrigbni: Unable to get data from navigation file tnsnav.ora
    nrigbni: exit
    nrigbi: exit
    nigini: exit
    niqname: Hst is already an NVstring.
    niotns: entry
    niotns: Not enabling dead connection detection.
    niotns: listener bequeathed shadow coming to life...
    nlpcaini: entry
    nlpcaini: No process parameters set
    nlpcaini: exit
    nsinherit: connecting...
    ntpcon: entry
    ntpcon: toc = 6
    ntpcon: exit
    ntpcon: entry
    ntpcon: toc = 4
    sntpinherit: entry
    sntpinherit: Attempting to make pipe \\.\PIPE\ORANTP45C.54C
    sntpinherit: Listening on pipe \\.\PIPE\ORANTP45C.54C
    sntpinherit: Successfully established pipe 716 to parent
    sntpinherit: exit
    ntpcon: NT layer IPC connection has been established
    ntpcon: exit
    nsinherit: doing connect handshake...
    ntprd: entry
    ntprd: exit
    ntprd: entry
    ntprd: exit
    nsinherit: ADR="(ADDRESS=(PROTOCOL=tcp)(DEV=284)(HOST=10.0.1.71)
    (PORT=1521))"
    ntprd: entry
    ntprd: exit
    nsinherit: bufl=1025
    nsmal: 476 bytes at 0xcd1fa54
    nsmal: 2312 bytes at 0xcd21e70
    nsopen: opening transport...
    nttcon: entry
    nttcon: toc = 6
    nttcnp: entry
    ntvlin: entry
    ntvllt: entry
    ntvllt: tcp.validnode_checking not turned on
    ntvllt: exit
    ntvlin: exit
    nttcnp: Validnode Table IN use; err 0x0
    nttcnp: exit
    nttcon: exit
    nsopen: transport is open
    nsoptions: lcl[0]=0x0, lcl[1]=0x0, gbl[0]=0x0, gbl[1]=0x0,
    cha=0x0
    nsoptions: lcl[0]=0x7fefff, lcl[1]=0x0, gbl[0]=0x7e3f, gbl[1]=0x0
    nsopen: lcl[0]=0x7fefff, lcl[1]=0x0, gbl[0]=0x7e3f, gbl[1]=0x0,
    tdu=32767, sdu=2048
    nsmfr: 2312 bytes at 0xcd21e70
    nsmfr: 476 bytes at 0xcd1fa54
    nttbnd2addr: entry
    nttgetport: entry
    nttgetport: port resolved to 1521
    nttgetport: exit
    nttbnd2addr: using host IP address: 10.0.1.71
    nttbnd2addr: exit
    nsmal: 476 bytes at 0xcd1fa54
    nsmal: 2312 bytes at 0xcd21e70
    nsopen: opening transport...
    nttcon: entry
    nttcon: toc = 2
    nttcnp: entry
    ntvlin: entry
    ntvlin: exit
    nttcnp: Validnode Table IN use; err 0x0
    nttcnp: getting sockname
    nttcnp: exit
    nttcon: exit
    nsopen: transport is open
    nsoptions: lcl[0]=0x0, lcl[1]=0x0, gbl[0]=0x0, gbl[1]=0x0,
    cha=0x0
    nsoptions: lcl[0]=0x7fefff, lcl[1]=0x0, gbl[0]=0x7e3f, gbl[1]=0x0
    nsopen: global context check-in (to slot 0) complete
    nsopen: lcl[0]=0x7fefff, lcl[1]=0x0, gbl[0]=0x7e3f, gbl[1]=0x0,
    tdu=32767, sdu=2048
    nsdo: cid=0, opcode=65, bl=0, what=0, uflgs=0x0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=7, flg=0x4202, mvd=0
    nsmal: 44 bytes at 0xcd23598
    nsdo: nsctxrnk=0
    nttaddr2bnd: entry
    nttaddr2bnd: exit
    nsinherit: hoff=12587
    nsinherit: REDIR="(ADDRESS=(PROTOCOL=tcp)(HOST=10.0.1.71)
    (PORT=2519))"
    ntpwr: entry
    ntpwr: exit
    ntpwr: entry
    ntpwr: exit
    ntpdisc: entry
    ntpdisc: exit
    nsmal: 476 bytes at 0xcd1f440
    nsmal: 2312 bytes at 0xcd245e4
    nsopen: opening transport...
    nttcon: entry
    nttcon: toc = 3
    nttcnp: entry
    ntvlin: entry
    ntvlin: exit
    nttcnp: Validnode Table IN use; err 0x0
    nttcnp: getting sockname
    nttcnp: exit
    nttcnr: entry
    nttcnr: waiting to accept a connection.
    nttcnr: getting sockname
    nttvlser: entry
    nttvlser: valid node check on incoming node 10.0.1.71
    nttvlser: Accepted Entry: 10.0.1.71
    nttcnr: exit
    nttcon: set TCP_NODELAY on 716
    nttcon: exit
    nsopen: transport is open
    nsnainit: answer
    nainit: entry
    nagblini: entry
    nau_gin: entry
    nau_gparams: entry
    nam_gbp: Reading parameter "sqlnet.authentication_required" from
    parameter file
    nam_gbp: Parameter not found
    nau_gparams: Using default value "FALSE"
    nau_gslf: entry
    nam_gic: entry
    nam_gic: Counting # of items in "sqlnet.authentication_services"
    parameter
    nam_gic: Found 1 items
    nam_gic: exit
    nam_gnsp: Reading parameter "sqlnet.authentication_services"
    from parameter file
    nam_gnsp: Found value "NTS"
    nauss_set_state: entry
    nauss_set_state: exit
    nau_gslf: exit
    nau_gparams: exit
    nau_gin: exit
    nagblini: exit
    na_saveprot: entry
    na_saveprot: exit
    nacomin: entry
    nas_init: entry
    nas_init: exit
    nau_ini: entry
    naugcp_get_connect_parameters: entry
    nauss_set_state: entry
    nauss_set_state: exit
    naugcp_get_connect_parameters: exit
    nau_gettab: entry
    nau_tadv: entry
    nau_fad: entry
    nau_fad: exit
    nau_fad: entry
    nau_fad: exit
    nau_fad: entry
    nau_fad: exit
    nau_fad: entry
    nau_fad: exit
    nau_tadv: exit
    nau_gettab: exit
    nau_sini: entry
    nau_sini: exit
    nau_ini: exit
    naeeinit: entry
    nam_gbp: Reading parameter "SQLNET.FIPS_140" from parameter file
    nam_gbp: Parameter not found
    nam_gnsp: Reading parameter "SQLNET.ENCRYPTION_SERVER" from
    parameter file
    nam_gnsp: Parameter not found
    naequad: Using default value "ACCEPTED"
    nam_gic: entry
    nam_gic: Counting # of items in "SQLNET.ENCRYPTION_TYPES_SERVER"
    parameter
    nam_gic: Parameter not found
    nam_gic: exit
    naesno: Using default value "all available algorithms"
    naeshow: entry
    naeshow: exit
    naeeinit: exit
    naecinit: entry
    nam_gnsp: Reading parameter "SQLNET.CRYPTO_CHECKSUM_SERVER" from
    parameter file
    nam_gnsp: Parameter not found
    naequad: Using default value "ACCEPTED"
    nam_gic: entry
    nam_gic: Counting # of items
    in "SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER" parameter
    nam_gic: Parameter not found
    nam_gic: exit
    naesno: Using default value "all available algorithms"
    naeshow: entry
    naeshow: exit
    naecinit: exit
    nainit: exit
    nagetctxinfo: entry
    nagetctxinfo: exit
    nsnainit: NS Connection version: 311
    nsnainit: inf->nsinfflg[0]: 0x61 inf->nsinfflg[1]: 0x61
    nsnainit: "or" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    nsnainit: "or" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    "and" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    nsopen: global context check-in (to slot 1) complete
    nsopen: lcl[0]=0x7fefff, lcl[1]=0x0, gbl[0]=0x7e3f, gbl[1]=0x0,
    tdu=32767, sdu=2048
    nsdo: cid=1, opcode=65, bl=0, what=0, uflgs=0x0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=7, flg=0x4200, mvd=0
    nsmal: 44 bytes at 0xcd1f980
    nsmal: 44 bytes at 0xcd269a0
    nsdo: nsctxrnk=0
    nsdo: cid=1, opcode=68, bl=2048, what=8, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=14, flg=0x4204, mvd=0
    nsdo: gtn=0, gtc=0, ptn=10, ptc=2019
    nscon: doing connect handshake...
    nscon: recving a packet
    nsmal: 44 bytes at 0xcd27204
    nsprecv: reading from transport...
    nttrd: entry
    nttrd: socket 716 had bytes read=300
    nttrd: exit
    nsprecv: 300 bytes from transport
    nsprecv: tlen=300, plen=58, type=1
    nsprecv: 242 bytes to leftover
    nscon: got NSPTCN packet
    nsconneg: vsn=311, lov=300, opt=0x0, sdu=2048, tdu=32767,
    ntc=0x860e
    nsconneg: vsn=311, gbl=0x0, sdu=2048, tdu=32767
    nscon: recving connect data
    nsdo: cid=1, opcode=68, bl=232, what=1, uflgs=0x4001, cflgs=0x0
    nsdo: nsctx: state=2, flg=0x4204, mvd=0
    nsdo: gtn=58, gtc=58, ptn=10, ptc=2019
    nsrdr: recving a packet
    nsprecv: 242 bytes from leftover
    nsprecv: tlen=242, plen=242, type=6
    nsrdr: got NSPTDA packet
    nsrdr: NSPTDA flags: 0x0
    nsdo: what=1, bl=232
    nsdo: 232 bytes from NS buffer
    nscon: got 232 bytes connect data
    nsdo: nsctxrnk=0
    nstimarmed: no timer allocated
    nsdo: cid=0, opcode=98, bl=0, what=0, uflgs=0x40, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=7, flg=0x4202, mvd=0
    nsdo: nsctxrnk=0
    nsclose: closing transport
    nttdisc: entry
    nttdisc: Closed socket 1124
    nttdisc: exit
    nsclose: global context check-out (from slot 0) complete
    nsmfr: 2312 bytes at 0xcd21e70
    nsmfr: 476 bytes at 0xcd1fa54
    nsinherit: connected
    nsdo: cid=1, opcode=67, bl=0, what=9, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=2, flg=0x4204, mvd=0
    nsdo: gtn=242, gtc=242, ptn=10, ptc=2019
    nscon: sending NSPTAC packet
    nspsend: plen=32, type=2
    nttwr: entry
    nttwr: socket 716 had bytes written=32
    nttwr: exit
    nspsend: 32 bytes to transport
    nscon: doing connect handshake...
    nscon: nsctxinf[0]=0x61, [1]=0x61
    nsconbrok: asking transport to enable NTOBROKEN
    nttctl: entry
    nsdo: nsctxrnk=0
    nagetctxinfo: entry
    nagetctxinfo: exit
    nsnainconn: inf->nsinfflg[0]: 0x61 inf->nsinfflg[1]: 0x61
    nsnainconn: "or" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    nsnainconn: "or" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    "and" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    naconnect: entry
    snauiinit: entry
    na_info: entry
    nas_version: entry
    nas_version: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nau_info: entry
    nau_info: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    na_info: exit
    snauiinit: exit
    na_server: entry
    snauicomparehash: entry
    nacomrc: entry
    nsnareceive: buffer address: 0xcc7a124 bytes wanted: 2048
    nsnareceive: calling NS to receive 2048 bytes into address
    0xcc7a124
    nsdo: cid=1, opcode=68, bl=2048, what=0, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x2420c, mvd=0
    nsdo: gtn=242, gtc=242, ptn=10, ptc=2019
    nsrdr: recving a packet
    nsprecv: reading from transport...
    nttrd: entry
    nttrd: socket 716 had bytes read=165
    nttrd: exit
    nsprecv: 165 bytes from transport
    nsprecv: tlen=165, plen=165, type=6
    nsrdr: got NSPTDA packet
    nsrdr: NSPTDA flags: 0x0
    nsdo: what=1, bl=2048
    nsdo: 155 bytes from NS buffer
    nsdo: nsctxrnk=0
    nsnareceive: received 155 bytes
    nsnareceive: no more data to receive - returning
    nsnareceive: total bytes received: 155
    nacomus: entry
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomus: exit
    nacomus: entry
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomus: exit
    nacomus: entry
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomus: exit
    nacomus: entry
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomus: exit
    nacomrc: exit
    snauicomparehash: exit
    na_csrd: entry
    nas_scn: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    nas_sval: entry
    nacomra: entry
    nacomrp: entry
    nacomrp: exit
    nacomra: exit
    nas_svsl: entry
    nas_svsl: exit
    nas_svsl: entry
    nas_svsl: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsa: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsa: exit
    nas_sval: exit
    nas_gusl: exit
    nas_scn: exit
    nau_scn: entry
    nau_gpl: entry
    nau_csl: entry
    nau_csl: exit
    nau_grl: entry
    nau_rsp: entry
    nau_rsp: exit
    nau_grl: exit
    nau_gpl: exit
    nau_sgci: entry
    nau_rpv: entry
    nacomrp: entry
    nacomrp: exit
    nau_rpv: exit
    nau_sgl: entry
    nau_srl: entry
    nacomrp: entry
    nacomrp: exit
    nau_srcs: entry
    nacomrp: entry
    nacomrp: exit
    nau_srcs: exit
    nau_sras: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    nau_sras: exit
    nau_sras: entry
    nacomrp: entry
    nacomrp: exit
    nau_sras: exit
    nau_srl: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsd: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsd: exit
    nau_gse: entry
    nau_fad: entry
    nau_fad: exit
    nau_fad: exit
    naunts: entry
    naunts: exit
    nauninit: entry
    nauninit: exit
    nau_tadv: exit
    nau_tadv: exit
    nau_gse: exit
    nau_sgl: exit
    nau_gsai: entry
    naunadinfo: entry
    naunadinfo: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nau1sasi_send_info: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nau1sasi_send_info: exit
    nau_gsai: exit
    nau_sgci: exit
    nau_scn: exit
    naeesn: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    naeshow: entry
    naeshow: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    naeesn: exit
    naecsn: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    naeshow: entry
    naeshow: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    naecsn: exit
    na_csrd: exit
    nacomsn: entry
    nacomap: entry
    nacomps: entry
    nacomps: exit
    nacomap: exit
    nsnasend: bytes to send: 153
    nsdo: cid=1, opcode=67, bl=153, what=1, uflgs=0x22, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x2420c, mvd=0
    nsdo: gtn=165, gtc=165, ptn=10, ptc=2019
    nsdo: 153 bytes to NS buffer
    nsdofls: DATA flags: 0x0
    nsdofls: sending NSPTDA packet
    nspsend: plen=163, type=6
    nttwr: entry
    nttwr: socket 716 had bytes written=163
    nttwr: exit
    nspsend: 163 bytes to transport
    nsdoacts: flushing transport
    nttctl: entry
    nsdo: nsctxrnk=0
    nacompd: entry
    nacompd: exit
    nacomsn: exit
    snauicomparehash: entry
    nacomrc: entry
    nacompd: entry
    nacompd: exit
    nsnareceive: buffer address: 0xcc7a124 bytes wanted: 2048
    nsnareceive: calling NS to receive 2048 bytes into address
    0xcc7a124
    nsdo: cid=1, opcode=68, bl=2048, what=0, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x2420c, mvd=0
    nsdo: gtn=165, gtc=165, ptn=10, ptc=2019
    nsrdr: recving a packet
    nsprecv: reading from transport...
    nttrd: entry
    nttrd: socket 716 had bytes read=87
    nttrd: exit
    nsprecv: 87 bytes from transport
    nsprecv: tlen=87, plen=87, type=6
    nsrdr: got NSPTDA packet
    nsrdr: NSPTDA flags: 0x0
    nsdo: what=1, bl=2048
    nsdo: 77 bytes from NS buffer
    nsdo: nsctxrnk=0
    nsnareceive: received 77 bytes
    nsnareceive: no more data to receive - returning
    nsnareceive: total bytes received: 77
    nacomus: entry
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomus: exit
    nacomrc: exit
    snauicomparehash: exit
    na_csrd: entry
    nau_scn: entry
    nau_rai: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    nau1sari_receive_info: exit
    nacomrp: entry
    nacomrp: exit
    nau1sari_receive_info: Server Authentication is disabled
    nau1sari_receive_info: exit
    nau_rai: exit
    naunval: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    nacomsd: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsd: exit
    nacomsd: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsd: exit
    naunval: exit
    nau_scn: exit
    na_csrd: exit
    nacomsn: entry
    nacomap: entry
    nacomps: entry
    nacomps: exit
    nacomap: exit
    nsnasend: bytes to send: 67
    nsdo: cid=1, opcode=67, bl=67, what=1, uflgs=0x22, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x2420c, mvd=0
    nsdo: gtn=87, gtc=87, ptn=10, ptc=2019
    nsdo: 67 bytes to NS buffer
    nsdofls: DATA flags: 0x0
    nsdofls: sending NSPTDA packet
    nspsend: plen=77, type=6
    nttwr: entry
    nttwr: socket 716 had bytes written=77
    nttwr: exit
    nspsend: 77 bytes to transport
    nsdoacts: flushing transport
    nttctl: entry
    nsdo: nsctxrnk=0
    nacompd: entry
    nacompd: exit
    nacomsn: exit
    snauicomparehash: entry
    nacomrc: entry
    nacompd: entry
    nacompd: exit
    nsnareceive: buffer address: 0xcc7a124 bytes wanted: 2048
    nsnareceive: calling NS to receive 2048 bytes into address
    0xcc7a124
    nsdo: cid=1, opcode=68, bl=2048, what=0, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x2420c, mvd=0
    nsdo: gtn=87, gtc=87, ptn=10, ptc=2019
    nsrdr: recving a packet
    nsprecv: reading from transport...
    nttrd: entry
    nttrd: socket 716 had bytes read=31
    nttrd: exit
    nsprecv: 31 bytes from transport
    nsprecv: tlen=31, plen=31, type=6
    nsrdr: got NSPTDA packet
    nsrdr: NSPTDA flags: 0x0
    nsdo: what=1, bl=2048
    nsdo: 21 bytes from NS buffer
    nsdo: nsctxrnk=0
    nsnareceive: received 21 bytes
    nsnareceive: no more data to receive - returning
    nsnareceive: total bytes received: 21
    nacomus: entry
    nacomus: exit
    nacomrc: exit
    snauicomparehash: failed with error 12638
    snauicomparehash: exit
    na_server: returning status: "connection in progress"
    na_server: exit
    nadisc: entry
    nacomtm: entry
    nacompd: entry
    nacompd: exit
    nacompd: entry
    nacompd: exit
    nacomtm: exit
    nas_dis: entry
    nas_dis: exit
    nau_dis: entry
    naundiscon: entry
    naundiscon: exit
    nau_fad: exit
    nau_dis: exit
    naeetrm: entry
    naeetrm: exit
    naectrm: entry
    naectrm: exit
    nagbltrm: entry
    nau_gtm: entry
    nau_gtm: exit
    nagbltrm: exit
    nadisc: exit
    naconnect: failed with error 12638
    naconnect: exit
    nserror: nsres: id=1, op=79, ns=12638, ns2=0; nt[0]=0, nt[1]=0,
    nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    nioqper: error from niotns: nsaccept failed...
    nioqper: nr err code: 0
    nioqper: ns main err code: 12638
    nioqper: ns (2) err code: 0
    nioqper: nt main err code: 0
    nioqper: nt (2) err code: 0
    nioqper: nt OS err code: 0
    niotns: No broken-connection function available.
    niomapnserror: entry
    niqme: entry
    niqme: reporting NS-12638 error as ORA-12638
    niqme: exit
    niomapnserror: returning error 12638
    niomapnserror: exit
    niotns: Couldn't connect, returning 12638
    niotns: exit
    nstimarmed: no timer allocated
    nsdo: cid=0, opcode=98, bl=0, what=0, uflgs=0xc0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x4208, mvd=0
    nsdo: nsctxrnk=0
    nsclose: closing transport
    nttdisc: entry
    nttdisc: Closed socket 716
    nttdisc: exit
    nsclose: global context check-out (from slot 0) complete
    nsmfr: 2312 bytes at 0xcd245e4
    nsmfr: 476 bytes at 0xcd1f440
    nsbrfr: nsbfs at 0xcd27204, data at 0xcd26178.
    nsbrfr: nsbfs at 0xcd269a0, data at 0xcd269dc.
    nsbrfr: nsbfs at 0xcd1f980, data at 0xcd27240.
    nsbrfr: nsbfs at 0xcd23598, data at 0xcd23dbc.
    nigtrm: Count in the NI global area is now 0
    nnfgdei: entry
    nrigbd: entry
    nrigbd: exit
    nigtrm: Count in the NL global area is now 0

    Did not see the 9i version on OTN. If you have a support contract you file an SR to request the media.
    In the 10g version the Oracle Installer is not required you copy the files into a folder on the client and then set an environment variable to point to the files.

  • Passing values to subreport in SSRS throwing an error - Data Retrieval failed for the report, please check the log for more details.

    Hi,
    I have the subreport calling from the main report. The subreport is based on MDX query agianst the SSAS cube. some dimensions in cube has values 0 and 1.
    when I try to pass '0' to the sub report as the parameter value, it gives an error "Data Retrieval failed for the report, please check the log for more details".
    Actually I am using table for storing these parameter values. In the main report I am calling this table (dataset) and passing these values to subreport.
    so I have given like [0],[1] and this works fine. when I give only either [0] or [1] then it is throwing an error.
    Could you please advise on this.
    Appreciate all and any help.
    Thanks,
    Divya

    Hi Divya,
    Based on the current description, I understand that there is no issue if you pass two values from main report to subreport, while the issue occurs when passing one value to subreport.
    To narrow down the issue, I want to confirm whether the subreport can run if there is only [0] or [1] in the subreport. If so, it indicates the query statements exist error in the subreport. If it’s not the case, this shows the issue occurs during passing
    values from main report to subreport. To make further analysis, please post the details of query statements of the subreport to the forum.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

Maybe you are looking for

  • Server boot takes a lot of time due to JMS persistence file store

    Hi, We're using WebLogic 9.2 on a windows machine. Recently, we enhanced our application to work with JMS. We're using 2 JMS servers on 2 different servers in a cluster, and working with distributed destinations. We're using file store as our persist

  • Can we have a BE-ALL, END-ALL thread for your BEST Mac solutions for video?

    Sorry if this already exists. But I am trying to find the sweet spot for encoding my videos (existing files, like AVI, not from DVD - I get Handbrake). There are SO many programs and SO many options. But the discussions of these seem to be far-flung

  • Stuck with emptying trash, no files deleted

    Hey all! I'm trying to delete files from my Mac OS X Lion system, but it fails. Well actually, nothing happends. When i hit EMPTY TRASH, the dialog box opens with a note "emptying the trash" and showing the number of files to be deleted (486 files) -

  • Latest Patch Level in Sap HCM ECC 6.0

    What is the latest patch level that one should apply for Sap HCM ECC 6.0.? What are the disadvantges of not updating the patch levels?

  • XL Reporter Modules  Display problem

    Hi All iam using 2007B Sapbusiness one PL:08 when iam opening XLReporter, the modules in the report composer and report organizer are displaying in the form of codes i.e., actually the modules should be displayed like Finance SaleA/R but in XL Report