Search found 15603 matches
- Wed Nov 30, 2005 9:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job still in running
- Replies: 4
- Views: 1553
Loric, you have just asked the car-equivalent question of "My car always stops running after I start it. Why?". How can we answer you question without knowing more about your problem. a) there is always a reason. b) Does it always "hang" c) Does it process a number of rows or stop at the first row? ...
- Wed Nov 30, 2005 9:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creation of static hashed file runtime
- Replies: 8
- Views: 3021
Poorna, The type in your case is probably going to be best set at 2 and the separation should be 1. The static hashed file types are: 1/19 - Directory. Type 1 is limited to 14 character names, uses sub-dirs as delimiters (i.e. "testprogramname" will be "testprogramnam/e") 2 - numeric, 8 rightmost di...
- Wed Nov 30, 2005 9:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of Named pipes in sequential file
- Replies: 23
- Views: 5264
Yes, it would be 2 completely distinct streams. Since DS doesn't know that the 2 sequential files are the same, it starts both of them at the same time as separate processes and that is why it works. I can't recall the details of what my problem was with using just one canvas object for the sequenti...
- Wed Nov 30, 2005 9:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log Path to see the Job LOG - not thru Director!!!
- Replies: 11
- Views: 2280
The job log is in a DataStage table and is not a sequential file. You can use the UNIX command "dsjob -log <project> <job>" to get this information listed to standard output and could redirect that to a text file. Addendum - I should have read the whole post before replying, after seeing Rays's resp...
- Wed Nov 30, 2005 8:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of Named pipes in sequential file
- Replies: 23
- Views: 5264
Craig, I don't know if that is necessary much of the time; it adds one more possible failure point to the process - forgetting to start one of the two, for example. I have often used named pipe stages in jobs when I do some implicit or explicit reformatting. One case is where I use it to read in a w...
- Wed Nov 30, 2005 7:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Trim - Even then getting Blank Spaces
- Replies: 3
- Views: 1874
Jasper, no, DataStage doesn't. There is no such thing as CHAR in DataStage, if a job reads CHAR columns they are padded with blanks. I think that in this case the TRIM() function isn't doing what is expected because the padding is not the normal space (char(32)) but nulls (char(000)) and that is why...
- Wed Nov 30, 2005 5:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Trim - Even then getting Blank Spaces
- Replies: 3
- Views: 1874
- Wed Nov 30, 2005 4:55 am
- Forum: Site/Forum
- Topic: Get moving folder for members :)
- Replies: 3
- Views: 2386
- Wed Nov 30, 2005 4:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Details
- Replies: 5
- Views: 1660
- Wed Nov 30, 2005 4:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: A list of Questions
- Replies: 5
- Views: 3213
I think that (2) means instances of the server engine. Multiple projects in one instance of the engine is common and typical. You can have multiple instances of the server engine using the same or different versions on the same machine, these are completely independant from each other and each insta...
- Wed Nov 30, 2005 4:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reserved Character Conversion
- Replies: 12
- Views: 3598
You have all the software you need on your machine - since the compiler is already a pre-requisite of installing PX. What I would ask you to think about is the requirement for using PX for this. If you write a DataStage Server job to read from a sequential file, convert using the EREPLACE() function...
- Wed Nov 30, 2005 3:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reserved Character Conversion
- Replies: 12
- Views: 3598
- Wed Nov 30, 2005 2:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS question re: Spanish characters
- Replies: 13
- Views: 5482
Craig, I lost this thread in the crush, sorry. I'm not at an Oracle site, but I thin the environment settings for ORA_NLS and NLS_LANG are the ones that influence a conversion. Also, what ASCII value does that upside-down-question-mark get converted to in the sequential file (the view data will alwa...
- Wed Nov 30, 2005 2:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of Named pipes in sequential file
- Replies: 23
- Views: 5264
- Wed Nov 30, 2005 2:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Details
- Replies: 5
- Views: 1660