Rename Jobs

How will you rename all of the jobs to support your new File-naming conventions?

Questions by ankeshjain   answers by ankeshjain

Showing Answers 1 - 2 of 2 Answers

vkamatag

  • Dec 8th, 2009
 

Create a excel spreadsheet with new and old names. Export the whole project as a .dsx. write a perl program, which can do simple rename of the strings looking looking up the excel file. Then import the new .dsx file probably into a new project for testing.Recompile all the jobs. Be cautious that teh name of the jobs has also been changed in the job control jobs or sequencer jobs. so you have to make the necessary changes to these sequencers.

Vinay

  Was this answer useful?  Yes

More easily you can export to an XML file then simply do a find and replace. You can do this for any changes, job names, parameters, etc. Then import the jobs back to the project. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions