Publish AX reports in AX2012 + SQL2008

First, you should insure SSRS installed and AX2012 installed correctly.

And configure it in AX2012->Sys Admin module->Setup->BI->Reporting services->Reports Server.

1, SSRS services account should have administrator permission (Local server administrator permission)

2, This account also added into AX2012 as a administrator

3, Configure its permission on http://localhost/reports (Open IE as a administrator)

  --Role center: Content Manager

  --Site configuration/setting->Security: Make the account is system administrator

 

When you open report manager but if it reported the error: unable to connect the remote server.

You need add DNS in your hosts file such as IP HostNme

127.0.0.1 localhost

YourIP      YourHostName

 

3, Insure Remote Registry services is running

4, Run windows powershell as a administrator and follow Microsoft's steps

Set-ExecutionPolicy Unrestricted

/*Confired above as Yes. */

$axmodulename ="Microsoft.Dynamics.AX.Framework.Management"
$axdllname = $axmodulename + ".dll"
$gacfolder = join-path $env:windir "assembly\GAC_MSIL"
$axdll = Get-ChildItem $gacfolder -Recurse -Include *.dll -Name $axdllname
$axdll = join-path $gacfolder $axdll
write-host "Importing AX ManaSalesgement module"
import-module $axdll

Publish-AXReport -ReportName SalesInvoice, SalesAnalysis, SalesConfirm

 

If no red errors and deployment completed, above AX2012 report shoud be published and you can see them:

http://localhost/Reports/Pages/Folder.aspx?ItemPath=%2fDynamicsAX&ViewMode=List

 

http://localhost/ReportServer?%2fDynamicsAX&rs:Command=ListChildren 

 

If you don't publish ax2012 reports, you can't use them in ax2012.

 

5, when you run reports in AX2012 and reported that init error, pls try to regenerate CIL in check list.

 

posted on 2011-11-16 11:42 Jacky Xu 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/JackyXu1981/archive/2011/11/16/publish_ax2012_reports.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值