Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Installation failed on aspnet_regsql.exe step

Vote:
 

Hi,

 

Installing EPiServer 5 R2 on Windows XP latest SP, I have .NET 3.0 + 3.5 installed, asking for it to install in to the default SQL Server 2005 Developer Edition I get:

System.InvalidOperationException: The installation failed, and the rollback has been performed. ---> System.ApplicationException: Process C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe exited with errorcode 1:
The argument '-S' is specified and it requires one of the following arguments to be specified as well: -A, -R, -ed, -dd, -et, -dt, -lt, -ssadd, -ssremove


at EPiServer.Install.Common.Installers.ExecuteProcessInstaller.Install(IDictionary stateSaver)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)
--- End of inner exception stack trace ---
at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)
at EPiServer.Install.InstallationManager.DoInstall()Error - System.Management.Automation.CmdletInvocationException: Process C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe exited with errorcode 1:
The argument '-S' is specified and it requires one of the following arguments to be specified as well: -A, -R, -ed, -dd, -et, -dt, -lt, -ssadd, -ssremove

---> System.ApplicationException: Process C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe exited with errorcode 1:
The argument '-S' is specified and it requires one of the following arguments to be specified as well: -A, -R, -ed, -dd, -et, -dt, -lt, -ssadd, -ssremove


at EPiServer.Install.InstallationManager.DoInstall()
at EPiServer.Install.InstallationManager.CommitBulkInstall()
at EPiServer.Install.Common.Cmdlets.CommitBulkInstallCmdlet.ProcessRecord()
at System.Management.Automation.Cmdlet.DoProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
--- End of inner exception stack trace ---
at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)
at System.Management.Automation.Parser.PipelineNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList)
at System.Management.Automation.Parser.StatementListNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList)Copied connectionStrings.config
Copied default.htm
Copied EPiServerLog.config
Copied FileSummary.config
Copied global.asax
Copied web.config.6
Copied web.config.7
Copied AdapterMappings.browser
Copied IE6.browser
Copied contentChannelText.xml
Copied languageDA.xml
Copied languageDE.xml
Copied languageEN.xml
Copied languageES.xml
Copied languageFI.xml
Copied languageFR.xml
Copied languageJA.xml
Copied languageNL.xml
Copied languageNO.xml
Copied languagePT.xml
Copied languageSV.xml
Copied languageZH.xml
Copied newtext.xml
Copied newtext_sent_to_translation.xml
Copied workflowFoundation.xml
Copied workflowFoundation_DA.xml
Copied workflowFoundation_DE.xml
Copied workflowFoundation_EN.xml
Copied workflowFoundation_ES.xml
Copied workflowFoundation_FI.xml
Copied workflowFoundation_FR.xml
Copied workflowFoundation_JA.xml
Copied workflowFoundation_NL.xml
Copied workflowFoundation_NO.xml
Copied workflowFoundation_PT.xml
Copied workflowFoundation_SV.xml
Copied workflowFoundation_ZH.xml
Copied ElektroPost.Licensing.dll
Copied EPiServer.BaseLibrary.dll
Copied EPiServer.Configuration.dll
Copied EPiServer.dll
Copied EPiServer.Enterprise.dll
Copied EPiServer.Events.dll
Copied EPiServer.ImageLibrary.dll
Copied EPiServer.Implementation.dll
Copied EPiServer.Legacy4.dll
Copied EPiServer.Log.Analyzers.dll
Copied EPiServer.Log.Core.dll
Copied EPiServer.Lucene.dll
Copied EPiServer.Providers.Oracle.dll
Copied EPiServer.Scheduler.dll
Copied EPiServer.Scheduler.WKTL.dll
Copied EPiServer.UI.dll
Copied EPiServer.Web.WebControls.dll
Copied EPiServer.WebDav.dll
Copied EPiServer.WorkflowFoundation.dll
Copied EPiServer.Wsrp.dll
Copied EPiServer.XForms.dll
Copied log4net.dll
Copied Microsoft.Web.Services3.dll
Moved web.config.6 to web.config
Removed web.config.7
Copied license_5.config
Moved license_5.config to License.config

Creating new web site: EPiCMS5R2
Adding [C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll] to script maps for application root
Adding/Updating assembly redirect for ElektroPost.Licensing
Adding/Updating assembly redirect for EPiServer.BaseLibrary
Adding/Updating assembly redirect for EPiServer.Configuration
Adding/Updating assembly redirect for EPiServer
Adding/Updating assembly redirect for EPiServer.Enterprise
Adding/Updating assembly redirect for EPiServer.Events
Adding/Updating assembly redirect for EPiServer.ImageLibrary
Adding/Updating assembly redirect for EPiServer.Implementation
Adding/Updating assembly redirect for EPiServer.Legacy4
Adding/Updating assembly redirect for EPiServer.Log.Analyzers
Adding/Updating assembly redirect for EPiServer.Log.Core
Adding/Updating assembly redirect for EPiServer.Lucene
Adding/Updating assembly redirect for EPiServer.Providers.Oracle
Adding/Updating assembly redirect for EPiServer.Scheduler
Adding/Updating assembly redirect for EPiServer.Scheduler.WKTL
Adding/Updating assembly redirect for EPiServer.UI
Adding/Updating assembly redirect for EPiServer.Web.WebControls
Adding/Updating assembly redirect for EPiServer.WebDav
Adding/Updating assembly redirect for EPiServer.WorkflowFoundation
Adding/Updating assembly redirect for EPiServer.Wsrp
Adding/Updating assembly redirect for EPiServer.XForms
Adding/Updating assembly redirect for log4net
Adding/Updating assembly redirect for Microsoft.Web.Services3
Executing database script "C:\Program Files\EPiServer\CMS\5.2.375.7\Database\MSSQL\EPiServerRelease52.sql"

* As an aside looks like this site is broken too, trying to cut and paste the error text in to here popped up a window with a 404 on page: http://world.episerver.com/Util/tinyMCE/jscripts/tiny_mce/plugins/paste/pastetext.htm, using Ctrl-V - thank goodness right-click -> Paste worked *

 

Andy

#24712
Oct 05, 2008 18:40
Vote:
 

Hi Andy, Are you by any chance accessing the database with SQL Server Authentication? If so, does selecting Windows Authentication make any difference?

/Cristian

#24713
Oct 05, 2008 19:42
Vote:
 

* As an aside looks like this site is broken too, trying to cut and paste the error text in to here popped up a window with a 404 on page: http://world.episerver.com/Util/tinyMCE/jscripts/tiny_mce/plugins/paste/pastetext.htm, using Ctrl-V - thank goodness right-click -> Paste worked *

Yes, seems to be some issues with tinyMCE configuration after upgrade to R2. We'll look into on monday.

-- Per

#24714
Oct 05, 2008 21:47
Vote:
 

Hi Cristian,

Using Windows Auth for accessing the database removed the error and the installation appears to have worked.

 

 Many thanks for the pointer!

Andy

#24715
Oct 05, 2008 22:17
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.