Package location
I am working with Sql Server 2005. I have been asked to create a new job. In looking at an already existing job properties, I see the Category is one of our packages. I'd like to see the configuration for the package, but have no idea where it is located. I've done a search on the package's name as it is listed on the Job Category, but still cannot find it. How can I find this package? Thanks!
September 17th, 2011 1:37pm

See this walkthrough: How to Schedule and Run a SSIS package ( DTS ) Job in SQL Server 2005 - http://www.codeproject.com/KB/aspnet/Schedule__Run__SSIS__DTS.aspxArthur My Blog
Free Windows Admin Tool Kit Click here and download it now
September 17th, 2011 1:48pm

Don't need to create a new package, need to find one already created.
September 17th, 2011 2:03pm

Is the job calling package using command line? If you can you paste the commad here.
Free Windows Admin Tool Kit Click here and download it now
September 17th, 2011 2:18pm

(See screen shot below). I want to find the location of Package so I can take a look at how customer_active_last_six_months is configured and then use that as a model to create another entry in the package. These entries export a tables data into an Excel spreadsheet.
September 17th, 2011 2:28pm

Two approaches: You can simply double click the package on a machine where SSIS is installed - it will attempt to open it with DTExecGUI in which you will be able to see the package configurations settings. Another would be to open it is BIDS and then see the config by clicking the SSIS item from the tool bar menu.Arthur My Blog
Free Windows Admin Tool Kit Click here and download it now
September 17th, 2011 2:29pm

I see what you need: Ok, use SSMS to connect to SSIS (not the database engine and see if you can locate the package in the package store). If not in the package store, then just search for file name customers_active_last_six_months.dtsx A package can be in a database (MSDB) or as a file.Arthur My Blog
September 17th, 2011 2:35pm

When I attempt to access SSIS through SSMS the "Authentication" fields are disabled and I cannot enter the system administrator user name and password. I don't have rights with my windows authentication.
Free Windows Admin Tool Kit Click here and download it now
September 17th, 2011 2:42pm

There is no mixed authentication for SSIS. what is the error on logon?Happy to help! Thanks. Regards and good Wishes, Deepak. http://deepaksqlmsbusinessintelligence.blogspot.com/
September 17th, 2011 3:03pm

No error. Just trying to locate a package's definition/configuration in SSIS so I can use it to create a similar entry for another step in my Job in SSMS.
Free Windows Admin Tool Kit Click here and download it now
September 17th, 2011 3:08pm

Hi Donna, Please try to switch to the administrator and login the server, access SSIS through SSMS, you will find the package in Stored Packages--MSDB--customers_active_last_six_months folder. Thanks, Sharp Please remember to mark the replies as answers if they help you and unmark them if they provide no help.
September 20th, 2011 1:47pm

I am unable to login directly onto the server. However, I resolved the issue in SSMS by using the Import and Export Wizard to create my export file and selecting to Save SSIS Package. Then the package was available when creating a new job step. Thank you!
Free Windows Admin Tool Kit Click here and download it now
September 24th, 2011 10:45am

Please do not look for back-doors. I am afraid to comfortably being able to manage and/or develop SSIS packages you need to be granted the proper access rights to SSIS.Arthur My Blog
September 24th, 2011 10:59am

Arthur, I understand your position and thank you for your response. I am not looking for back doors but working within the confines of the organization for which I am working. I will work to get proper access rights. Again, thank you!
Free Windows Admin Tool Kit Click here and download it now
September 24th, 2011 11:04am

Hi Donna, Please try to switch to the administrator and login the server, access SSIS through SSMS, you will find the package. Thanks, Sharp Please remember to mark the replies as answers if they help you and unmark them if they provide no help.
September 25th, 2011 7:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics