dbTalk Databases Forums  

Problem running DTS package from asp

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Problem running DTS package from asp in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Richard
 
Posts: n/a

Default Problem running DTS package from asp - 09-22-2004 , 09:41 AM






Hello

We're developing some new code, trying to run a dts package from an asp web
page.

The package runs fine locally.

However, when trying to execute the package via asp, using this line of code


Set oPkg = Server.CreateObject("DTS.Package")


We get the error



Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/alerting/mailer.asp, line 11

800401f3



Any ideas?

Thanks for your help.



Richard



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Problem running DTS package from asp - 09-22-2004 , 04:31 PM






In article <ezyfGILoEHA.2588 (AT) TK2MSFTNGP12 (DOT) phx.gbl>, Richard wrote:
Quote:
Hello

We're developing some new code, trying to run a dts package from an asp web
page.

The package runs fine locally.

However, when trying to execute the package via asp, using this line of code

Set oPkg = Server.CreateObject("DTS.Package")

We get the error

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/alerting/mailer.asp, line 11

800401f3

Any ideas?

Thanks for your help.

Richard


Do you have the DTS dlls registered on the webserver?


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know





Reply With Quote
  #3  
Old   
Richard
 
Posts: n/a

Default Re: Problem running DTS package from asp - 09-23-2004 , 09:40 AM



The DLLs are registered on the sql server, recently sp3a'd. They're not
registered on the actual web server, and when trying to do so, I get the
error message

LoadLibrary("pathtodll") failed - The specified module could not be found.


Any ideas?

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
In article <ezyfGILoEHA.2588 (AT) TK2MSFTNGP12 (DOT) phx.gbl>, Richard wrote:
Hello

We're developing some new code, trying to run a dts package from an asp
web
page.

The package runs fine locally.

However, when trying to execute the package via asp, using this line of
code

Set oPkg = Server.CreateObject("DTS.Package")

We get the error

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/alerting/mailer.asp, line 11

800401f3

Any ideas?

Thanks for your help.

Richard



Do you have the DTS dlls registered on the webserver?


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.