Search found 53125 matches

by ray.wurlod
Sun Jan 06, 2013 6:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: All jobs stopped in the datastage yesterday at 7:08 AM
Replies: 4
Views: 4218

At the risk of stating the bleeding obvious, when a job's status is Finished, I'd expect it to have stopped. So can you please be a bit more explicit about what the sequence does, and in particular why it was once entered without exiting?
by ray.wurlod
Sat Jan 05, 2013 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Variable length text file
Replies: 12
Views: 2955

But of course that's also true for the cat command.
by ray.wurlod
Sat Jan 05, 2013 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date match format error
Replies: 14
Views: 3818

How can a file contain NULL ?
by ray.wurlod
Sat Jan 05, 2013 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Variable length text file
Replies: 12
Views: 2955

Yes. Technically.

For such is the nature of a sequential access file - you must read past every byte to get to the next byte.
by ray.wurlod
Sat Jan 05, 2013 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding sequencer.sh to allocate nodes to job
Replies: 3
Views: 2553

Through interaction with the grid management software.
by ray.wurlod
Sat Jan 05, 2013 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date match format error
Replies: 14
Views: 3818

And, sure enough, the dates in the data don't match the specified format string. The solution obtains immediately from the foregoing - you have to make them match (probably by providing a correct format string). You may also have to handle the empty (null?) date fields.
by ray.wurlod
Sat Jan 05, 2013 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Variable length text file
Replies: 12
Views: 2955

... or the same as a Filter command in the Sequential File stage.

Isn't technology wonderful?
by ray.wurlod
Fri Jan 04, 2013 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in parallel job
Replies: 2
Views: 2533

Is there a TFPM-00201 message later in your job log?

Yes, this message can be ignored (demoted, perhaps).
by ray.wurlod
Fri Jan 04, 2013 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Variable length text file
Replies: 12
Views: 2955

Another choice is to define the structure completely in metadata, and apply the Drop On Import property to all fields that you don't require to be read.
by ray.wurlod
Fri Jan 04, 2013 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Delivery
Replies: 9
Views: 3307

There are a number of ways in which it can work. Typically changes to the database are captured by reading the transaction log (though triggers can also be used); these changes are placed onto an MQ series queue and a Change Data stage in DataStage can read from that queue. I have no idea what kind ...
by ray.wurlod
Fri Jan 04, 2013 2:20 pm
Forum: General
Topic: Sequence Failure reporting
Replies: 1
Views: 662

Only by creating a routine to drill down through the sequence log to sub-sequence and job logs. This is a fairly straightforward routine to write.
by ray.wurlod
Fri Jan 04, 2013 2:36 am
Forum: IBM QualityStage
Topic: Recognization on junk
Replies: 8
Views: 4110

Yes, but not meaningfully. For example you can transliterate (specify the sound of a Japanese character using English characters, such as "東" and "京" becoming "Tō" and "kyō") but there is no one-to-one correspondence between CJK characters and English characte...
by ray.wurlod
Thu Jan 03, 2013 7:46 pm
Forum: General
Topic: Care and feeding of a Datastage environment daily
Replies: 3
Views: 1815

Indeed check any directory pointed to by UVTEMP (in uvconfig) and TMPDIR (environment variable). And TEMP, if that environment variable is also set.
by ray.wurlod
Thu Jan 03, 2013 7:42 pm
Forum: General
Topic: mq connection
Replies: 5
Views: 1812

There is a neat little trick for running simple (non-interactive) operating system commands from the project directory on the server. First open the DataStage and QualityStage Administrator client. On the Projects tab select the project (in this case it may not matter which one). Issue your UNIX com...
by ray.wurlod
Thu Jan 03, 2013 7:39 pm
Forum: General
Topic: Job Dependency List From Master Sequencer
Replies: 5
Views: 2554

The reason you're not getting to level 2 and deeper is that you have not written the SQL query to perform a recursive search. This is not easy to do. I agree with Andy - why not use the inbuilt search capabilities of the client?