Using Informix dbaccess in SSIS to export data to be imported into SQL Server -


i have ssis package similar 1 detailed here loops on list of tables in ibm db2 database, exports table contents text files using "data transfer iseries server" each table , imports them sql server using bulk insert task.

we moving new informix 11.50 fc7w3 database , use ssis package of similar nature export tables sql server.

i believe need execute dbaccess appropriate .sql files containing unload statement.

firstly, going possible execute dbaccess via ssis argument of .sql file containing unload statement.

secondly, arguments or command line prompt need execute.

i trying test on server has ibm informix client installed , dbaccess tool though when run tool receive following error:

error: not initialize security subsystem. please ensure account has necessary privileges , ensure informixserver value exists in registry , environment.

any suggestions on how can rectify issue above? have little no knowledge of administering informix database/server.

the server trying execute dbaccess tool on windows server 2008 r2 sql server 2008 r2.

in order ssis might execute java/python or whatever code connects informix , returns data client file system issuing regular select statement. unload command export data informix server local file system. can call informix stored procedure may use unload command. in case may access output files nfs/samba , etc. read them ssis.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -