WaelHamze / xrm-ci-framework

xRM CI Framework provides you with the tools automate the build and deployment of your CRM Solution. Using the framework to implement a fully automated DevOps pipeline will allow you to deploy more frequently with added consistency and quality.
MIT License
186 stars 116 forks source link

Data[0] = "The provided uri did not return any Service Endpoints! #271

Closed ravinderkumar007 closed 4 years ago

ravinderkumar007 commented 4 years ago

Hi @WaelHamze , I am trying to create CI pipeline but getting this error.

2020-05-11T08:18:07.9022261Z ##[section]Starting: Export Solution: RavinderTest 2020-05-11T08:18:07.9129816Z ============================================================================== 2020-05-11T08:18:07.9130135Z Task : Export Solution 2020-05-11T08:18:07.9130450Z Description : Exports a PowerApps/CDS/Dynamics 365 Solution from the source environment 2020-05-11T08:18:07.9130777Z Version : 12.0.3 2020-05-11T08:18:07.9130984Z Author : Wael Hamze 2020-05-11T08:18:07.9131470Z Help : This task uses ExportSolutionRequest 2020-05-11T08:18:07.9131991Z ==============================================================================

ravinderkumar007 commented 4 years ago

@WaelHamze, Please suggest or redirect me on any link where I can find solution of this. I have tried number of times and with different organization instance but it is getting same error.

Data[0] = "The provided uri did not return any Service Endpoints!

WaelHamze commented 4 years ago

The format for connection string is here: https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/xrm-tooling/use-connection-strings-xrm-tooling-connect

The intro video might help: https://youtu.be/rl62P68UxE4

ravinderkumar007 commented 4 years ago

Thanks @WaelHamze it is working now, that Video is really help full. :)

WaelHamze commented 4 years ago

@ravinderkumar007 glad you got it working and the video wasn't a waste of time :)