Показать сообщение отдельно
Старый 18.03.2024, 22:37   #1  
Lankey is offline
Lankey
Участник
 
54 / 13 (1) ++
Регистрация: 19.05.2020
Как сделать deployment SSRS отчета в AX2009
AX2009
Отчет SSRS . Пытаюсь его deploy из Visual studio (который был открыт через run as Administrator)
Получаю ошибки:
X++:
Error	1	Deployment failed unexpectedly with the message:
See the log file for further details.	C:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools\Microsoft.Dynamics.Framework.Design.Reporting.Modeling.targets	374	8	SharedLibrary
Error	2	Deployment failed unexpectedly with the message:
See the log file for further details.	C:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools\Microsoft.Dynamics.Framework.Design.Reporting.Modeling.targets	374	8	SharedComponentsSRS
Error	3	Deployment failed unexpectedly with the message:
See the log file for further details.	C:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools\Microsoft.Dynamics.Framework.Design.Reporting.Modeling.targets	374	8	MyCustSRS
Если пытаюсь сделать deploy из аксапты, то тоже валится и в логе (помимо прочего):
X++:
Deployment failed with the following exception:
System.Runtime.InteropServices.COMException (0x80040208)
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   at System.Management.ManagementObject.Initialize(Boolean getObject)
   at System.Management.ManagementBaseObject.get_Properties()
   at System.Management.ManagementBaseObject.GetPropertyValue(String propertyName)
   at Microsoft.Dynamics.Framework.Deployment.Reports.SrsWmi.get_ConfigPath()
   at Microsoft.Dynamics.Framework.Deployment.Reports.ReportLibraryDeployer.DeployBusinessLogicAssemblies(IEnumerable`1 businessLogicAssemblies, DeploymentLogger logger)
   at Microsoft.Dynamics.Framework.Deployment.Reports.ReportLibraryDeployer.Deploy(IEnumerable`1 reportLibrariesToDeploy, IEnumerable`1 transitiveReferenceClosure, IEnumerable`1 cultures, DeploymentLogger logger, Func`2 connectionStringModifier)
Assemblies in app domain:
Подскажите, в чем проблема? Чувство, что прав не хватает где-то.