Search found 288 matches

by dspxlearn
Thu Feb 28, 2008 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_TIMEOUT
Replies: 6
Views: 4292

By searching the forum, i found that many people suggest that increasing these parameters will not help much.

Anyways, we raised this to our admin. I will post their solution once i hear from them.
by dspxlearn
Thu Feb 28, 2008 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job exists in Director but not in Designer repository
Replies: 10
Views: 3332

Did you try refreshing the director or closing or reopening it?
by dspxlearn
Thu Feb 28, 2008 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_TIMEOUT
Replies: 6
Views: 4292

Hi throbinson,

Our default configuration settings(uvconfig) are as below:
GLTABSZ =120
RLTABSZ =220
MAXRLOCK =219

We had 80 to 90 jobs started at the same time (04:00 AM) out of which 32 failed. Out of these jobs few were running in multiple instances.
by dspxlearn
Thu Feb 28, 2008 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: zero output as 0.00
Replies: 5
Views: 2630

Hello Barbara, Are you trying to display in the target as '0.00' (varchar datatype)? If yes did you try this: Field(DecimalToString(STAGE_VARIABLE_NAME_HERE, 'fix_zero, suppress_zero'), '.', 1) : '.' : Left(Field(DecimalToString(STAGE_VARIABLE_NAME_HERE, 'fix_zero'), '.', 2) : Str('0', 2) , 2) Let u...
by dspxlearn
Thu Feb 28, 2008 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: zero output as 0.00
Replies: 5
Views: 2630

Hello Barbara, Are you trying to display in the target as '0.00' (varchar datatype)? If yes did you try this: Field(DecimalToString(STAGE_VARIABLE_NAME_HERE, 'fix_zero, suppress_zero'), '.', 1) : '.' : Left(Field(DecimalToString(STAGE_VARIABLE_NAME_HERE, 'fix_zero'), '.', 2) : Str('0', 2) , 2) Let u...
by dspxlearn
Thu Feb 28, 2008 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff Developers and Designers
Replies: 3
Views: 1566

mch_suresh,

Please don't post your inverview questions here!! :x
If you really need them, then there is a search facility among the various options avaliable on the front page itself..I suggest you better go with that. :)
by dspxlearn
Thu Feb 28, 2008 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment Variable
Replies: 6
Views: 2576

SEARCH
You will get a looooot of environmental variables.
Esle, look into DataStage reference manuals.
by dspxlearn
Thu Feb 28, 2008 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Peek Stage
Replies: 7
Views: 3530

Peek Stage :?:

Just peep into the directors log. By default, if the peek record output mode is set to = JobLog', all its related log information will start with your peek stage's given name.

If the peek record output mode is set to = JobLog, then it will write to second output link of this stage.
by dspxlearn
Thu Feb 28, 2008 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJE_TIMEOUT
Replies: 6
Views: 4292

Thank you ArndW,

We have reported this to out UNIX server admin.
by dspxlearn
Fri Feb 22, 2008 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Training
Replies: 1
Views: 871

Share your credit card details!!
I can give you the basic DataStage training. :D :D
Take it easy....
by dspxlearn
Thu Feb 21, 2008 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append Current time stamp for existing column
Replies: 4
Views: 2251

Did you try out this before posting:

Code: Select all

CurrentTimestamp()
by dspxlearn
Thu Feb 21, 2008 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append Current time stamp for existing column
Replies: 4
Views: 2251

Did you try out this before posting:

Code: Select all

CurrentTimestamp()
by dspxlearn
Thu Feb 21, 2008 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: long query
Replies: 6
Views: 2768

If you have Unions split it into multiple stages. And if there are Joins in the Sql, use the stages as required.
by dspxlearn
Thu Feb 21, 2008 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: long query
Replies: 6
Views: 2768

If you have Unions split it into multiple stages. And if there are Joins in the Sql, use the stages as required.
by dspxlearn
Thu Feb 21, 2008 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data error in oracle enterprise stage
Replies: 12
Views: 8891

just4geeks,

Did you import the Oracle metadata from the table definitions or edited it manually?

The 'Only' reason for your case is that your datatypes from the source isn't matching with the metadata you have imported/edited.

As Ray said check them first.