Search found 111 matches

by mahadev.v
Thu Dec 04, 2008 11:38 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Dead lock when running column analysis
Replies: 2
Views: 4563

was deadlocked on lock resources with another process and has been chosen as the deadlock victim :shock: . Rerun the transaction.
What happens when you rerun? still the same error?
by mahadev.v
Wed Dec 03, 2008 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data type
Replies: 8
Views: 2555

Hmm. Warning can be handled. But is the value getting loaded correctly. i had the same problem and direct mapping did the trick.
by mahadev.v
Wed Dec 03, 2008 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data type
Replies: 8
Views: 2555

Dont push. People post only when they have a suggestion. Are you changing the data type to "Float" in DataStage? Did you try a direct mapping from Double to float?
by mahadev.v
Thu Nov 20, 2008 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Added field has duplicate identifier()
Replies: 3
Views: 1491

You have a duplicate field name. Probably in the place where u are joining. Click on "Show Error" button on the compile dialog box to see which stage is giving this error. Or switch on the "Stage validation errors" in the menu.
by mahadev.v
Tue Nov 11, 2008 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate exception in main program
Replies: 1
Views: 1155

you would ahve to explain your job design before anyone can suggest a solution. Are you using a schema file to specify meta data? Doing any conversions to decimal? you have missed giving the precision for a decimal field somewhere in your job.
by mahadev.v
Tue Nov 11, 2008 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB stage causing table deadlock
Replies: 6
Views: 4039

On the input link to your DB2/UDB stage, Hash partition the data on all key fields.
by mahadev.v
Wed Oct 22, 2008 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rounding off function in PX
Replies: 2
Views: 1899

Use DecimaltoDecimal conversion. rtype I think is 'round_' something. Search the parallel job developers guide on 'rtype'.
by mahadev.v
Wed Oct 22, 2008 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to compile parallel job having transformer
Replies: 2
Views: 1117

Do a search on "Compiler "cl" not found". it is a problem with C++ compiler installation or with the environmental variables.
by mahadev.v
Tue Oct 21, 2008 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Before Job SQL" in PX
Replies: 3
Views: 1326

There are options in Oracle Enterprise stage called "Open Command" and "Close Command" for implementing this.
by mahadev.v
Thu Sep 25, 2008 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How To Change the Length Of a Column In ModifyStage
Replies: 2
Views: 1245

Changing the length from 20 to 16 might truncate the data in the field. And also logs a warning. Better option would be to change the length of your main link field to 20 from 16.
by mahadev.v
Wed Sep 17, 2008 10:44 pm
Forum: General
Topic: Record Delimiter
Replies: 6
Views: 3507

Not sure how to specify a hex character as a delimiter in the sequential file stage. But probably you can change the character to a coma or any other character using unix command in external source stage. See if this post helps.

viewtopic.php?t=113640
by mahadev.v
Mon Sep 15, 2008 12:12 am
Forum: IBM QualityStage
Topic: QS Job - Standardize Stage with a Transformer Stage
Replies: 4
Views: 7299

Do a search on "Subprocess command failed with exit status 256" and see if one of the posts help. Also looking at the error "Output from subprocess: Compiler "cl" not found" maybe the C++ compiler is not installed correctly or the environmental variables related to it a...
by mahadev.v
Fri Sep 12, 2008 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trap Duplicate record
Replies: 7
Views: 3656

Are we supposed to guess the problem you are facing in parallel jobs?
by mahadev.v
Fri Sep 12, 2008 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using ODBC Enterprise stage getting this error
Replies: 7
Views: 2944

Add the environment variable "APT_DISABLE_COMBINATION" and set the value to "TRUE" in your job. Run the job and copy paste the error message here.