If you see the following error in a dev or cloud instance of Dynamics 365 for finance and operations check if the management reporting service is running on the server.
You do not have permission to perform this action.
Work with your administrator to verify your user permissions within Financial Report Designer.
TECHNICAL TOPICS: MICROSOFT DYNAMICS AX & DYNAMICS 365 FOR FINANCE AND OPERATIONS - ENTERPRISE EDITION
23 May 2018
16 May 2018
D365 F&O - Debugging in on-premises environments
If you are facing errors in your Dynamics 365 for finance and operations on-prem environment there is currently no real debugging story available. But there is a new article from Tariq Bell on how to debug using WinDbg:
https://blogs.msdn.microsoft.com/axsa/2018/05/16/debug-a-dynamics-365-for-finance-and-operations-on-premises-instance-without-visual-studio/
At least a starting point and a really nice GUI ;)
https://blogs.msdn.microsoft.com/axsa/2018/05/16/debug-a-dynamics-365-for-finance-and-operations-on-premises-instance-without-visual-studio/
At least a starting point and a really nice GUI ;)
09 May 2018
D365 F&O Deployment to on-prem failed during download
If the deployment of Dynamics 365 for finance and operations fails after preparing phase when the asset is downloading you should check the logs. If there is a message like the one below just verify that the orchestrator nodes are online and click retry.
| MachineName | SRV-XYZ |
| Message | Unable to download asset xyzxyzxyzxyzxyzxyz |
| Detail | at
System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at
System.Environment.get_StackTrace() at
Microsoft.Dynamics.Operations.Local.LocalAgentEvents.LocalAgentEventHelpers.ErrorPrettify(LocalAgentEventSource
source, Exception ex, Int32 errorCode, String format, Object[] values) at
OrchestrationService.LcsArtifactsProvider. |
27 April 2018
D365 F&O financial reporting deployment error - event logs
AX LocalAgent:
Error 1
Error 2
Error 1
|
Message
|
Module
financialreporting failed
|
|
Detail
|
System.InvalidOperationException:
An error was encountered. Details may be found in the deployment logs at
'C:\ProgramData\Microsoft Dynamics ERP\Management Reporter\Logs'
System.AggregateException: One or more errors occurred. --->
System.TimeoutException: Operation timed out. --->
System.Runtime.InteropServices.COMException: Exception from HRESULT:
0x80071BFF at
System.Fabric.Interop.NativeClient.IFabricApplicationManagementClient10.EndProvisionApplicationType3(IFabricAsyncOperationContext
context) at
System.Fabric.Interop.Utility.<>c__DisplayClass22_0.
|
Error 2
|
Message
|
Task
OrchestrationService.DeployModulesRunnerTask,OrchestrationService failed for
command id 3f3c0269-1c9d-448f-8e89-4e9a019cb8f4
|
|
Detail
|
System.InvalidOperationException:
Unable to deploy modules at
OrchestrationService.DeployModulesRunnerTask.Run(OrchestratorRunbookResource
runbookResource, String commandId, String jobId, String runbookTaskId) at
OrchestrationService.OrchestrationJobManager.<>c__DisplayClass14_0.
|
26 April 2018
D365 F&O on-premises | deployment failed for application financial reporting alias management reporter
During our installations and code deployments into Dynamics 365 for Finance and Operations on-premises we struggled a lot with one of the last steps of the installation: The financial reporting application. We have seen different issues till now. And there are several things to check when this step fails.
- Check EventLog of primary orchestrator node for error messages in the local-agent folder.
- Install ETW-Manisfest on the orchestrator node if not already there to check the MR logs:
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/deployment/troubleshoot-on-prem#mr - Check the userinfo table of AX DB. There must be a user called FRServiceUser
- Check if there are reports still checked out:
select * from reporting.ControlReport where CheckedOutTo is not null
-
If yes just update the following tables (on your own risk):update Reporting.ControlReport
set CheckedOutTo = null
update Reporting.ControlRowMasterset CheckedOutTo = null
update Reporting.ControlColumnMasterset CheckedOutTo = null
update Reporting.ControlTreeMasterset CheckedOutTo = null
D365 F&O | Workflow editor - Your security settings do not allow this application to be run on your computer
When opening the workflow editor from Dynamics 365 for Finance and Operations you may see an error message saying: "Your security settings do not allow this application to be run on your computer."

This is a security configuration from Windows. Check the registry settings regarding the prompting level for trusted sites and local intranet (Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Security\TrustManager\PromptingLevel). They should be enabled. If not just change them.

Than you just need to add the D365 F&O url as a trusted site in internet explorer setting. Try again and it should look like this:


This is a security configuration from Windows. Check the registry settings regarding the prompting level for trusted sites and local intranet (Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Security\TrustManager\PromptingLevel). They should be enabled. If not just change them.

Than you just need to add the D365 F&O url as a trusted site in internet explorer setting. Try again and it should look like this:

Subscribe to:
Posts (Atom)