Search found 53125 matches
- Wed Oct 10, 2007 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in Dataset Reading
- Replies: 4
- Views: 1375
- Wed Oct 10, 2007 4:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator help
- Replies: 2
- Views: 703
- Wed Oct 10, 2007 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to write condition for stopping the sequences
- Replies: 3
- Views: 1158
Change the job sequence design. I am inferring that you want to run B if A aborts or C if A succeeds. All you need is separate triggers out of A. A -----> C | | V B The trigger from A to C is a custom trigger with the expression A.$JobStatus = DSJS.RUNOK Or A.$JobStatus = DSJS.RUNWARN while the trig...
- Wed Oct 10, 2007 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error Explanation
- Replies: 1
- Views: 1037
They indicate that you've got buggy software, or an operating system that is having difficulty with file pointers for pipes, perhaps because it is overloaded or you are running out of file descriptors. Contact your support provider. Also ask your Unix system administrator whether anything has appear...
- Wed Oct 10, 2007 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort String
- Replies: 18
- Views: 3792
Re: Sort String
Hello, I have a requirement where I need to do a lookup on a field. Before doing the lookup I need to sort the incomming data. I need to sort it in the ascending order before doing the lookup (The hash file has the values in the sorted manner) No it doesn't. Storage in hashed files ("Hashed", you w...
- Wed Oct 10, 2007 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shell Script need to run for 4 times
- Replies: 1
- Views: 1170
Korn shell on Windows?
The dsjob command can take multiple -param options.
The dsjob command can take multiple -param options.
Code: Select all
dsjob -run -param name1=value1 -param name2=value2 -jobstatus project jobname- Wed Oct 10, 2007 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sort
- Replies: 2
- Views: 938
A better design is: seq4--->sortstage--->seq5 In seq4 use a Filter command cat seq1 seq2 seq3 An even better design is not to use a server job at all, but an Execute Command activity in a job sequence (this may be the only activity in the sequence, so it appears to be a job). The command would be ca...
- Wed Oct 10, 2007 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS in DS V7
- Replies: 1
- Views: 791
DataStage does not support any languages. Use of the word "language" is misleading. DataStage NLS supports multiple character sets, but only one at once. It does this by placing maps at all boundaries between data and DataStage. These maps convert from the way in which the external data are encoded ...
- Wed Oct 10, 2007 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding Date
- Replies: 6
- Views: 2288
- Wed Oct 10, 2007 4:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Control Error
- Replies: 6
- Views: 2384
- Wed Oct 10, 2007 4:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting the dates
- Replies: 3
- Views: 1015
Use the AddMonths() routine (from my date routines) with an offset of -2, then apply the MONTH.LAST Transform to get the last day of that month.
- Wed Oct 10, 2007 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error : Timed out while waiting for an event
- Replies: 2
- Views: 1644
Welcome aboard.
Timeouts most commonly occur when the server machine is overloaded. Search on this site and elsewhere (for example IBM DeveloperNet) for details.
Timeouts most commonly occur when the server machine is overloaded. Search on this site and elsewhere (for example IBM DeveloperNet) for details.
- Wed Oct 10, 2007 3:53 pm
- Forum: General
- Topic: ds_loadlibrary: Win32 error
- Replies: 1
- Views: 1648
Did you Search the forum?
The message suggests that the DLL that supports the DB2 stage could not be found - which in turn suggests that that particular plug-in stage has not been installed/registered in your project.
The message suggests that the DLL that supports the DB2 stage could not be found - which in turn suggests that that particular plug-in stage has not been installed/registered in your project.
- Wed Oct 10, 2007 3:51 pm
- Forum: General
- Topic: Where can you see list of certified developers?
- Replies: 2
- Views: 1078
I'm not aware of any. Your most likely is www.ibm.com/certify - maybe ask via the "Contact Us" link there.
- Tue Oct 09, 2007 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete statement in a job
- Replies: 5
- Views: 1555