WOW!!! You may be a winner! I will certainly try it tommorrow when I get to work..
We log into our Server as Ultiserv\UltiSql
But the integrated server was named just Ultiserve.
Main Topics
Browse All TopicsFirst time deploying package.
I hit build for my package, and found it in explore.. I could see the package as a .dtsx, I see the SSISDeploymentManifest..
I went to the Server and clicked the SSISDeploymentManifest and went through the wizard choosing to send it straight to SQL..
I had no errors.. But nothing I set in the Package Configuration prompted, though it saw a dependency. The summary of the deployment showed it knew about the package.
I log onto the Integrated services.
In the tree view under packages I see a folder with the SSIS Project name, but nothing in it.
under MSDB there is nothing.
Where do I even start to track the error?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: brejkPosted on 2009-11-03 at 14:18:40ID: 25734450
Do you have multiple SQL Server instances on a single machine? Or maybe you have one instance but this is a named instance? If so - find MsDtsSrvr.ini.xml file (by default it's located in C:\Program Files\Microsoft SQL Server\100\DTS\Binn\), enter the name of the instance in <ServerName> element (by default there is a dot which means the local default instance of SQL Server engine will store the SSIS packages deployed to SQL Server). Example: if I want to store the packages on my local server named MyServer on the instance named MyInstance, the <ServerName> element would look like below.
nce</Server Name>
<ServerName>MyServer\MyInsta
PS. You have to restart SSIS service before any changes to MsDtsSrvr.ini.xml file apply.