TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sivajihero Hero
NA
105
32.5k
Package is not running while run from iis
Nov 17 2016 3:22 AM
This program is running successfully in my computer. But when I run from IIS its not running. How Can I give the location of New Package1.dtsx in the program to run from iis.
private void Execute_Package()
{
string packageLocation;
Package ssisPackage;
Microsoft.SqlServer.Dts.Runtime.
Application ssisApplication;
DTSExecResult ssisPackageResult;
packageLocation = @"D:\New Package1.dtsx";
ssisApplication = new Microsoft.SqlServer.Dts.Runtime.Application();
ssisPackage = ssisApplication.LoadPackage(packageLocation, null);
ssisPackageResult = ssisPackage.Execute();
}
Reply
Answers (
0
)
Gridview rowcommand event
how to create and implement class for keypress event