Dear Team,
I want to do simple copy activity using Data flow task in SSIS package, in which my source is a old database using visual fox bro and tables are saved as dbf files .
I am using OLE DB connector for visual fox pro to get data from source dbf files and copying it in SQL server table using OLE DB connector for SQL server.
This is working fine and running as per expectation but when i am trying to run in using SSIS job agent , it is giving error that requested OLE DB provider is not registered .if 64-bit is not installed run package in 32-bit mode.
After changing at project configuration properties in debugging from 64 bit to False and at Job level , enabling 32 bit also . It is not working .
Then its ask to change to 64 bit but job fails in both the cases.
Please advise how to sort this out.
Thanks and Regards
Vikash