April 25, 2005 at 9:37 am
I copied the following code almost verbatim from MS's article on how to run a DTS package from an ASP page using VBScript:
The code fails in the Server.CreateObject statement with:
"DTS.Package" is not listed in any of my ASP docs or books as a valid object. My IIS server and SQL server are on different boxes. Do I need to do something to tell my IIS server about DTS?
April 26, 2005 at 7:36 am
You need to register the Microsoft DtsPackage Object Library on the server that you are trtying to create the object on.
If you look at MSDN, or http://www.sqldts.com they tell you how to install the libraries on a server without having to install sql server and all the other components.
See http://www.sqldts.com/default.aspx?207
April 27, 2005 at 8:54 am
The SQLDTS article is essentially a copy of the code in the MSDN article, with the added description of how to wrap the code in a COM object. We're not allowed to write our own COM objects.
Neither article actually describes how to install the appropriate libraries on IIS with or without installing SQL.
Anyone have any ideas? I'm running out of options and time.
April 27, 2005 at 9:39 am
Aplogies. Thought that explained how to install dts without sql. See this link:
http://www.windowsitpro.com/SQLServer/Article/ArticleID/7444/7444.html
April 27, 2005 at 10:41 am
Thanks. That's what I need to pass along to the IIS folks.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply