Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I will really apreciate any help.
This is my case.
I have created a simple application that ask for a email and a selection from a combo box. using this information and "using Microsoft.SqlServer.Dts.Runtime" conect to an ftp and executes SSIS files. My application is working just fine if i run it locally or in any pc that has instaled sqlserver 2005 on it. But if i try tu run it in a clean pc (with not SQL server instaled) it won't run. What is fanny is that doesn't even show an error message or anything. It just doesn't run, i try look into the event viewer and not message are left either and in the task manager i can see how it start to run and inmediatly is stoped.
since it doesn't run in a pc with no sqlserver i tought that has to be with me using the component to run SSIS files, so i tried generating a SETUP project and all the dependencies are added including Mricrosoft.SQLServer.ManagedDTS.dll so I was pretty sure this will work it out. But what a sorprise, it just keeping doing the same.

Any one that can help me? i will really apreciated, i have look over the internet for almost 3 days now and i haven't found anything usefull specially because i don't have any error message to start from.
Thanks.
Posted

1 solution

Take a look at the following link. This has a detailed example and sample app.

Running an SSIS Package Programmatically on a Remote Computer[^]
 
Share this answer
 
Comments
Camilo Serna 21-Jun-11 15:31pm    
Thanks Vivek, but i don't really have a problem with the execution of the SSIS package. My application actually runs great on my computer. I don't use the server agent but i do use the api mentioned on the article you sent: Microsoft.SqlServer.ManagedDTS.
My real issue es when i created the setup aplication for the one that runs the ssis files. Me setup application run ok and generates the application on any machine. But it will only work in pc that has SQLSERVER 2005 instaled otherwise will not even run.

Any ideas. Thanks a lot
any ideas

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900