Search found 53125 matches
- Mon Nov 03, 2003 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSExecute
- Replies: 8
- Views: 4342
- Mon Nov 03, 2003 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BASIC routine is not cataloged
- Replies: 5
- Views: 8139
The "DSU" prefix indicates that ForceFail is a user-written routine of some kind. The error "not cataloged" usually indicates that the routine has not successfully been compiled. If you imported from an export file in which the executable code had not been exported, this is an equivalent situation. ...
- Mon Nov 03, 2003 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine not cataloged - what does this mean?
- Replies: 3
- Views: 3453
The "DSU" prefix indicates that ForceFail is a user-written routine of some kind. The error "not cataloged" usually indicates that the routine has not successfully been compiled. The process of compiling a server Routine also causes an entry to be placed in the "catalog" (actually the VOC file) cont...
- Mon Nov 03, 2003 12:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC list doesnt display all DSN
- Replies: 5
- Views: 1446
- Mon Nov 03, 2003 12:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how put I job information from director into database?
- Replies: 4
- Views: 1495
You can create a DataStage job to do it! Not too many days ago I posted the column names from the DataStage log table. (Metadata from the DataStage repository tables is deliberately hidden during import of table definitions for UniVerse tables from localuv.) The only tricky bit is mapping the job na...
- Fri Oct 31, 2003 5:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting Data from a Hash File
- Replies: 9
- Views: 2521
- Fri Oct 31, 2003 5:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQLServer Timestamp compare to Date String
- Replies: 5
- Views: 1986
Your problem really is that the form "June 30 1999" is not actually a date, but a character string. So you're not comparing apples with apples. In string terminology, you're trying to compare, for example: "1999-08-31 15:03:40.024" > "June 30 1999" Ask yourself, what is the result of this string com...
- Fri Oct 31, 2003 5:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Before/After routines for checking job completion
- Replies: 2
- Views: 1629
Re: Before/After routines for checking job completion
I am trying to use before/after routines to set the UserStatus depending on the JobStatus of a job (am using UserStatus as requested by our support people so they can check jobs within our scheduling software). From reading the manuals I get the impression that I could set the UserStaus at the star...
- Fri Oct 31, 2003 5:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job hangs - Hashfiles populated, not Transformations
- Replies: 6
- Views: 2038
There really isn't enough information for diagnosis here, Tobbi. What does your job do? What are your sources, what are your targets? Does the Transformer stage have constraint expressions? Are the hashed files loaded in the same job that refers to them? I suspect that you've tried something like th...
- Fri Oct 31, 2003 5:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: ODBC and Parameter array size
- Replies: 3
- Views: 3923
This job would be improved by ensuring that you aren't trying to insert rows that already exist. This would mean that the "duplicate key value" error messages would not be generated. It's probably a surfeit of error information attached to the ODBC connection or statement handle (when you're sending...
- Thu Oct 30, 2003 6:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data source does not support transactions.
- Replies: 10
- Views: 3459
- Thu Oct 30, 2003 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML with DS 6/7 and Oracle 9i
- Replies: 6
- Views: 1675
- Thu Oct 30, 2003 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Outer Joins....
- Replies: 3
- Views: 1016
Another way to detect whether the lookup failed is to interrogate the link variable NOTFOUND for the reference input link. Thus, for example, the constraint expression on the output link that handles those rows for which the reference lookup (on input link RefInput) would be simply RefInput.NOTFOUND...
- Thu Oct 30, 2003 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Logging log in a file
- Replies: 3
- Views: 1804
- Thu Oct 30, 2003 3:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Admin tasks
- Replies: 4
- Views: 2810
The Administrator's primary role is installation and setting project-wide defaults, basically the tasks on the Administrator client's tabs. After that, the DataStage engine is designed to look after itself reasonably well, though there are a few minor housekeeping tasks, such as deleting old files f...