Search found 5168 matches

by kumar_s
Fri Jul 14, 2006 3:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: General Server Error
Replies: 3
Views: 1068

Do you have any other warning/Error message above/Below this?
by kumar_s
Fri Jul 14, 2006 3:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Runnig a script in datastage
Replies: 17
Views: 4144

For these unix comand help, type

Code: Select all

>man date 
from your unix command prompt. You will have the possible list of attibutes and parameters that need to be passed.

For HP-UX that I tried, gave me the following.

Code: Select all

>date "+%Y%m%d%H%M%S"
20060714191923
by kumar_s
Fri Jul 14, 2006 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation ID
Replies: 21
Views: 3718

Are you passing different invocation Id for the second invocation?
by kumar_s
Fri Jul 14, 2006 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation ID
Replies: 21
Views: 3718

So is shows some how, the parameter is not geting passed correctly.
Check the director for the all parameter value that been passed to the job.
by kumar_s
Fri Jul 14, 2006 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 138)
Replies: 2
Views: 1892

Thanks umlaut ,
It seems the Code 138 is all due to the external system, which coudnt be recongized by DS.
I once faced DB2 called by UNIX.
by kumar_s
Fri Jul 14, 2006 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Try to implement opposite of pivot
Replies: 3
Views: 684

Hi Roy, Welcome Aboard :D I guess, what you are refering is actual PIVOT . If not, Search for the term Vertical Pivot . There are many fashions to accomplish this. One would be, have a transformer, Many constrans and hence many links as much as the number of EMPnos. Check for each Empno in each link...
by kumar_s
Fri Jul 14, 2006 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in PX
Replies: 3
Views: 1364

Section leader dies may be even due to the network conjestion (where lack in player connectiviy) or due to resource unavialability.
What was the network conjestion / Resource avaialbility during the error?
by kumar_s
Fri Jul 14, 2006 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UString to string warning
Replies: 5
Views: 1330

Ustring is the string written in Unicode. While it reads this string when marked as String, it gives out this warning for the implicit conversion.
Is there a chance where the output of the previous job (input for this job) has written with unicode option.
by kumar_s
Fri Jul 14, 2006 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation ID
Replies: 21
Views: 3718

Are you sure you are refering to the right job.
Actually you will see both the job with invocation id and without invocation id. The With ID will be the one which will show you the log. Are you sure you have triggered the right job and looking on the same?
by kumar_s
Fri Jul 14, 2006 12:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress and the Expand Operators
Replies: 3
Views: 1438

Never tried, but is there any field in the metadata as 't.encoded'?
by kumar_s
Fri Jul 14, 2006 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation ID
Replies: 21
Views: 3718

Do you mean to say in director?
by kumar_s
Fri Jul 14, 2006 12:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation ID
Replies: 21
Views: 3718

You have the option to pass the Invocation ID as parameter in the JobActivity, if it is Multiple instance job.
by kumar_s
Fri Jul 14, 2006 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator stage
Replies: 3
Views: 938

Yes you can. Sort the data using sort stage. Have KeyValueChange option enabled. Filter out (select only) those whose Key has not changed atleast for once. And do aggregation.
Or simply aggregat and filter based on the additional column.
by kumar_s
Thu Jul 13, 2006 11:56 pm
Forum: Site/Forum
Topic: Ascential DeveloperNet sunsetting this month
Replies: 20
Views: 10678

Hey, I just signed up for DeveloperWorks!!! I didn't have to use a serial number or anything. Does that mean that my former banishment from Ascential DeveloperNet is over? Yippeee! I can now see what I used to be able to see before I was kicked off! I win! I win! I win! I just had to wait long enou...
by kumar_s
Thu Jul 13, 2006 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: node_node3:partition 0 of 1 on node 3 terminated unexpectdly
Replies: 3
Views: 1590

Try the keyword for search as "player terminated unexpectedly" you can find a lot of post reg this.
This is a intermittent problem, most likely due to the over load of the server. Else Your Job moniter might have screwed up the scenario.