dbTalk Databases Forums  

Error in executing DTS from ASP page

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


Discuss Error in executing DTS from ASP page in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mamatha MD via SQLMonster.com
 
Posts: n/a

Default Error in executing DTS from ASP page - 12-17-2004 , 01:14 AM






Hi,

I have to execute the DTS package from ASP file.
But the following line throws error
Set oPkg = Server.CreateObject("DTS.Package")

Error type:
Server object, ASP 0177 (0x800401F3)
Invalid ProgID.

Does anybody know the solution?

Thanks,
Mamatha

--
Message posted via http://www.sqlmonster.com

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

Default Re: Error in executing DTS from ASP page - 12-17-2004 , 01:27 AM






You probably do not have the DTS dlls on the box in question

Redistributing DTS with your program
(http://www.sqldts.com/default.aspx?225)

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"Mamatha MD via SQLMonster.com" <forum (AT) SQLMonster (DOT) com> wrote

Quote:
Hi,

I have to execute the DTS package from ASP file.
But the following line throws error
Set oPkg = Server.CreateObject("DTS.Package")

Error type:
Server object, ASP 0177 (0x800401F3)
Invalid ProgID.

Does anybody know the solution?

Thanks,
Mamatha

--
Message posted via http://www.sqlmonster.com



Reply With Quote
  #3  
Old   
Mamatha MD via SQLMonster.com
 
Posts: n/a

Default Re: Error in executing DTS from ASP page - 12-17-2004 , 02:17 AM




I checked that site. I was not able to register "sqlresld.dll,sqlunirl.dll". What other files do we require to register these DLLs? Any idea

--
Message posted via http://www.sqlmonster.com

Reply With Quote
  #4  
Old   
Darren Green
 
Posts: n/a

Default Re: Error in executing DTS from ASP page - 12-21-2004 , 04:56 PM



In message <2adb9bbcfb2c4cbbbee40314678e55ba (AT) SQLMonster (DOT) com>, Mamatha MD
via SQLMonster.com <forum (AT) SQLMonster (DOT) com> writes
Quote:
I checked that site. I was not able to register
"sqlresld.dll,sqlunirl.dll". What other files do we require to register
these DLLs? Any idea

Those DLLs cannot be registered. The column entitled "Register"
indicates the DLLs can and should be registered.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.