Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Connect to CRM Online 2015

Hello! I am trying to connect to an organization hosted on CRM Online 2015
My organization URL is like this
On my CrmInput component, I configured this data:
OrganizeName: XXXXX
Discovery Service Endpoint: "https://disco.crm2.dynamics.com/XRMServices/2011/Discovery.svc"
My organization exists, and my user and password are correct, but I am getting this error:
: org.talend.ms.crm.MSCRMClient - Organization With Name = XXXXX Does Not Exist
Exception in component tMicrosoftCrmInput_1
java.lang.Exception: Organization With Name = XXXXX Does Not Exist
at org.talend.ms.crm.MSCRMClient.getOnlineConnection(MSCRMClient.java:147)
at poccrm.exportardecrm_0_1.ExportarDeCRM.tMicrosoftCrmInput_1Process(ExportarDeCRM.java:5877)
at poccrm.exportardecrm_0_1.ExportarDeCRM.runJobInTOS(ExportarDeCRM.java:7949)
at poccrm.exportardecrm_0_1.ExportarDeCRM.main(ExportarDeCRM.java:7806)
Labels (3)
6 Replies
Anonymous
Not applicable
Author

As it turns out, the organization name is not the one on the URL..
Sorry, didn't know that
Anonymous
Not applicable
Author

Did you have succeeded with the changed settings?
Anonymous
Not applicable
Author

yes!! thank you and sorry for the trouble
Anonymous
Not applicable
Author

nituguivi: what variable did you use for your organization if it wasn't the one from the URL? was it from the username?
I do not get the 'Organization With Name = XXXXX Does Not Exist' error, but am getting a password error. The password I am using works when logging into CRM through the URL.

Exception in component tMicrosoftCrmInput_1

java.lang.RuntimeException: Authentication Failure:0x800488210x80041012The entered and stored passwords do not match.

at org.talend.ms.crm.sdk.WsdlTokenManager.authenticate(WsdlTokenManager.java:174)

at org.talend.ms.crm.MSCRMClient.getOnlineConnection(MSCRMClient.java:118)

at sbx_project.crmsbx_0_1.CRMSbx.tMicrosoftCrmInput_1Process(CRMSbx.java:5449)

at sbx_project.crmsbx_0_1.CRMSbx.runJobInTOS(CRMSbx.java:7992)

at sbx_project.crmsbx_0_1.CRMSbx.main(CRMSbx.java:7849)
akakuman
Contributor
Contributor

I am behind a corporate web proxy. And I do not see an option to enter my proxy authentication for this component.
What are my options?
Anonymous
Not applicable
Author

The proxy settings are global for the whole VM. You can set them with the component tSetProxy.