Search found 15603 matches

by ArndW
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

shyju,

did you split the sequential stage into 2 objects? I am 90% certain that will solve your problem.
by ArndW
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

I just saw that this is a PX forum question. In that case, I do think that a recompilation is necessary if anything in the environment has changed, particularly paths and the PX configuration file.
by ArndW
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

You don't even need to re-compile if you don't want to 8)
by ArndW
Tue Nov 29, 2005 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fully Qualified Table Name
Replies: 7
Views: 1413

Craig - I'm sure that's going to be the solution; I had the same problem a couple of weeks ago and couldn't figure out why certain things weren't working as expected.
by ArndW
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...
by ArndW
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...
by ArndW
Tue Nov 29, 2005 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fully Qualified Table Name
Replies: 7
Views: 1413

did you try it in the right pane in the manager ? It's always worked for me.
by ArndW
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

hmmm... that last post needs to be corrected! The command to execute had 2 errors, it should read: Call DSExecute("UV","SELECT NAME FMT '60R' FROM DS_JOBS WHERE NAME NOT LIKE '%\%';",output,sysretcode) Your output variable "output" will contain a multivalued list of the j...
by ArndW
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 ...
by ArndW
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

You need to delete the temporary sequential file and use the mkfifo command to create a named pipe in it's stead.
by ArndW
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...
by ArndW
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

Hello pavanns,

you haven't given close to enough information to be able to help. Most likely you are using a Database stage and your custom SELECT clause contains more columns than declared in the metadata.
by ArndW
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...
by ArndW
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...
by ArndW
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

I think that this functionality is limited to DataStage 7.5; you might still be on 7.1.

It make more sense to correct the configuration as Ray suggested instead of putting in an explicit handler; I would recommend you add the new pool