dbTalk Databases Forums  

Getting DTS task titles from ASP

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


Discuss Getting DTS task titles from ASP in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Park Hye Yion
 
Posts: n/a

Default Getting DTS task titles from ASP - 12-19-2003 , 01:31 AM






We have two separated machines, one for MS SQL Server and another for web server. The problem is that I wrote an asp file to read DTS task titles on the web server which doesn't have SQL Server installed. However, because of absence of SQL Server, my ASP couldn't use certain components such as Server, DTSGlobalVariables, etc. I was told that I need to find an appropriate DLL file and register them.

Does anybody have any idea which DLL to use and where to register them??

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

Default Re: Getting DTS task titles from ASP - 12-19-2003 , 01:36 AM






The DTS dlls can be found here.**

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

** Grab yourself a machine with the relevant version of SQL Server that you
are using. Note where the dlls listed in the article are located on the
filesystem. Recreate the structure. Register the dlls in these locations.
The locations in the articles work but are not best practice.

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Park Hye Yion" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
We have two separated machines, one for MS SQL Server and another for web
server. The problem is that I wrote an asp file to read DTS task titles on
the web server which doesn't have SQL Server installed. However, because of
absence of SQL Server, my ASP couldn't use certain components such as
Server, DTSGlobalVariables, etc. I was told that I need to find an
appropriate DLL file and register them.
Quote:
Does anybody have any idea which DLL to use and where to register them??



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.