Немного не ту ошибку я указал, вот что он пишет:
Server was unable to process request. ---> Setup encountered an error during deployment of the Role Center and Enterprise Portal framework.
Но при деплое PowerViewDataSourceGenerator(Без PV в конце) - деплоится нормально. этот документ создает саму папку повервью в энтерпрайз портале
в журнале событий вот что увидел:
Setup encountered an error during deployment of the Role Center and Enterprise Portal framework.
\Web\Web Files\Page Definitions\PowerViewDataSourceGeneratorPV
Microsoft.Dynamics.Framework.BusinessConnector.Session.Exceptions.XppSessionException: An error occurred while deploying Web page PowerViewDataSourceGeneratorPV.
Server was unable to process request. ---> There are no addresses available for this application. ---> Microsoft.Dynamics.AX.ManagedInterop.ErrorException: An error occurred while deploying Web page PowerViewDataSourceGeneratorPV.
Server was unable to process request. ---> There are no addresses available for this application.
at Microsoft.Dynamics.AX.ManagedInterop.Object.CallWithReturnType(String methodName, Type returnType, Object[] paramList)
at Microsoft.Dynamics.Framework.BusinessConnector.Session.DynamicsObjectAdapter.Call(String methodName, Object param1, Object param2, Object param3)
--- End of inner exception stack trace ---
at Microsoft.Dynamics.Framework.BusinessConnector.Session.DynamicsSession.HandleException(String message, Exception exception, HandleExceptionCallback callback)
at Microsoft.Dynamics.Framework.BusinessConnector.Session.DynamicsObjectAdapter.Call(String methodName, Object param1, Object param2, Object param3)
at Microsoft.Dynamics.Framework.BusinessConnector.Proxy.SysEPDeployment.deployWebComponent(String treeNodePath, String virtualServerUrl, String siteUrl)
at Microsoft.Dynamics.Framework.Deployment.Portal.EPDeployment.DeployWebComponent(String treeNodePath, String virtualServerUrl, String webSiteUrl, Boolean resetIIS, Nullable`1 modifiedAfter)
насколько я понял ошибка в этом:
Server was unable to process request. ---> There are no addresses available for this application.
чтобы это значило?
P.S. Это делал:
If you receive errors when trying to redeploy the files listed above, you may need to complete the following steps:
In the AOT, expand the Classes node.
Verify that the SrsReportHelper class includes the removeFromCache method.
Right-click the removeFromCache method and click Compile.
The method should compile without errors or warnings.
Click Build > Generate Incremental CIL.
When the process is complete, the Infolog form will appear and display a message stating that the incremental CIL generation is done.
Проходило без ошибок
|