I am trying to install vCAC in our lab. One server for the database and another for all the services.
I checked all the prerrequisites in both servers, and everything is ok. Then I tried to install everything from the installer (including the DB) and it failed in this step "Installing vCAC Server Model Manager Management Model". I tried several different things like creating the DB manually with the scripts, changing the account under I executed the installer (I tried with a domain admin, and with a local admin), connecting to the DB with SQL credentias (sa user)... but always the same error.
The error showed in the log file is pasted below:
Action 13:44:03: InstallRepoModelActionCA. Installing vCAC Server Model Manager Management Model ...
SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSI52FC.tmp-\
SFXCA: Binding to CLR version v4.0.30319
Calling custom action Vrm.Installer.CustomActionExt!Vrm.Installer.CustomActionExt.VrmInstallerExtCA.InstallRepoModelAction
Microsoft (R) Build Engine Version 4.0.30319.1Copyright (C) Microsoft Corporation 2007. All rights reserved.Build started 10/07/2013 13:44:04.
Project "C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\DeployRepository.xml" on node 1 (InstallRepoModel target(s)).InstallRepoModel:
"C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\RepoUtil.exe" Assembly-SqlInstall -f "C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\DynamicOps.Core.Common.dll" -s "VMSQL4.TELCO.NET" -d "vCAC" -v Command completed successfully.
"C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\RepoUtil.exe" Assembly-SqlInstall -f "C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\DynamicOps.Core.External.dll" -s "VMSQL4.TELCO.NET" -d "vCAC" -v Command completed successfully.
"C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\RepoUtil.exe" Assembly-SqlInstall -f "C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\DynamicOps.ManagementModel.Common.dll" -s "VMSQL4.TELCO.NET" -d "vCAC" -v Command completed successfully.
"C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\RepoUtil.exe" Model-Install -f "C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\DynamicOps.ManagementModel.dll" -s "VMSQL4.TELCO.NET" -d "vCAC" -c "C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\ManagementModelSecurityConfig.xml" -v
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.MultipleSend(BufferOffsetSize buffers, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.MultipleWrite(BufferOffsetSize buffers) --- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.MultipleWrite(BufferOffsetSize buffers)
at System.Net.Security._SslStream.StartWriting(SplitWritesState splitWrite, SplitWriteAsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.ProcessWrite(BufferOffsetSize buffers, SplitWriteAsyncProtocolRequest asyncRequest)
at System.Net.TlsStream.MultipleWrite(BufferOffsetSize buffers)
at System.Net.ConnectStream.ResubmitWrite(ConnectStream oldStream, Boolean suppressWrite)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at System.Data.Services.Client.DataServiceContext.SaveResult.BatchRequest(Boolean replaceOnUpdate)
at System.Data.Services.Client.DataServiceContext.SaveChanges(SaveChangesOptions options)
at DynamicOps.Repository.RepositoryServiceContext.SaveChanges(SaveChangesOptions options)
at DynamicOps.Tools.Common.ModelHelpers.ValidateAndInstallModel(RepositoryModelEntities dataContext, Assembly modelAssembly, String securityFilename, String server, String userName, String password, String catalog)
at DynamicOps.Tools.Common.ModelHelpers.InstallModel(String assemblyFileName, String securityFileName, String server, String catalog, String userName, String password, String httpRootRepository)
at DynamicOps.Tools.Repoutil.Commands.ModelInstallCommand.Execute(CommandLineParser parser)
Warning: Non-zero return code.
Command failed.
C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\DeployRepository.xml(135,5): error MSB3073:
The command ""C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\RepoUtil.exe" Model-Install -f "C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\DynamicOps.ManagementModel.dll" -s "VMSQL4.TELCO.NET" -d "vCAC" -c "C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\ManagementModelSecurityConfig.xml" -v" exited with code 1.
Done Building Project "C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\DeployRepository.xml"
(InstallRepoModel target(s)) -- FAILED.Build FAILED."C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\DeployRepository.xml"
(InstallRepoModel target) (1) ->(InstallRepoModel target) ->
C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\DeployRepository.xml(135,5): error MSB3073:
The command ""C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\RepoUtil.exe" Model-Install -f "C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\DynamicOps.ManagementModel.dll" -s "VMSQL4.TELCO.NET" -d "vCAC" -c "C:\Program Files (x86)\DynamicOps\DCAC Server\Tools\ManagementModelSecurityConfig.xml" -v" exited with code 1.
0 Warning(s) 1 Error(s)Time Elapsed 00:02:40.28
CustomAction InstallRepoModelActionCA returned actual error code 1602 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 13:47:18: InstallFinalize. Return value 2.
Any ideas?
Any help would be appreciated, thanks in advance.