Search found 15603 matches
- Tue Oct 18, 2005 2:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage phantom error
- Replies: 14
- Views: 5746
Hello roopaknair, The message probably reads "Variable previously undefined..."; it means that the first use of the variable was to see it's value instead of assigning one to it. You should check your TRANSformer stages in the job and look at stage variables or usage of parameters to perhaps spot an...
- Tue Oct 18, 2005 1:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Director Log
- Replies: 14
- Views: 4003
Hello Hemant,
I am not sure what you are looking for, in the post http://www.dsxchange.com/viewtopic.php? ... =dsjob+log it was mentioned that you can use the command line utility dsjob to get the information you are looking for.
Do none of the 3 dsjob options give you what you are looking for?
I am not sure what you are looking for, in the post http://www.dsxchange.com/viewtopic.php? ... =dsjob+log it was mentioned that you can use the command line utility dsjob to get the information you are looking for.
Do none of the 3 dsjob options give you what you are looking for?
- Mon Oct 17, 2005 10:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handling Date
- Replies: 2
- Views: 1001
- Mon Oct 17, 2005 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Disk space / Memory
- Replies: 4
- Views: 935
Kumar, yes, the PX total temporary file size is [usually] going to be greater than for a server job. That is the nature of PX - and a reason why each node has it's own temporary file path. Not every job will actually 'land' data in temporary files. If you change your PX job partitioning you are goin...
- Mon Oct 17, 2005 4:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Disk space / Memory
- Replies: 4
- Views: 935
akrzy, DataStage (both flavors) will use memory and temporary files. Sometimes memory buffers also get temporarily written to disk. It is wise to reserve quite a bit of temporary space for DataStage implementations. DataStage PX uses more temporary files than does Server, but allows you as a designe...
- Mon Oct 17, 2005 2:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Informatica -> DataStage
- Replies: 2
- Views: 895
Anka,
no, it is not possible. If you use SEARCH and Informatica you will see that there is an active thread which discusses this.
Heck, I did the search for you: http://www.dsxchange.com/viewtopic.php? ... nformatica
no, it is not possible. If you use SEARCH and Informatica you will see that there is an active thread which discusses this.
Heck, I did the search for you: http://www.dsxchange.com/viewtopic.php? ... nformatica
- Mon Oct 17, 2005 2:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Effective partition type for sorted input in Transformer
- Replies: 22
- Views: 7915
The partitioning algorithm in the sense we are talking about here is how the single records are distributed across the PX node processes. So if you have 4 nodes and choose round-robin, each process will get a row in order; if you choose hash on a field then a number if generated from that field usin...
- Mon Oct 17, 2005 1:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Releasing Read only
- Replies: 6
- Views: 1307
Kumar_s,
Your SQL code is getting it wrong, it is converting all Non-Read-Only to Read-Only.
Try
Your SQL code is getting it wrong, it is converting all Non-Read-Only to Read-Only.
Try
Code: Select all
UPDATE DS_JOBOBJECTS SET READONLY = 'NRO' WHERE READONLY = 'RO'- Sun Oct 16, 2005 11:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Time and TimeStamp with microseconds
- Replies: 20
- Views: 10190
Roy, yes I did play with that setting. Oddly, when you removed the ticked "use project default" checkbox the displayed default value causes a runtime error - it somehow doesn't like the embedded space in the default "%yyyy-%mm-%dd %hh:%nn:%ss"! I was too busy trying to get the job working to bother ...
- Sat Oct 15, 2005 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: hash memory
- Replies: 3
- Views: 2262
If you can sort your data on the column(s) that you are going to use for the aggregator these warnings will go away. In your case the store number. In the aggregator each row has to be kept in memory (in this case the hash table) until the last row comes in before any aggregations can be done. Altho...
- Sat Oct 15, 2005 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: informatica to ds
- Replies: 12
- Views: 3518
- Sat Oct 15, 2005 12:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: informatica to ds
- Replies: 12
- Views: 3518
- Sat Oct 15, 2005 11:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: convert to csv - header, detail, trailer - in same file
- Replies: 8
- Views: 2879
- Sat Oct 15, 2005 5:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Returning stage variable value to Control job
- Replies: 5
- Views: 1491
Hello 120267, to expand on what Kim has already stated, the communication between a sequence (or controlling job) and a child is via job parameters. These parameters cannot be changed by the child, so the exchange of data only works in one direction - from parent to child. Your controlling process m...
- Sat Oct 15, 2005 3:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Using transform operator
- Replies: 1
- Views: 889