Error Creating Web Application in Sharepoint Foundation 2010.

Hi,
I am getting below error while creating new Web Application in SharePoint.
Could not connect to Sharepoint using integrated security: SQL server at has an unsupported version 10.0.2531.0.
I am using SharePoint Foundation 2010. SQL Server Version is
"Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (X64)   Mar 29 2009 10:11:52   Copyright (c) 1988-2008 Microsoft Corporation  Developer Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (VM)"
My SQLServer version is Microsoft SQL Server 2008 (SP1) Developer edition. How could i resolve this issue.
Thanks & Regards
Poomani Sankaran

Hi Poomani,
Upgrade to
SQL Server 2008 R2 Developer Edition and it will work with SharePoint Foundation 2010. Ensure that you only use this developer edition on your development server.
SQL Server 2008 R2 Developer Edition has same code base and same features which are available in SQL Server
2008 R2 Enterprise Edition. Only difference between them is licensing terms. Developer Edition can not be used in production environment and it can be used on development server only.
Please remember to click 'Mark as Answer' if the reply answers your query or 'Upvote' if it helps you.

Similar Messages

  • Error occured when I create Web Application by SharePoint 2013

    SharePoint 2013 can not create Web Application.
    The ULS log contains tons of the below error.
    Does anyone know how to fix those Process errors?
    Process: w3wp.exe (0x0EE4)
    Product: Web Content Management
    Category: Publishing Cache
    Level: Unexpected
    Message: SPReaderWriterLock named [Process Context Lock] held for 1438 milliseconds.
    Call stack:   
     in Microsoft.SharePoint.Utilities.SPReaderWriterLock.SPReaderWriterLockScope.Dispose()   
     in Microsoft.SharePoint.SPProcessContext.Get[T]()
     in Microsoft.SharePoint.Administration.SPConfigurationDatabase.get_Farm()
     in Microsoft.SharePoint.Administration.SPFarm.FindLocal(SPFarm& farm, Boolean& isJoined)
     in Microsoft.SharePoint.Administration.SPServiceApplication.get_Current()
     in Microsoft.SharePoint.SPServiceHostOperations.Configure(ServiceHostBase serviceHost, SPServiceAuthenticationMode authenticationMode)
     in Microsoft.SharePoint.Taxonomy.MetadataWebServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
     in System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity)
     in System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest()
     in System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()
     in System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequest(Object state)
     in System.Runtime.IOThreadScheduler.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
     in System.Runtime.Fx.IOCompletionThunk.UnhandledExceptionFrame(UInt32 error, UInt32 bytesRead, NativeOverlapped* nativeOverlapped)
     in System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)       

    Hi RuiHigashiyama,
    Do you find a solution for this issue?
    If yes, please share the solution, it will be beneficial to others in this forum who meet the same issue in the future.
    Best Regrads,
    Wendy
    Wendy Li
    TechNet Community Support

  • Failed to create configuration database on Sharepoint Foundation 2010 install under Windows 7

    Configuration Failed
    Failed to create the configuration database.
    An exception of type System.IO.FileNotFoundException was thrown. Additional exception information:could not load file or assembly 'Microsoft.IdentityModel, version = 3.5.0.0,culture=neutral, PublicKey Token=31bf3856ad364e35' or one of its dependencies. The
    system cannot find the files specified.
    I already installed microsoft sharepoint foundation 2010 but I got the error as per above.How to solve this problem?

    Hi,
    Also check out Bill Baer's post:
    Common Microsoft SharePoint Server 2010 Installation Issues and Resolutions
    http://blogs.technet.com/b/wbaer/archive/2009/12/11/common-microsoft-sharepoint-server-2010-installation-issues-and-resolutions.aspx
    Thanks.
    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.

  • Upgrading Classic based 2010 web application to claim based 2010 web application in Sharepoint server 2010 RTM

    hi all,
    i have a web application with classic based authentication in SharePoint server 2010, need to configure FBA for the same app in SharePoint server 2010 RTM.
    While trying to change the Authentication Provider, m getting the Form option deactivated.
    please let me how to upgrade the Classic mode authentication web app to the Claim Based authentication web app.
    Thanks and Regards,
    Arun Kumar

    Hi Arun Kumar,
    Below the grayed out “Form” authentication type, is there a message with a link about how to enable Forms Based Authentication in claims mode?
    You should perform the following PowerShell script to convert the existing web application to claim based authentication.
    $w = Get-SPWebApplication "http://<server>/"
    $w.UseClaimsAuthentication = 1
    $w.Update()
    $w.ProvisionGlobally()
    For more details, please refer to:
    http://technet.microsoft.com/en-us/library/ee806890.aspx
    http://www.chakkaradeep.com/post/FBA-in-SharePoint-2010-requires-claims-mode.aspx
    Thanks & Regards.
    Lily Wu

  • JDeveloper 10.1.3.1.0, Browser: Error instantiating web-application

    I'm trying to run a web-application that was made in JDeveloper 10.1.3.0 in the new 10.1.3.1.0.
    Compiling doesn't show any errors, but when I run de application my browser shows the message: Error instantiating web-application
    The Embedded OC4J Server – Log shows the following:
    [EJB 3.0]: Assigning default-data-source=jdbc/hotel-hotel_ownerDS, specified in projects EJB 3.0 properties
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Program Files\jdevstudio10131\jdev\system\oracle.j2ee.10.1.3.39.14\embedded-oc4j\config>
    "C:\Program Files\jdevstudio10131\jdk\bin\javaw.exe" -client "-Doracle.home=C:\Program Files\jdevstudio10131" -classpath "C:\Program Files\jdevstudio10131\j2ee\home\oc4j.jar;C:\Program Files\jdevstudio10131\jdev\lib\jdev-oc4j-embedded.jar" -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config "C:\Program Files\jdevstudio10131\jdev\system\oracle.j2ee.10.1.3.39.14\embedded-oc4j\config\server.xml"
    [waiting for the server to complete its initialization...]
    2006-09-12 14:59:20.640 NOTIFICATION JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    2006-09-12 14:59:20.656 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    [TopLink Warning]: 2006.09.12 02:59:24.234--ServerSession(18104358)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
    [TopLink Config]: 2006.09.12 02:59:24.328--ServerSession(18104358)--The alias name for the entity class [class nl.iteye.ejb3jsftestapp.model.entities.Country] is being defaulted to: Country.
    [TopLink Config]: 2006.09.12 02:59:24.343--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Country.getDescription()] is being defaulted to: DESCRIPTION.
    [TopLink Config]: 2006.09.12 02:59:24.359--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Country.getCountry_code()] is being defaulted to: COUNTRY_CODE.
    [TopLink Config]: 2006.09.12 02:59:24.359--ServerSession(18104358)--The alias name for the entity class [class nl.iteye.ejb3jsftestapp.model.entities.Customer] is being defaulted to: Customer.
    [TopLink Config]: 2006.09.12 02:59:24.359--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Customer.getAddress()] is being defaulted to: ADDRESS.
    [TopLink Config]: 2006.09.12 02:59:24.359--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Customer.getName()] is being defaulted to: NAME.
    [TopLink Config]: 2006.09.12 02:59:24.375--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Customer.getId()] is being defaulted to: ID.
    [TopLink Config]: 2006.09.12 02:59:24.375--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Customer.getCity()] is being defaulted to: CITY.
    [TopLink Config]: 2006.09.12 02:59:24.375--ServerSession(18104358)--The column name for element [public java.util.Date nl.iteye.ejb3jsftestapp.model.entities.Customer.getBirthdate()] is being defaulted to: BIRTHDATE.
    2006-09-12 14:59:24.390 ERROR J2EE EJB-03027 [current-workspace-app] An error occured deploying EJB module: com.evermind.server.ejb.exception.DeploymentException: [current-workspace-app:ejb3-jsf-test-app_model_0] - Exception creating EntityManagerFactory using PersistenceProvider class oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider for persistence unit default.
    06/09/12 14:59:24 WARNING: Application.setConfig Application: current-workspace-app is in failed state as initialization failedjava.lang.InstantiationException: Error initializing ejb-modules: [current-workspace-app:ejb3-jsf-test-app_model_0] - Exception creating EntityManagerFactory using PersistenceProvider class oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider for persistence unit default.
    2006-09-12 14:59:24.453 WARNING J2EE OJR-00013 Uitzondering bij initialiseren van geïmplementeerde applicatie: current-workspace-app. Error initializing ejb-modules: [current-workspace-app:ejb3-jsf-test-app_model_0] - Exception creating EntityManagerFactory using PersistenceProvider class oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider for persistence unit default.
    2006-09-12 14:59:26.062 ERROR J2EE HTTP-00004 Er is een interne fout opgetreden tijdens het instantiëren van webapplicatie webapp, gedefinieerd in website OC4J 10g (10.1.3) Default Web Site. Application: datatags does not exist. Error creating Web application: webapp
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 14813 ms.
    Target URL -- http://192.168.1.12:8988/ejb3-jsf-test-app-view-context-root/faces/index.jspx
    06/09/12 14:59:26 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    I think it's a small problem, but I don't know where to look and how to fix this.
    Can anyone help me with this problem?

    I\ve changed JDeveloper "C:\Program Files\jdevstudio10131\" from to "C:\jdevstudio10131\", now the browser won't even start.
    I get the following message in the log:
    [EJB 3.0]: Assigning default-data-source=jdbc/hotel-hotel_ownerDS, specified in projects EJB 3.0 properties
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\jdevstudio10131\jdev\system\oracle.j2ee.10.1.3.39.14\embedded-oc4j\config>
    C:\jdevstudio10131\jdk\bin\javaw.exe -client -classpath C:\jdevstudio10131\j2ee\home\oc4j.jar;C:\jdevstudio10131\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\jdevstudio10131\jdev\system\oracle.j2ee.10.1.3.39.14\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    06/09/14 18:51:12 [SEVERE]: Error instantiating application at file:/C:/Program Files/jdevstudio10131/jdev/system/oracle.j2ee.10.1.3.39.14/embedded-oc4j/applications/ITS.ear: Unable to get ApplicationConfig for ITS : Error creating deployment directory: IO Error: The system cannot find the path specified
    06/09/14 18:51:14 Error initializing server: Voor de gemeenschappelijke bibliotheek "global.libraries" in /C:/jdevstudio10131/jdev/system/oracle.j2ee.10.1.3.39.14/embedded-oc4j/config/server.xml moet ten minste één geldig element voor de code-source of voor de gemeenschappelijke bibliotheek met importgegevens worden opgegeven.
    06/09/14 18:51:14 Fatal error: server exiting
    Process exited with exit code 1.
    My teacher says that JDeveloper 10.1.3.1.0 must be put in the "Program Files" else it won't work, but I doubt it.
    Any Idea what I have to change because of this new error?

  • SharePoint Foundation 2010, hotfix install fail "An error occurred while running detection"

    Hi all,
    I am having a lot of trouble installing hotfix 2849990 on my server. After running it shows the error "An error occurred while running detection". I tried another hotfix as well but got the same result. I read on the web to do a "repair"
    but I cannot seem to access that. I attempting to run the install to get there, I click "Install SharePoint Foundation" a new window begins and I can see a new window open that reads "Please wait while setup prepares the necessarily files"
    Very shortly after this opens, it then closes and nothing else happens. 
    Anybody have any suggestions?
    Thanks!

    Thanks for the quick reply. Here is the Folder I am looking in:
    "C:\Users\[My User]\AppData\Local\Temp\2" Let me know if this is incorrect.
    Here is some of my opatchinstall log:
    OPatchInstall: Logging all properties
    OPatchInstall: Property 'PACKAGE.KBARTICLE' value '2880975'
    OPatchInstall: Property 'PACKAGE.MIN.MSI.VER' value '3.1.0.0'
    OPatchInstall: Property 'PACKAGE.NAME' value 'Hotfix for Microsoft SharePoint Foundation 2010 (KB2880975) 64-Bit Edition'
    OPatchInstall: Property 'PACKAGE.PATH.TEMP' value 'C:\Users\SVCSAN~2\AppData\Local\Temp\2\OWPBBC.tmp'
    OPatchInstall: Property 'PACKAGE.PLATFORM' value '64-Bit Edition'
    OPatchInstall: Property 'PACKAGE.PRODUCTNAME' value 'Microsoft SharePoint Foundation 2010'
    OPatchInstall: Property 'PACKAGE.PROMPT.ALREADYINSTALLED' value 'The update is already installed on this system.'
    OPatchInstall: Property 'PACKAGE.PROMPT.CONFIG.AFTERUPDATE' value 'You must install the same SharePoint 2010 Products and patches on every server in your server farm. If you have multiple servers in your farm, please immediately install the same patches on all the other farm servers once this installation has completed.'
    OPatchInstall: Property 'PACKAGE.PROMPT.DETECTIONERROR' value 'An error occurred while running detection.'
    OPatchInstall: Property 'PACKAGE.PROMPT.DETFAILED' value 'The detection failed, this can be due to a corrupted installation database.'
    OPatchInstall: Property 'PACKAGE.PROMPT.ERROR.WITHKB' value 'The installation of this package failed. Please see for more information.'
    OPatchInstall: Property 'PACKAGE.PROMPT.EULA' value 'You must accept the Microsoft Software License Terms in order to continue the installation.'
    OPatchInstall: Property 'PACKAGE.PROMPT.EXTRACTFAILURE' value 'The extraction of files from this package failed.'
    OPatchInstall: Property 'PACKAGE.PROMPT.EXTRACTFOLDER' value 'Select a folder to store the extracted files'
    OPatchInstall: Property 'PACKAGE.PROMPT.INITIAL' value 'Do you wish to proceed with the installation?'
    OPatchInstall: Property 'PACKAGE.PROMPT.INSTALLCANCELED' value 'The installation of this package was canceled.'
    OPatchInstall: Property 'PACKAGE.PROMPT.INSTALLFAILURE' value 'The installation of this package failed.'
    OPatchInstall: Property 'PACKAGE.PROMPT.INSTALLSUCCESS' value 'The installation is complete.'
    OPatchInstall: Property 'PACKAGE.PROMPT.NOPRODUCTSPRESENT' value 'There are no products affected by this package installed on this system.'
    OPatchInstall: Property 'PACKAGE.PROMPT.NOTADMINUSER' value 'You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation.'
    OPatchInstall: Property 'PACKAGE.PROMPT.NOTMINMSIVERSION' value 'This program requires Windows Installer 3.1.0.0 (or greater).'
    OPatchInstall: Property 'PACKAGE.PROMPT.NOTNEEDED' value 'This package is not needed for the current release of the installed product.'
    OPatchInstall: Property 'PACKAGE.PROMPT.PATCHEDBYADMIN' value 'The update cannot be installed due to a previous update was installed through a modified installation source.'
    OPatchInstall: Property 'PACKAGE.PROMPT.PRODUCTVERSIONFAILURE' value 'The expected version of the product was not found on the system.'
    OPatchInstall: Property 'PACKAGE.PROMPT.REBOOTNEEDED' value 'Do you want to reboot now to complete the installation of this package?'
    OPatchInstall: Property 'PACKAGE.PROMPT.RM.CONFIRM' value '&OK'
    OPatchInstall: Property 'PACKAGE.PROMPT.RM.DETECTION' value 'Please wait while we determine the list of files that need to be updated.'
    OPatchInstall: Property 'PACKAGE.PROMPT.RM.DISABLE' value 'Do &not close applications. (A Reboot will be required.)'
    OPatchInstall: Property 'PACKAGE.PROMPT.RM.ENABLE' value 'Automatically &close applications and attempt to restart them after setup is complete.'
    OPatchInstall: Property 'PACKAGE.PROMPT.RM.OPERATION' value 'The following applications should be closed before continuing the install:'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.DETAILSPREBODY' value 'Hotfix for Microsoft SharePoint Foundation 2010 (KB2880975) 64-Bit Edition failed to install.'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.GENERALAPPNAME' value 'Hotfix for Microsoft SharePoint Foundation 2010 (KB2880975) 64-Bit Edition'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.GENERALREPORTEE' value 'Microsoft'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.INTROREG' value 'We apologize for the update installation failure'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.MAINCAPTION' value 'Report Hotfix for Microsoft SharePoint Foundation 2010 (KB2880975) 64-Bit Edition Installation Failure'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.MAININTROBOLD' value 'An error report containing information about the updates that failed installation has been generated.'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.MAINNOREPORTBTN' value 'Cancel'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.MAINPLEAREG' value 'Using the information in the report we can investigate and potentially fix the problem you experienced. We will treat this report as confidential and anonymous.'
    OPatchInstall: Property 'PACKAGE.PROMPT.WATSON.MAINREPORTBTN' value 'Send Report'
    OPatchInstall: Property 'PACKAGE.RM.ENABLED' value '0'
    OPatchInstall: Property 'PACKAGE.RM.MINOS.VERSION' value '600'
    OPatchInstall: Property 'PACKAGE.STRING.CANCEL' value '&Cancel'
    OPatchInstall: Property 'PACKAGE.STRING.CANCELCONFIRMATION' value 'Are you sure you want to cancel setup?'
    OPatchInstall: Property 'PACKAGE.STRING.CONTINUE' value '&Continue'
    OPatchInstall: Property 'PACKAGE.STRING.DETECTING' value 'Please wait while update detection is being run.'
    OPatchInstall: Property 'PACKAGE.STRING.EULACHECKBOX' value 'Click here to &accept the Microsoft Software License Terms.'
    OPatchInstall: Property 'PACKAGE.STRING.EXTRACTING' value 'Extracting files, please wait...'
    OPatchInstall: Property 'PACKAGE.STRING.HELP' value 'Usage:
    /extract:path, extracts the content of the package to the path folder
    /log[:path to log file], enables verbose logging for the update installation
    /lang:lcid, sets the user interface to the specified locale when multiple locales are available within the package
    /quiet, runs the package in silent mode
    /passive, runs the update without any interaction from the user
    /norestart, prevents prompting of user when reboot of machine is needed
    /forcerestart, forced restart of machine once update is complete
    /?, shows this help message'
    OPatchInstall: Property 'PACKAGE.STRING.INSTALLING' value 'Please wait while the update is installed.'
    OPatchInstall: Property 'PACKAGE.SUCCESS.WITHERRORS' value 'The installation is complete. However, some updates were not applied (please see the log for additional details).'
    OPatchInstall: Property 'PATCH.FILEID.EULA' value 'volumelicense_eula_postrtm_en-us.txt'
    OPatchInstall: Property 'PATCH.LANG' value '1033'
    OPatchInstall: Property 'SYS.ARGS.EXTRACT' value '0'
    OPatchInstall: Property 'SYS.ARGS.EXTRACTPATH' value 'NONE'
    OPatchInstall: Property 'SYS.ARGS.EXTRACTPATHREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.EXTRACTREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.FORCERESTART' value '0'
    OPatchInstall: Property 'SYS.ARGS.FORCERESTARTREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.HELP' value '0'
    OPatchInstall: Property 'SYS.ARGS.HELPREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.LANG' value '0'
    OPatchInstall: Property 'SYS.ARGS.LANGREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.LANGVALUE' value 'NONE'
    OPatchInstall: Property 'SYS.ARGS.LANGVALUEREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.LOG' value '1'
    OPatchInstall: Property 'SYS.ARGS.LOGPATH' value 'NONE'
    OPatchInstall: Property 'SYS.ARGS.LOGPATHREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.LOGREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.NORESTART' value '0'
    OPatchInstall: Property 'SYS.ARGS.NORESTARTREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.PASSIVE' value '0'
    OPatchInstall: Property 'SYS.ARGS.PASSIVEREADONLY' value '0'
    OPatchInstall: Property 'SYS.ARGS.QUIET' value '0'
    OPatchInstall: Property 'SYS.ARGS.QUIETREADONLY' value '0'
    OPatchInstall: Property 'SYS.ERROR.ARG1' value 'NONE'
    OPatchInstall: Property 'SYS.ERROR.ARG2' value 'NONE'
    OPatchInstall: Property 'SYS.ERROR.ARG3' value 'NONE'
    OPatchInstall: Property 'SYS.ERROR.ARG4' value 'NONE'
    OPatchInstall: Property 'SYS.ERROR.ARG5' value 'NONE'
    OPatchInstall: Property 'SYS.ERROR.CODE' value '0'
    OPatchInstall: Property 'SYS.ERROR.INERROR' value '0'
    OPatchInstall: Property 'SYS.ERROR.TYPE' value 'NONE'
    OPatchInstall: Property 'SYS.LANG.LCID' value '1033'
    OPatchInstall: Property 'SYS.LANG.NAME' value 'en-us'
    OPatchInstall: Property 'SYS.LANG.RTL' value '0'
    OPatchInstall: Property 'SYS.MSI.VER' value '5.0.7601.17807'
    OPatchInstall: Property 'SYS.PATCH.NEEDREBOOT' value '0'
    OPatchInstall: Property 'SYS.PATCH.SUGGESTREBOOT' value '0'
    OPatchInstall: Property 'SYS.PROC.RESULT' value '0'
    OPatchInstall: Property 'SYS.WIN.ARCHITECTURE' value 'X64'
    OPatchInstall: Property 'SYS.WIN.PACKAGEPATH' value 'C:\Users\Svcsandspfarm\Desktop\ubersts2010-kb2880975-fullfile-x64-glb.exe'
    OPatchInstall: Property 'SYS.WIN.PLATFORM' value 'WINNT'
    OPatchInstall: Property 'SYS.WIN.SHELLVER' value '6.1.7601.18429'
    OPatchInstall: Property 'SYS.WIN.SPLEVEL' value '100'
    OPatchInstall: Property 'SYS.WIN.SYSTEMLCID' value '1033'
    OPatchInstall: Property 'SYS.WIN.USERADMIN' value '1'
    OPatchInstall: Property 'SYS.WIN.USERLCID' value '1033'
    OPatchInstall: Property 'SYS.WIN.VER' value '601'
    OPatchInstall: End of all properties
    OPatchInstall: Setting system property 'SYS.ARGS.LOGREADONLY' with value '1'
    OPatchInstall: Setting system property 'SYS.ARGS.LOGPATH' with value 'C:\Users\SVCSAN~2\AppData\Local\Temp\2\opatchinstall(6).log'
    OPatchInstall: Setting system property 'SYS.ARGS.LOGPATHREADONLY' with value '1'
    OPatchInstall: Done executing the IfFalse list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing the IfTrue list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing action
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.LOG' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'LOGPATH' to value '$(fullPath:SYS.ARGS.LOGPATH)'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: Executing action
    OPatchInstall: CActionIf::execute starts
    OPatchInstall: Begin evaluation of the condition
    OPatchInstall: The property 'SYS.ARGS.LOG' is equal to '1'
    OPatchInstall: Evaluation of the condition complete, the result is true
    OPatchInstall: Executing the IfTrue list
    OPatchInstall: Setting property 'LOGPATH' to value 'C:\Users\SVCSAN~2\AppData\Local\Temp\2\opatchinstall(6).log'
    OPatchInstall: Done executing the IfTrue list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing action
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionExtractFile
    OPatchInstall: CActionExtractFile::initFromElement starts
    OPatchInstall: Will extract the file with ID '$(PATCH.FILEID.EULA)' to the path '$(PACKAGE.PATH.TEMP)\eula.txt'
    OPatchInstall: CActionExtractFile::initFromElement ends
    OPatchInstall: Executing action
    OPatchInstall: CActionExtractFile::execute starts
    OPatchInstall: Will extract the file with ID 'volumelicense_eula_postrtm_en-us.txt' to the path 'C:\Users\SVCSAN~2\AppData\Local\Temp\2\OWPBBC.tmp\eula.txt'
    OPatchInstall: Getting the data from the file 'C:\Users\Svcsandspfarm\Desktop\ubersts2010-kb2880975-fullfile-x64-glb.exe'
    OPatchInstall: Successfully retrieved the data location and size
    OPatchInstall: CActionExtractFile::execute ends
    OPatchInstall: Done executing action
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: Executing action
    OPatchInstall: CActionIf::execute starts
    OPatchInstall: Begin evaluation of the condition
    OPatchInstall: Executing CConditionBooleanOperator::evaluate
    OPatchInstall: The property 'SYS.ERROR.INERROR' exists
    OPatchInstall: The property 'SYS.ERROR.INERROR' is not equal to '1'
    OPatchInstall: Evaluation of the condition complete, the result is false
    OPatchInstall: Executing the IfFalse list
    OPatchInstall: Done executing the IfFalse list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing action
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'PACKAGE.NOEULA.PROMPT' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'PACKAGE.NOEULA.PROMPT' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPromptEULA
    OPatchInstall: CActionPromptEULA::initFromElement starts
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: No Accept button specified
    OPatchInstall: Cancel button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionPromptEULA::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPromptEULA
    OPatchInstall: CActionPromptEULA::initFromElement starts
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: No Accept button specified
    OPatchInstall: Cancel button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionPromptEULA::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: Executing action
    OPatchInstall: CActionIf::execute starts
    OPatchInstall: Begin evaluation of the condition
    OPatchInstall: The property 'SYS.ARGS.PASSIVE' is equal to '0'
    OPatchInstall: Evaluation of the condition complete, the result is true
    OPatchInstall: Executing the IfTrue list
    OPatchInstall: CActionIf::execute starts
    OPatchInstall: Begin evaluation of the condition
    OPatchInstall: The property 'PACKAGE.NOEULA.PROMPT' doesn't exist
    OPatchInstall: Evaluation of the condition complete, the result is false
    OPatchInstall: Executing the IfFalse list
    OPatchInstall: CActionPromptEULA::execute starts
    OPatchInstall: Running in full UI, will show the EULA dialog
    OPatchInstall: Reading EULA from file 'C:\Users\SVCSAN~2\AppData\Local\Temp\2\OWPBBC.tmp\eula.txt'
    OPatchInstall: User Accepted the EULA, executing the Accept action list
    OPatchInstall: Finished executing the Accept action list
    OPatchInstall: CActionPromptEULA::execute ends
    OPatchInstall: Done executing the IfFalse list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing the IfTrue list
    OPatchInstall: CActionIf::execute ends
    OPatchInstall: Done executing action
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.EXTRACT' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListOr>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.EXTRACTPATH' to ''
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.EXTRACTPATH' to 'NONE'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPromptFolder
    OPatchInstall: CActionPromptFolder::initFromElement starts
    OPatchInstall: Will prompt the user with the title '$(PACKAGE.PROMPT.EXTRACTFOLDER)' and store the folder in 'PACKAGE.EXTRACT.FOLDER' if cancelled will set 'PACKAGE.FOLDER.CANCELED'
    OPatchInstall: CActionPromptFolder::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'PACKAGE.FOLDER.CANCELED' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'PACKAGE.FOLDER.CANCELED' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17023'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLCANCELED)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionCreateFolder
    OPatchInstall: CActionFile::initFromElement starts
    OPatchInstall: Will check for file '$(PACKAGE.EXTRACT.FOLDER)'
    OPatchInstall: CActionFile::initFromElements ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17024'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.EXTRACTFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-nb-no.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-nb-no.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-nb-no.xml' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-nb-no.xml'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-cy-gb.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-cy-gb.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-cy-gb.xml' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-cy-gb.xml'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-prs-af.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-prs-af.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-prs-af.xml' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-prs-af.xml'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-ro-ro.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-ro-ro.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-ro-ro.xml' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-ro-ro.xml'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-th-th.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-th-th.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-th-th.xml' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-th-th.xml'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt
    OPatchInstall: CActionPrompt::initFromElement starts
    OPatchInstall: Will prompt with title '$(PACKAGE.NAME)
    OPatchInstall: Will prompt with text '$(PACKAGE.PROMPT.INSTALLFAILURE)
    OPatchInstall: No action list for quiet UI specified
    OPatchInstall: OK button specified, parsing actions
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: Finished parsing actions
    OPatchInstall: CActionPrompt::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQuit
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CActionIf::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionQueueExtractFile
    OPatchInstall: CActionQueueExtractFile starts
    OPatchInstall: Will extract the file with ID 'wssmui-ca-es.msp' to the path '$(PACKAGE.EXTRACT.FOLDER)\wssmui-ca-es.msp'
    OPatchInstall: CAtionQueueExtractFile ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionBooleanOperator<CConditionListAnd>
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionPropertyDefined
    OPatchInstall: CConditionPropertyDefined::initFromElement starts
    OPatchInstall: Will check if the property 'SYS.ERROR.INERROR' exists
    OPatchInstall: CConditionPropertyDefined::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ERROR.INERROR' to '1'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionSetProperty
    OPatchInstall: CActionSetProperty::initFromElement starts
    OPatchInstall: Will set the property 'SYS.PROC.RESULT' to value '17303'
    OPatchInstall: CActionSetProperty::initFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionIf
    OPatchInstall: CActionIf::initFromElement starts
    OPatchInstall: CConditionStatement::CreateStatementFromElement starts
    OPatchInstall: Creating statement CConditionEqual
    OPatchInstall: CConditionStatementComparison::initFromElement starts
    OPatchInstall: Will compare the property 'SYS.ARGS.PASSIVE' to '0'
    OPatchInstall: CConditionStatementComparison::initFromElement ends
    OPatchInstall: CConditionStatement::CreateStatementFromElement ends
    OPatchInstall: CAction::CreateActionFromElement started
    OPatchInstall: Creating CActionPrompt

  • Microsoft sharepoint foundation 2010 encountered an error during setup. One or more required Office components failed to complete successfully

    Dear
    I need yourhelp, I am installing Sharepoint foundation 2010 prerequisites OK,
    then to finish the installation get the following message"microsoft
    sharepoint foundation 2010 Encountered an error during setup. One or more required components failed to Office complete successfully"
    Operating System: Windows Server 2012R2
    Prerequisites: OK
    SharepointFoundation 2010sp2
    Many thanksforyour help
    part of LOG:
    01/16/2015 00:37:11  1  INF          Searching for registry key Software\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS\CentralAdministrationURL
    01/16/2015 00:37:11  1  INF          Entering function RegistryHelper.RegistryHelper
    01/16/2015 00:37:11  1  INF            The RegistryHelper has the key name as Software\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS and the registry hive as LocalMachine
    01/16/2015 00:37:11  1  INF          Leaving function RegistryHelper.RegistryHelper
    01/16/2015 00:37:11  1  INF          Entering function RegistryHelper.GetStringValue
    01/16/2015 00:37:11  1  INF            Entering function RegistryHelper.GetValue
    01/16/2015 00:37:11  1  INF            Leaving function RegistryHelper.GetValue
    01/16/2015 00:37:11  1  INF          Leaving function RegistryHelper.GetStringValue
    01/16/2015 00:37:11  1  INF          The central admin registry name CentralAdministrationURL at HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS could not be found.  This means that either
    the server is not joined to a farm or a central admin site has not been created in the farm yet.
    01/16/2015 00:37:11  1  INF          Entering function StringResourceManager.GetResourceString
    01/16/2015 00:37:11  1  INF            Resource id to be retrieved is CantOpenCentralAdminSiteNotExists for language English (United States)
    01/16/2015 00:37:11  1  INF            Resource retrieved id CantOpenCentralAdminSiteNotExists is Cannot browse to the SharePoint Central Administration Web Application because a SharePoint Central Administration Web
    Application has not been created yet.  To create one, use the SharePoint Products Configuration Wizard.  Do you want to launch the configuration wizard now?
    01/16/2015 00:37:11  1  INF          Leaving function StringResourceManager.GetResourceString
    01/16/2015 00:37:11  1  INF          Entering function PsconfigMessageBox.ShowMessageBox
    01/16/2015 00:37:11  1  INF            Entering function StringResourceManager.GetResourceString
    01/16/2015 00:37:11  1  INF              Resource id to be retrieved is Branding for language English (United States)
    01/16/2015 00:37:11  1  INF              Resource retrieved id Branding is SharePoint Products Configuration Wizard
    01/16/2015 00:37:11  1  INF            Leaving function StringResourceManager.GetResourceString
    01/16/2015 00:37:23  1  INF          Leaving function UserInterface.ShowCentralAdmin
    01/16/2015 00:37:23  1  INF        Leaving function UserInterface.WarmUp
    01/16/2015 00:37:23  1  INF        Entering function TaskDriver.Stop
    01/16/2015 00:37:23  1  INF          Entering function TaskDriver.OnTaskDriverStop
    01/16/2015 00:37:23  1  INF            Sending a task driver stop event: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType.stop, 
    01/16/2015 00:37:23  1  INF            Entering function TaskDriverStateChange.Enter
    01/16/2015 00:37:23  1  INF              Acquiring the writer lock to change the state
    01/16/2015 00:37:23  1  INF              Current state of the task driver is neverrun.  You want to change it to stoppedrunning
    01/16/2015 00:37:23  1  INF              Changed state of the task driver to neverrun
    01/16/2015 00:37:23  1  INF              Released the writer lock to change the state
    01/16/2015 00:37:23  1  INF            Leaving function TaskDriverStateChange.Enter
    01/16/2015 00:37:23  1  INF            Entering function TaskDriver.FireOnTaskDriverEvent
    01/16/2015 00:37:23  1  INF              Entering function UserInterface.TaskDriverEventHandler
    01/16/2015 00:37:23  1  INF                Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType stop, message 
    01/16/2015 00:37:23  1  INF                There isn't a current visible user form or the current form is not handling events, so we will handle this task driver event
    01/16/2015 00:37:23  1  INF              Leaving function UserInterface.TaskDriverEventHandler
    01/16/2015 00:37:23  1  INF            Leaving function TaskDriver.FireOnTaskDriverEvent
    01/16/2015 00:37:23  1  INF          Leaving function TaskDriver.OnTaskDriverStop
    01/16/2015 00:37:23  1  INF        Leaving function TaskDriver.Stop
    01/16/2015 00:37:23  1  INF        UnLocking the task driver for exclusive use while warming the driver up
    01/16/2015 00:37:23  1  INF      Leaving function TaskDriver.WarmUp
    01/16/2015 00:37:23  1  INF      Entering function PsconfigApplicationContext.ClosePsconfigApplication
    01/16/2015 00:37:23  1  INF        The psconfig ui application is closing
    01/16/2015 00:37:23  1  INF        We have do not have a main form, thus the application has been told to close prior to showing the ui at all
    01/16/2015 00:37:23  1  INF      Leaving function PsconfigApplicationContext.ClosePsconfigApplication
    01/16/2015 00:37:23  1  INF      Return code indicates a success
    01/16/2015 00:37:23  1  INF    Leaving function PsconfigUserInterfaceMain.Main

    Hi Jose,
    When server 2012 will not allow pre-requisite to run, due to the ASP.NET 3.5 or 4.5, do this:
    Run, from admin command prompt:
    Dism /online /enable-feature /featurename:NetFx3 /All /Source:<drive>:\sources\sxs /LimitAccess
    you can read more here:
    http://www.sharepointpapa.com/blog/_layouts/15/start.aspx#/Lists/Posts/Post.aspx?ID=86
    Stacy www.sharepointpapa.com

  • Error in creating web application through power shell

    hi,
     i have taken the  ps script from the  below url :
    credits to Roger  :
    http://blogs.msdn.com/b/rcormier/archive/2012/09/01/how-to-create-sharepoint-web-applications-with-powershell.aspx
    http://gallery.technet.microsoft.com/Create-SharePoint-Web-742a8fb9
    But when i am running the script, i am getting many errors:
    Note: i am not using appln pool account password [as i dont know the password]
    want to know whether  this paramter is necessary.
    $ver = $host | select version
    if($Ver.version.major -gt 1) {$Host.Runspace.ThreadOptions = "ReuseThread"}
    if(!(Get-PSSnapin Microsoft.SharePoint.PowerShell -ea 0))
    Write-Progress -Activity "Loading Modules" -Status "Loading Microsoft.SharePoint.PowerShell"
    Add-PSSnapin Microsoft.SharePoint.PowerShell
    Write-Progress -Activity "Creating Web Application" -Status "Setting Variables"
    #Set Individual Web App Variables
    #This is the Web Application URL
    $WebApplicationURL = "http://mysrvr:2020/"
    #This is the Display Name for the SharePoint Web Application
    $WebApplicationName = "myweb1"
    #This is the Content Database for the Web Application
    $ContentDatabase = "myContentDB"
    #Set Common Variables
    #This is the Display Name for the Application Pool
    $ApplicationPoolDisplayName = "mapppool2020"
    #This is identity of the Application Pool which will be used (Domain\User)
    $ApplicationPoolIdentity = "mydomain\myidd"
    #This is the password of the Appliation Pool account which will be used
    #$ApplicationPoolPassword = "Pass@word1"
    #This is the Account which will be used for the Portal Super Reader Account
    $PortalSuperReader = "i:0#.w|in\hariharan.venugopalk"
    #This is the Account which will be used for the Portal Super User Account
    $PortalSuperUser = "i:0#.w|in\spinstall.dev"
    Write-Progress -Activity "Creating Web Application" -Status "Loading Functions"
    #Create Functions
    Function CreateClaimsWebApp($WebApplicationName, $WebApplicationURL, $ContentDatabase, $HTTPPort)
        #AppPoolUsed is set when calling the ValidateAppPool function. This will be true if the application pool is already running SharePoint web appplications
        #If the application pool is already being used in web applications, the syntax for New-SPWebApplication changes
        if($AppPoolUsed -eq $True)
            #Create the web application, assign it to the WebApp variable.  The WebApp variable will be used to set object cache user accounts
            Write-Progress -Activity "Creating Web Application" -Status "Using Application Pool With Existing Web Applications"
            Set-Variable -Name WebApp -Value (New-SPWebApplication -ApplicationPool $ApplicationPoolDisplayName -Name $WebApplicationName -url $WebApplicationURL -port $HTTPPort -DatabaseName $ContentDatabase -HostHeader $hostHeader
    -AuthenticationProvider (New-SPAuthenticationProvider)) -Scope Script
            #Call the SetObjectCache function, which sets the object cache.
            Write-Progress -Activity "Creating Web Application" -Status "Configuring Object Cache Accounts"
            SetObjectCache
        else
            #Create the web application, assign it to the WebApp variable.  The WebApp variable will be used to set object cache user accounts
            Write-Progress -Activity "Creating Web Application" -Status "Using Application Pool With No Existing Web Applications"
            Set-Variable -Name WebApp -Value (New-SPWebApplication -ApplicationPool $ApplicationPoolDisplayName -ApplicationPoolAccount $AppPoolManagedAccount.Username -Name $WebApplicationName -url $WebApplicationURL -port $HTTPPort
    -DatabaseName $ContentDatabase -HostHeader $hostHeader -AuthenticationProvider (New-SPAuthenticationProvider)) -Scope Script
            #Call the SetObjectCache function, which sets the object cache.
            Write-Progress -Activity "Creating Web Application" -Status "Configuring Object Cache Accounts"
            SetObjectCache
    Function ValidateURL($WebApplicationURL)
        #Find out if a web application with the target URL exists
        if(get-spwebapplication $WebApplicationURL -ErrorAction SilentlyContinue)
            #If a web application with the specifid URL already exists, wait 5 seconds and exit
            Write-Progress -Activity "Creating Web Application" -Status "Aborting Process Due To URL Conflict"
            Write-Host "Aborting: Web Application $WebApplicationURL Already Exists" -ForegroundColor Red
            sleep 5
            #Setting the CriticalError value to $True results in the script to not create anything
            Set-Variable -Name CriticalError -Value $True
        #If the WebApplicationURL passed is not already a SharePoint web application, find out if it starts with HTTP or HTTPS
        elseif($WebApplicationURL.StartsWith("http://"))
                #If the string starts with http://, and not https://, trim the protocol from the URL.  Set the host as the host header
                Set-Variable HostHeader -Value ($WebApplicationURL.Substring(7)) -Scope Script
                #If we're using HTTP, use port 80
                Set-Variable -Name HTTPPort -Value "80" -Scope Script
            elseif($WebApplicationURL.StartsWith("https://"))
                #If the string starts with https://, and not http://, trim the protocol from the URL.  Set the host as the host header
                Set-Variable HostHeader -Value ($WebApplicationURL.Substring(8)) -Scope Script
                #If we're using HTTPS, use port 443
                Set-Variable -Name HTTPPort -Value "443" -Scope Script
    Function ValidateAppPool($AppPoolName, $WebApplicationURL)
        #Change the ErrorActionPreference to SilentlyContinue while preserving the original value in a temporary variable
        #Failing to do this will result in error messages being displayed if Get-WebAppPoolState does not return an object.  The script would still continue
        $CurrentErrorActionPreference = $ErrorActionPreference
        $ErrorActionPreference = "SilentlyContinue"
        #Check to see if an application pool with the name passed by the AppPoolName variable already exists, assign this to a variable.
        #This variable will be used in order to determine if the application pool exists, but is not part of SharePoint
        $TestAppPool = Get-WebAppPoolState $AppPoolName
        #If we have a SharePoint application pool with the value passed by the AppPoolName variable, find out if there are any sites using that app pool
        #This changes the syntax used with New-SPWebApplication
        if(Get-SPServiceApplicationPool $AppPoolName)
            #Return all application pools used by all web applications
            $AppPools = Get-SPWebApplication | select ApplicationPool
            #Providing there is more than one application pool, find out what their names are
            if($AppPools)
                foreach($Pool in $AppPools)
                    #Get The application pool display name for each application pool returned
                    [Array]$Poolchild = $Poolchild += ($Pool.ApplicationPool.DisplayName)
                    #If any application pool matches the value passed by ApplicationPoolDisplayName, set AppPoolUsed to True
                    #This is referenced in the CreateClaimsWebApp function
                    if($Poolchild.Contains($ApplicationPoolDisplayName))
                        Set-Variable -Name AppPoolUsed -Value $True -Scope Script
                    #If the application pool display name does not match the value passed by ApplicationPoolDisplayName, set AppPoolUsed to False
                    #This is referenced in the CreateClaimsWebApp function
                    else
                        Set-Variable -Name AppPoolUsed -Value $False -Scope Script
            #Since this is a SharePoint Application Pool, set the AppPool value to the the SPServiceApplicationPool object returned
            Set-Variable -Name AppPool -Value (Get-SPServiceApplicationPool $AppPoolName) -scope Script
            #Set the AppPoolManagedAccount variable to the name of the managed acount used by the application pool returned
            #AppPoolManagedAccount is used in the CreateClaimsWebApp function if the application pool does not have existing web applications that are using it
            Set-Variable -Name AppPoolManagedAccount -Value (Get-SPManagedAccount | ? {$_.username -eq ($AppPool.ProcessAccountName)}) -scope Script
        #Check to see if the application pool is in IIS, but is not a SharePoint app pool
        elseif($TestAppPool)
            #If the application pool exists in IIS and is not a SharePoint application pool, abort the script by setting CriticalError to True
            Write-Host "Aborting: Application Pool $AppPoolName already exists on the server and is not a SharePoint Application Pool `n`rWeb Application `"$WebApplicationURL`" will not be created" -ForegroundColor
    Red
            Set-Variable -Name CriticalError -Value $True
        #If it's not a SharePoint app pool, and it doesn't exist in IIS, we have to create one
        elseif(!($TestAppPool))
            #Find out if a managed account exists by calling the ValidateManagedAccount function
            validateManagedAccount $ApplicationPoolIdentity
            #If the managed account exists, create an application pool using the existing managed account
            if($ManagedAccountExists -eq $True)
                #Set the AppPoolManagedAccount to the identity of the managed acocunt referenced by the ApplicationPoolIdentity variable
                Write-Host "Creating New App Pool using Existing Managed Account"
                Set-Variable -Name AppPoolManagedAccount -Value (Get-SPManagedAccount $ApplicationPoolIdentity | select username) -scope "Script"
                #Create a new SPServiceApplicationPool, assign that to the AppPool variable
                Set-Variable -Name AppPool -Value (New-SPServiceApplicationPool -Name $ApplicationPoolDisplayName -Account $ApplicationPoolIdentity) -scope "Script"
            #If there is no managed account matching the account referenced by the ApplicationPoolIdentity, create it
            else
                #Use the ApplicationPoolIdentity and ApplicationPoolPassword to create a credential object
                #This is necessary when creating a new managed account
                Write-Host "Creating New Managed Account And App Pool"
                $AppPoolCredentials = New-Object System.Management.Automation.PSCredential $ApplicationPoolIdentity, (ConvertTo-SecureString $ApplicationPoolPassword -AsPlainText -Force)
                #Create a new managed account, assign that to the AppPoolManagedAccount variable
                Set-Variable -Name AppPoolManagedAccount -Value (New-SPManagedAccount -Credential $AppPoolCredentials) -scope "Script"
                #Create a new application pool using the new managed account, assign this to the AppPool variable
                Set-Variable -Name AppPool -Value (New-SPServiceApplicationPool -Name $ApplicationPoolDisplayName -Account (get-spmanagedaccount $ApplicationPoolIdentity)) -scope "Script"
        #Return the ErrorActionPreference to the default value
        $ErrorActionPreference = $CurrentErrorActionPreference
    Function ValidateManagedAccount($ApplicationPoolIdentity)
        #Find out if the manage account referenced by the AppPoolIdentity already exists
        #If it does, set ManagedAccountExists to True
        if(Get-SPManagedAccount $ApplicationPoolIdentity -ErrorAction SilentlyContinue)
            Set-Variable -Name ManagedAccountExists -Value $True -Scope Script
        #If it does not, set ManagedAccountExists to False
        else
            Set-Variable -Name ManagedAccountExists -Value $False -Scope Script
    Function ClearScriptVariables
        #Set the ErrorActionPreference to SilentlyContinue
        #If this is not set, and the script variables referenced have not been set, an error message will be returned.  The script would still continue
        $CurrentErrorActionPreference = $ErrorActionPreference
        $ErrorActionPreference = "SilentlyContinue"
        #Remove the CriticalError variable
        Remove-Variable $CriticalError -ErrorAction SilentlyContinue
        $ErrorActionPreference = $CurrentErrorActionPreference
    Function SetObjectCache
        #Set object cache user account properties based on the value of the parameters supplied
        $WebApp.Properties["portalsuperuseraccount"] = $PortalSuperUser
        $WebApp.Properties["portalsuperreaderaccount"] = $PortalSuperReader
        #Create a New Policy for the Super User
        $SuperUserPolicy = $WebApp.Policies.Add($PortalSuperUser, "Portal Super User Account")
        #Assign Full Control To the Super User
        $SuperUserPolicy.PolicyRoleBindings.Add($WebApp.PolicyRoles.GetSpecialRole([Microsoft.SharePoint.Administration.SPPolicyRoleType]::FullControl))
        #Create a New Policy for the Super Reader
        $SuperReaderPolicy = $WebApp.Policies.Add($PortalSuperReader, "Portal Super Reader Account")
        #Assign Full Read to the Super Reader
        $SuperReaderPolicy.PolicyRoleBindings.Add($WebApp.PolicyRoles.GetSpecialRole([Microsoft.SharePoint.Administration.SPPolicyRoleType]::FullRead))
        #Commit these changes to the web application
        $WebApp.Update()
    #Script
    #Call the ClearScriptVariables function to empty out varialbes that should be blank when the script executes.
    ClearScriptVariables
    #Validate the URL passed by calling the ValidateURL function
    Write-Progress -Activity "Creating Web Application" -Status "Validating Web Application URL Variables"
    ValidateURL $WebApplicationURL
    #Validate the application pool variables by calling the ValidateAppPool function
    Write-Progress -Activity "Creating Web Application" -Status "Validating Application Pool Variables"
    ValidateAppPool $ApplicationPoolDisplayName $WebApplicationURL
    #As long as CriticalError has not been set, create the web application using the variables passed.
    if(!($CriticalError))
    Write-Progress -Activity "Creating Web Application" -Status "Creating Claims-Based Web Application"
    CreateClaimsWebApp $WebApplicationName $WebApplicationURL $ContentDatabase $HTTPPort
    error  is thrown below:
    deployment
    S D:\myworkspace\bif> iisreset
    ttempting stop...
    nternet services successfully stopped
    ttempting start...
    nternet services successfully restarted
    S D:\myworkspace\bif> .\CreateSP2013ClaimsWebApplication.ps1
    reating New Managed Account And App Pool
    ew-SPWebApplication : "mysrvr:2020/" contains invalid character ':'.
    t D:\myworkspace\bif\CreateSP2013ClaimsWebApplication.ps1:68 char:43
             Set-Variable -Name WebApp -Value (New-SPWebApplication
    ApplicationPool  ...
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~
       + CategoryInfo         
    : InvalidData: (Microsoft.Share...PWebApplication:
      SPCmdletNewSPWebApplication) [New-SPWebApplication], ArgumentException
       + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSPWeb
      Application
    annot index into a null array.
    t D:\myworkspace\bif\CreateSP2013ClaimsWebApplication.ps1:235 char:5
         $WebApp.Properties["portalsuperuseraccount"] = $PortalSuperUser
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       + CategoryInfo         
    : InvalidOperation: (:) [], RuntimeException
       + FullyQualifiedErrorId : NullArray
    cannot index into a null array.
    t D:\myworkspace\bif\CreateSP2013ClaimsWebApplication.ps1:236 char:5
         $WebApp.Properties["portalsuperreaderaccount"] = $PortalSuperReader
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       + CategoryInfo         
    : InvalidOperation: (:) [], RuntimeException
       + FullyQualifiedErrorId : NullArray
    ou cannot call a method on a null-valued expression.
    t D:\myworkspace\bif\CreateSP2013ClaimsWebApplication.ps1:239 char:5
         $SuperUserPolicy = $WebApp.Policies.Add($PortalSuperUser, "Portal Super
    ser ...
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~
       + CategoryInfo         
    : InvalidOperation: (:) [], RuntimeException
       + FullyQualifiedErrorId : InvokeMethodOnNull
    ou cannot call a method on a null-valued expression.
    t D:\myworkspace\bif\CreateSP2013ClaimsWebApplication.ps1:242 char:5
    SuperUserPolicy.PolicyRoleBindings.Add($WebApp.PolicyRoles.GetSpecialRole([
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~
       + CategoryInfo         
    : InvalidOperation: (:) [], RuntimeException
       + FullyQualifiedErrorId : InvokeMethodOnNull
    ou cannot call a method on a null-valued expression.
    t D:\myworkspace\bif\CreateSP2013ClaimsWebApplication.ps1:245 char:5
         $SuperReaderPolicy = $WebApp.Policies.Add($PortalSuperReader, "Portal
    uper  ...
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~
       + CategoryInfo         
    : InvalidOperation: (:) [], RuntimeException
       + FullyQualifiedErrorId : InvokeMethodOnNull
    ou cannot call a method on a null-valued expression.
    t D:\myworkspace\bif\CreateSP2013ClaimsWebApplication.ps1:248 char:5
    SuperReaderPolicy.PolicyRoleBindings.Add($WebApp.PolicyRoles.GetSpecialRole
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~
       + CategoryInfo         
    : InvalidOperation: (:) [], RuntimeException
       + FullyQualifiedErrorId : InvokeMethodOnNull
    ou cannot call a method on a null-valued expression.
    t D:\myworkspace\bif\CreateSP2013ClaimsWebApplication.ps1:251 char:5
         $WebApp.Update()
         ~~~~~~~~~~~~~~~~
       + CategoryInfo         
    : InvalidOperation: (:) [], RuntimeException
       + FullyQualifiedErrorId : InvokeMethodOnNull

    Hi Benjamin,
    If you're getting a Null Value error anywhere, that means a variable you're referencing isn't set to anything. If you're getting that try echoing out each variable after it's assigned to see if it's set to anything.
    The link you are referring is for SharePoint 2010 and verified on Windows Server 2008 R2 and 2008, but not Windows Server 2012.
    The approach in this case includes the following per the blog:
    Check to see if a web application with the current specified URL is already in use – exit if it is
    Check to see if an application pool with the name already exists. If so use it, otherwise create one
    Create a web application based on the parameters specified
    Assign the object cache properties to the new web application
    Create policies for the object cache users to the web application
    To simplified the code, we could use powershell below to check if web application and application pool have been already in use ahead. And skip the last two steps in the first time.
    Get-SPWebApplication | fl displayname, applicationpool
    Please refer to New-SPWebApplication
    which is used to create a new web application within the local farm:
    http://technet.microsoft.com/en-us/library/ff607931(v=office.15).aspx. Only two parameters i.e. ApplicationPool and Name are required, we could try a simple command at first:
    Please run Get-SPManagedAccount to check the managed account, then execute the command below:
    $ap = New-SPAuthenticationProvider
    New-SPWebApplication -Name "Contoso Internet Site" -Port 2014 -ApplicationPool "ContosoAppPool" -ApplicationPoolAccount (Get-SPManagedAccount "Domain\Administrator")
     -AuthenticationProvider $ap -SecureSocketsLayer
    Regards,
    Rebecca Tu
    TechNet Community Support

  • SharePoint Foundation 2010: search error: "Your search cannot be completed because of a service error."

    Hi,
    I have SharePoint Foundation 2010 running on a single server with databases, with a second server in the farm serving as a 2nd app tier. Both server have the exact same versions of SharePoint loaded (according to the Central Admin site).
    Whenever I try to run a search from any site in my SharePoint Foundation 2010 installation (in this example I typed "this is my query"), it hangs for 20-30 seconds while the IE status bar says:
    Waiting for http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2Ftfs2010db%2Ftfs%2FSITE1
    Then it finally returns a results screen with an error that says: "Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information."
    Checking the SharePoint logs under C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS, the relevant entries say the following (items I deem important
    bolded):
     11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (HEAD:http://172.22.100.101:80/)) 11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Logging
    Correlation Data xmnv Medium Name=Request (HEAD:http://172.22.100.101:80/) a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:25.88 w3wp.exe (0x35F0) 0x1908 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (HEAD:http://172.22.100.101:80/)). Execution Time=3.33645756653429 a7ab70a3-61bd-4d62-b5a4-cf77a45dafb9
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=4.3055751499143 fea6cc87-0404-497a-838e-5e154f422aa4
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1))
    11/05/2011 18:22:50.73 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.75 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/tfs/SITE1 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.77 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Query dn6r High FetchDataFromURL start at(outside if): 1 param: start 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.79 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search QueryComponentSelection aee7 Medium
    Did You Mean Suggester not found. [smart2.hxx:382] d:\office\source\otools\inc\search\common\ytrip\tripoli\smart2.hxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:22:50.91 mssearch.exe (0x58A4) 0x2534 SharePoint Foundation Search Query Processor e0pg Medium 1dd958fb-b605-4b3b-a676-28a3cafb2eb6:
    Query completed 125 ms, detailed time: Query stage execution ms times: 0 125 0 0 125 0 0 0 Query stage cpu ms times: 0 31 0 0 31 0 0 0 Query stage hit counts: 1 1 1 7 1 0 1 1 Cursor count: 260 Mapped page count: 164 Total index count: 7 [srequest.cxx:5526]
    d:\office\source\search\native\ytrip\tripoli\cifrmwrk\srequest.cxx 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Exceptions 1hjo
    Medium Exception thrown: 0x80040e31 (d:\office\source\otools\inc\search\common\ytrip\tripoli\timeout.hxx:51 ip 0x000007FEECF099B7) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search
    Query Processor e2o1 High In CRootQuerySpec::Execute - caught exception: 0x80040e31, translated to: 0x80040e31 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Search Administration 0000
    High Log Query: More Information: Execution stopped because a resource limit was reached. No results were returned.
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1
    High Error while executing web part: Microsoft.SharePoint.Search.WebControls.Srhdc GenericException: Your search cannot be completed because of a service error. Try your search again or contact your administrator for more information.
    ---> System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() --- End of inner exception stack trace --- at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.get_ResultsReturned() at Microsoft.SharePoint.Search.Internal.WebControls.CoreRes...
    5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08* w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a1 High ...ultsWebPart.ModifyXsltArgumentList(ArgumentClassWrapper argList) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean
    bDeferExecuteTransform) 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Web Parts 89a2
    High InnerException 1: System.ServiceProcess.TimeoutException: System error. at Microsoft.SharePoint.Search.Query.KeywordQueryInternal.Execute() at Microsoft.SharePoint.Search.Query.QueryInternal.Execute(QueryProperties properties) at Microsoft.SharePoint.Search.Query.Query.Execute()
    at Microsoft.SharePoint.Search.WebControls.SearchResultHiddenObject.GetResultData() 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.08 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (DataBinding DataFormWebPart ()). Execution Time=15302.2074034549 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.09 w3wp.exe (0x35F0) 0x3148 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://SERVER2010:80/tfs/SITE1/_layouts/searchresults.aspx?k=this%20is%20my%20query&u=http%3A%2F%2FSERVER2010%2Ftfs%2FSITE1)).
    Execution Time=15358.1002613461 5e283c89-990f-4572-ae77-a1e6a5aad502
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png))
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png) f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af71 Medium HTTP Request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af75 Medium Overridden HTTP request method: GET f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.59 w3wp.exe (0x35F0) 0x5C6C SharePoint Foundation General af74 Medium HTTP request URL: /tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    11/05/2011 18:23:06.60 w3wp.exe (0x35F0) 0x58E0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://SERVER2010:80/tfs/SITE1/Shared%20Documents/SITE1_logo_sharepoint.png)). Execution Time=9.75459171486879 f0d03f8e-d78b-4004-9a5f-3ee9955afa60
    Not sure what "resource limit is reached" actually means. This SharePoint installation is running under regular SQL 2008 R2, and the
    WSS_Content database is fairly small (10gig). I've reviewed the Search Service, the process account running it, the
    WSS_SEARCH index database, and verified that the Content database is using the proper index database. Everything looks like it should be crawling/indexing/working fine. But the WSS_SEARCH
    database isn't very large, so I'm not sure if the crawling is actually filling it with anything.
    Not sure where to start seriously troubleshooting this. Any advice would be appreciated. Thanks.

    Hi,
    The query ran in tens of seconds. This indicates that at some point a bad plan compiled and stayed in the cache. 
    It may have gotten there because the statistics were out of date. 
    A possible way to keep this from happening is to rebuild statistics with full scan more frequently.
    Try free the proc cache and see the result.
    http://msdn.microsoft.com/en-us/library/ms174283(v=SQL.105).aspx
    Thanks,
    Rock Wang
    Regards, Rock Wang Microsoft Online Community Support

  • Sharepoint Foundation 2010 Workflows created in Sharepoint Designer

    Using Sharepoint Designer 2010 (64 bit) on Sharepoint Foundation 2010 (free version)
    I'm trying to get some basic workflows I've designed against a list in SPD working. They effectively just email a user the list item is assigned to based on some simple conditional checks.
    I've deployed the workflow and its set to activate on item creation and item update.
    Now I have checked the following already:
    - App pool for SP site is running under its own service account (not System)
    - I am the primary site collection administrator. 
    I'm getting this error in the log file: Unexpected
    AutoStart Workflow: System.ArgumentException: The requested workflow task content type was not found on the SPWeb. 
    On further research it was suggested I didn't have OffWFCommon as a feature but this isn't part of Sharepoint Foundation 2010 so I'm pretty confused. The directory doesn't exist to install this feature.
    Can Sharepoint Foundation 2010 actually use workflows created in SPD?
    Any solutions or anything I've missed?

    Hello,
    Approval WF template is not supported in foundation so use collect data from user WF in designer.
    http://blogs.technet.com/b/meacoex/archive/2010/11/01/get-manager-approval-in-sharepoint-designer-2010-step-by-step.aspx
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c42b91eb-0ac6-4144-a5b9-91c451058d13/approval-workflow-in-sharepoint-foundation-2010?forum=sharepointcustomizationprevious
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Sharepoint Foundation 2010 - Searching for a commentBox web part

    Hello!
    Im sort of new to Sharepoint and i have been working with it in two weeks now. Im currently an full controll user on the site my company is using and im also using Sharepoint Designer. The site is running on Sharepoint Foundation 2010
    I have been digging for sometime after a web part that enables users to leave a message on the home page. I want the same fuction as i get when i create a BlogSite (there you can create posts and comments).
    My first thought was to find a Web Part which will allow me to do this, but i was sort of wrong. I found some examples like this: social.msdn.microsoft.com/Forums/en-US/newthread?category=sharepoint&forum=sharepointgeneralprevious
    Im still trying to make that work but so far no luck.
    So i was wondering if there is a better way to create a function that will allow users to create posts/comments etc?
    Thanks for any help!
    /Patrik!

    Create a blob site template as below:
    http://office.microsoft.com/en-in/sharepoint-foundation-help/create-a-blog-HA010378201.aspx
    http://technet.microsoft.com/en-us/library/ff607540%28v=office.14%29.aspx
    http://office.microsoft.com/en-in/sharepoint-foundation-help/a-preview-of-the-sharepoint-foundation-2010-site-templates-HA101889597.aspx
    If this helped you resolve your issue, please mark it Answered

  • Error While create web application

    When I try to create new web application on my server it return error as the Virtual directory already in use. For example if I create the web application in 9090 port means it shown the error the virtual directory 9090 was already used by other application
    . but I am sure there are no site in the directory. I am try with 3 or 4 different port same problem. I have try to create web application with host header and without host header also same problem was occur.
    Any Suggestion? Thanks in advance
    Ravin Singh D

    Hi Ravin,
    According to your description, my understanding is that you got an error when you create a new web application.
    Please log on the server with administrator account.
    And please check the followings:
    Ensure you have a proper dns name / entry in the hosts file of your server for the new url you are wanting to create.
    Ensure you have typed in the ‘host header’ typed in when creating the new web application.
    If this doesnt work, open IIS Manager – Start>run> inetmgr> and verify the home directory – it could be located on a different drive.
    More information:
    http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/
    If this issue still exists, please check the log file to find more information about this issue. The path of the file is: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to find out Db name of perticular web application in sharepoint 2010

    how to find out Db name of perticular web application in sharepoint 2010 to take a backup from sql

    1.  Open the SharePoint 2010 Central Admin application.
    2.  On the SharePoint central administration website, click Application Management.
    3.  In the Databases section, click Manage Content Databases.
    4.  On the Manage Content Databases page, select a web application by clicking the Web Applications drop-down list and choosing a web application.
    5.  Can notice the  available database names for the webapplication. ******************************************************************************************
    Please remember to mark your question as answered &Vote helpful, if this solves/helps your problem
    s p kumar

  • Sharepoint Foundation 2010 and SSRS

    Hi I have one small problem with Sharepoint Foundation 2010 and SSRS Integrated mode.
    We have one installation with frontend and backend server, backend is installed on SSRS server and Kerberos authentication is enabled.
    There are no problem to view reports with webparts but when you make one automatic subscription to make Report PDF files in one file share, it makes 5 och 30 files.
    I can only find this in log files:
    w3wp!library!18!01/26/2015-19:20:33:: i INFO: Skipped creating a dump file for the error InternalCatalogException, because a dump with the identical stack trace (with signature 1778776910) was already created.
    w3wp!library!18!01/26/2015-19:20:33:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: Unhandled exception in timer Database version check, Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
    An internal error occurred on the report server. See the error log for more details. ---> System.InvalidCastException: Unable to cast object of type 'System.DBNull' to type 'System.String'.
       at Microsoft.ReportingServices.Library.ConnectionManager.GetDBVersion(Boolean rethrow)
       at Microsoft.ReportingServices.Library.ConnectionManager.EnsureCorrectDBVersion()
       at Microsoft.ReportingServices.Library.ConnectionManager.ConnectStorage(VersionVerificationOptions option)
       at Microsoft.ReportingServices.Library.DatabaseVersionCheckTimer.DoTimerAction()
       at Microsoft.ReportingServices.Diagnostics.TimerActionBase.TimerAction(Object unused)
       --- End of inner exception stack trace ---;
    Any ideas?

    Hi Dalibor,
    Based on your description, my understanding is that the error occurred when automatically making Report PDF files.
    Could you please provide the version of SQL server in your environment?
    If you are using SQL server 2012, I recommend to update the SQL server with SP1 and CU7 to see if the issue still occurs.
    And please also re-configure the Reporting Service Application and then check the results:
    https://technet.microsoft.com/en-us/library/bb326213(v=sql.105).aspx
    https://msdn.microsoft.com/en-us/library/gg492276(v=sql.110).aspx
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • SharePoint Foundation 2010 Search returns no results

    Hi,
    SharePoint foundation 2010 Search is not showing any results after configuring the step from the below link.
    http://wiki.sirkit.ca/2011/04/sharepoint-foundation-2010-search-returns-no-results/
    My Server Setup : 
    SharePoint Foundation 2010
    SQL Server 2008 r2
    We have created two web application and configured the search service as above mention link.
    And we have migrated a site from MOSS 2007 to SharePoint 2010 to one of  web application,we assigned search database to the newly migrated content database.
    Previously there was Form based Authentication was done on Moss 2007 site and on SP 2010 we are working on Windows authentication.
    Database showing crawl is working and showing success results as well in SQL table, Its only Not able to show the results on the page.
    Thanks in Advance
    Dinesh
    Regards, Dinesh Reddy.

    Don't look at the databases, it's a bad habit to get into and will lead to confusion.
    In search administration are you getting any sucsess messages in the crawl history and is the number of items in your index non-zero?
    If so that implies that the crawl process is working and it's the user security that's the issue.
    To confirm try searching for a file whilst logged in as the crawl account, that should return results.

Maybe you are looking for

  • Is there any way to simplyfy this sql using case when or any other condition

    Hi, Please ca you advise me to simplyfy the given sql           SELECT          CASE           WHEN  AxleNo=1  and AxleType = 'OFFSIDE OUTER'             THEN SIZE             END AS off_1st_size_txt_out, CASE           WHEN  AxleNo=1  and AxleType =

  • How to create database in 8i

    Hello, I need to create a database in Oracle8i to a application in ASP with COM+. Anybody to have a documentation for create. Please help me. Best Regards

  • Adding link to CUP ticket in Email reminder in 5.3 SP8.1

    We have CUP configured to sent an email reminder after a ticket is idle for 30 days to the people that are needed to approve the tickets. This email does not include a link to the ticket itself as it does in other emails from CUP. Is there a way to a

  • Problem sending email: S7122 or S7147 errors

    I thought I had successfully added my work email to the Sprint email platform.  Just once it worked, and I received a few emails. But the rest of the time I have not been able to send (error S7109 - can't connect), nor receive (error S7122 - can't co

  • I can't receive or send multimedia messages

    Every time I get a picture message or try to send one, I get an error message saying that multimedia message failed. When I go to my online account, it says that my multimedia messages is unblocked. So what am I missing? Yes I have rebooted my phone