Integration with Salesforce
Hi ,
I followed "https://dev.day.com/docs/en/cq/current/administering/integrating-with-third-party-services/integrating-with-salesforce.html".
Created the ConnectApp in SalesForce and successfully configured the AEM to integrate with Salesforce.
When trying to Exporting AEM users as Salesforce Leads. The work flow is getting failed with the below error. Please help me in solving this issue.
23.01.2014 18:49:11.762 *ERROR* [JobHandler: /etc/workflow/instances/2014-01-23/model_8802030806481:/home/users/geometrixx/zachary.w.mitchell@spambob.com/profile] com.adobe.granite.workflow.core.job.JobHandler Process execution resulted in an error com.adobe.granite.workflow.WorkflowException: Process execution resulted in an error
at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:218)
at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:139)
at org.apache.sling.event.jobs.JobUtil$1.run(JobUtil.java:378)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: com.adobe.granite.workflow.WorkflowException: Failed to execute process
at com.day.cq.workflow.compatibility.CQWorkflowProcessRunner.execute(CQWorkflowProcessRunner.java:108)
at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:208)
... 5 more
Caused by: com.day.cq.workflow.WorkflowException: Exception while Publishing lead to Salesforce: Error while Executing POST/PUT Request to Salesforce.com:
at com.adobe.cq.mcm.salesforce.SalesforceExportProcess.execute(SalesforceExportProcess.java:219)
at com.day.cq.workflow.compatibility.CQWorkflowProcessRunner.execute(CQWorkflowProcessRunner.java:93)
... 6 more
Best Regards
Eakambaram Yadav