Sunday 22 February 2015

A call to the Microsoft Dynamics AX SRSFrameworkService service failed. The target principal name is incorrect.

Issue :

A call to the Microsoft Dynamics AX SRSFrameworkService service failed. The target principal name is incorrect.



Solution :


Steps to resolve the issue
1.Generate full IL

open AOT and register the following services:
->SRSFrameworkService
->SSASFrameworkService


Go to Services Group node and auto deploy the following service groups:
BIServices
UserSessionService




That's It..



@Rahul Talasila

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...