Hi,
We have an AX2012R3 installation in a multi domain evironment. There is a DevDomain and a LiveDomain. The AOS, SQL and RS are on the same box in DevDomain. With DevDomain\AdminUser and DevDomain\TestUser evrithing works fine.
With LiveDomain\LiveUser I can login to the system but when I run a report (SSRS) I get "Failed to log on to Microsoft Dynamics." error message.
The AOS service account, RS service account and RS execution account are the same: DevDomain\ServiceAccount.
In EventLog there are two errors. One in the Application log an another in the Security log:
- Application log:
An error has occurred during report processing. (rsProcessingAborted)
An error has occurred during report processing. (rsProcessingAborted)
Microsoft.Reporting.WinForms.ReportServerException
at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
Query execution failed for dataset 'SysDataAreaPrintCollectionsDS'. (rsErrorExecutingCommand)
Microsoft.Reporting.WinForms.ReportServerException
An exception occurred in the query metadata execution. The exception is Exception occurred on the metadata service on client or server. See exception details below:
>Failed to log on to Microsoft Dynamics..
Microsoft.Reporting.WinForms.ReportServerException
Exception occurred on the metadata service on client or server. See exception details below:
>Failed to log on to Microsoft Dynamics.
Microsoft.Reporting.WinForms.ReportServerException
Failed to log on to Microsoft Dynamics.
Microsoft.Reporting.WinForms.ReportServerException
- Security log:
An account failed to log on.
Subject:
Security ID: DevDomain\ServiceAccount
Account Name: ServiceAccount
Account Domain: DevDomain
Logon ID: 0x2F71B8C
Logon Type: 3
Account For Which Logon Failed:
Security ID: NULL SID
Account Name:
Account Domain:
Failure Information:
Failure Reason: An Error occured during Logon.
Status: 0xC000018B
Sub Status: 0x0
Process Information:
Caller Process ID: 0x488
Caller Process Name: D:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\Ax32Serv.exe
Network Information:
Workstation Name: DevBox
Source Network Address: -
Source Port: -
Detailed Authentication Information:
Logon Process: Authz
Authentication Package: Kerberos
Transited Services: -
Package Name (NTLM only): -
Key Length: 0
This event is generated when a logon request fails. It is generated on the computer where access was attempted.
The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
The Process Information fields indicate which account and process on the system requested the logon.
The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
The authentication information fields provide detailed information about this specific logon request.
- Transited services indicate which intermediate services have participated in this logon request.
- Package name indicates which sub-protocol was used among the NTLM protocols.
- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
There is another interesting issue. I am not sure if it is linked to the main problem or not. When I login with the DevDomain\AdminUser and try to import users into the system I can select both the DevDomain and the LiveDomain in the import wizard screen, but if I select the LiveDomain I get the following error message. With DevDomain the import works fine.
Please help!
Thanks