Have you created a function that performs the "put" (= write to file) activity? Have you registered this via a discovery function, so that DataStage can map its generic "put" to the name of your function?
Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
Search found 53125 matches
- Thu Sep 25, 2003 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem with Passive plugin samples
- Replies: 3
- Views: 1013
- Thu Sep 25, 2003 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: One Input file and multiple Output
- Replies: 7
- Views: 2245
- Thu Sep 25, 2003 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: phantom warning message
- Replies: 5
- Views: 1826
The automatic resizing of a dynamic hashed file does not emit the message about the date/time stamp in the header being updated; it's a normal part of dynamic hashed file operation. RESIZE is not the only utility that can generate such a message, some of the file repair utilities do as well; the poi...
- Wed Sep 24, 2003 9:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Custom Reports
- Replies: 7
- Views: 1693
- Wed Sep 24, 2003 9:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: One Input file and multiple Output
- Replies: 7
- Views: 2245
- Wed Sep 24, 2003 8:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control Using DS 6.0
- Replies: 5
- Views: 1612
When you expand the tree view in Version Control you will see the version numbers. Ensure that you have selected display by version number rather than by batch number (a batch number is a unique id assigned to all those things imported into Version Control in the same pass). Ray Wurlod Education and...
- Wed Sep 24, 2003 4:50 pm
- Forum: IBM QualityStage
- Topic: Weights
- Replies: 5
- Views: 3902
- Wed Sep 24, 2003 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Custom Reports
- Replies: 7
- Views: 1693
- Wed Sep 24, 2003 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup/Restore problems
- Replies: 7
- Views: 2946
If you're certain that you have a good backup, and your project has been destroyed, try deleting the entire project directory then restoring. Let us know whether this works. There are a lot of tricks involved with restoring DataStage projects, particularly if it's not to the same location; various r...
- Wed Sep 24, 2003 4:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: phantom warning message
- Replies: 5
- Views: 1826
This message is typically generated when you run utilities such as RESIZE. Are there any routines in your job stream that might invoke such utilities? It's really an informative message rather than a warning, but DataStage takes the view that any unexpected message emitted by a child process (phanto...
- Wed Sep 24, 2003 4:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: $ENV parameter value
- Replies: 9
- Views: 2281
- Wed Sep 24, 2003 4:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control Using DS 6.0
- Replies: 5
- Views: 1612
Everything you want to do is able to be done using Version Control for DataStage. The good news is that it's on the DataStage CD, and therefore incurs no extra monetary cost. You do need another project in which to store the versioned objects. Ray Wurlod Education and Consulting Services ABN 57 092 ...
- Tue Sep 23, 2003 4:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Combine two Files.....
- Replies: 4
- Views: 687
I'd use a Sequential File stage and a before-stage subroutine from the Transformer stage it feeds data into. The before-stage subroutine uses ExecSH to execute the UNIX command cat file1 file2 > file3, and the Sequential File stage reads file3. If your DataStage server is on Windows, the before-stag...
- Tue Sep 23, 2003 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Controlling the quantity of jobs running
- Replies: 10
- Views: 2655
(Advertising, perhaps) If you can't figure it out you can create a specification of exactly what you want it to do and hire a competent consultant to create the job control code for you. There are several competent consultants who post on this forum and elsewhere. Ray Wurlod Education and Consulting...
- Tue Sep 23, 2003 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parallel Extender
- Replies: 5
- Views: 903