Search found 53125 matches
- Wed Aug 04, 2004 9:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Run a Job thro Routines
- Replies: 3
- Views: 1008
Error checking!!! You didn't check whether the job was attached successfully, and you didn't check whether DSSetParam succeeded. You (like way too many others) blithely assumed that all would be well, and proceeded to issue a run request. And, as Craig pointed out, you didn't wait for the job to com...
- Wed Aug 04, 2004 9:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mutex error
- Replies: 2
- Views: 1770
Get a slower machine! Usually MUTEX errors are caused by the machine being "too fast for its own good", to quote one of Ascential's support staff. It's to counter running out of attempts to gain MUTEX locks that the SPINTRIES and SPINCOUNT configuration parameters were introduced in the uvconfig fil...
- Wed Aug 04, 2004 6:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenating the product of a function to a string
- Replies: 4
- Views: 1050
- Wed Aug 04, 2004 5:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Send SMS thro Datastage...
- Replies: 10
- Views: 4123
Sending SMS from DataStage
My current client would like to know how you implement this. Please?chulett wrote:Pardon my ignorance, but is it really any different from sending an email? Quite a number of the messages we send out via 'email' are targeted to pagers and cell phones...
- Wed Aug 04, 2004 5:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder Stage
- Replies: 7
- Views: 3119
- Wed Aug 04, 2004 3:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fast way for SAVE AS
- Replies: 6
- Views: 1402
There's not really anything in the clients that let you do this. Certainly a simple renaming of categories can be accomplished with an UPDATE statement against the appropriate Repository tables. Making a copy can also be done, but would require a lower level tool. For example, UniVerse COPY command ...
- Wed Aug 04, 2004 3:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenating the product of a function to a string
- Replies: 4
- Views: 1050
- Tue Aug 03, 2004 11:25 pm
- Forum:
- Topic: ORA ERROR
- Replies: 1
- Views: 1581
- Tue Aug 03, 2004 11:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job aborted prematurely
- Replies: 1
- Views: 1315
- Tue Aug 03, 2004 11:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to implement pipeline,partition parallelism &departi
- Replies: 4
- Views: 2247
In PX you don't have to. That's the whole point! Partitioning (both of processing and of data) is the only thing over which you have control, first through the configuration file, which specifies the number of processing nodes to be allocated to the job, and second through the partitioning options o...
- Tue Aug 03, 2004 10:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DEADLOCK.MENU
- Replies: 9
- Views: 2996
My all-time favourite piece of UniVerse is the caption for option 6 of DEADLOCK.MENU: Select victim for deadlock resolution This is used for manual, rather than automatic resolution. Deadlocks should not really occur in DataStage Repository, because all operations use the same code stream (the "help...
- Tue Aug 03, 2004 10:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing a hash file with a key composed by several fields
- Replies: 7
- Views: 1669
The code's OK (but, next time, format it and surround it with CODE tags). My guess is that the arguments and the key values actually in the hashed file do not coincide - maybe there are trailing spaces in the latter. Make sure that the number of trailing spaces, leading zeroes, etc., is identical. B...
- Tue Aug 03, 2004 10:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What dialect of BASIC still has life?
- Replies: 3
- Views: 928
Clearly the major contenders are Microsoft's family (Visual Basic, VBA and so on) and the variants of what used to be termed Pick BASIC underlying UniData, UniVerse, D3 and their genre, of which DataStage BASIC is a derivative. Still encounter a bit of GW/Basic in Asia, too, particularly on older ap...
- Tue Aug 03, 2004 10:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserting Sub-Totals in Sequential output
- Replies: 11
- Views: 3394
Provided the input file is sorted, these techniques are OK. Thinking slightly outside the square, another approach is to use the ODBC driver for text files and generate the sub-totals with a grouping query. Of course this does not insert them after the detail rows in the output; however there's prob...
- Tue Aug 03, 2004 10:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DEADLOCK.MENU
- Replies: 9
- Views: 2996