SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has be

Hello, I have a sql 2005 server, and I am a developer, with the database on my own machine.  It alwayws works for me but after some minutes the other developer cant work in the application
He got this error
Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: 192.168.1.140]
and When I see the log event after that error, it comes with another error.
SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 192.168.1.140]
He has IIS5 and me too.
I created a user on the domain called ASPSYS with password, then in the IIS on anonymous authentication I put that user with that password, and it works, on both machines.
and in the connection string I have.
<add key="sqlconn" value="Data Source=ESTACION15;Initial Catalog=GescomDefinitiva;Integrated Security=SSPI; Trusted_Connection=true"/>
I go to the profiler, and I see that when he browses a page, the database is accesed with user ASPSYS, but when I browse a page, the database is accesed with user SE\levalencia.
Thats strange.
The only way that the other developer can work again on the project is to restart the whole machine. He has windows xp profession, I have windows 2000.
If you want me to send logs please tellme

Well here's my problem, maybe you can help. Intermittenly I get a login failed when connecting to a db engine through Server Management Studio using Windows authentication. When this happens the following entries are generated on the server's application event log:
Event Type:        Error
Event Source:    MSSQLSERVER
Event Category:                (4)
Event ID:              17806
Date:                     1/14/2009
Time:                     10:41:31 AM
User:                     N/A
Computer:          <server name>
Description:
SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: <ip address>]
Event Type:        Failure Audit
Event Source:    MSSQLSERVER
Event Category:                (4)
Event ID:              18452
Date:                     1/14/2009
Time:                     10:41:31 AM
User:                     N/A
Computer:          <server name>
Description:
Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: <ip address>]
I've already ensured that the server is set to mixed authentication mode. Oddly enough, the workaround that I've found is that if I remote desktop into the server, log in and then log back out, Management Studio is suddenly able to connect again. No idea why it works. 
As I said before, it is intermitten. Some days it errors on login, other days it doesn't and there are no configuration changes between them. Also, both client and server are in the same domain and same site so there is no VPN or anything in between. I'm really quite stumped. Any help would be great, or if you can point me in the right direction of where to look. Thank you in advance!

