We have a number of Dynamics CRM reports that were developed in Visual Studio 2012 and are running in online Dynamics 365. I tried to create a new report today but our existing data source will no longer connect.
The connection string is set as https://disco.crm5/dynamics.com/;orgname
When I try to refresh the fields in the dataset I just get an error saying "Unable to connect to data source", with the following futher details:
The connection to server "disco.crm5.dynamics.com;orgname" could not be established. Make sure that the connection string and credentials are correct, and try again.
I know the credentials are correct as I am using the same credentials to log into CRM via Chrome, and I can also connect using XrmToolBox with these credentials.
I have also tried changing the connection string to orgname.crm5.dynamics.com which is the format the XrmToolBox connection string uses, but I get the same error.
Has something changed in the latest version of Dynamics 365? We are on Microsoft Dynamics 365 Version 1612 (8.2.1.271) (DB 8.2.1.271) online
I need to be able to create reports in Visual Studio as the Report Wizard in Dynamics 365 online don't allow us to generate the advanced reports that we need.
*This post is locked for comments