
Hi everybody.
Exist 1 physical server on it installed 2 AOS instances and 1 IIS.
While using AIF via web service, the last one is connecting to the incorrect server instance.
Element "appSettings" in IIS' configuration web.config file contains child element: <add key="BUSINESS_CONNECTOR_CONFIGURATION" value="BC_Test"/>. It means what Business Connector should use this global configuration, but in fact, it does not happen. Even if try to set BC_Test configuration as default in the configuration application and keep blank value of "value" attribute IIS will still use incorrect configuration.
I tried to run the client by exported BC_Test configuration into the file and it is opening the correct server instance.
What could be the reason for this issue?
In order to resolve this issue you must restart IIS' application pool.