Recently I had a problem when I wanted to install a fresh copy of AX2009 on my development server.
I have the following config on my development server (1,5 gb ram).
Every time I got the following error when installing the Business Connector:
Entering method SetBCProxyAccountInAxapta The API input parameter is bas\services. Entering method GetBusinessConnectorProxyAccount The API return value is . Leaving method GetBusinessConnectorProxyAccount Entering method UpdateBusinessConnectorProxyAccount An error has occured while Setup was establishing a connection through Business Connector. Error: Dynamics Adapter CallStaticClassMethod failed. Leaving method UpdateBusinessConnectorProxyAccount An error occurred during setup of Role Centers and Enterprise Portal.
This was because AX setup could not assign Business Connector Proxy User (BC Proxy) account.
I also noticed the following error in application event viewer:
Similarly when installing Role Centers and Enterprise Portal, the Business Connector Proxy user account cannot be set if the FQDN of your active directory domain is not a superset of the short domain name (NetBIOS name) for exampleIf the FQDN = ABC.microsoft.comand the short domain name = ABCCORPthen setting the BCProxy user during EP setup fails. Here is one example of the error you might see in the DynamicsSetupLog.txt file:
Finally I managed to solve the above by doing the following: