Yes SQL SP2 has been installed
Main Topics
Browse All Topicswe have a cluster set up with two nodes, installed itegration services on both nodes. When the cluster fails over integration services packages are not available and the msdb database is not available which is where the packages are stored.
Can anyone tell me how to set this up so integration services is always available.
Thanks
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.
Here are the steps to cluster SSIS:
http://msdn2.microsoft.com
You do not rally have to cluster SSIS to get this to work. The main points are these:
Now you must modify the location and the content of the service configuration file so that both the configuration file and the package store are available to all nodes in the case of a failover. Locate the configuration file at %ProgramFiles%\Microsoft SQL Server\90\DTS\Binn\MsDtsSr
Create a new folder named Packages on the shared disk. Grant List Folders and Write permissions on the new folder to the built-in Users group.
Open the configuration file from the shared disk in a text or XML editor. Change the value of the ServerName element to the name of the virtual SQL Server which is in the same group.
Change the value of the StorePath element to the fully-qualified path of the Packages folder created on the shared disk in a previous step.
Update the value of HKEY_LOCAL_MACHINE\SOFTWAR
Business Accounts
Answer for Membership
by: imran_fastPosted on 2007-04-04 at 02:14:42ID: 18849222
Check if you have latest service pack installed.