Search found 726 matches

by zulfi123786
Wed Dec 23, 2009 1:12 am
Forum: General
Topic: How to run UV commands from Unix
Replies: 15
Views: 24577

How to run UV commands from Unix

uvsh is used to run UV queries (Please correct if wrong) Well i am getting the following error ==> uvsh DataStage Command Language 7.5 Copyright (c) 1997 - 2004 Ascential Software Corporation. All Rights Reserved bin logged on: Wed Dec 16 03:37:41 2009 >SELECT * FROM DS_JOBS WHERE NAME LIKE 'djpLODD...
by zulfi123786
Tue Dec 22, 2009 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does orchadmin copy command create a new data file?
Replies: 1
Views: 1160

Does orchadmin copy command create a new data file?

Does orchadmin copy command create a new data file? or just duplicates the descriptor file?
by zulfi123786
Fri Nov 20, 2009 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abort a job from within a transformer stage
Replies: 5
Views: 5540

How to abort a job from within a transformer stage

Is there any function to abort the job from within a transformer stage, if not then how can this be best achieved?
by zulfi123786
Fri Oct 30, 2009 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with DB2 Enterprize stage
Replies: 1
Views: 1002

Need help with DB2 Enterprize stage

I am trying to perform Upsert using DB2 enterprize stage over a table which has 3 Primary key columns (Composite primary key) but while performing the upsert i have specified ony 2 out of the 3 key columns. It is aborting with a message that the third columns is missing in the input data set. How ca...
by zulfi123786
Sun Oct 18, 2009 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with Aggregator stage.
Replies: 3
Views: 1435

this is an error message which is causing the job to abort
by zulfi123786
Sun Oct 18, 2009 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with Aggregator stage.
Replies: 3
Views: 1435

problem with Aggregator stage.

"Aggregator_91,0: The current soft limit on the data segment (heap) size (2147483645) is less than the hard limit (2147483647), consider increasing the heap size limit"
This is the error i am getting.... Please advice how to overcome this.
by zulfi123786
Sun Oct 18, 2009 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to create DB2 temporary tables in DB2 stage
Replies: 2
Views: 1504

Is it possible to create DB2 temporary tables in DB2 stage

Hi, I am using DB2 Enterprise Stage and want to create temporary tables and load them with some data before my actual query runs, i tried it using the Open command but no luck..... Can any one help??? and also if a job contains more than one DB2 stage, i guess a seperate session is created for each ...
by zulfi123786
Sun Oct 18, 2009 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to open a job which is opened by some one else?
Replies: 3
Views: 1637

How to open a job which is opened by some one else?

Hi,

If i need to open a job which has been opened by some one else how to do it? If the other person has changed the content then how to save it and then open at my end?
by zulfi123786
Sat Oct 03, 2009 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does DataStage store Annotations?
Replies: 17
Views: 6390

Is it possible to see the performance statistics of a previous run (the one before the current one) ???
by zulfi123786
Wed Sep 30, 2009 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in using DB2 enterprise stage
Replies: 1
Views: 1348

Need help in using DB2 enterprise stage

I have logged into DS using one id and trying to connect to DB2 using different id. The job aborts saying Section Leader died after the max number of retries are made to the database.

Why is this so???
by zulfi123786
Mon Sep 28, 2009 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to change the read cache memory size for hashfile
Replies: 8
Views: 2022

I am doing a look up on a hashfile and in log i can see that it is Private caching.....
What is the difference between Private caching and public caching???
by zulfi123786
Mon Sep 28, 2009 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to change the read cache memory size for hashfile
Replies: 8
Views: 2022

how to change the read cache memory size for hashfile

the default size is 128 mb, how can i change this setting to a higher value for better performance?
by zulfi123786
Mon Sep 28, 2009 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in understanding the join mechanism
Replies: 1
Views: 1038

Need help in understanding the join mechanism

What happens when a join is performed on pair of keys which donot have the same metadata, i think for a join to be performed only the column name should be the same and the metadata of the keys can be different. For Example a join is performed on column "KEY" which is char 10 in left link ...