Trying to Import and Export the plugin solution of D365 crm from one environment to another. For that I am using Azure DevOps CI/CD pipeline. I have set up the pipeline by using :
1. Power DevOps Tool Installer 2. Export Solution 3. Publish build artifacts
In Export Solution, I have provided the connection string in the below format : AuthType=Office365;Username=avijit_pp@XXXX.biz;Password=XXXXX@143;Url=https://org4db615ef.crm8.dynamics.com/
Now while I try to run the pipeline I am getting the following error :
Couldn't connect to CRM instance after 3 attempts: Unable to connect to CRM: ID3007: The element 'pp' with namespace 'http://schemas.microsoft.com/Passport/SoapServices/SOAPFault' is unrecognized. Unable to Login to Dynamics CRM Unable to Login to Dynamics CRM
Please refer the screenshot for reference.
Please help I am middle of my project, and it is urgent.
Thanks in advance