vote up 0 vote down star

Hi,

I've kept my ssis package in my local application folder and through vb.net m able to execute that as package.execute(), But when i publish the same code in my server, its showing some eror,

so is that we need to install sql server in the applicaiton server also ?

My server does'nt have sql server installed....

or any prerequisite do we need to install on my server machine to make this work....

flag
1  
Can you post more details on the error that you're getting? Is there any way of debugging the code on the server? – James Wiseman Oct 23 at 8:58

1 Answer

vote up 0 vote down check

You will need to install sql server integration services on that server

link|flag
But watever the assembly needed for executing the package i've kept that assembly in my application folder n i am accesing from there, its enough right???? – unknown (google) Oct 23 at 5:36
Hi, I've installed only Sql server Integration services component in my server, still its showing error – unknown (google) Oct 23 at 6:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.