Search found 5168 matches

by kumar_s
Sun Dec 17, 2006 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController Error
Replies: 2
Views: 1105

Need the Null handling as mentioned. Use Operator Combinablity option available in transformer to false, so that you can get know more on where you getting the error.
by kumar_s
Sun Dec 17, 2006 2:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading sequential file as a single field
Replies: 14
Views: 3485

Care to specify the solution that you had opted and mark the topic as resolved, so the search function can be more efficient for others.
by kumar_s
Sun Dec 17, 2006 2:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding date transformtions
Replies: 19
Views: 4750

Try this

Code: Select all

Oconv(Iconv(DSLink3.HIREDATE,"D-DMY[,A,]"),"D/YMD[A,]")
by kumar_s
Fri Dec 15, 2006 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum length in a column in Sequential stage in PX
Replies: 2
Views: 841

Try using LongVarChar as datatype.
by kumar_s
Fri Dec 15, 2006 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not enough storage is available in the "QUERY_HEAP"
Replies: 6
Views: 2964

Or you can use your front end tool also.
You can check the Performance tab available on Instances folder of Control Center. You can change the Query heap size. By default it is 1000, you can change to 2048 or even more.
by kumar_s
Fri Dec 15, 2006 3:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Save doublon
Replies: 22
Views: 5972

Yes
Yes.
by kumar_s
Fri Dec 15, 2006 3:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Active stage custom exp job staus (0,1,2,3) refer to?
Replies: 5
Views: 1531

You mean JobActivity? Equ DSJS.RUNNING To 0 ;* This is the only status that means the job is actually running Equ DSJS.RUNOK To 1 ;* Job finished a normal run with no warnings Equ DSJS.RUNWARN To 2 ;* Job finished a normal run with warnings Equ DSJS.RUNFAILED To 3 ;* Job finished a normal run with a...
by kumar_s
Fri Dec 15, 2006 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get rid of warning trigger
Replies: 10
Views: 3074

What was the condition that you gave in the Warning conditional. That might have lead to the warnings in the main Job control. DSSetUserStatus can be used either in BASIC transformer or in Server shared container in PX.
by kumar_s
Fri Dec 15, 2006 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading sequential file as a single field
Replies: 14
Views: 3485

Dont use it as Fixed width. Change it to varchar and have line terminator as none. Pretty much thats it.
by kumar_s
Fri Dec 15, 2006 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is separete ceritifcation for server and parellel?
Replies: 4
Views: 1479

That was an excellent collation of useful materials.
Shouldn't the WebSphere II Developernet be pointing to new IBM website.
by kumar_s
Thu Dec 14, 2006 9:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get rid of warning trigger
Replies: 10
Views: 3074

Any APT variable which can set a sequence to create a warning when its underlying job finishes ok?!?! (Iam sure Kim, wont refer to Message handler)
by kumar_s
Thu Dec 14, 2006 9:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP APO
Replies: 6
Views: 1768

Took me while to get the result of the query

Then you better index on what you know, to avoid full table scan. Juz kidding. :wink:
by kumar_s
Thu Dec 14, 2006 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading as per date value
Replies: 9
Views: 2358

As mentioned by Whale, read it as single varchar field, parse it in a transformer. Check for "generation date:" and store the date into a stage variable, and populate this variable in 4th column until you get a records with "generation date:". The 5th can be populated with SYSDATE or Date() in datas...
by kumar_s
Thu Dec 14, 2006 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Job Hangs
Replies: 5
Views: 1368

The status might be showing as running. But have you checked the output for that job, was the target table been populated. There might be a chance where the status might not be shown with the updated information. Or probably you noticed, the node 6 might have got some problem by the time when the jo...
by kumar_s
Wed Dec 13, 2006 9:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear Log of Multiple Instance jobs
Replies: 8
Views: 2290

without loosing the log records that is under the main job
But the log records are accumulated under main job only. The 300 instance are just the representation of it.

You may use something like

Code: Select all

DELETE RT_LOGnnn where EVAL "@ID" NOT LIKE '//%'