Tuesday 26 September 2017

MS Dynamics 365, SDK-SOAPLogger Issue

If you have tried using SOAPLogger solution from the MS provided SDK, you might have noticed that the app will not prompt for username and password for the first time configuration.
Once you try to run this app, you will have to enter the crm server name based on the location of the datacentre.(Eg. crm.dynamics.com, crm8.dynamics.com etc).
once you enter this information, you will get the below information to select if the organisation is provisioned 0365.
If you type Y for yes, then actually it should prompt you for the username and password for the first time configuration.
However, it will not and you may get an exception that looks something like "No username specified ".

Resolution:
To resolve this, open CrmServiceHelper.cs and find for OnlineFederation and locate the below lines.
Comment the code in the highlighted area.

Build the project and run the code and now the app should prompt for the username and password.

No comments:

Post a Comment