How could you not find the "answer"? You have 70000+ posts to read thru, you could trace the history from version 1.0 to 7.5 plus discussion on the Hawk release.
I think what you mean is that you can't find your answer in one single post.
Search found 4992 matches
- Thu Apr 13, 2006 9:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: architecture of 7.5
- Replies: 15
- Views: 4065
- Thu Apr 13, 2006 6:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Client Slow response
- Replies: 17
- Views: 9994
Since the DS Engine was installed on the coordinator node, and the other 17 nodes for the database also were PX nodes, you'd see tremendous degradation in Designer when queries were swamping the coordinator node. Jobs took a long time to open, close, and edit when the coordinator node was busy doing...
- Thu Apr 13, 2006 5:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic build of Job Parameter for defining SQL source
- Replies: 4
- Views: 1020
Consider: 1. A stored procedure that takes a fixed number of inputs for the WHERE clause, with a code value that tells the SP how to construct the proper dynamic SQL and then issues the appropriate SQL. 2. Break your existing job into 2 parts. Job one is ODBC-->XFM-->SEQ where the SEQ file contains ...
- Thu Apr 13, 2006 5:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic build of Job Parameter for defining SQL source
- Replies: 4
- Views: 1020
Won't work. You're saying that the WHERE conditions vary for each row being processed? Meaning each row constructs a WHERE clause, which may include 1, 2, 3, or more columns? The query is declared as a cursor, so there's fixed input variables. You can't suddenly use 2 columns for a WHERE condition o...
- Thu Apr 13, 2006 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: architecture of 7.5
- Replies: 15
- Views: 4065
- Thu Apr 13, 2006 3:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LOG VIEW FAILS
- Replies: 4
- Views: 964
- Thu Apr 13, 2006 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: architecture differe between 7.0 and 7.5 server
- Replies: 2
- Views: 824
- Thu Apr 13, 2006 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CHECKPOINT concept
- Replies: 7
- Views: 1616
- Thu Apr 13, 2006 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is PUSH and PULL
- Replies: 5
- Views: 1528
- Thu Apr 13, 2006 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User Defined sql in ORAOCI
- Replies: 9
- Views: 2625
- Thu Apr 13, 2006 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execution Error
- Replies: 2
- Views: 699
- Thu Apr 13, 2006 1:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Source- incorrect number of result columns.
- Replies: 13
- Views: 6785
Hmmm, that shouldn't have made any difference. With generated SQL, that matters because it is writing the query for you and would add a GROUP BY clause with your columns. You would also have to put something into the DERIVATION column to MIN/MAX/SUM/COUNT/etc the non-grouping columns. It sounds like...
- Thu Apr 13, 2006 1:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Source- incorrect number of result columns.
- Replies: 13
- Views: 6785
You should try recreating the job using just ODBC-->XFM-->SEQ. If you're on DS 5, there could be something flaky where the job isn't correctly put together underneath the covers. You don't need to use the "as sum_salary" because DS doesn't care. It runs the query as a cursor and just reads from the ...
- Thu Apr 13, 2006 1:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parsing file names
- Replies: 5
- Views: 1042
Custom job control, use a Batch job, use DSExecute API to browse a directory for a list of files, parse the screen output and loop running your jobs, probably doing something like tagging/moving the file after processed so that it doesn't get handled again. Check out Batch jobs from Director, they'r...
- Thu Apr 13, 2006 1:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC Source- incorrect number of result columns.
- Replies: 13
- Views: 6785