Search found 53125 matches
- Sat Jan 15, 2005 5:03 pm
- Forum: Site/Forum
- Topic: How would you like to see the DSXchange cover its costs?
- Replies: 13
- Views: 12843
Discount for certified practitioners?
An idea. How about approaching Ascential for a deal where they top up a discounted rate for certified practitioners to access premium services? They could use discounted access to DSXChange as another incentive to get certified. Another idea. Can DSXChange be a site through which the certification e...
- Sat Jan 15, 2005 12:44 am
- Forum: Site/Forum
- Topic: Looks like that drive did fail
- Replies: 4
- Views: 3103
- Sat Jan 15, 2005 12:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Redbrick Bulk Loader
- Replies: 3
- Views: 711
I always prefer to separate the DataStage component from the Red Brick component. This means that you can apportion blame accurately - is it DataStage or Red Brick? Disable automatic execution of rb_tmu in the Red Brick stage. Use ExecSH as an after-job subroutine to execute the TMU script instead, ...
- Tue Jan 11, 2005 8:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Performance
- Replies: 5
- Views: 1987
Only the obvious ones. Get a faster ODBC driver. Make your SELECT statement as efficient as possible (for example index any constraining columns). The answer to your next question is no, I don't have any comparative statistics on ODBC drivers out there. Perhaps you could ask IBM about the fastest me...
- Tue Jan 11, 2005 8:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fatal Error Help
- Replies: 7
- Views: 2846
- Tue Jan 11, 2005 8:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 12154 TNS:could not resolve service name
- Replies: 5
- Views: 978
ORACLE_HOME ORACLE_LIB ORACLE_BIN ORACLE_SID perhaps The tnsnames.ora file should be at $ORACLE_HOME/network/admin/tnsnames.ora You should check this to see whether the service name for your putative connection is correctly defined, along with all of the associated information. Only the user oracle ...
- Tue Jan 11, 2005 8:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invoke batch file
- Replies: 3
- Views: 668
- Tue Jan 11, 2005 4:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: New project, copy installed stages
- Replies: 7
- Views: 1420
- Tue Jan 11, 2005 4:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invoke batch file
- Replies: 3
- Views: 668
DSExecute is what you need - it is a subroutine that you must call from your own DataStage routines. The fourth argument captures the exit status of the BAT file. The "Batch" that you create in Director is NOT a Windows BAT file; instead it is a batch of DataStage jobs to be executed one after anoth...
- Tue Jan 11, 2005 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file
- Replies: 1
- Views: 512
Have you searched the forum? Search also for "hashed file", which is the more technically correct name. In short, a hashed file is a kind of table in which the location of a record is determined by applying an algorithm to the primary key value, rather than performing a table scan or index scan. Key...
- Tue Jan 11, 2005 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fatal Error Help
- Replies: 7
- Views: 2846
- Tue Jan 11, 2005 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 12154 TNS:could not resolve service name
- Replies: 5
- Views: 978
Are all your environment variables correctly set? TOAD runs its own startup script that makes sure that they are. If you're going to use sqlplus it's up to you to make sure. But this is irrelevant to solving the question that DataStage (as an Oracle client) gets this error. What's important is the a...
- Tue Jan 11, 2005 3:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Performance
- Replies: 5
- Views: 1987
The out of the box Ascential installation is only able to perform 100 rows per second for most my jobs (simple loads too). Wrong. Create the following job. SeqFile -----> Transformer -----> SeqFile On the output link of the Transformer stage add @FALSE (system variable) as a constraint expression. ...
- Tue Jan 11, 2005 3:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 12154 TNS:could not resolve service name
- Replies: 5
- Views: 978
Could you connect using sqlplus from the DataStage server machine ? That you can connect from your client PC means that tnsnames.ora is OK on your PC. DataStage server is also an Oracle client, so there must be Oracle client software (including tnsnames.ora) on that machine too. Check that it is the...
- Tue Jan 11, 2005 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Plz advice on problem
- Replies: 2
- Views: 1011
What is your specification of the conditions under which a fictitious record is to be inserted? Do you have a full specification of the requirement? If so, please share that, too. If you don't understand the problem fully, and ask us to solve a portion of it, then the "help" may not end up being ver...