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 (BOB member since 2006-04-25)
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 (BOB member since 2006-04-25)
On premise, cloud? Need more info than that mate!
ABILtd (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 (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 (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 (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 (BOB member since 2010-09-17)