Search found 15603 matches

by ArndW
Thu Sep 21, 2006 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Debugging Multille Instances from JCR (Job Control Routine)
Replies: 7
Views: 2840

Basically you have overloaded some resource on your UNIX machine by starting that many jobs and processes at the same time. The actual error is "Fork failed" which means UNIX tried to issue a call to fork() and it was not able to spawn that new process. You could have set user limits on the number o...
by ArndW
Thu Sep 21, 2006 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Certification - Special Account Privileges
Replies: 3
Views: 1053

The certification is offerred and supported by IBM/Ascential. This site is not affiliated with IBM/Ascential directly and therefore the certification will only get you recognition in these circles, but not any different type of membership.
by ArndW
Wed Sep 20, 2006 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to generate sequence numbers
Replies: 2
Views: 1219

Use stage variable in a transform stage Variable: "ACount", derivation "IF In.Column="A" THEN ACount + 1 ELSE ACount Variable: "BCount", derivation "IF In.Column="B" THEN BCount + 1 ELSE BCount That gives you a numeric value for subsequent occurrences of a string and you can do the rest from that.
by ArndW
Wed Sep 20, 2006 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sub Sequence will improve performance
Replies: 9
Views: 4943

Nagesh,

you can't design any type of a workaround until you solve the cause of your jobs aborting. The error message doesn't mean much; it is like trying to diagnose the reason why an engine isn't running using the red "motor" light on the panel.

Have you tried any diagnosis on the issue yet?
by ArndW
Wed Sep 20, 2006 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can handle multiple lines into a single line in data sta
Replies: 1
Views: 568

A memo field can store a string up to 65,536 bytes. It is just a long string field and if you define your DB/2 column large enough there should be no problem storing that data. What do you mean by "junk" characters? If the incoming data has binary control characters that are not displayable then the...
by ArndW
Wed Sep 20, 2006 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 1946 Phantom 732 -- Meaning of Error Messages
Replies: 11
Views: 7605

Hello and welcome to DSXchange, JSDWBI. this sounds like a Server issue and should be posted in that forum. The access violation is usually a result of exceeding array/storage size in a program - either through bad programming or unexpected data. In this case it is within the aggregator which usuall...
by ArndW
Wed Sep 20, 2006 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of a hash-file
Replies: 4
Views: 1315

One quick way is to export your project into a .dsx file and then search through it for the hashed file name and then go backwards until you find the job name. This is quick and easy if there are only a few occurrences of the hashed file name. I think that Kim's EtlStats might also assist in finding...
by ArndW
Wed Sep 20, 2006 7:43 am
Forum: General
Topic: Jobs Locked by a rogue session
Replies: 1
Views: 2012

You cannot just remove locks in DS unless you are the Administrator, you can remove those sessions and that will also remove the locks. The easiest thing to do is have your administrator activate the deadlock daemon and that will ensure that all you need to do when this happens in the future is to w...
by ArndW
Wed Sep 20, 2006 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can Hash File have more than one keys?
Replies: 6
Views: 1586

EdWink - Ray did say what that length is - go to the uvconfig file in your DS directory and look for the value of MAXKEYLENGTH
by ArndW
Wed Sep 20, 2006 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: maximum number of stages
Replies: 2
Views: 715

I haven't seen any actual physical limit on the number of stages in either jobs or sequences - but I've seen lots of jobs with FAR too many stages. Even though it is a matter of style, I feel that if a job goes over 1-2 screens at normal size it is unwieldy, and if it exceeds 4 screens it is crimina...
by ArndW
Wed Sep 20, 2006 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conditions in Transformer
Replies: 1
Views: 789

Put a reject output link that is set to fail the job if any rows go along it, and put in the condition "LEN(In.ShortColumnName)>10" and you are don.
by ArndW
Wed Sep 20, 2006 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference between two jobs
Replies: 2
Views: 1282

Export each job from the Manager into .dsx files and then do a UNIX "diff" on the two objects. This will show you if they are identical and will let you find the differences between them.
by ArndW
Sat Sep 16, 2006 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: string contains new line character (LF/CR)
Replies: 2
Views: 750

You can use the

Code: Select all

convert(char(10):char(13),'',In.ColumnName)
command to remove all occurrences of CR and LF in your string.
by ArndW
Thu Sep 14, 2006 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: upgradation from DataStage 7.1 to 8.0
Replies: 5
Views: 2120

DataStage Version 8.0 is still in beta testing and won't be released for some time. There are some significant changes with version 8 and there might be some migration issues if you have used some of the undocumented internal functions. Are you sure that you are already planning a migration to Versi...
by ArndW
Thu Sep 07, 2006 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Administrator Properties - Hangs System
Replies: 10
Views: 2604

The compiler will not affect the connectivity, just compilation of PX jobs on 7.5x2