Search found 53125 matches
- Wed Nov 17, 2004 3:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Lookup
- Replies: 16
- Views: 7928
Welcome aboard! :D Hashed files are, originally, the means by which the UniVerse RDBMS implemented its database tables. Instead of using a primary key index, they use a computational method (called a "hashing algorithm") to determine the location of a record. UniVerse is the database on which the or...
- Wed Nov 17, 2004 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RAM / swap usage
- Replies: 13
- Views: 7707
I was able to prove to Ascential's satisfaction that there is a bug in the Folder stage; even when you select only the file name, it seems to load the entire file. An ecase has been generated; I don't yet have the number. On a lighter note, and in response to OS takes about 100-150 MB of RAM (seen a...
- Wed Nov 17, 2004 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Flat file header issue
- Replies: 5
- Views: 1845
- Wed Nov 17, 2004 2:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Engine commands?
- Replies: 15
- Views: 5342
Expectation Management
It's certainly fun to hack away at the foundation of your project to gain a better understanding of how DS works, but this hacking can and does sometimes lead to corrupt projects that Ray and the others end up helping to recover! I should point out that this is a service we sell ; it's not done for...
- Wed Nov 17, 2004 2:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: I want to know more with in DS_JOBS commands
- Replies: 3
- Views: 1712
DS_JOBS is not a command, it's a database (Repository) table used to map job names to job numbers. I believe you're asking about the dsjob command, which is a command line interface that can be used for: running and stopping jobs working with job logs discovering information about projects, jobs, st...
- Wed Nov 17, 2004 2:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Engine commands?
- Replies: 15
- Views: 5342
- Wed Nov 17, 2004 2:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQLSTATE
- Replies: 10
- Views: 2166
- Wed Nov 17, 2004 2:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file name question
- Replies: 3
- Views: 1793
- Wed Nov 17, 2004 2:29 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Error importing meta data
- Replies: 8
- Views: 5881
- Tue Nov 16, 2004 8:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance statistics in a log file
- Replies: 5
- Views: 1723
- Tue Nov 16, 2004 8:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error
- Replies: 2
- Views: 1360
That "other user" can even be another window from your own PC; each window has its own agent process on the server. Deisgner locks, Manager locks, and the Monitor view in Director locks. Locks can also be held by abnormally terminated processes, such as when your network connection is broken. This c...
- Tue Nov 16, 2004 8:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Storing log files
- Replies: 4
- Views: 1692
- Tue Nov 16, 2004 3:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting a project......
- Replies: 12
- Views: 5044
Much more important is why your Administrator client can't find the UV account. If this works you will be able to delete a project using this client. The most usual cause is that someone has moved the DSEngine directory from where it was originally installed. If that has occurred have it put back; t...
- Tue Nov 16, 2004 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: JOb Sequencer Error
- Replies: 7
- Views: 2242
Welcome aboard! :D Can you please post this as a new topic? It's not related to job sequences. Posting as a reply to this thread makes it difficult for future searches. We'll answer it as soon as the new topic appears. You might also profitably use the comprehensive Search capability of the forum (f...
- Tue Nov 16, 2004 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQLSTATE
- Replies: 10
- Views: 2166
Selecting zero rows is not a failure as far as the database is concerned, so DBMSCODE will be 0, SQLState will be empty and LASTERR will be empty. There's no point in returning them. SQLSTATE is specific to ODBC protocol; does the DB2/UDB stage actually return these? (You should check with a dummy j...