shyju,
did you split the sequential stage into 2 objects? I am 90% certain that will solve your problem.
Search found 15603 matches
- Tue Nov 29, 2005 10:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of Named pipes in sequential file
- Replies: 23
- Views: 5264
- Tue Nov 29, 2005 10:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Portability between Unix OS
- Replies: 7
- Views: 2151
- Tue Nov 29, 2005 8:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Portability between Unix OS
- Replies: 7
- Views: 2151
- Tue Nov 29, 2005 8:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fully Qualified Table Name
- Replies: 7
- Views: 1413
- Tue Nov 29, 2005 8:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Basic Transformer
- Replies: 5
- Views: 1444
The basic transform stage normal works without a problem. If you took a very simple job with an input sequential file with just one column (or use a row generator stage to do the same) and a BASIC transform stage that just passes the column through with no changes and write to a sequential file or d...
- Tue Nov 29, 2005 8:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of Named pipes in sequential file
- Replies: 23
- Views: 5264
shyju, I think what has happened is that you have a process that is hung on the pipe - it really is necessary to make sure you have a reader AND a writer and ensure that you have timeouts set. I think that on Sun platform the fuser command might give out processes that have a fifo pipe open, it does...
- Tue Nov 29, 2005 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fully Qualified Table Name
- Replies: 7
- Views: 1413
- Tue Nov 29, 2005 5:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we get only job status???
- Replies: 31
- Views: 6898
- Tue Nov 29, 2005 5:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of Named pipes in sequential file
- Replies: 23
- Views: 5264
I am not sure what is causing this. Can you change your 2 sequential file definitions to another file name and use the "mkfifo {newfilename}" command and then explicitly doing a "chmod 777 {newfilename}". Perhaps it is your user's umask setting causing a problem (btw, are you running your DataStage ...
- Tue Nov 29, 2005 4:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of Named pipes in sequential file
- Replies: 23
- Views: 5264
- Tue Nov 29, 2005 2:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DATASTAGE 7.5 EE and DataStage 7.5.1a EE
- Replies: 1
- Views: 732
Hello reddyds, what is your question? Are you wanting to install 2 versions of DataStage on the same machine? If so, it is possible and is explained in the documentation under installation of separate instances. The two engines need to have different shared memory addresses and need to be accessed v...
- Tue Nov 29, 2005 2:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting error"not all variables bound" or no varia
- Replies: 3
- Views: 1055
- Tue Nov 29, 2005 1:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of Named pipes in sequential file
- Replies: 23
- Views: 5264
The second sequential stage in your job that uses the named pipe should have the input filename and output filename identical and both should point to the file that you created with the mkfifo command. You should set the stage to read/write a pipe and make sure that the timeout values are set - if y...
- Mon Nov 28, 2005 11:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS question re: Spanish characters
- Replies: 13
- Views: 5482
Craig, you don't need to enable NLS for this. Just make sure your conversion in DS is none and that you have the ENVironment settings for oracle correct. The input conversion to/from Unicode should map 1:1 and not convert characters; especially since the upside-down-question-mark and other Spanish c...
- Mon Nov 28, 2005 11:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: waring while creating File set
- Replies: 7
- Views: 2206