GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  DataStage

 Print  |  
Question:  Have you ever involved in updating the DS versions like DS 5.X, if so tell us some the steps you have



July 07, 2007 10:47:04 #1
 sharath   Member Since: Visitor    Total Comments: N/A 

RE: Have you ever involved in updating the DS versions...
 

A) Yes. The following are some of the steps; I have taken in doing so:


1) Definitely take a back up of the whole project(s) by exporting the project
as a .dsx file

2) See that you are using the same parent folder for the new version also for
your old jobs using the hard-coded file path to work.

3) After installing the new version import the old project(s) and you have to
compile them all again. You can use ‘Compile All’ tool for this.

4) Make sure that all your DB DSN’s are created with the same name as old one’s.
This step is for moving DS from one machine to another.

5) In case if you are just upgrading your DB from Oracle 8i to Oracle 9i there
is tool on DS CD that can do this for you.

6) Do not stop the 6.0 server before the upgrade, version 7.0


Install process collects project information during the upgrade. There is NO
rework (recompilation of existing jobs/routines) needed after the upgrade.



     

 

Back To Question