ODAC 11.10.7: Problems running Post-installation SQL Scripts"

Hello:
I am running the 32-bit version of 11g Release 1.
I installed ODAC version 11.10.7. The installation was completed without error but advised to run the SQL scripts found in OracleHome\ASP.net\SQL.
I logged in using SYS account and tried to execute the SQL file, InstallAllOracleASPNETProviders.SQL which calls other SQL scripts:
@@InstallOracleASPNETCommon.sql
@@InstallOracleMembership.sql
@@InstallOraclePersonalization.sql
@@InstallOracleProfile.sql
@@InstallOracleRoles.sql
@@InstallOracleSiteMap.sql
@@InstallOracleWebEvents.sql
-- Install OracleSessionState Provider
-- For Oracle 10gR1(10.1.0.2) database and higher, run InstallOracleSessionState.sql
-- For Oracle 9iR2(9.2.x) database, run InstallOracleSessionState92.sql instead
@@InstallOracleSessionState.sql
--@@InstallOracleSessionState92.sql
The first SQL was executed without any error.
However, I received the following error with the second file:
"ORA-06550: line 2, column 11: PLS-00201: identifier 'ORA_ASPNET_TABLEEXISTS' must be declared
ORA-06550: line 2, column 6:
PL/SQL: Statement ignored"
The offending line has a reference to a function:
IF ( ora_aspnet_TableExists('ORA_ASPNET_MEMBERSHIP') = 0) THEN
Can someone advise on what needs to be done?
venki
Edited by: user9023421 on Apr 18, 2011 2:28 PM

I did not have any Macromedia file in syetem 32 when I last replied to your question. I had uninstalled FP 11.8, but my embedded FP on Windows 8 was (and is) still showing in Control Panel Items but did not and does not appear when checking version on the Adobe Find Version page.
Before reading your last reply, I did UNinstall 11.8 and then installed flashplayer_11_7_plugin_debug   (FP 11.7.700.232).
This NOW shows up as Shockwave Flash ver. 11.7.700.232 in mozilla add-ons manager and is listed in system32 as a folder: C:\Windows\system32\Macromed with many files in the folder.
The Flash Player 11.7.700.232 worked on Mozilla FF 22.0 for several hours before not being able to play some flash content and then crashed. An odd window kept appearing while trying to use it, I did not copy the test of it, but will try and reproduce the problem, and copy and post the text here in a further discussion box on our discussion.  A subsequent check to Adobe Find Version page shows that FP 11.7.700.232 is CURRENTLY installed and functoning. But it still does not play all Flash content that I encounter on the internet.
I did NOT use the Adobe Full Installer to install Flash Player 11.7.700.232, I simply downloaded the file to desktop and manually installed it off line.
If I DO need to uninstall FP 11.7.700.232, and reinstall it using the Adobe Full Installer, please tell me in detail how because I thought that the Full Installer had a different version of FP in it.
What I mean is, if I download and run the Full Installer, is that also simultaneously installing a different version of FP? Or do I run it and THEN install FP 11.7.700.232?
Thank you for following along and replying, Pat. I am not very literate with PC's and the problem is likely something that I am doing wrong!

