Hi,
I have a Vb.Net application that when the user hits a button it runs a SQL Server stored procedure. that executes a SSIS package on the server.
In this package it gets the data from a table on the server, then moves and renames the file to a staging table. It then moves the to the folder on a another server. I am using the SSIS package because after this step it is going to FTP it to another server.
the strange thing is if I run the package in SSI it works great.
If I execute the package on the server it works great.
If I execute the stored procedure it works great.
However, if I run the VB app it run through all but the last step in the package and stops. No error, just does not work
Any ideas why and what I can do ?
Thank you
I have a Vb.Net application that when the user hits a button it runs a SQL Server stored procedure. that executes a SSIS package on the server.
In this package it gets the data from a table on the server, then moves and renames the file to a staging table. It then moves the to the folder on a another server. I am using the SSIS package because after this step it is going to FTP it to another server.
the strange thing is if I run the package in SSI it works great.
If I execute the package on the server it works great.
If I execute the stored procedure it works great.
However, if I run the VB app it run through all but the last step in the package and stops. No error, just does not work
Any ideas why and what I can do ?
Thank you