Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 DTSInstall.exe not created when project is built

Author  Topic 

mwjdavidson
Aged Yak Warrior

735 Posts

Posted - 2007-01-18 : 04:57:15
Hi,
A bit of a long-shot posting this here, as this area doesn't seem to see too much action, but Google is failing me!
I've run through all the necessary steps to create a deployment utility (as per [url]http://www.microsoft.com/technet/prodtechnol/sql/2005/mgngssis.mspx[/url]), but am not getting the DTSInstall exe when I build the project. No errors or warnings are generated, and all the other files (including the SSISDeploymentManifest) are created as expected. Anyone have any good ideas?

Mark

snSQL
Master Smack Fu Yak Hacker

1837 Posts

Posted - 2007-01-18 : 13:01:01
That article is out of date. The dtsinstall.exe is not copied to the deployment folder. It is in the SQL Server application folder and runs when you double-click the manifest file in the deployment folder, so you don't need to copy or find it. Just double-click the manifest file and the wizard will open. Obviously this needs to be on a computer where the client tools are installed (the location is C:\Program Files\Microsoft SQL Server\90\DTS\Binn by default).
Go to Top of Page

snSQL
Master Smack Fu Yak Hacker

1837 Posts

Posted - 2007-01-18 : 13:02:58
BTW - this is correctly described in Books Online, so you can read more there (in general I'd say start with Books Online before you start Googling).
Go to Top of Page

mwjdavidson
Aged Yak Warrior

735 Posts

Posted - 2007-01-19 : 06:22:27
Thanks a lot snSQL!

Mark
Go to Top of Page
   

- Advertisement -