Use existing project

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
meshnick1
Participant
Posts: 1
Joined: Tue Dec 06, 2011 9:39 am

Use existing project

Post by meshnick1 »

Hi,

Can i use existing DataStage project which located, for example, on shared between two servers, with another DataStage instance?
For example, we have shared resource /opt/shared, which can be used by serverA and serverB. DataStage is installed on serverA and ServerB. And we create new project from DataStage on serverA in /opt/shared/DSProject.
Can we indicate to DataStage on serverB to use project in /opt/shared/DSProject/ ?
Thanks for advance
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

The answer is no.

The reason is that the two servers maintain independent locking mechanisms, and you would have nothing in place to prevent one server from destroying or damaging components in use on the other server.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply