Search found 5168 matches

by kumar_s
Mon Sep 18, 2006 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CURSOR SQLSERVER => DATASTAGE
Replies: 7
Views: 3700

So what is the problem? :wink:
by kumar_s
Mon Sep 18, 2006 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage hashed file detected
Replies: 12
Views: 5008

If you mean to say that, it does not run while scheduled, and runs ok when triggered manually, then check the paramter value that been passed when it is scheduled.
You can find the reset button in DS Director, next to run and Stop button. Looks like rewind button.
by kumar_s
Mon Sep 18, 2006 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date type cast
Replies: 12
Views: 7984

Check the date format that you have entred. "CCYY-MM-DD"
Instead you can convert to julian date, which also gives you integer as output.
by kumar_s
Mon Sep 18, 2006 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to avoid warnings when truncating field widths
Replies: 4
Views: 1253

If both the fields are defined as varchar, the whitespace are automatically striped off. You can then get the join.
by kumar_s
Mon Sep 18, 2006 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid precision value in Oracle
Replies: 1
Views: 723

Decimal datatype has maximum of 38,10. Try using double if required.
by kumar_s
Mon Sep 18, 2006 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning sh: dbx: not found/Xml Tfm stage
Replies: 5
Views: 3860

Do you get any other messaage related to Section Leader or node player?
What is the volume of the data?
by kumar_s
Mon Sep 18, 2006 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage hashed file detected
Replies: 12
Views: 5008

Welcome to Dsxchange!!! :D What is your job design? When your job run sucessfully? This might be due to a reason, that the disk space available for the Hash file creation will be full. When it failed, Reset the job, you will find "From Previous run..." event. Check for it. You may get more detials.
by kumar_s
Mon Sep 18, 2006 7:24 am
Forum: General
Topic: Enterprise with Teradata
Replies: 6
Views: 3995

Welcome to Dsxchange!!! :D
Check whether the table has the load previlage for that user. Also try to load from command prompt and check the state of the table. So that you can handle it in database prespective.
by kumar_s
Mon Sep 18, 2006 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cannot insert NULL into PRICE_DATE
Replies: 5
Views: 813

Flat file cannot change Null into a space " ", unless a conversion is used or an internal property is assigned.
by kumar_s
Mon Sep 18, 2006 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using 'Date' as column name in ODBC stage
Replies: 5
Views: 1636

Avoide column name as Keyword. Is tehere a way you can create a view for that table with different column name.
Pls post the exact message you get when you handle this.
by kumar_s
Mon Sep 18, 2006 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loop using Job Control
Replies: 4
Views: 2142

It should behave the same unless you the required variables are set to diffrent values.
Try to print the value of the variable and also check the actual row count for that run.
by kumar_s
Mon Sep 18, 2006 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory Management
Replies: 4
Views: 1902

You job might have serveral stages, and each stage will require its own memory for proper function. Each stage can be represented as one or many operators. And there will be one player per stage per job for each node you have in your config file for that particular run. Hence thourgh the variable, t...
by kumar_s
Mon Sep 18, 2006 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate Transform registration
Replies: 2
Views: 800

Can you delete the other duplicate post.
by kumar_s
Mon Sep 18, 2006 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trim leading 0's from decimal
Replies: 5
Views: 4000

You can use Trim function in Transformer, but you can directly map Integer column into varchar via transformer. DataStage will do the implicit conversion for you.
by kumar_s
Mon Sep 18, 2006 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cannot insert NULL into PRICE_DATE
Replies: 5
Views: 813

What is the exact error message? Check for nullability in the target table as well as the Load stage. By the way, why do you need to check for Null if you need to load Null based on the availablility of null in input?