Thanks in Advance.
We are doing a test install of AX 2012 which works generally, but will not render reports. We discovered that the localhost/reports directory was empty. We follow the TechNet article "Deploy the default reports [AX 2012]" and received the following result:
PS C:\Windows\system32> Publish-AXReport -ReportName *
Deploying reports and related artifacts.
AOSName : 01@Server1
ConfigurationId : Server1MSSQLSERVER
Description :
Default : True
ReportServerFolder : DynamicsAX
ReportServerName : Server1
ReportServerInstanceName : MSSQLSERVER
ReportServerManagerUrl : http://Server1/Reports
ReportServerWebServiceUrl : http://Server1/ReportServer
Publish-AXReport : Could not find file 'C:\Users\username\AppData\Local\Temp\2\dsxqyn8l.dll'. At line:1 char:17 + Publish-AXReport <<<< -ReportName * + CategoryInfo :
OpenError: (Microsoft.Dynam...shReportCommand:PublishReportCommand) [Publish-AXReport], FileNotFoundException + FullyQualifiedErrorId : Could not find file 'C:\Users\username\AppData\Local\Temp\2\dsxqyn8l.dll'.,Microsoft.Dynamics.AX.Framework.Management.Reports.PublishReportCommand
Publish-AXReport : Could not find file 'C:\Users\username\AppData\Local\Temp\2\lu9end4i.dll'. At line:1 char:17 + Publish-AXReport <<<< -ReportName * + CategoryInfo :
NotSpecified: (:) [Publish-AXReport], FileNotFoundException + FullyQualifiedErrorId :
System.IO.FileNotFoundException,Microsoft.Dynamics.AX.Framework.Management.Reports.PublishReportCommand
********************
An empty folder "Dynamics AX" was created in localhost/reports. I looked for both dlls on the server and could not find them (I would have inserted them in the above temp file).
We can see a list of reports when we run the management shell that are available to publish, and we ran the shell as administrator with an account with the highest privileges.
Any ideas?
Our test environment:
Single MS2008 R2 server with SQL Server 2008 installed with SSAS and SSRS. We have one AOS. All accounts to run services are domain user accounts which are over-privileged (login as Service, local server Admin group, SysAdmin on SQL). The server is a member of the domain. All users in AX 2012 are imported domain accounts that run fine.
Kind Regards,
Mark Simmerman