Search found 5168 matches

by kumar_s
Fri Mar 24, 2006 3:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is There any way to abort a job after 50 warnings
Replies: 16
Views: 3424

Go to Tools-->Option-->Limits
Set the values as required for the individual jobs.
by kumar_s
Fri Mar 24, 2006 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Column Export
Replies: 9
Views: 2135

But what is the case for the value of the string in the given warning. Reg Message handler, Right click on the warning messge from the DataStage Directory, and you can handle message by adding the current log. You can Demote to Informational. But it is not always advisable to have the message handle...
by kumar_s
Fri Mar 24, 2006 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot kill a running Job
Replies: 4
Views: 3100

Check in TCL whether by executing the command 'LIST.READU EVERY' you your job list. If you able to find in the list, use 'UNLOCK INODE #inodenumber# USER #userno# ALL' If not try to restart the server and try to access. The Log file is seems to be currupted. Try to export and reimport the same file,...
by kumar_s
Fri Mar 24, 2006 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Column Export
Replies: 9
Views: 2135

What is the length of the input field?
If it not mentioned, it is considired as string(255). Thus 255 to 114 gives you truncaiton message.
by kumar_s
Thu Mar 23, 2006 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning If I use JobInvocations....
Replies: 15
Views: 4145

Before executing the DSGetProjectInfo, use DSOpenProject use assign the pointer to point the project your need which in turns is passed as the parameter.
by kumar_s
Thu Mar 23, 2006 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 4
Views: 1397

You can use TimestampFromDateTime(). You can give the datea as one input and hardcoded default time as other.
by kumar_s
Thu Mar 23, 2006 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Deduping
Replies: 16
Views: 3356

parag - I was just passing on the information to Satheesh, that poster was aware of the fact that the input file is delimeted by '}' and was using the same for this purpose.
by kumar_s
Thu Mar 23, 2006 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Deduping
Replies: 16
Views: 3356

Hi Satheesh,

'No there can not be extra spaces as the file is a delimited file and the delimiter is '}' . '
Hope you have you noticed this?
by kumar_s
Thu Mar 23, 2006 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Deduping
Replies: 16
Views: 3356

To make a unique sort on the specific columns, you can use
cut -d '}' -f1,2,3 | sort -u > Filename.txt
If 1,2,3 are the key columns.
by kumar_s
Thu Mar 23, 2006 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Open the Jobs in DataStage Designer
Replies: 7
Views: 2835

Authentication issues should not even allow to enter into to designer, but Latha can log in but cannot not open the job. But can have a try with the right user id or dsadm.
Latha - What exactly happens if you try to open the job?
by kumar_s
Thu Mar 23, 2006 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Open the Jobs in DataStage Designer
Replies: 7
Views: 2835

Arnd - Latha able to view the jobs in Designer.
Perhaps she may need a patch for the machine.
by kumar_s
Thu Mar 23, 2006 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to process 3 sequential files sequentially
Replies: 5
Views: 1085

Or,
Create a Multiple instance job, and schedule three JobActivity in the JobSequence, each reading the three files sequentially.
by kumar_s
Thu Mar 23, 2006 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Deduping
Replies: 16
Views: 3356

Keys in the hash file cannot have duplicates.
Are the records shown are from Hash file?
What is the datatype of the key fields?
by kumar_s
Thu Mar 23, 2006 2:25 am
Forum: Site/Forum
Topic: Congratz Arnd!!!
Replies: 4
Views: 2198

Aim at the moon, atleast you can land at the stars....
Dont quench your high speed posts delibrately... Wait untill more player come into picture, and let the forum get obsesed. You ll reach 5K in less than 3 month. Dsxchange should not loose a Premium Poster so soon.
by kumar_s
Wed Mar 22, 2006 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header and Trailer
Replies: 8
Views: 5998

This can also be accomplished by appending the DSJobStartDate and DSJobStarTime in After job subroutine.