I have a simple working package that reads data from an AS400/Iseries connection and writes it to an SQL server destination after a bit of data conversion.
The problem is that it only works as an interactive BIDS/Visual Studio 2005 run.
When I run the same package as a scheduled job, the error logging shows that the password for the AS400/Iseries account is not saved.
I have tried the obvious 'EncryptSensitiveWithUserKey' but still the password is not saved.
I am using a Data Reader source in my SSIS package that connects to a '.Net Providors\ODBC Data Providors' to a Data Source Name defined as a system ODBC connection ( Iseries Access ODBC ).
Has anybody managed to set up a successful read connection in SSIS 2005 to an AS400? Searching the internet it seems a common problem. I'm getting desperate enough to start thinking about writing a VB.Net program instead. I can work with the AS400/Iseries with a hard coded connection string that I simply cannot set up in SSIS.
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.
The problem is that it only works as an interactive BIDS/Visual Studio 2005 run.
When I run the same package as a scheduled job, the error logging shows that the password for the AS400/Iseries account is not saved.
I have tried the obvious 'EncryptSensitiveWithUserKey' but still the password is not saved.
I am using a Data Reader source in my SSIS package that connects to a '.Net Providors\ODBC Data Providors' to a Data Source Name defined as a system ODBC connection ( Iseries Access ODBC ).
Has anybody managed to set up a successful read connection in SSIS 2005 to an AS400? Searching the internet it seems a common problem. I'm getting desperate enough to start thinking about writing a VB.Net program instead. I can work with the AS400/Iseries with a hard coded connection string that I simply cannot set up in SSIS.
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.