Similar Messages

  • SSPI handshake failed with error code 0x8009030c and Login failed for user''

    I got the following error when tried to connect to local machine in the
    non-domain environment with Windows Authentication by SSMS.
    "SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security."
    "Login failed for user''. the user is nothing associated with a trusted SQL server connection."
    questions
    1,if I saw the "SSPI handshake failed ", does it means it must used Kerberos but failed? or it is also possible used the NTLM but failed?
    2,Any ideas for this issue?
    Please click the Mark as Answer button if a post solves your problem!

    Hi Michael,
    Firstly, "SSPI Handshake Failed" error happens usually when connection failed between the server and domain controllers or failed Kerberos authentication. For more details about "SSPI Handshake Failed" error, please review this
    FAQ.
    Secondly, regarding to your error message, it could be caused by loopback check. To resolve the issue, please set the DisableLoopbackCheck registry entry to 1 by performing the following steps.
    1.Click Start, click Run, type regedit, and then click OK.
    2.Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    3.Right-click Lsa, point to New, and then click DWORD Value.
    4.Type DisableLoopbackCheck, and then press ENTER.
    5.Right-click DisableLoopbackCheck, and then click Modify.
    6.In the Value data box, type 1, and then click OK.
    7.Exit Registry Editor.
    8.Restart the computer.
    There is a similar blog about your scenario for your reference.
    http://www.bhcblog.com/2009/10/08/fix-for-login-failed-for-user-the-user-is-not-associated-with-a-trusted-sql-server-connection/
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • "SSPI handshake failed with error code 0x8009030c ..."

    Hi All,
    Below are the farm configuration.
    1 SQL server with SQL 2005 STD edition in windows 2003 server Std 64 bit.
    1 Application server and 1 WFE server with SharePoint 2007 Std edition in windows 2003 server STD 64 bit.
    Configured with AD account and it has local admin rights on 3 servers.
    Issue:
    Daily morning SQL server is reporting Event ID 17806 error. SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed.
    [ IP of Application and WFE servers].
    During same time SQL server is logging 5788 and 5789 errors. 
    5788 error: Attempt to update HOST Service Principal Names (SPNs) of the computer object in Active Directory failed. The updated values were 'HOST/FQDN name of SQL Server' and 'HOST/SQL Server Name'. The following error occurred:
    There are no more endpoints available from the endpoint mapper. 
    5789 error: Attempt to update DNS Host Name of the computer object in Active Directory failed. The updated value was 'FQDN Name of SQL server'. The following error occurred:
    There are no more endpoints available from the endpoint mapper. 
    At the same point Application and WFE servers are getting 27745 error for thousands of time in 2 minutes. As it is early morning we don't know how the sharepoint application is behaving (accessible are not).  From past 2days we are getting these errors.
    It is happening only for 2 min in the morning.
    27745 error : The description for Event ID ( 27745 ) in Source ( Windows SharePoint Services 3 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote
    computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: #50071: Unable to connect to the database WSS_Content_DB on SQL server.  Check the database
    connection information and make sure that the database server is running..
    To resolve this found few SPN queries, but didnt tried as it is production environment. Is this issue with SPN name of SQL server?
    how to stop this errors?
    Thanks & regards
    V235

    Hi,
    Thanks to share your post in this forum.
    For the issue that you have encountered, if your local asp.net site is running under iis, then you need to set to
    run under a domain account with access the SQL server.
    1) If you only hit the website locally just set impersonate=true in the
    web config and require authentication to ntlm in iis.
    2) If your local box is vista or server2003 set the app pool for the
    asp.net site to the desired domain account.
    3) If none of above, in web.config set impersonate with a username and
    password.
    And some other useful references:
    http://www.associatedcontent.com/article/5725578/techtips_how_to_fix_the_error_sspi.html.
    http://msdn.microsoft.com/en-us/library/ms998320.aspx.
    http://www.bigresource.com/Tracker/Track-ms_sql-HDpysQ7v/.
    Hope this could help you!
    Leo

  • Exchange 2003 Removal fails w/ Error code 0X80072030 (8240): There is no such object on the server- pls read

    Dear all,
    I know there are quite some threads regarding this issue. But I've been looking at all of them w/o any solution for my problem. Here we go...
    I've followed all instructions for a Exchange 2003 to 2010 transition. All went fine to the point I'm trying to uninstall Exchange 2003 via Control Panel/Software/Remove. So far I did the following:
    1. Move mailboxes to Exchange Server 2010 using Move Mailbox Wizard or Powershell => successfully
    2. Rehome the Offline Address Book (OAB) generation server to Exchange Server 2010  => successfully
    3. Rehome Public Folder Hierarchy on new Exchange Server 2010 Admin Group  => successfully
    4. Transfer all Public Folder Replicas to Exchange Server 2010 Public folder store  => successfully
    5. Delete Public and Private Information Stores from Exchange 2003 server  => successfully
    6. Delete Routing Group Connectors to Exchange Server 2003  => successfully
    7. Delete Recipient Update Service agreements using ADSIEdit according to
    http://technet.microsoft.com/en-us/library/bb288905(EXCHG.80).aspx => successfully
    8. Uninstall all Exchange 2003 servers => fails with "Error code 0X80072030 (8240): There is no such object on the server"
    I used the following articles while migrating to Exchange 2010:
    http://technet.microsoft.com/en-us/library/bb288905(EXCHG.80).aspx
    http://support.microsoft.com/kb/833396/en-us
    http://www.simple-talk.com/content/article.aspx?article=882
    and several more.
    I looked into these forums regarding my problem and came up with:
    http://support.microsoft.com/kb/283089/en-us
    http://support.microsoft.com/kb/822931
    I investigated the following possible reasons:
    - homeMDB attribute (no references to my Exchange 2003 anymore)
    - HomeMDBBL attribute (as described here
    http://social.technet.microsoft.com/Forums/en-US/exchangesvrmigration/thread/f0e3edd7-34e5-46b8-8061-1991aaffc30f) (no Information Stores available anymore as they have been successfully removed)
    - msExchHomeServerName attribute (all pointing to my new Exchange 2010 server)
    - the "famous" postmaster issue as described here:
    http://support.microsoft.com/kb/283089/en-us (pointing to the new Exchange 2010 server)
    In order to investigate all attribute related issues a utilized a VBS script resulting in an Excel sheet I was easily able to filter:
    SET objRootDSE = GETOBJECT("LDAP://RootDSE")
    strExportFile = "C:\temp\MyExport.xls"
    strRoot = objRootDSE.GET("DefaultNamingContext")
    strfilter = "(&(objectCategory=Person)(objectClass=User))"
    strAttributes = "sAMAccountName,msExchHomeServerName,homeMDB,legacyExchangeDN,givenName,sn," & _
                                    "initials,displayName,physicalDeliveryOfficeName," & _
                                    "telephoneNumber,mail,wWWHomePage,profilePath," & _
                                    "scriptPath,homeDirectory,homeDrive,title,department," & _
                                    "company,manager,homePhone,pager,mobile," & _
                                    "facsimileTelephoneNumber,ipphone,info," & _
                                    "streetAddress,postOfficeBox,l,st,postalCode,c"
    strScope = "subtree"
    SET cn = CREATEOBJECT("ADODB.Connection")
    SET cmd = CREATEOBJECT("ADODB.Command")
    cn.Provider = "ADsDSOObject"
    cn.Open "Active Directory Provider"
    cmd.ActiveConnection = cn
    cmd.Properties("Page Size") = 1000
    cmd.commandtext = "<LDAP://" & strRoot & ">;" & strFilter & ";" & _
                                       strAttributes & ";" & strScope
    SET rs = cmd.EXECUTE
    SET objExcel = CREATEOBJECT("Excel.Application")
    SET objWB = objExcel.Workbooks.Add
    SET objSheet = objWB.Worksheets(1)
    FOR i = 0 To rs.Fields.Count - 1
                    objSheet.Cells(1, i + 1).Value = rs.Fields(i).Name
                    objSheet.Cells(1, i + 1).Font.Bold = TRUE
    NEXT
    objSheet.Range("A2").CopyFromRecordset(rs)
    objWB.SaveAs(strExportFile)
    rs.close
    cn.close
    SET objSheet = NOTHING
    SET objWB =  NOTHING
    objExcel.Quit()
    SET objExcel = NOTHING
    Wscript.echo "Script Finished..Please See " & strExportFile
    What I did find is that all my Exchange enabled users have an legacyExchangeDN attribute that is still pointing to my Exchange 2003 organization:
    e.g. "/o=First Organisation/ou=First Administrative Group/cn=Recipients/cn=Administrator"
    Could this cause any problems?
    Now the in depth look into my "Exchange Server Setup Progress.log":
    [09:33:06] Leaving ScPRQ_DoesNotContainLastMAPIMDBInMixedModeAG
    [09:33:06]  ScPRQ_ServerIsNotRUSResponsibleServerInTheNonEmptyOrg (f:\titanium\admin\src\udog\excommon\prereq.cxx:3133)
               Error code 0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:06]  CCompServer::ScCheckEVSPrerequisites (f:\titanium\admin\src\udog\exsetdata\components\server\compserver.cxx:1358)
               Error code 0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:06]  CCompServer::ScCheckPrerequisites (f:\titanium\admin\src\udog\exsetdata\components\server\compserver.cxx:955)
               Error code 0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:06]  CComExchSetupComponent::ScCheckPrerequisites (f:\titanium\admin\src\udog\bo\comboifaces.cxx:1598)
               Error code 0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:06]  CComExchSetupComponent::ScCheckPrerequisites (f:\titanium\admin\src\udog\bo\comboifaces.cxx:1598)
               Error code 0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:06] === IGNORING PREVIOUS ERRORS === HrSetProblemOnInstallAction, while calling ScCheckPrerequisites (f:\titanium\admin\src\udog\bo\comboifaces.cxx:1399)
               Der Vorgang wurde erfolgreich beendet.
    [09:33:06] Ein Fehler ist beim Überprüfen der Voraussetzungen für die Komponente "Microsoft Exchange" durch Setup aufgetreten:
    0X80072030 (8240): Ein solches Objekt ist auf dem Server nicht vorhanden.
    [09:33:14]  CComBOIFacesFactory::QueryInterface (f:\titanium\admin\src\udog\bo\bofactory.cxx:54)
    I did search for:
    - Error code 0X80072030 (8240)
    - ScPRQ_ServerIsNotRUSResponsibleServerInTheNonEmptyOrg
    Nothing so far. In case some more information is needed just let me know.
    Any help would be greatly appreciated as I absolutely don't know how to remove my Exchange 2003. Manual removal is not an option.
    Alex

    I kept on searching and found something else:
    http://www.outlookforums.com/threads/33038-cannot-uninstall-Exchange-2000
    It says that the following groups need to be resided in the AD's default "Users" organizational unit:
    - Exchange Domain Servers
    - Exchange Enterprise Servers
    - Exchange Services Group
    Unfortunately I cannot find the "Exchange Services Group". Does that have something to do with my problem?
    Furthermore I found out that the Exchange 2003 has been originally installed with SBS 2003 back in time. The SBS 2003 has then be migrated to a regular Windows Server 2003 infrastructure with 2 DCs. But there still is a load of stuff reminiscent of SBS
    2003 within the AD.
    Then I dug deeper into my AD using ADSIEdit. I found another attribute homeMTA that is pointing to a corresponding Exchange server. After adjusting my aforementioned VBS script a was able to look into that attribute as well. I found 2 users pointing to my old
    Exchange server within their homeMTA attribute.
    Furthermore I saw that when trying to uninstall Exchange 2003 there is no path to my installation anymore. It's empty:
    Another issue?
    Regards
    Alex

  • TS3694 My iPad2 has repeatedly refused to update to iOS7, whether connected to a PC or not.  The error message indicates an unknown error has occurred, with error code 6.  Does anyone have any idea what the problem might be and how to solve it?  Many than

    My iPad2 has repeatedly refused to update to iOS7, whether connected to a PC or not.  The error message indicates an unknown error has occurred, with error code 6.  Does anyone have any idea what the problem might be and how to solve it?  Many thanks.

    Hi
    I followed this guy's instructions and it worked:
    http://evsiphone.blogspot.com/2009/05/iphone-iphone-could-not-be-restored.html
    I did disable the security (AVG and Zone Alarm) when I tried on my own PC. My wife's laptop which eventually got it working also uses AVG and Zone Alarm but on an XP O/S whereas my PC is Vista - maybe this is why.
    Cheers for you help.
    Andy
    Message was edited by: bigbadandy

  • Opatch failed with error code 74 while applying 4329444

    Hi all,
    Im on the way to Updrade 10.2.0.1 to 10.2.03 for installaing aplication management Pack
    while applied patch 432944 using opatch
    Opatch errored out with code 74
    here are the logs
    Invoking OPatch 10.2.0.1.6
    Oracle Interim Patch Installer version 10.2.0.1.6
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /U00010.00/Grid/oms10g
    Central Inventory : /etc/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.1.6
    OUI version : 10.2.0.1.0
    OUI location : /U00010.00/Grid/oms10g/oui
    Log file location : /U00010.00/Grid/oms10g/cfgtoollogs/opatch/opatch2008-05-30_11-54-49AM.log
    ApplySession applying interim patch '4329444' to OH '/U00010.00/Grid/oms10g'
    Running prerequisite checks...
    Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 4329444: Required component(s) missing : [ oracle.rdbms, 10.1.0.4.0 ]
    ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 74
    SEVERE:OPatch invoked as follows: 'apply '
    INFO:
    Oracle Home : /U00010.00/Grid/oms10g
    Central Inventory : /etc/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.1.6
    OUI version : 10.2.0.1.0
    OUI location : /U00010.00/Grid/oms10g/oui
    Log file location : /U00010.00/Grid/oms10g/cfgtoollogs/opatch/opatch2008-05-30_11-54-49AM.log
    INFO:Starting ApplySession at Fri May 30 11:54:50 IST 2008
    INFO:Starting Apply Session at Fri May 30 11:54:50 IST 2008
    INFO:ApplySession applying interim patch '4329444' to OH '/U00010.00/Grid/oms10g'
    INFO:Starting to apply patch to local system at Fri May 30 11:54:50 IST 2008
    INFO:Start the Apply initScript at Fri May 30 11:54:50 IST 2008
    INFO:Finish the Apply initScript at Fri May 30 11:54:50 IST 2008
    INFO:Patch 4329444 has no conflicts/superset wiht any other patch processed till now
    INFO:Checking conflicts for patch: 4329444
    INFO:Checking conflicts/supersets for patch: 4329444 with patch:4329444
    INFO:Checking conflicts/supersets for patch: 4329444 with patch:4620348
    INFO:Checking conflicts/supersets for patch: 4329444 with patch:4547445
    INFO:Checking conflicts/supersets for patch: 4329444 with patch:4488715
    INFO:Checking conflicts/supersets for patch: 4329444 with patch:4141076
    INFO:Checking conflicts/supersets for patch: 4329444 with patch:4067264
    INFO:
    Running prerequisite checks...
    INFO:Space Needed : 616096
    INFO:Prereq checkPatchApplicableOnCurrentPlatform Passed for patch : 4329444
    INFO:Prereq checkComponents failed. So, checkApplicable returning without execution.
    INFO:Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 4329444: Required component(s) missing : [ oracle.rdbms, 10.1.0.4.0 ]
    SEVERE:OUI-67074:ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    INFO:System intact, OPatch will not attempt to restore the system
    INFO:Finishing ApplySession at Fri May 30 11:54:53 IST 2008
    INFO:Total time spent waiting for user-input is 0 seconds. Finish at Fri May 30 11:54:53 IST 2008
    INFO:Stack Description: oracle.opatch.PrereqFailedException: Prerequisite check "CheckApplicable" failed.
    INFO:StackTrace: oracle.opatch.OPatchSessionHelper.runApplyPrereqs(OPatchSessionHelper.java:3435)
    INFO:StackTrace: oracle.opatch.ApplySession.processLocal(ApplySession.java:3529)
    INFO:StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:5238)
    INFO:StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1544)
    INFO:StackTrace: oracle.opatch.OPatch.main(OPatch.java:570)
    INFO:File "/U00010.00/Grid/oms10g/.patch_storage/patch_unzip" cannot be deleted as it does not exist
    Please help me in solving this issueee
    Regards,
    Pradeep

    Check the steps to follow if you have already upgraded your repository database. I would suggets you read the upgrade guide thoroughly.
    You already have another related thread here:
    upgrading grid control from 10.2.0.1 to 10.2.03

  • OPatch failed with error code 73 while applying patch 5191377

    hi,
    while applying patch 5191377
    i got the following error
    Oracle interim Patch Installer version 10.2.0.1.0
    Copyright (c) 2005, Oracle Corporation. All rights reserved..
    Oracle Home : /U00010.00/Grid/db10g
    Central Inventory : /etc/oraInventory
    from : /U00010.00/Grid/db10g/oraInst.loc
    OPatch version : 10.2.0.1.0
    OUI version : 10.2.0.1.0
    OUI location : /U00010.00/Grid/db10g/oui
    Log file location : /U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch-2008_May_29_15-36-47-IST_Thu.log
    ApplySession applying interim patch '5191377' to OH '/U00010.00/Grid/db10g'
    Apply Session failed: ApplySession failed to prepare the system. ApplySession: Required component(s) [ oracle.sysman.repository.core, 10.2.0.1.0 ] not present in the Oracle Home or a higher version found.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 73
    can anyone please help to solve this issue....
    Regards
    Pradeep

    hi,
    Please find the log
    SEVERE:OPatch invoked as follows: 'apply '
    INFO:
    Oracle Home : /U00010.00/Grid/db10g
    Central Inventory : /etc/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.1.6
    OUI version : 10.2.0.1.0
    OUI location : /U00010.00/Grid/db10g/oui
    Log file location : /U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch2008-05-29_17-34-00PM.log
    INFO:Starting ApplySession at Thu May 29 17:34:01 IST 2008
    INFO:Starting Apply Session at Thu May 29 17:34:01 IST 2008
    INFO:ApplySession applying interim patch '5191377' to OH '/U00010.00/Grid/db10g'
    INFO:Starting to apply patch to local system at Thu May 29 17:34:01 IST 2008
    INFO:Start the Apply initScript at Thu May 29 17:34:01 IST 2008
    INFO:Finish the Apply initScript at Thu May 29 17:34:01 IST 2008
    INFO:Patch 5191377 has no conflicts/superset wiht any other patch processed till now
    INFO:Checking conflicts for patch: 5191377
    INFO:Checking conflicts/supersets for patch: 5191377 with patch:5191377
    INFO:
    Running prerequisite checks...
    INFO:Space Needed : 629324
    INFO:Prereq checkPatchApplicableOnCurrentPlatform Passed for patch : 5191377
    INFO:Prereq checkComponents failed. So, checkApplicable returning without execution.
    INFO:Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 5191377: Required component(s) missing : [ oracle.sysman.repository.core, 10.2.0.1.0 ]
    SEVERE:OUI-67074:ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    INFO:System intact, OPatch will not attempt to restore the system
    INFO:Finishing ApplySession at Thu May 29 17:34:04 IST 2008
    INFO:Total time spent waiting for user-input is 0 seconds. Finish at Thu May 29 17:34:04 IST 2008
    INFO:Stack Description: oracle.opatch.PrereqFailedException: Prerequisite check "CheckApplicable" failed.
    INFO:StackTrace: oracle.opatch.OPatchSessionHelper.runApplyPrereqs(OPatchSessionHelper.java:3435)
    INFO:StackTrace: oracle.opatch.ApplySession.processLocal(ApplySession.java:3529)
    INFO:StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:5238)
    INFO:StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1544)
    INFO:StackTrace: oracle.opatch.OPatch.main(OPatch.java:570)
    INFO:File "/U00010.00/Grid/db10g/.patch_storage/patch_unzip" cannot be deleted as it does not exist
    ~
    ~
    ~
    ~
    ~
    "/U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch2008-05-29_17-34-00PM.log" [readonly] 38L, 2292C

  • OPatch failed with error code 74 while apply patch 10093985 - 10352313

    Hello,
    In OBIEE 11g, we had a problem that the map only appear if the language selected is English. To fix this error we need to install de pach "10352313" who fix the bug "10093985". I make all the steps that are in the manual. Download the last OPatch, install and configured. All the prerequisites are ok. When I went to the folder of the patch to run the comand "opatch apply -jre $ORACLE_HOME/jdk/jre" I had this error:
    $ opatch apply -jre $ORACLE_HOME/jdk/jre
    Invoking OPatch 11.2.0.1.4
    versão do Installer Temporário Oracle 11.2.0.1.4
    Copyright (c) 2010, Oracle Corporation. Todos os direitos reservados.
    Oracle Home : /oracle/Middleware/Oracle_BI1
    Inventário Central: /home/oracle/oraInventory
    de : /etc/oraInst.loc
    Versão de OPatch : 11.2.0.1.4
    Versão de OUI : 11.1.0.8.0
    Localização de OUI : /oracle/Middleware/Oracle_BI1//oui
    Localização do arquivo de log: /oracle/Middleware/Oracle_BI1/cfgtoollogs/opatch/opatch2011-02-15_07-08-59AM.log
    Patch history file: /oracle/Middleware/Oracle_BI1/cfgtoollogs/opatch/opatch_history.txt
    OPatch detects the Middleware Home as "/oracle/Middleware"
    ApplySession aplicando o patch temporário '10093985' para OH '/oracle/Middleware/Oracle_BI1'
    Running prerequisite checks...
    Prerequisite check "CheckPatchApplicableOnCurrentPlatform" failed.
    The details are:
    Patch ( 10093985 ) is not applicable on current platform.
    Platform ID needed is : 46
    Platform IDs supported by patch are: 226
    ApplySession falha durante as verificações de pré-requisitos: Prerequisite check "CheckPatchApplicableOnCurrentPlatform" failed.
    Sistema intacto; o OPatch não tentará restaurar o sistema
    OPatch failed with error code 74
    I saw that the Platform ID needed is : 46 but the Platform IDs supported by patch are: 226. But this patch is for linux x86-64, and I didn't understand why it doesn't work. The machine is a Intel(R) Xeon(R) CPU 3050 @ 2.13GHz. Can anyone give a hand? Thanks for the help.

    Hello again,
    To resolve this problem I did this steps:
    1)./opatch lsinventory -invPtrLoc /oracle/Middleware/Oracle_BI1/OPatch/oraInst.loc
    2)export PATH=$PATH:/oracle/Middleware/Oracle_BI1/OPatch/
    3)export ORACLE_HOME=/oracle/Middleware/Oracle_BI1
    4)export OPATCH_PLATFORM_ID=226
    5)opatch apply -jre $ORACLE_HOME/jdk/jre
    If anyone have any questions is just say!
    Ty

  • Opatch failed with error code 74 while applying patch 5191377

    hi,
    grid10g@appsnet6 5191377]$ opatch apply
    Invoking OPatch 10.2.0.1.6
    Oracle Interim Patch Installer version 10.2.0.1.6
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /U00010.00/Grid/db10g
    Central Inventory : /etc/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.1.6
    OUI version : 10.2.0.1.0
    OUI location : /U00010.00/Grid/db10g/oui
    Log file location : /U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch2008-05-29_17-34-00PM.log
    ApplySession applying interim patch '5191377' to OH '/U00010.00/Grid/db10g'
    Running prerequisite checks...
    Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 5191377: Required component(s) missing : [ oracle.sysman.repository.core, 10.2.0.1.0 ]
    ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 74
    Please help mee

    hi,
    Thanks for the replyy
    here is the log
    SEVERE:OPatch invoked as follows: 'apply '
    INFO:
    Oracle Home : /U00010.00/Grid/db10g
    Central Inventory : /etc/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.1.6
    OUI version : 10.2.0.1.0
    OUI location : /U00010.00/Grid/db10g/oui
    Log file location : /U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch2008-05-29_17-34-00PM.log
    INFO:Starting ApplySession at Thu May 29 17:34:01 IST 2008
    INFO:Starting Apply Session at Thu May 29 17:34:01 IST 2008
    INFO:ApplySession applying interim patch '5191377' to OH '/U00010.00/Grid/db10g'
    INFO:Starting to apply patch to local system at Thu May 29 17:34:01 IST 2008
    INFO:Start the Apply initScript at Thu May 29 17:34:01 IST 2008
    INFO:Finish the Apply initScript at Thu May 29 17:34:01 IST 2008
    INFO:Patch 5191377 has no conflicts/superset wiht any other patch processed till now
    INFO:Checking conflicts for patch: 5191377
    INFO:Checking conflicts/supersets for patch: 5191377 with patch:5191377
    INFO:
    Running prerequisite checks...
    INFO:Space Needed : 629324
    INFO:Prereq checkPatchApplicableOnCurrentPlatform Passed for patch : 5191377
    INFO:Prereq checkComponents failed. So, checkApplicable returning without execution.
    INFO:Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 5191377: Required component(s) missing : [ oracle.sysman.repository.core, 10.2.0.1.0 ]
    SEVERE:OUI-67074:ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    INFO:System intact, OPatch will not attempt to restore the system
    INFO:Finishing ApplySession at Thu May 29 17:34:04 IST 2008
    INFO:Total time spent waiting for user-input is 0 seconds. Finish at Thu May 29 17:34:04 IST 2008
    INFO:Stack Description: oracle.opatch.PrereqFailedException: Prerequisite check "CheckApplicable" failed.
    INFO:StackTrace: oracle.opatch.OPatchSessionHelper.runApplyPrereqs(OPatchSessionHelper.java:3435)
    INFO:StackTrace: oracle.opatch.ApplySession.processLocal(ApplySession.java:3529)
    INFO:StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:5238)
    INFO:StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1544)
    INFO:StackTrace: oracle.opatch.OPatch.main(OPatch.java:570)
    INFO:File "/U00010.00/Grid/db10g/.patch_storage/patch_unzip" cannot be deleted as it does not exist
    ~
    ~
    ~
    ~
    ~
    "/U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch2008-05-29_17-34-00PM.log" [readonly] 38L, 2292C
    Regards,
    Pradeep

  • Help with error code 4310 while burning CD on windows 8

    Cancels when burning and pops up with text box saying. "The attempt to burn a disc failed. An unknown error (4310)".

    Hi funjjhoweANDcool,
    I understand the frustration when you are unable downloading content from the iTunes Store. I would start with this section of the following article.
    iTunes Store: "Error (-50)" when downloading purchased content
    http://support.apple.com/kb/ts1583
    This can happen when a connection timeout occurs while you're downloading purchased content from the iTunes Store. For example, certain types of software may affect how a computer sends and receives information from the Internet:
    Firewalls
    Web Accelerators
    Ad Filters
    Virus Protection Software
    Resolution
    If you have any of the software listed above and you can't access the iTunes Store or complete your download, you'll need to configure the software to allow iTunes to connect to the Internet and to allow the following domains to send and receive data from the Internet:
    itunes.apple.com
    ax.itunes.apple.com
    albert.apple.com
    gs.apple.com
    deimos3.apple.com
    phobos.apple.com
    Refer to the documentation that came with that software and, if necessary, contact the software's manufacturer.
    You can also try these steps:
    If a web accelerator could be causing the issue, contact your Internet Service Provider (ISP) or the software manufacturer.
    If your computer is on a network, try using a different computer on the network or discussing the issue with the network administrator.
    If needed, there are further steps including those for Windows 8 in this section.
    "Error (-50)" appears when you download purchased videos
    Thanks for reaching out,
    -Joe

  • [ForumFAQ]How to troubleshoot error "SSPI handshake failed with error code 0x80090324"

    Understanding the problem:
    When connect to SQL Server with Windows authentication, you may receive the following message in the SQL Server error log:
    SSPI handshake failed with error code 0x80090324, state 14 while establishing a connection with integrated security; the connection has been closed.
    Security Support Provider Interface (SSPI) is a set of Windows APIs that allows for delegation and mutual authentication over any generic data transport layer, such as TCP/IP sockets. SQL Server supports Kerberos indirectly through the Windows Security Support
    Provider Interface (SSPI) when SQL Server is using Windows Authentication.
    "SSPI Handshake Failed" error happens usually when connection failed between the server and domain controllers or failed Kerberos Authentication. There are many reason for SSPI Handshake error to appear in SQL Server error log.
    Troubleshot the problem:
    Download and install the Windows error code lookup tool Err.exe to view error descriptions for Windows Error Codes.
    The error code 0x80090324 (SEC_E_TIME_SKEW) means "clock on client and server machines are skewed". In most case, this is a Kerberos issue. Kerberos is using a timestamp to protect against replay attacks. The maximum time skew that can be tolerated
    between a ticket's timestamp and the current time at the KDC is 5 minutes by default.
    Also check the Windows Event Log of client machine, domain controller and the SQL Server machine for existence of W32time error messages.
    The solution:
    Make sure the clock of client server, domain controller and the server running SQL Server are within five minutes of each other. Or Resynchronize the clock by run w32tm /resync on client machine and SQL Server machine.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    This error can happen due to Active Directory configuration issue or Network related issues. Assuming they are fine,
    another reason could be related to fail Kerberos Authentication to connect to SQL Server.
    In Windows 2003 and above, the default method of establishing a connection is Kerberos but if it fails, then connection may be established using NTLM. An error may be registered on SQL Server error log due to Kerberos failure.
    To confirm if you have any database connection using Kerberos authentication, run this on your SQL Server
    SELECT distinct auth_scheme FROM sys.dm_exec_connections
    If you only see NTLM and SQL then, there is no Kerberos connection.
    To use Kerberos, the client and SQL Server must be in the same domain or trusted domains and a Service Principal Name (SPN) must be registered with Active Directory for SQL Server service account.
    You can check if the service account already has SPN, by running this on the SQL Server
    setspn -l <domain\sqlserviceaccount>
    If you don't see anything starting with MSSQLSvc\ then the account is not setup with SPN.
    You can manually register SPN as a Domain Administrator using these commands.
    To      create an SPN for the NetBIOS name of the SQL Server use the following      command:
    setspn –A MSSQLSvc/<SQL Server computer name>:1433      <Domain\Account>
    To      create an SPN for the FQDN of the SQL Server use the following command:
    setspn      -A MSSQLSvc/<SQL Server FQDN>:1433 <Domain\Account>
    If SQL Server service account is granted "Validated write to service principal name" privilege in Active Directory, SQL Server database engine will register itself when it starts and unregisters at shutdown. If you Domain Administrators do not permit this setting
    then you should manually register the SPN and the SSPI error will go away.
    Also the SQL Server service account must be granted "Account is trusted for delegation" privilege in Active Directory. If your SQL Server connects to other SQL Server using Linked Server then the server must also be granted "Trust this computer for delegation
    to any service" privilege.
    For a named instance, you can use the FQDN of the named instance instead of SQL Server FQDN and use the port number.
    For a clustered server, you should use the FQDN of the SQL Server virtual name. In this case you will need two entries, one with port name and one without such as
    setspn -A MSSQLSvc/<Virtual SQL Server FQDN> <Domain\Account>
    setspn -A MSSQLSvc/<Virtual SQL Server FQDN>:1433 <Domain\Account>
    Kerberos authentication works when SQL Server, Service Account and Windows account accessing the SQL Server are in same windows domain. If anyone these are in different domain, there must be bidirectional trust established between the domains, otherwise it
    does not work.

  • Calendaring agent failed with error code 0x8000ffff Event id 8206 and 8207

    Hi to all
    We have an Exchange 2007 SP3 with Update Rollup 11 and all the user use Outlook 2003 with SP3.
    Suddenly in our Exchange Server we have start to receive a lot of 8206 and 8207 EXCDO errors in the Application.
    Event Type: Error
    Event Source: EXCDO
    Event Category: General
    Event ID: 8206
    Date:  5/2/2015
    Time:  11:17:41 πμ
    User:  N/A
    Computer: EXCHANGESRV1
    Description:
    Calendaring agent failed with error code 0x8000ffff while saving appointment.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 48 72 53 61 76 69 6e 67   HrSaving
    0008: 41 70 70 74 3a 3a 48 72   Appt::Hr
    0010: 43 68 65 63 6b 50 61 74   CheckPat
    0018: 74 65 72 6e 20 66 61 69   tern fai
    0020: 6c 65 64 2e 20 4d 61 69   led. Mai
    0028: 6c 62 6f 78 3a 56 61 73   lbox:x
    0030: 73 69 6c 69 73 2e 4b 6f   xxxx.xxx
    0038: 6e 74 6f 67 69 61 6e 6e   xxxxxxx
    0040: 69 73 40 45 55 52 4f 43   xx@xxxx
    0048: 48 41 52 54 49 4b 49 2e   xxxxxxx.
    0050: 47 52                     GR     
    Event Type: Error
    Event Source: EXCDO
    Event Category: General
    Event ID: 8207
    Date:  5/2/2015
    Time:  11:19:41 πμ
    User:  N/A
    Computer: EXCHANGESRV1
    Description:
    Calendaring agent failed with error code 0x8000ffff while deleting appointment.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 48 72 44 65 6c 65 74 69   HrDeleti
    0008: 6e 67 41 70 70 74 3a 3a   ngAppt::
    0010: 5f 48 72 47 65 74 42 75   _HrGetBu
    0018: 73 79 49 6e 66 6f 20 66   syInfo f
    0020: 61 69 6c 65 64 2e 20 4d   ailed. M
    0028: 61 69 6c 62 6f 78 3a 56   ailbox:x
    0030: 61 73 73 69 6c 69 73 2e   xxxx.xxx
    0038: 4b 6f 6e 74 6f 67 69 61   xxxxxxxxx
    0040: 6e 6e 69 73 40 45 55 52   xxx@xxx
    0048: 4f 43 48 41 52 54 49 4b   xxxxxxxx
    0050: 49 2e 47 52               I.GR   
    All the errors come ONLY FROM 1 USER. 
    How can i fix this errors?
    If you require any further information do not
    hesitate to let me know
    Thanks and regards.

    You must ask in Exchange forum
    https://social.technet.microsoft.com/Forums/office/en-US/home?category=exchangeserver

  • OPatch failed with error code=74check "CheckSystemSpace" failed on 11.1.0.7

    Hi , I am trying to install CPU patch on oracle 11.1.0.7 on windows 32 OS , Stopped listner, and stopped services and on applying - opatch apply
    I get the following error...i currently have 1.25 GB on Oracle_home Drive which is E drive. How much space do i need to increase? Is that space shortage it is complaining? Needed to clarify with you gurus. I even ched with %ORACLE_HOME%/OPatch/opatch lsinventory and it showed opatch succeeded. Please advise. Thanks a bunch.
    ApplySession applying interim patch '13460955' to OH 'E:\app\oracle\product\11.1.0\db_1'
    Interim patch 13460955 is a superset of the patch(es) [  12914915 ] in OH E:\app\oracle\product\11.1.0\db_1
    OPatch will rollback the subset patches and apply the given patch.
    Running prerequisite checks...
    Prerequisite check "CheckSystemSpace" failed.
    The details are:
    Required amount of space(1598496302) is not available.
    ApplySession failed during prerequisite checks: Prerequisite check "CheckSystemSpace" failed.
    System intact, OPatch will not attempt to restore the system
    The following warnings have occurred during OPatch execution:
    1) OUI-67078:Interim patch 13460955 is a superset of the patch(es) [  12914915 ] in OH E:\app\oracle\product\11.1.0\db_1
    OPatch failed with error code = 74

    Hi,
    Prerequisite check "CheckSystemSpace" failed.
    The details are:
    Required amount of space(1598496302) is not available.I belive error message soo clear isnt it?
    Please see:
    OPatch Troubleshooting/FAQ Guide for Oracle Database Machine [ID 1265683.1]
    OPATCH CheckSystemSpace Failed with Error Code 73 while Applying GI PSU [ID 1088455.1]
    Regard
    Helios

  • Upgrade from 8 to 8.1 fails with error code 0x80070004

    My repeated attempts to upgrade from Windows 8 to Windows 8.1 to prepare for the upgrade to Windows 10 fails with error code 0x80070004. Is anyone familiar with this problem and aware of a solution?

    Several suggestions in the links below https://answers.microsoft.com/en-us/windows/forum/windows8_1-windows_install/windows-81-installation-error-0x80070004/970909c3-e03e-4cd6-ac09-97d3dea3cc62?auth=1 http://superuser.com/questions/666147/why-do-i-get-error-0x80070004-when-trying-to-update-to-windows-8-1-from-windows  

  • CreateMedia.exe finished with error code 80070002

    Hi,
    In one of our locations, we are unable to create USB boot media. We keep getting the error "The system cannot find the file specified" CreateMedia.exe finished with error code 80070002. Does anyone know what would be the cause of this? TIA
    CreateTSMedia.log
    <![LOG[ADK installation root registry value not found.]LOG]!><time="13:51:24.598+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="wimfile.cpp:207">
    <![LOG[Loaded C:\Windows\system32\wimgapi.dll]LOG]!><time="13:51:24.598+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="wimfile.cpp:344">
    <![LOG[Opening image file D:\sources\boot.wim]LOG]!><time="13:51:24.598+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="wimfile.cpp:422">
    <![LOG[Applying image 1 to volume C:\Users\hidden\AppData\Local\Temp\_tsmedia_3836\BootImageTemp]LOG]!><time="13:51:24.602+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836"
    file="wimfile.cpp:613">
    <![LOG[Closing image file D:\sources\boot.wim]LOG]!><time="13:51:25.993+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="wimfile.cpp:458">
    <![LOG[BootLoader::restore: C:\Users\hidden\AppData\Local\Temp\_tsmedia_3836\BootImageTemp, D:\]LOG]!><time="13:51:46.081+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836"
    file="bootloader.cpp:382">
    <![LOG[Copied D:\EFI\Microsoft\Boot\bootmgfw.efi to D:\EFI\Boot\bootx64.efi]LOG]!><time="13:51:59.693+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836"
    file="bootsystem.cpp:1815">
    <![LOG[Copied D:\EFI\Microsoft\Boot\bootmgfw.efi to D:\EFI\Boot\bootia32.efi]LOG]!><time="13:51:59.921+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836"
    file="bootsystem.cpp:1815">
    <![LOG[Successfully staged files to make media bootable]LOG]!><time="13:51:59.921+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="bootsystem.cpp:1822">
    <![LOG[State has been executed.]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:622">
    <![LOG[Media Remaining Space= 6597 Mb]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:627">
    <![LOG[-------------------------------------------]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:630">
    <![LOG[Size available  = 6597 Mb, size required = 0 Mb]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:509">
    <![LOG[-------------------------------------------]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:610">
    <![LOG[Staging base files]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:611">
    <![LOG[Media Remaining Space before executing state is 6597 Mb]LOG]!><time="13:52:00.078+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:616">
    <![LOG[StageBaseFiles::Execute()]LOG]!><time="13:52:00.078+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="stagebasefiles.cpp:562">
    <![LOG[Failed to create media (0x80070002)]LOG]!><time="13:52:00.086+360" date="01-09-2015" component="CreateTsMedia" context="" type="3" thread="3836" file="createtsmedia.cpp:345">
    <![LOG[CreateTsMedia failed with error 0x80070002, details='']LOG]!><time="13:52:00.086+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="createtsmedia.cpp:355">
    <![LOG[MediaGenerator::~MediaGenerator()]LOG]!><time="13:52:00.086+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:396">
    <![LOG[Media creation process that was started from Admin Console completed.
    ]LOG]!><time="13:52:10.244+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="7776" file="createmedia.cpp:1065">
    <![LOG[CreateMedia.exe finished with error code 80070002]LOG]!><time="13:52:10.244+360" date="01-09-2015" component="CreateTsMedia" context="" type="2" thread="7776" file="createmedia.cpp:1123">

    You shouldn't really need the path.  Just make sure that the distribution point has the content for all packages referenced by the task sequence.  You can check that in the Monitoring node of the console under Distribution Status | Content Status
    or by going to the Distribution Pints node in Administration.  Right click the DP in question and select properties.  Then go to the COntent tab
    Jeff

Maybe you are looking for

  • Transfer iWeb site to new user

    I designed a site on one .mac account and want to move it to another .mac account I run so that the URL is different. I've set up another user on my computer so iWeb will upload to the appropriate .mac account, but... how do I import the previous iWe

  • Signing jar files - did what I was supposed to but still

    Hi all, I signed 1 jar file that has 1 class which creates a file on c:\ I signed it like this: keytool -genkey -keystore myKeystore -alias newKey keytool -selfcert -alias newKey -keystore myKeystore jarsigner -keystore myKeystore classes.jar newKey

  • Database native web services and RAC

    The Readme in the database documentation library says : Database native web services used in an Oracle RAC configuration are not supported. Is this restriction still there for the latest release (the one which was just announced for windows)? Why doe

  • Linking from Pages to Mobile me

    I have created a newsletter with one of the templates in pages. I used the link inspector to hot ling a couple of videos that I have in my MM gallery. I then converted the document to a .pdf so that I could email it with no challengers for PC users.

  • How can I turn OFF Google instant ,and remove the Magnifying glass Hinderance

    Firefox recently asked me to upgrade from 3.6.13 to 3.6.15 stating that 3.6.15 was more stable and addressed certain security issues. When doing a web search with Google through Firefox 3.6.13 I had the option (on the right hand side of the page) to