We have an accounting software that is using sql server 2000 . I want to have some reports from accounting software inside crm.
for example, I want a report that shows me financial transactions of a specific customer called from account entity inside crm from accounting server.
I created a report that pre-filters account entity and passes customer code as parameter to a sub-report that its data source is accounting software database (on another server connected through OLE DB).
In Visual studio , Sub-report works fine. It connects without any problem with pre-defined user/pass provided in connection string.
But when I upload it in crm, Error : The report cannot be displayed. (rsInvalidDataSourceReference)
Anyway out?