All,
I am trying to install the enterprise portal into SharePoint. I created a new web app and am able to access it, create new sites in it, etc. The prerequisite check returns all green.
The error that the install returns is:
An error occurred during setup of Enterprise Portal (EP) at http://com-spfront1:81/sites/DynamicsAx
The following error/warning occurred:An error occurred while Setup was creating a new site.
An error occurred while Setup was creating a new site.
The setup log error is this:
2012-07-20 10:46:19Z Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
I used fiddler to monitor the installation and it provides a correlation id that has the erorr. The error that it refers to is:
System.Web.HttpException: The file '/_layouts/ep/WSSAdmin.asmx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.WebServiceParser.GetCompiledType(String inputFile, HttpContext context) at System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath) at System.Web.Script.Services.ScriptHandlerFactory.Ge... 7f2ec23d-df55-49e9-96a9-9f702f4a684f
If I set the install options to only install "Configure for Windows SharePoint Services" it finishes successfully. I then create a site collection in Central Admin but the template for "Microsoft Dynamics AX" is not there.
It seems that the template fails to get installed. Any ideas on how to troubleshoot this problem would be appreciated.