Search found 42189 matches
- Thu Oct 21, 2004 7:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UtilityWarningToLog Message
- Replies: 7
- Views: 3477
UtilityWarningToLog is a function that you can call to write a Warning message to the log. DataStage does not call this function, someone has coded this into the job or (based on the message) a 'sub-routine' that one of the jobs or the Sequencer itself is calling. The USER INFO part of the message ...
- Thu Oct 21, 2004 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Teradata input stage locked by output stage
- Replies: 5
- Views: 1722
- Wed Oct 20, 2004 9:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Teradata input stage locked by output stage
- Replies: 5
- Views: 1722
Assuming a job structure as you've noted, regardless of the Source database and target, the target process starts before the sourcing stage completes. A row from the source is pulled from the result set and processed through to the target before the next row is pulled from the result set and process...
- Wed Oct 20, 2004 7:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Decripting information
- Replies: 2
- Views: 661
- Wed Oct 20, 2004 7:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSsendmail
- Replies: 3
- Views: 1004
If you really want to handle things like this, you could write a custom routine that included a call to DSSendMail... that or a straight DSExecute of sendmail or a script that wrappers sendmail. I'd probably stick with the Stage Variable idea, simply to control how often this routine would get calle...
- Wed Oct 20, 2004 9:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cross reference meta-data with jobs
- Replies: 4
- Views: 1271
You are starting to walk down the path to the Dark Side. This gets into the 'hacking' of the structures used to store this information and writing magic utilities to dig information like this out. Others have posted or have available routines to do things like this. We've had some success simply exp...
- Wed Oct 20, 2004 9:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Handle Changing Database Name?
- Replies: 9
- Views: 3491
- Wed Oct 20, 2004 9:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cross reference meta-data with jobs
- Replies: 4
- Views: 1271
Yes, there is a link between metadata and the jobs that use it, but it can be a little... fragile. What you can try is navigate to the metadata via the Manager and then click on the beaker, which is the Usage Analysis tool. If the links are still intact, it will show you every object that references...
- Wed Oct 20, 2004 8:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems extracting data from Lotus Notes using NotesSQL
- Replies: 16
- Views: 7782
Not sure how many people here have experience with sourcing from Notes or with that particular ODBC driver. I don't. We had Notes push data directly to Oracle staging tables rather than trying to go get it ourselves when I had to do this in a past life. You may have better luck contacting Ascential ...
- Wed Oct 20, 2004 6:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems extracting data from Lotus Notes using NotesSQL
- Replies: 16
- Views: 7782
Welcome. :D Out of curiousity, what happens when you run the job? Do you get the same error? I've seen times where you could run but not view, due to some of the 'quirks' in the View Data code, hence the question... Also, might help people to know what version of Notes you are accessing, from what I...
- Tue Oct 19, 2004 10:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lock a table row while reading it
- Replies: 3
- Views: 1029
- Tue Oct 19, 2004 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Internal date format to Julian Day
- Replies: 3
- Views: 700
- Tue Oct 19, 2004 8:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup Hash files
- Replies: 9
- Views: 2294
- Tue Oct 19, 2004 8:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mutex errors
- Replies: 12
- Views: 5019
- Tue Oct 19, 2004 7:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mutex errors
- Replies: 12
- Views: 5019
What kinds of things are you doing in your job, what stages are you using? IPC? Do you have Row Buffering enabled? What operating system? When you release this job, do you migrate it to another (production) server or is it running on the same server as the unreleased job? Should I set the timeout pe...