Hello there,
I have a task that requires to get the CRM Data Entity data specifically for KnowledgeArticle, Accounts, Contacts, Surveys, and SurveyResponses entities.
Can you please advise if what's the best (Free of charge) way/tool to extract CRM data and load it to MsSQL server? My task is to load the data every 15mins.
So far what I have tried are:
1. DynamicsCRUDOperation - This is the console application that uses your Credentials in "C:\Users\username\AppData\Roaming\CrmServer\Credentials.xml". The issue I encountered here is that my other 3rd party program, VisualCron, runs as SYSTEM. That means the console app won't be able to use my credentials.xml
2. SSIS using KingswaySoft - Was able to create an SSIS package and it's perfectly working. The only issue here is I just found out that it needs a license once you deployed it on my SSIS server.
Thank you so much in advance,
Rome
*This post is locked for comments