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)
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)