I m using Navision Dynamics 5.0 and need to export all the financial data into my datawarehouse on a regular basis (1 time daily). And therefore I don t want to use csv-files as exporting method.
Which other methods are normally used? This must be a regular task for all companies who uses Navision Dynamics, and needs to get the data out in an automatic manner.
I m of course also worried about locking the tables when exporting the data.
I can think of these methods so far:
1) direct ODBC access to all the underlying tables
2) Creation of a read only indexed view (mateterialized view) on top of the Navision tables, which holds a copy of Navision data and then can be accessed by the datawarehouse. (NB: An indexed view is a view that has been materialized. This means it has been computed and stored.)
3) ?
4) ?
Let me hear you typical ways of doing the export.
PS: I have heard that there is no webservice export option for Navision Dynamics 5.0, only in the newest version NAV2009. So I cannot use a webservice method.