VMware Cloud Community
BaiG1
Enthusiast
Enthusiast
Jump to solution

Installation of Model Manager Data Fails, vCAC5.2

Hi All

i got this error when installing Model Manager Data , detailed log is attached. very appreciate for your reply, thanks

Info : 2013-07-29 04 52 18 725 PM :     at System.Data.Services.Client.QueryResult.Execute()

Info : 2013-07-29 04 52 18 725 PM :     at System.Data.Services.Client.DataServiceRequest.GetQuerySetCount(DataServiceContext context)

Info : 2013-07-29 04 52 18 725 PM :     --- End of inner exception stack trace ---

Info : 2013-07-29 04 52 18 725 PM :     at System.Data.Services.Client.DataServiceRequest.GetQuerySetCount(DataServiceContext context)

Info : 2013-07-29 04 52 18 725 PM :     at System.Data.Services.Client.DataServiceQueryProvider.ReturnSingleton[TElement](Expression expression)

Info : 2013-07-29 04 52 18 725 PM :     at System.Linq.Queryable.Count[TSource](IQueryable`1 source)

Info : 2013-07-29 04 52 18 725 PM :     at DynamicOps.Tools.Common.AssemblyHelpers.ValidateAssemblyFileInstall(RepositoryModelEntities dataContext, Assembly assembly)

Info : 2013-07-29 04 52 18 725 PM :     at DynamicOps.Tools.Common.AssemblyHelpers.InstallSqlAssembly(String assemblyFileName, String server, String catalog, String userName, String password, String httpRootRepository)

Info : 2013-07-29 04 52 18 725 PM :     at DynamicOps.Tools.Repoutil.Commands.AssemblySqlInstallCommand.Execute(CommandLineParser parser)

Info : 2013-07-29 04 52 18 725 PM :  Warning: Non-zero return code. Command failed.

Info : 2013-07-29 04 52 18 725 PM :D:\Program Files (x86)\VMware\vCAC\Server\Model Manager Data\DeployRepository.xml(132,5): error MSB3073: The command ""D:\Program Files (x86)\VMware\vCAC\Server\Model Manager Data\RepoUtil.exe" Assembly-SqlInstall -f "D:\Program Files (x86)\VMware\vCAC\Server\Model Manager Data\DynamicOps.Core.Common.dll" -s "CLOUDSERVICE" -d "vCAC"  -v" exited with code 1.

Info : 2013-07-29 04 52 18 740 PM :Done Building Project "D:\Program Files (x86)\VMware\vCAC\Server\Model Manager Data\DeployRepository.xml" (InstallRepoModel target(s)) -- FAILED.

Info : 2013-07-29 04 52 18 740 PM :Build FAILED.

Reply
0 Kudos
1 Solution

Accepted Solutions
ShibbyB
Enthusiast
Enthusiast
Jump to solution

Something that seems to have fixed installation issues I was running into was running the following command:

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis -iru

iisreset

your error log has the following error, which references ASP.NET is not installed, not sure if it is the real cause?

Info : 2013-07-29 04 52 18 709 PM :   <fieldset><legend>Most likely causes:</legend>

Info : 2013-07-29 04 52 18 725 PM :    <ul>  <li>Managed handler is used; however, ASP.NET is not installed or is not installed completely.</li>  <li>There is a typographical error in the configuration for the handler module list.</li> </ul>

View solution in original post

Reply
0 Kudos
2 Replies
ShibbyB
Enthusiast
Enthusiast
Jump to solution

Something that seems to have fixed installation issues I was running into was running the following command:

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis -iru

iisreset

your error log has the following error, which references ASP.NET is not installed, not sure if it is the real cause?

Info : 2013-07-29 04 52 18 709 PM :   <fieldset><legend>Most likely causes:</legend>

Info : 2013-07-29 04 52 18 725 PM :    <ul>  <li>Managed handler is used; however, ASP.NET is not installed or is not installed completely.</li>  <li>There is a typographical error in the configuration for the handler module list.</li> </ul>

Reply
0 Kudos
BaiG1
Enthusiast
Enthusiast
Jump to solution

yes, you are right Shibby

Reply
0 Kudos