|
-
September 28th, 2010, 02:05 PM
#1
SSIS package Excecution
Hi,
I want to execute a ssis package from vb.net application.
I am getting the following error while calling a ssis package from vb.net application.
The specified package could not be loaded from the SQL Server database
ssis package is working fine from BIDS as well as from SQL Server Management Studio (SSMS).
Package is deployed to the File System of SSMS.
I am using the following code.
Code:
app.LoadFromSqlServer("\\MData_import", "70.50.30.891\SQL2005", Nothing, Nothing, Nothing)
where app is the Microsoft.SqlServer.Dts.Runtime.Application object and MData_import is the package name.
There is no password set for the package.
Please help me to resolve my issue.
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|