22.11.2012, 00:11 | #1 |
Участник
|
emeadaxsupport: You may run into a problem when you can only deploy reports when you are a Domain Admin in AX 2012
Источник: http://blogs.msdn.com/b/axsupport/ar...ain-admin.aspx
============== Recently we have seen a few issues where users can only deploy reports for Microsoft Dynamics AX 2012 if you are a domain admin. This is the scenario; you have a user trying to deploy reports using the Microsoft Dynamics AX 2012 Management Utility, you get an error saying you need to be a member of the administrators group on SSRS machine or something like that – basically some variation of “you don’t have enough permissions” even though you have all the permissions required which does not include having to be a domain admin, you do not need to be a domain admin to deploy reports. Here is an example of the error message below: "The user object for the current user could not be found. You may not have access to it" Error messages about not enough permissions can happen because the user doesn’t have enough permissions to do the deploy, but if you check that they do have all the right privileges as per http://technet.microsoft.com/en-us/l.../dd309703.aspx and it still says they don’t have enough permissions then this is why making the user a domain admin solved this problem. Actually the code inside axutil is trying to make a check for the user’s permissions – and it is the check itself that needs higher permissions (it’s looking into Active Directory). So the problem is that the user does not have enough rights to make the check in Active Directory, but they would have enough to actually deploy reports. Solution: Install KB2744300 which is Kernel build 6.0.1108.1870, or any other higher kernel build would be fine. The fix is going to add an extra switch to the deploy command so that you can bypass the check if you want to. The switch is: -Skipssrsadmincheck So when you publish reports it will look like this for example: Publish-axreport -reportname custtranslist –Skipssrsadmincheck Please note this only works for deploying reports in the Microsoft Dynamics AX 2012 Management Utility. Источник: http://blogs.msdn.com/b/axsupport/ar...ain-admin.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|