Hi,
I have created an SQL Server Integration Services 2005 package which connects to Dynamics AX 4.0 with the help of .NET business connector. The SQL SSIS package connects to AX and pulls the necessary information correctly and it has no issues in retrieving the data and saving it into a new SQL Server database. This new database is different from AX database.
The issue is with the performance of .NET Business Connector. It seems to be too slow. It takes about one hour to retrieve 700 thousand+ records. Code in AX uses three tables (CustInvoiceJour, CustInvoiceTrans and InventDim) and uses the AX default relations to retrieve the data and send it back to the SQL SSIS Package.
I know this is can be done using SQL but I believe that is not advisable as some of the business logic in AX cannot be recreated in a simple SQL statement. I could be wrong on this assumption.
Could someone please suggest how to improve the performance of NET Business Connector?
Thanks for your help.
Siva.
*This post is locked for comments
I have the same question (0)