Hi Jim,
first thank you for your fast answer.
The scenario, I use is not the scenario that is used in the article from the technet.
My scenario is the following:
The domain axdev.contoso includes the servers for the AOS, the SQL-Server and the IIS Server with Enterprise Portal.
The domain axdev.contoso is in a one-way trusts to the domain contoso.local.
So related to the technet-article: all AX-Components are in the "Permeter network" and only the user, that can not login is from the "Internal network"
The "Dynamics .NET Business Connector" is correctly installed on the IIS-Server, because users from the domain xdev.contoso are able to login without any error.
When I want to access Enterprise Portal from the IIS Server via the Internet Explorer as the user CONTOSO.LOCAL\PAUL the following Errors are displayed in the eventlog:
1. Error
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The description for Event ID 110 from source Dynamics .NET Business Connector 6.0 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
6.0:
Unable to connect to an Application Object Server. A company name or server name may not be specified correctly in the client configuration, or the server specified may not be available.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2. Error
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The description for Event ID 110 from source Dynamics .NET Business Connector 6.0 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
6.0:
Unable to CreateBusinessConnectorSession.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3. Error
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The description for Event ID 110 from source Dynamics .NET Business Connector 6.0 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
6.0:
Logon error : Unable to log on to Microsoft Dynamics AX.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
4. Error
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The log on attempt to the server from user CONTOSO.LOCAL\PAUL failed, when using Dynamics Adapter LogonAs from process w3wp and thread id 16.
Microsoft.Dynamics.AX.ManagedInterop.LogonFailedException
at Microsoft.Dynamics.AX.ManagedInterop.Session.LogonAs(String user, String domain, NetworkCredential bcProxyCredentials, String company, String language, String objectServer, String configuration)
at Microsoft.Dynamics.Framework.BusinessConnector.Session.DynamicsAdapter.LogonAs(String user, String domain, NetworkCredential bcProxyCredentials, String company, String language, String objectServer, String configuration)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
5. Error
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
You cannot view data on this page because you are not a registered user in Microsoft Dynamics AX. Contact your Microsoft Dynamics AX administrator.
Microsoft.Dynamics.AX.ManagedInterop
at Microsoft.Dynamics.AX.ManagedInterop.Session.LogonAs(String user, String domain, NetworkCredential bcProxyCredentials, String company, String language, String objectServer, String configuration)
at Microsoft.Dynamics.Framework.BusinessConnector.Session.DynamicsAdapter.LogonAs(String user, String domain, NetworkCredential bcProxyCredentials, String company, String language, String objectServer, String configuration)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Regards,
Paul