Search found 15603 matches
- 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...
- 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
- 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
- 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
- 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...
- 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...
- 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...
- 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...
- 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
- 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...
- 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
- 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
- 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 command to remove all occurrences of CR and LF in your string.
Code: Select all
convert(char(10):char(13),'',In.ColumnName)- 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...
- 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