BIDS open package in database

  • I saved a package in BIDS onto a server database. In BIDS, when I try to open the package, I get msdb does not exist. Another database does show up called "admin". I can open that one ok. I can schedule a job and see the package there. And yet, when I go into Management Studio I can see MSDB there.

  • Connect to SSIS (Integration Services) and not MSDB in your database server.

  • ok, in BIDS, how do I connect to SSIS?

  • Not in BIDS. In SQL Server Management Studio, click on connect and change from database service to integration services. If u just want to check if the package exists in msdb, select * from the sys.dts**packages etc tables in msdb database.

  • Sailor (1/29/2009)


    I saved a package in BIDS onto a server database. In BIDS, when I try to open the package, I get msdb does not exist. Another database does show up called "admin". I can open that one ok. I can schedule a job and see the package there. And yet, when I go into Management Studio I can see MSDB there.

    In BIDS, did you right-click on SSIS Packages and select "Add existing package"? All I can think is you put in the wrong server name when specifying where to retrieve the package from.

    Greg

  • Greg Charles (1/29/2009)


    Sailor (1/29/2009)


    I saved a package in BIDS onto a server database. In BIDS, when I try to open the package, I get msdb does not exist. Another database does show up called "admin". I can open that one ok. I can schedule a job and see the package there. And yet, when I go into Management Studio I can see MSDB there.

    In BIDS, did you right-click on SSIS Packages and select "Add existing package"? All I can think is you put in the wrong server name when specifying where to retrieve the package from.

    ahhh, no I did not try to right click on SSIS packages! I was trying under File->Open->Analysis Services Database.

    I think that's it...(right mouse click on SSIS package which will load from sql server)...

  • Right. You'd do what you were trying if you were developing an Analysis Services project, not an Integration Services project.

    Greg

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply