Viewing 11 posts - 1 through 11 (of 11 total)
In dataflows, We are coping data from As400 to SQL sever. We have only Oledb Source and Oledb Destination. One guy who is in the other team has similar issue,...
January 19, 2009 at 6:07 am
Thanks for the help Vikas & Srikanth,
Here are the answers for the above queries
1. Are you executing on the same server in both the scenarios?
Yes, i have deployed the package...
January 18, 2009 at 11:59 pm
Can anyone help me to resolve this issue pls?
January 16, 2009 at 1:56 am
Thanks a lot. I have resolved that issue as per your suggestion.
I need another help. I have prepared ssis package for downloading data from AS400 to sql server. I...
September 2, 2008 at 2:45 am
Thanks for the reply. We can do this if both source and destination are on the same server. I am using AS400 as source and sql as destination. How do...
September 1, 2008 at 11:06 pm
Hi,
Can someone reply to this post? Is it possible to do this?
Surya
August 4, 2008 at 11:31 pm
i think i missed the connection string for as400
Driver={Client Access ODBC Driver (32-bit)};System=AS400DEV;Uid=myUserID;Pwd=myPassword;
July 30, 2008 at 4:05 am
I am getting the below error while executing my package from SQL Server 2005. Actually i am importing data from AS400 to SQL. Do i need to configure anything in...
July 30, 2008 at 4:02 am
Hi,
I am getting another error while executing SSIS Package in SQL Server.
Declare @cmd varchar(1000)
set @cmd = 'dtexec.exe /f "E:\SSISPackages\SSISDeploy\ExportData.dtsx" /Set \Package.Variables[SourceDB].Value;AS400DEV /Set \Package.Variables[DestinationDB].Value;SQLDEV /CONF "C:\SSISDeploy\Environment.dtsConfig"'...
July 29, 2008 at 9:45 am
Thanks a lot. It helped me a lot. I am accessing SQLMain variable inside Script task and updating connection string value of connection manager.
How do we use same...
July 28, 2008 at 6:52 am
Thanks a lot for the immediate response. I am not sure how to implement this logic. I am new to SSIS Packages. Please see my code below and correct me
1....
July 28, 2008 at 5:28 am
Viewing 11 posts - 1 through 11 (of 11 total)