List of all Px Stages

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Vinothbaskaran
Participant
Posts: 22
Joined: Mon Aug 25, 2008 4:01 am

List of all Px Stages

Post by Vinothbaskaran »

Hi,
Can you let me know the names of all ( atleast most) parallel stages in datastage. I mean the name that Datastage uses.
Eg : for oracle PxOracle ( i want these names )

Thanks!
Vinothbaskaran
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Code: Select all

SELECT @ID FROM DS_STAGETYPES WHERE @ID NOT LIKE '\\%';
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Vinothbaskaran
Participant
Posts: 22
Joined: Mon Aug 25, 2008 4:01 am

Thanks!

Post by Vinothbaskaran »

Thank you Ray!

Also can you let me know as where to fire this query?
Vinothbaskaran
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Administrator client Command window or within a dssh shell in the project directory on the DataStage server machine.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Vinothbaskaran
Participant
Posts: 22
Joined: Mon Aug 25, 2008 4:01 am

Thanks!

Post by Vinothbaskaran »

Thanks Ray!
Vinothbaskaran
aaryabhatta
Premium Member
Premium Member
Posts: 20
Joined: Mon Dec 19, 2005 10:00 pm
Location: UK

Post by aaryabhatta »

I was trying this query, it worked from adminsitrator client but the following error is thrown using dssh command.

=DataStage/SQL: Table "DS_JOBS" does not exist.

Any idea why is it so?
aaryabhatta
Premium Member
Premium Member
Posts: 20
Joined: Mon Dec 19, 2005 10:00 pm
Location: UK

Post by aaryabhatta »

Same error for all tables

=DataStage/SQL: Table "DS_STAGETYPES" does not exist.
=DataStage/SQL: Table "DS_JOBS" does not exist.
Vinothbaskaran
Participant
Posts: 22
Joined: Mon Aug 25, 2008 4:01 am

yeah!

Post by Vinothbaskaran »

It d same here too!

In ADMN client it working.. but not in dssh..

btw.. can somebody tell me as how to list all the tables in Datastage SQL prompt??? i.e in dssh...
Vinothbaskaran
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

ray.wurlod wrote:Administrator client Command window or within a dssh shell in the project directory on the DataStage server machine.
Either that or "LOGTO" the project in question after you connect.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply