Updating Routines via Imports

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
gup
Premium Member
Premium Member
Posts: 44
Joined: Tue Sep 21, 2004 1:15 pm

Updating Routines via Imports

Post by gup »

We have created our own routines for a project we are working on. When we change something on a routine ( such as modifying code ), what is the best way to get that change into another environment? We have a TEST, DEV , QA and Production setup.

It gives READ ONLY errors and will not update the routines in Production.

Is there a preferred method to get these routines updated?

Thanks -- Matt
ramesh_dw
Participant
Posts: 21
Joined: Tue Mar 23, 2004 10:44 pm
Location: Chennai

Re: Updating Routines via Imports

Post by ramesh_dw »

The best way to transfer routines between projects is through Export & import (DSX files)... Make sure that you have relevant privileges in the projects.

If you are getting READ ONLY errors.. find out whether it is a Protected project..

Thanks
Ramesh
nsm
Premium Member
Premium Member
Posts: 139
Joined: Mon Feb 09, 2004 8:58 am

Post by nsm »

Matt,

I think You are getting erors because of permissions issue.
When You are Initialize/Promote in DS Version Control use appropriate Credentials.

If you do it through Import/Export anyone who has permissions to login into QA/TEST/Prod env they can change the code too.Code won't be in Sync.

If you want to keep the routines as Read Only then best way to do that is use the DataStage Version Control.

nsm.
Post Reply