Similar Messages

  • Problem in post installation of PI7.1

    Hi All expert  ,
    I facing problem in post installation of PI7.1 ,
    I have tried  to run net weaver initial setup with the help of configuration wizard we are facing given  following problem .
    During 60% of instatllation I have got error u201CChoose a password that is different from your last 5 passwordsu201D I  have changed it in ABAP side but still getting same error
    When I skip this step then second error
    : Choose a password that is different from your last 5 passwords 'PI_JCO_RFC'
    AI_RUNTIME_JCOSERVER
    RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts
    Is it any way to change all standard user(i.e. created during installation ) like PI*,  password in one shot in both ABAP side and  JAVA side .
    Regards,
    Amit

    Hi,
    that problem is resolved now m facing other problem during initial setup of configuration wizard .
    please see detail log .
    NetWeaver initial setup > PI UT initial setup > PI initial setup > Configure IntegrationServer > Initial setup of functional unit IntegrationServer > Initial setup of functional unit IntegrationServer > This wizard will execute Postinstall steps of technical configuration > Executing BAPI SXMB_SET_ROLE_TO_IS
    Executing BAPI SXMB_SET_ROLE_TO_IS
    Description
    No specified detailed description
    State
    START_ACTION
    Support Information
    Type of Action
    InvokeServiceDebug Events
    error message
    Error: Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    error message
    Error: Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    InvokeService:Executing BAPI SXMB_SET_ROLE_TO_IS
    Library: sap.com/tclmconfig~content
    SourcePath ./NetweaverProcess/PIJavaConstraint/PIJavaProcess/IntegrationServerRootProcess/IntegrationServerProcess/IntegrationServerProcess/SXMB_SET_ROLE_TO_IS/INVOKESERVICEBAPIIS
    Time 2009/07/31 at 14:30:47
    WSDL content/Netweaver/PI/IntegrationServer/service/BAPIConfiguringRoleOfIS.wsdl
    Destination parameters
    user : PISUPER
    password : % secure content %
    host : ctsgvcsapbl03
    sysnr : 10
    client : 001
    language : en
    function name: SXMB_SET_ROLE_TO_ISInput
    <Input>
    <NAME>EGAL</NAME>
    </Input>
    InvokeService- Result: Failed
    Exception Message:Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    Exception Class:com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException
    Stacktrace
    com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:171)
    error message
    Error: Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    Regards,
    Amit

  • Running the same sql script in multiple databases

    Hello,
    What is the method to run the same sql script in multiple databases? I want to write a unix script that would select from different databases and run a sql/plsql script in those different databases. What are the ways to write such a unix script? Thank you in advance.

    Just have a parameter which takes in the oracle connection parameters and use it in your sqlplus script with your shell script.
    Your sqlplus script can have a procedure/function call or an anonymous block;
    Then have a wrapper script to call the original script with different connection parameters. Hope this helps.

  • Problem during Post Installation in PI 7.1

    Dear All,
    While doing post installation steps in PI 7.1 Server all the configurations are taking place in client 001 though we have done the client copy from 001 to 200. All the user id etc are getting created in client 001 only. I have changed the client id in RFC "I18NBackendConnection" and "UMEBackendConnection" in http://<host>:<hport>/nwa then also its taking 001 client only.
    Please guide me on how to do the configurations so that everything is done in 200 client.
    Regards,
    NJ

    Nishu,
              AYou could have resolved this isuue by running the client copy (SAP note - 1115280) before running the config wizard.
    You have rerun the
    client copy step - follow the SAP note 1115280 as is.
    and you will be fine... I think you may have to manually change the clients in the Java stack - Jco connection and RFC destination.
    regards,
    Arvind R

  • Problems running the installer for Elements 11 - Mac

    Mac OS10.8.3
    15" Retina 2.7GHz  16GB RAM
    I have downloaded the installation file for Elements 11 using the Adobe Installer; upon running the installer I get an invalid checksum error.  Tried repeated times, same result.  Tried disabling checksum check in disk utility, lets me get one step futther to see the installer package contents upon mounting the .dmg.  When I run the installer, error message appears as follows;
    Failed to initialise Installer
    I got a message to install the Adobe Support Advisor, which I did.  I ran it, and it did not detect any issues. 
    Have also tried using disk utility to verify and repair the downlaoded adobe dmg before mounting it - no change in the error when I try to run the installer.
    Any advice?
    Thanks, JB.

    Please try initiating a direct download using the steps listed at http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm l.  Please make sure to complete the Very Important Instructions section prior to clicking on the download link.
    If you continue to receive a message stating that your checksum is invalid then please try an alternate Internet connection.

  • Problem running Windows installer

    Hey folks, got a problem trying to install any form of windows.
    Ive tried with both XP (Home and Pro!) and Vista. I partition the drive correctly, when i go to install with BC, the machine resets but goes to a blank, then black screen. Ive tried booting up holding Option in order to select the install disc as startup disc, but to no avail. Both when the disc is put in the machine and when i Option start the disc is detected by the machine as i have the option of selecting it. The problem is like i said, it eventually goes to a black screen and does nothing, meaning i have to restart the machine. I did notice that just before the screen goes completely black the little white, underscore like text entry thing comes up in the top left hand corner for a very brief period before disappearing.
    Any tips or pointers would be much appreciated!

    Hello,
    This forum is used to discuss general issues about developing applications for Windows. For issues regarding WiX, I would like suggest you psot it to:
    http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • "There is a problem with this installer package - script is required to complete install," - please can someone clarify script supplied.

    I have downloaded EMET 4.1 but it will not install -
    "There is a problem with this Windows installer package. A script required for this install to complete. Contact your support personnel or package vendor."
    I have seen the same problem answered in the support section with a script posted as follows, and wondered if it would solve my problem - only  there is no explanation with it and I have no idea what to do with it! Forgive my ignorance but could someone
    please explain what to do with it please? Many thanks.
    (I looked up the other thread but I was no wiser.)
    This thread is probably a dublet of http://social.technet.microsoft.com/Forums/pt-BR/ab0ee94b-ce61-4a62-8478-41a1e8ac39e2/emet-40-installation-fails-with-error-code-1720?forum=emet
    Please create and check a verbose Installer logfile: msiexec.exe /?
    _FA2E7A16_A819_4F3A_AB7E_0A039BE81BD7 refers the Custom Install Action Blob _6A58D16B437E5B268B3B9D09B8746240 which conatins this vb script in EMET 4.1:
    ' Begin
    REM kill the old EMET 3.0 Notifier process if running (upgrade scenario)
    strAppName = "emet_notifier.exe"
    Set objProcesses = GetObject("winmgmts://" & strMachine).ExecQuery("SELECT * FROM Win32_Process WHERE Caption LIKE '" & strAppName & "'")
    For Each objProcess In objProcesses
        intRetVal = objProcess.Terminate(0)
    Next
    REM kill EMET Agent 4.0 process if running (re-installing scenario)
    strAppName = "emet_agent.exe"
    Set objProcesses = GetObject("winmgmts://" & strMachine).ExecQuery("SELECT * FROM Win32_Process WHERE Caption LIKE '" & strAppName & "'")
    For Each objProcess In objProcesses
        intRetVal = objProcess.Terminate(0)
    Next
    ' End

    Managed to get the installation sorted. Go to Control Panel, and where you have a list of all installed programs, repair all the Apple/Itunes related programs. Installation worked fine after that. Hopefully it helps you out too!

  • Ordinal Problem - also posted in InDesign Scripting

    I am running InDesign CS3 on XP.  I know there are other posts about ordinal problems, but none seem to lead me to a solution.
    My many fonts work with ordinal in MS Word when typing numbers like 22nd, 36th, etc.  However, the same fonts in InDesign do NOT display ordinal type.  Only a select few fonts work with ordinal in InDesign.  When I scroll to the "Open Type" submenu for most fonts, ordinal is in brackets [ordinal].  I still select it, but nothing comes of it. Even with basic fonts like Tiimes New Roman.
    Any ideas of how to fix this?  Just seems odd when the fonts work in MS Office but not Adobe.
    Thanks,
    Jarred

    It can't be done (safely -- see below) with a single GREP; 1st, 2nd, 3rd need special handling.
    In general, you can look for
    (?<=\d)th\b
    and replace with no text, just Superscript in the Change To formatting. This looks for any text "th" with a number on its left (the parenthesized expression), and a clear word break on its right (the backslash b).
    "1st" needs
    (?<=1)st\b
    "2nd" and "3rd" need
    (?<=2)nd\b (?<=3)rd\b
    If your text allows it, you can try to do all at once:
    (?<=\d)(st|nd|rd|th)\b
    -- this way you also automatically pick up wrong ordinals, such as "1nd".

  • Problem running sudo command in script

    Hello,
    I try to run this script.
    #!/bin/bash
    sudo /bin/cat /dev/input/event1 >> /home/tom/.log/log.bin &
    The sudoers entry
    %users ALL= NOPASSWD: /bin/cat /dev/input/event1 >> /home/tom/.log/log.bin
    I get the following error!
    $ Passwort: sudo: pam_authenticate: Kommunikationsfehler
    Kommunikationsfehler = eng: communication error
    What's wrong with that?
    Thank you!
    clementis

    Sorry, for being not precise.
    I created the alias in .bashrc in my $home directory. In sudoers all users are allowed to key in this command without a passwort entry.
    I know how to autostart in xfce and so created an autostart entry but unfortunatly it doesn't work for my "special" command.
    What I did:
    1. I wrote a script (first post) and tried to autostart it in xfce. For that command I created an entry in sudoers in order to avoid enter root passwort. The script didn't start.
    Then...
    2. I created an autostart entry (deleted the first one - see point 1) and entered the whole command (cat .../event1 >> $home...) in the xfce autostart input window. The idea was to run the command directly and not through a script. But it didn't work.
    Therefore I tried to run alter the command to "bash cat .../event1 >> $home ...." Didn't work either.
    3. I also deleted the autostart entry no 2. and created the alias in .bashrc in my home directory. Now created a new autostart entry trying to start the alias. Didn't work.
    I also tried to set the Terminal option in the file $home/.config/autostart/log.desktop to "true".
    So it looked like this:
    [Desktop Entry]
    Encoding=UTF-8
    Version=0.9.4
    Type=Application
    Name=log
    Comment=event1
    Exec= sudo cat /dev/input/event1 >> /home/tom/.cblog/log.bin &
    StartupNotify=false
    Terminal=true
    Hidden=false
    The alias for example works well if I enter it in xterm.
    So, I don't know why it isn't working! :-(
    Thank you for any help
    Clementis

  • Is it possible to run PLSQL, or SQL script daily?

    I am trying to write a script will delete everything that is older then 90 days, and i only want to run this script once a day.
    is this something it can be done in apex?
    Thanks
    John Lau
    APEX version: Application Express 4.1.1.00.23
    Browser(s) and version(s) used: Firefox
    Theme: Midnight Blue

    Hello John,
    You have not given the database version you are using. If it is Oracle Database 10g Release 3 or higher then you can go with DBMS_SCHEDULER and schedule your script to run periodically.
    Following is the Oracle Database 11g Release 2 documentation for DBMS_SCHEDULER:
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25788/d_sched.htm#CIHHBGGI
    I found the following blog post of @Tobias Arnhold helpful while creating my first scheduled job:
    http://www.apex-at-work.com/2009/06/dbmsscheduler-examples.html
    If you are looking for APEX built-in solution then here is one using APEX_PLSQL_JOB :
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/apex_plsql_job.htm#BGBFGBIB
    But I will suggest DBMS_SCHEDULER over APEX_PLSQL_JOB as DBMS_SCHEDULER package has more fine tuning facilities regarding scheduling than the APEX_PLSQL_JOB.
    Hope it helps!
    Regards,
    Kiran

  • ESourcing post installation problem

    Hi,
    I am installing ESourcing 5.1 on NW04s SR2 on windows IA 32 machine.
    I have installed Netweaver app server and esourcing successfully.
    I am facing issue while running dbimport file. (as part of step 1 of post installation procedure)
    Script is showing error in install stored procedure step.
    some steps are executed successfully inside this. some are failing
    Here is the log  for one of those errors:
    Error message:
    com.ibm.db2.jcc.b.SqlException: DB2 SQL error: SQLCODE: -85, SQLSTATE:      , SQLERRMC: S1
    Details:
    AssociatedAttribute=STANDARD_ATTRIBUTE_ID - com.frictionless.common.install.exception.InstallErrorException: Database error: DB2 SQL error: SQLCODE: -85, SQLSTATE:      , SQLERRMC: S1. Contact your system administrator.
         at com.frictionless.install.actions.SqlCommandFile.executeHook(SqlCommandFile.java:70)
         at com.frictionless.install.actions.InstallAction.execute(InstallAction.java:202)
         at com.frictionless.install.engine.ScriptedImportEngine.runSingleItem(ScriptedImportEngine.java:302)
         at com.frictionless.install.engine.DbSetupEngine.execute(DbSetupEngine.java:186)
         at com.frictionless.install.tools.gui.DbGuiImporter.go(DbGuiImporter.java:280)
         at com.frictionless.install.tools.gui.DbGuiImporter$InstallThread.run(DbGuiImporter.java:555)
    AssociatedAttribute=STANDARD_ATTRIBUTE_ID - com.frictionless.api.common.exception.DatabaseException: Database error: DB2 SQL error: SQLCODE: -85, SQLSTATE:      , SQLERRMC: S1. Contact your system administrator.
         at com.frictionless.install.actions.SQLInstallAction.createDatabaseException(SQLInstallAction.java:241)
         at com.frictionless.install.actions.SQLInstallAction.executeSQLCommand(SQLInstallAction.java:217)
         at com.frictionless.install.actions.SQLInstallAction.executeSQLCommand(SQLInstallAction.java:148)
         at com.frictionless.install.actions.SqlCommandFile.executeHook(SqlCommandFile.java:63)
         at com.frictionless.install.actions.InstallAction.execute(InstallAction.java:202)
         at com.frictionless.install.engine.ScriptedImportEngine.runSingleItem(ScriptedImportEngine.java:302)
         at com.frictionless.install.engine.DbSetupEngine.execute(DbSetupEngine.java:186)
         at com.frictionless.install.tools.gui.DbGuiImporter.go(DbGuiImporter.java:280)
         at com.frictionless.install.tools.gui.DbGuiImporter$InstallThread.run(DbGuiImporter.java:555)
    com.ibm.db2.jcc.b.SqlException: DB2 SQL error: SQLCODE: -85, SQLSTATE:      , SQLERRMC: S1
         at com.ibm.db2.jcc.b.nh.c(nh.java:1669)
         at com.ibm.db2.jcc.b.nh.d(nh.java:1657)
         at com.ibm.db2.jcc.b.nh.b(nh.java:1168)
         at com.ibm.db2.jcc.a.db.h(db.java:219)
         at com.ibm.db2.jcc.a.db.b(db.java:46)
         at com.ibm.db2.jcc.a.t.b(t.java:40)
         at com.ibm.db2.jcc.a.sb.e(sb.java:121)
         at com.ibm.db2.jcc.b.nh.l(nh.java:1163)
         at com.ibm.db2.jcc.b.nh.a(nh.java:1941)
         at com.ibm.db2.jcc.b.nh.c(nh.java:522)
         at com.ibm.db2.jcc.b.nh.executeUpdate(nh.java:506)
         at com.frictionless.common.db.DbHandle.executeUpdate(DbHandle.java:927)
         at com.frictionless.install.actions.SQLInstallAction.executeSQLCommand(SQLInstallAction.java:210)
         at com.frictionless.install.actions.SQLInstallAction.executeSQLCommand(SQLInstallAction.java:148)
         at com.frictionless.install.actions.SqlCommandFile.executeHook(SqlCommandFile.java:63)
         at com.frictionless.install.actions.InstallAction.execute(InstallAction.java:202)
         at com.frictionless.install.engine.ScriptedImportEngine.runSingleItem(ScriptedImportEngine.java:302)
         at com.frictionless.install.engine.DbSetupEngine.execute(DbSetupEngine.java:186)
         at com.frictionless.install.tools.gui.DbGuiImporter.go(DbGuiImporter.java:280)
         at com.frictionless.install.tools.gui.DbGuiImporter$InstallThread.run(DbGuiImporter.java:555)
    Can anybody help me this regard!

    Hi,
    Even I face similar error in dbimport phase... Any help?
    Regards
    Thilip Kumar

  • System message at the time of login & need  post installation

    Hallo Everybody
    I just install the SAP IDES ECC 5.0 (SQL database), I also running some transaction, but from 2 days i receive the message at the time of logging
    System message
    Validity of certificate from list with PSE type >system PSE < ends in 1 day. for more information see the SAP system log (transaction SM21)
    but i also check the tran. SM21 but i can't find something that indicate what exact erroe and dignosis.
    So please suggest me the solution.
    Also  what  tran. are need to run (Post installation) after the installation. beacause i install IDES on standalone machine (Require Post installation proc.)
    System Desc.
    SID=ERP
    instance no=00
    host=sapsrv
    database SQL 2005

    check these links for the PSE error:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0e/fb993af7700577e10000000a11402f/frameset.htm
    PSE certification validity end
    post-processing steps are in the installation guide.

  • Post-Installation Process Error (Template Base)

    Hi Experts,
    I try to run template base post-installation process in client 100, we never run post installation process in client 001 (Which is recommended before making the client copy), while doing template base post-installation process failed (got error) at PIPostInstallProcess step 7 u201CAdd Installed Product2u201D I move further and then it failed at step 19 (u201CConfigure the Role of the Integration Serviceu201D) and 20 (Register Queues) same process. It failed at number of process, so what I did I move to manual post-installation process but I stuck in the step were we need to import exchange_profile.xml because I can not see this file at sap\BX0\SYS\global, is this file being deleted by template base post-installation if yes then how to recover it?
    Without this file i can not complete the manual post installation process...:-(
    With Regards
    Sunil

    i think we do not need exchange_profile.xml file in 7.0 post-installation. ok i skip that step in post-installation now when i created LCRSAPRFC_BX0 in Visual Admin services->JCo RFCProvider and try to start it, it is throwing an Error.
    I am using user "PI_JCO_RFC" has respective role assign to it.
    I am not sure whether i am providing correct value to these filed or not
    Gateway Host
    Gateway Service
    Application server host
    System Number
    Client
    can somebody send me detail about these fields
    With Regards
    Sunil

  • Problem in xi installation

    HI All,
    I have installed XI3.0 in my system, the installation is success. However, I missed out copying the client from 000 to someother before the installation of J2EE stack. Hence its giving problem in post installation activites while generating the profiles.
    Now my doubts are :
    Can I perform client copy after J2EE installation?
    If not, do I need to uninstall and start the installation from the scratch?
    Also Please let me know the procedure for client copy?
    Please make me clear on above.....
    Thanks in advance.
    Ravindra.

    Hi,
      Client copy is important when your adding Java Addin. The java stack will be on this client only.
    Can I perform client copy after J2EE installation?
    Yes you can.. create client just say 555 give this client in while adding java addin. It will create another instance. It might not be a problem. If possible, try to delete the java instance refer to the installation gude.
    If not, do I need to uninstall and start the installation from the scratch?
    In my view not required from scratch
    Also Please let me know the procedure for client copy?
    Go to Tcode scc4 to create client give the required details if possible all.
    Remember the client you created in the above transaction.
    Try to login system using the created client number and userid is SAP*
    and passwrd is "PASS".
    Go to tcode sccl there you have copy the data from which client. Try to give the profile which is mentioned in the installation guide..
    Regards,
    Daniel.. L A

  • WSUS 2012 Post Installation Fails - Import Default Detectoids failed

    I have installed the WSUS role on a new Windows 2012 R2 Standard server after running a recovery of SCCM from an SCCM backup. When I run post-installation tasks for WSUS, it fails. Here is the log file for the WSUS post installation task:
    2014-02-07 16:43:10  Postinstall started
    2014-02-07 16:43:10  Detected role services: Api, UI, WidDatabase, Services
    2014-02-07 16:43:10  Start: LoadSettingsFromXml
    2014-02-07 16:43:10  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
    2014-02-07 16:43:10  Value is true
    2014-02-07 16:43:10  End: GetConfigValue
    2014-02-07 16:43:10  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentDirectory
    2014-02-07 16:43:10  Value is C:\WSUS Updates
    2014-02-07 16:43:10  End: GetConfigValue
    2014-02-07 16:43:10  Content directory is C:\WSUS Updates
    2014-02-07 16:43:10  Database roleservice is not installed
    2014-02-07 16:43:10  End: LoadSettingsFromXml
    Post install is starting
    2014-02-07 16:43:10  Start: Run
    2014-02-07 16:43:10  Fetching WsusAdministratorsSid from registry store
    2014-02-07 16:43:10  Value is S-1-5-21-3025612760-274001468-3045011964-1001
    2014-02-07 16:43:10  Fetching WsusReportersSid from registry store
    2014-02-07 16:43:10  Value is S-1-5-21-3025612760-274001468-3045011964-1002
    2014-02-07 16:43:10  Update synchronization in progress. Cancelling...
    2014-02-07 16:43:10  Configuring content directory...
    2014-02-07 16:43:10  Configuring groups...
    2014-02-07 16:43:10  Starting group configuration for WSUS Administrators...
    2014-02-07 16:43:10  Found group in regsitry, attempting to use it...
    2014-02-07 16:43:13  Writing group to registry...
    2014-02-07 16:43:13  Finished group creation
    2014-02-07 16:43:13  Starting group configuration for WSUS Reporters...
    2014-02-07 16:43:13  Found group in regsitry, attempting to use it...
    2014-02-07 16:43:13  Writing group to registry...
    2014-02-07 16:43:13  Finished group creation
    2014-02-07 16:43:13  Configuring permissions...
    2014-02-07 16:43:13  Fetching content directory...
    2014-02-07 16:43:13  Fetching ContentDir from registry store
    2014-02-07 16:43:13  Value is C:\WSUS Updates
    2014-02-07 16:43:13  Fetching group SIDs...
    2014-02-07 16:43:13  Fetching WsusAdministratorsSid from registry store
    2014-02-07 16:43:13  Value is S-1-5-21-3025612760-274001468-3045011964-1001
    2014-02-07 16:43:13  Fetching WsusReportersSid from registry store
    2014-02-07 16:43:13  Value is S-1-5-21-3025612760-274001468-3045011964-1002
    2014-02-07 16:43:13  Creating group principals...
    2014-02-07 16:43:13  Granting directory permissions...
    2014-02-07 16:43:15  Granting permissions on content directory...
    2014-02-07 16:43:16  Granting registry permissions...
    2014-02-07 16:43:16  Granting registry permissions...
    2014-02-07 16:43:16  Granting registry permissions...
    2014-02-07 16:43:16  Configuring shares...
    2014-02-07 16:43:17  Configuring network shares...
    2014-02-07 16:43:17  Fetching content directory...
    2014-02-07 16:43:17  Fetching ContentDir from registry store
    2014-02-07 16:43:17  Value is C:\WSUS Updates
    2014-02-07 16:43:17  Fetching WSUS admin SID...
    2014-02-07 16:43:17  Fetching WsusAdministratorsSid from registry store
    2014-02-07 16:43:17  Value is S-1-5-21-3025612760-274001468-3045011964-1001
    2014-02-07 16:43:17  Content directory is local, creating content shares...
    2014-02-07 16:43:19  Creating share "UpdateServicesPackages" with path "C:\WSUS Updates\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications)
    published on this WSUS system."
    2014-02-07 16:43:22  Deleting existing share...
    2014-02-07 16:43:24  Creating share...
    2014-02-07 16:43:24  Share successfully created
    2014-02-07 16:43:24  Creating share "WsusContent" with path "C:\WSUS Updates\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
    2014-02-07 16:43:25  Deleting existing share...
    2014-02-07 16:43:26  Creating share...
    2014-02-07 16:43:26  Share successfully created
    2014-02-07 16:43:26  Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
    2014-02-07 16:43:27  Deleting existing share...
    2014-02-07 16:43:27  Creating share...
    2014-02-07 16:43:27  Share successfully created
    2014-02-07 16:43:27  Finished creating content shares
    2014-02-07 16:43:27  Stopping service WSUSService
    2014-02-07 16:43:27  Stopping service W3SVC
    2014-02-07 16:43:32  Configuring WID database...
    2014-02-07 16:43:32  Configuring the database...
    2014-02-07 16:43:33  Establishing DB connection...
    2014-02-07 16:43:34  Checking to see if database exists...
    2014-02-07 16:43:39  Database exists
    2014-02-07 16:43:39  Switching database to single user mode...
    2014-02-07 16:43:42  Loading install type query...
    2014-02-07 16:43:42  DECLARE @currentDBVersion       int
    DECLARE @scriptMajorVersion     int = (9600)
    DECLARE @scriptMinorVersion     int = (16384)
    DECLARE @databaseMajorVersion   int
    DECLARE @databaseMinorVersion   int
    DECLARE @databaseBuildNumber    nvarchar(10)
    IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
    BEGIN
        SELECT 1
    END
    ELSE
    BEGIN
        SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
        SET @databaseBuildNumber = (SELECT BuildNumber FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
        DECLARE @delimiterPosition INT = CHARINDEX('.', @databaseBuildNumber)
        IF (@delimiterPosition = 0)
        BEGIN
            RAISERROR('Invalid schema version number', 16, 1) with nowait
            return
        END
        SET @databaseMajorVersion = SUBSTRING(@databaseBuildNumber, 1, @delimiterPosition - 1)
        SET @databaseMinorVersion = SUBSTRING(@databaseBuildNumber, (@delimiterPosition + 1), (10 - @delimiterPosition))
        IF @currentDBVersion < 926
        BEGIN
            SELECT 3
        END
        ELSE
        BEGIN
            IF (@scriptMajorVersion > @databaseMajorVersion OR
               (@scriptMajorVersion = @databaseMajorVersion AND @scriptMinorVersion > @databaseMinorVersion))
            BEGIN
                SELECT 2
            END
            ELSE IF (@scriptMajorVersion = @databaseMajorVersion AND
                     @scriptMinorVersion = @databaseMinorVersion)
            BEGIN
                SELECT 0
            END
            ELSE
            BEGIN
                SELECT 4
            END
        END
    END
    2014-02-07 16:43:42  Install type is: Reinstall
    2014-02-07 16:43:42  Creating logins...
    2014-02-07 16:43:42  Fetching account info for S-1-5-20
    2014-02-07 16:43:42  Found principal
    2014-02-07 16:43:42  Found account
    2014-02-07 16:43:42  Got binary SID
    2014-02-07 16:43:44  Fetching WsusAdministratorsSid from registry store
    2014-02-07 16:43:44  Value is S-1-5-21-3025612760-274001468-3045011964-1001
    2014-02-07 16:43:44  Fetching account info for S-1-5-21-3025612760-274001468-3045011964-1001
    2014-02-07 16:43:44  Found principal
    2014-02-07 16:43:44  Found account
    2014-02-07 16:43:44  Got binary SID
    2014-02-07 16:43:44  Setting content location...
    2014-02-07 16:43:44  Fetching ContentDir from registry store
    2014-02-07 16:43:44  Value is C:\WSUS Updates
    2014-02-07 16:43:45  Swtching DB to multi-user mode......
    2014-02-07 16:43:55  Finished setting multi-user mode
    2014-02-07 16:43:55  Writing DB settings to registry...
    2014-02-07 16:43:55  Marking PostInstall done for UpdateServices-WidDatabase in the registry...
    2014-02-07 16:43:55  Starting service W3SVC
    2014-02-07 16:43:55  Configuring IIS...
    2014-02-07 16:43:55  Start: ConfigureWebsite
    2014-02-07 16:44:03  Configuring website on port 8530
    2014-02-07 16:47:21  2014-02-07 16:44:27  Info      IISCustomAction    Performing Setup Action, Command /Install
    2014-02-07 16:47:15  Info      IISCustomAction    Command /Install Succeeded
    2014-02-07 16:47:21  End: ConfigureWebsite
    2014-02-07 16:47:21  Configuring performance counters...
    2014-02-07 16:47:21  Configuring Stats.NET perf counter...
    2014-02-07 16:47:21  Configuring reporting perf counter...
    2014-02-07 16:47:21  Configuring client webservice perf counter...
    2014-02-07 16:47:21  Configuring server sync webservice perf counter...
    2014-02-07 16:47:21  Configuring API remoting perf counter...
    2014-02-07 16:47:21  Bringing services online...
    2014-02-07 16:47:21  Checking initialization status...
    2014-02-07 16:48:00  Database needs initialization.
    2014-02-07 16:48:00  StartServer starting...
    2014-02-07 16:48:00  Generating encryption key to write to the registry...
    2014-02-07 16:48:00  Generating encryption key to write to the database...
    2014-02-07 16:48:13  Generating encryption key succeeded...
    2014-02-07 16:48:13  Setting WSUSService to autostart...
    2014-02-07 16:48:13  WSUSService is set to autostart.
    2014-02-07 16:48:13  Starting WSUSService...
    2014-02-07 16:48:13  WSUSService is now started.
    2014-02-07 16:48:13  Importing default detectoids.
    2014-02-07 16:48:13  Importing CriticalUpdates.xml...
    2014-02-07 16:48:21  Importing Drivers.xml...
    2014-02-07 16:48:31  Importing FeaturePacks.xml...
    2014-02-07 16:48:39  Importing MicrosoftCorporation.xml...
    2014-02-07 16:48:48  Importing SecurityUpdates.xml...
    2014-02-07 16:48:57  Importing ServicePacks.xml...
    2014-02-07 16:49:06  Importing Tools.xml...
    2014-02-07 16:49:06  Importing UpdateRollups.xml...
    2014-02-07 16:49:20  Importing Updates.xml...
    2014-02-07 16:49:28  Importing Windows.xml...
    2014-02-07 16:49:49  Importing Windows2000family.xml...
    2014-02-07 16:49:53  Importing WindowsServer2003DatacenterEdition.xml...
    2014-02-07 16:49:57  Importing WindowsServer2003Family.xml...
    2014-02-07 16:50:04  Importing WindowsXPfamily.xml...
    2014-02-07 16:50:04  Importing LocalPublisher.xml...
    2014-02-07 16:50:04  Importing LocallyPublishedPackages.xml...
    2014-02-07 16:50:13  Importing Applications.xml...
    2014-02-07 16:50:17  Importing Exchange.xml...
    2014-02-07 16:50:22  Importing Office.xml...
    2014-02-07 16:50:27  Importing SQL.xml...
    2014-02-07 16:50:33  Importing Exchange2000Server.xml...
    2014-02-07 16:53:04  ImportDefaultDetectoids failed. Exception: System.Data.SqlClient.SqlException (0x80131904): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    Warning: The join order has been enforced because a local join hint is used. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out
       at Microsoft.UpdateServices.DatabaseAccess.DBConnection.DrainObsoleteConnections(SqlException e)
       at Microsoft.UpdateServices.DatabaseAccess.DBConnection.ExecuteCommandNoResult()
       at Microsoft.UpdateServices.Internal.DatabaseAccess.CommonDataAccess.ExecuteSPImportUpdate(Int32 upstreamServerLocalId, String xmlUpdateBlob, Byte[] xmlUpdateBlobCompressed, Int32& localRevisionId)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.CommonDataAccess.ImportUpdate(Int32 ussRevLocalId, String xmlUpdateBlob, Byte[] xmlUpdateBlobCompressed, String xmlSdpBlob, Int32& localRevisionId)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.CommonDataAccess.ImportUpdate(Int32 ussRevLocalId, String xmlUpdateBlob, Byte[] xmlUpdateBlobCompressed)
       at Microsoft.UpdateServices.Setup.StartServer.StartServer.ImportDefaultDetectoids()
    ClientConnectionId:0026c9c0-ff10-4daa-9b8b-ff3c9d1ae055
    2014-02-07 16:53:04  StartServer encountered errors. Exception=Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    Warning: The join order has been enforced because a local join hint is used.
    2014-02-07 16:53:04  Microsoft.UpdateServices.Administration.CommandException: Failed to start and configure the WSUS service
       at Microsoft.UpdateServices.Administration.PostInstall.Run()
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    Fatal Error: Failed to start and configure the WSUS service

    Hi,
    Would you please try below method to check out whether it can fix the issue:
    Open the IIS console and delete the WSUS Admin site and then run the post-install again.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/f7816b4e-c6d9-4844-ae7b-c4e4a89bcdf4/wsus-fails-to-complete-postinstallation-tasks?forum=winserverwsus
    Regards,
    Yan Li
    Regards, Yan Li

Maybe you are looking for

  • What is aging report or aging query

    hi   i am suresh,         what is aging report or aging query.         can any one tell.

  • Is it possible to configure IDOC with Business service

    hi Is it possible to configure IDOC with Business Service                       Thanking you....                                                                      aravind........... <Interview question locked, please read the [Rules of Engagement|

  • Printing options at user end.

    Hi, Is there any option which will set the following as ticked by default whenever any printing option is selected. Delete after output Print immediately Thanks

  • HT5957 How to reject incoming call.?

    In os6XXX it was enough to slide up and reject button was appear. In os7 is only green button for receiving incomming call but there is no possibility to slide in order to get the button for reject incomming call. Why???

  • From light table to album - am I missing something?

    I've just started using light table to organise a large number of shots from a recent trip away. I have found it really useful to group photos from particular locations that we visited more than one time over the course of a few days (i.e. ordering t