Hi,
I am unable to connect using SSIS OdataSource with CRM Online 2015 Organization service.
https://XXX.api.crm5.dynamics.com/XRMServices/2011/OrganizationData.svc
Has anyone successfully implemented it ? I am unable to connect to CRM Online using Odata Source in SSIS.
I get the following error:
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method. (System.Xml)
------------------------------
Program Location:
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at Microsoft.SqlServer.IntegrationServices.OData.UI.ODataConnectionManagerForm.TestConnectionMiddle(Object callback)
I came across this forum - http://stackoverflow.com/questions/25881389/ssis-connecting-to-crm-odata-endpoint-dtd-error
"It says SSIS ODataComponent" does not do OAuth and I will need to implement "RSSBUS CRM Component" instead.