Extract Data from Microsoft Dynamics CRM in BODS

Hello,

Could anyone explain , how to extract data from Microsoft Dynamics CRM in BODS. Again I will load this data into SAP HANA.

Thanks in Advance
Shravan


shravan_bo :india: (BOB member since 2006-04-25)

On premise, cloud? Need more info than that mate!


ABILtd :uk: (BOB member since 2006-02-08)

Here’s how my journey went:-

Eventually, one of my colleagues wrote a wrapper around the IOrganisationService webservice and I was able to load and extract data. But the process is very slow.


Nemesis :australia: (BOB member since 2004-06-09)

Backed db for Microsoft Dynamics CRM is sql serevr.
Data is stored in sql server, best to pull data from there itself.


n78882 :us: (BOB member since 2010-09-17)

Have you actually done this?

The backend is Azure, which is cloud based and Microsoft don’t let you connect directly.


Nemesis :australia: (BOB member since 2004-06-09)

Old version was in ms sql server - we did extract directly from back-end.

If its Azure now - you can create a ODBC connection and can extract data.


n78882 :us: (BOB member since 2010-09-17)