We often come across this issue when our working server and source server have different bits 32 or 64.
You might have created System DSN in your system, but when try to create connection manager, the DSN will be missing in ODBC list. To overcome this you need to create DSN connection in appropriate ODBC (32/64).
Perform the followings:
Open command window:
1. Navigate to C:\Windows\Sysos64\Odbacd32.exe
2. ODBC Connection wizard will appear.
3. Create a new system DSN there.
4. Now try creating Connection Manager in SSIS package
You might have created System DSN in your system, but when try to create connection manager, the DSN will be missing in ODBC list. To overcome this you need to create DSN connection in appropriate ODBC (32/64).
Perform the followings:
Open command window:
1. Navigate to C:\Windows\Sysos64\Odbacd32.exe
2. ODBC Connection wizard will appear.
3. Create a new system DSN there.
4. Now try creating Connection Manager in SSIS package
No comments:
Post a Comment