Correct credentials after manually changing SDK service log on credentials
- Last UpdatedFeb 18, 2025
- 1 minute read
If you are using Windows Communication Foundation (WCF) services (e.g. the SDK) and have modified the Mobile Operator SDK Service log on credentials through Windows Services, you must take the following steps to correct the login credentials for the other WCF services AVEVA Mobile Operator uses.
Correcting the WCF login credentials
To correct the login, take the following steps on the machine running the SDK Service (i.e. your Mobile Operator Synchronization Server).
-
In a text editor, open the MobileOperator.SdkService.exe.config file located in the folder to which you installed the AVEVA Mobile Operator Server software.
-
Take note of the web addresses in the <services> section, as you will have to run a command-line application to add credentials for each. In the following example, the following WCF URLs exist:
-
Custom SDK Binding
-
Regular SDK Binding

-
-
If you want to change the port numbers for Custom and Regular SDK Binding (highlighted in the image), then refer to the topic Configure the Synchronization Server and SDK service.
-
Ensure that any firewall is configured with exceptions for these ports.
For more information, refer to the Microsoft Developer Network article located at (https://msdn.microsoft.com/en-us/library/ms733768.aspx).