Columns called "Month" and "Year" can not just appear out of thin air!
Can you please check your work thoroughly, even to simple things like whether you're looking at the correct file??
Search found 53125 matches
- Wed Sep 06, 2006 1:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transfer problem with FTP stage
- Replies: 5
- Views: 1160
- Wed Sep 06, 2006 1:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User defined Insert query
- Replies: 6
- Views: 1390
You missed a right parenthesis, but that's just your keyboard! What's different between development and production? Can you create a job that just does the internal SELECT, perhaps into a text file? What happens with Array Size set to 1? (1000 is ridiculously high for a query that is only going to r...
- Wed Sep 06, 2006 1:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sorting
- Replies: 2
- Views: 1121
Assuming that your join/grouping keys are what are sorted (since you did not specify), as soon as any key value change is detected it is known that that value will not recur, therefore that any rows with that value can be put onto the output link and memory freed. Result is less overall demand for m...
- Wed Sep 06, 2006 1:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transfer problem with FTP stage
- Replies: 5
- Views: 1160
These column changes can only be a function of the way the job is designed. There is no way an FTP process (whether FTP stage or external FTP script) could effect such changes. Please verify your job design. What are the column names in the hashed file/sequential file stage? Do the rows pass through...
- Wed Sep 06, 2006 1:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Tx
- Replies: 4
- Views: 1567
- Wed Sep 06, 2006 1:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer and Shared containers
- Replies: 1
- Views: 1101
A job sequence (not a sequencer, which is an activity within a job sequence) is a GUI for creating a job control routine. It allows routines and external commands to be part of the execution sequence. A shared container is a subset of a job design that can be used in more than one job as a re-usable...
- Wed Sep 06, 2006 1:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashfile-name
- Replies: 3
- Views: 1318
- Wed Sep 06, 2006 1:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Informix CLI Stage Date Issue
- Replies: 4
- Views: 1304
- Wed Sep 06, 2006 1:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compilation error
- Replies: 2
- Views: 1638
When a job is open for editing (in Manager or Designer) or monitoring (in Director) a row-level lock is taken in the Repository database. This lock is released when the window in which it is open is closed. This situation can also occur if the Director is open in Log view, though the lock in questio...
- Wed Sep 06, 2006 1:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: wrapper
- Replies: 2
- Views: 1356
- Tue Sep 05, 2006 11:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to call an oracle sequence in transformer stage?
- Replies: 2
- Views: 1346
- Tue Sep 05, 2006 11:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ": ds_uvput() - Write failed for record id '38890'"
- Replies: 5
- Views: 3458
- Tue Sep 05, 2006 11:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Search
- Replies: 7
- Views: 1766
That would work but only to a limited degree - you don't get to search the "invisible" columns - of which there can be more than 200 depending on the object type. One solution would be to use a UV stage to select from the table. Specify only one big VarChar column, and for its derivation specify EVA...
- Tue Sep 05, 2006 11:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence: No Errors No Response
- Replies: 4
- Views: 1587
- Tue Sep 05, 2006 6:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob -lognewest error
- Replies: 7
- Views: 2442
You must specify at least a project name (since dsjob is not attached to any particular project) and a job name (for which you want the newest log entry). dsjob -lognewest projectname jobname If you're connecting to a different host, then you also need the authentication information. If the log has ...