Search found 53125 matches

by ray.wurlod
Wed Nov 30, 2005 1:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of Named pipes in sequential file
Replies: 23
Views: 5264

A job in which a Sequential File stage uses a named pipe expects there to be another process on the other end of that pipe. (Actually that's generally true; it's not just a DataStage thing.)
by ray.wurlod
Wed Nov 30, 2005 1:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link collector
Replies: 5
Views: 1112

If the inputs are Sequential Files with identical metadata you don't need DataStage at all; you can simply use cat to append the contents of the second to the first. If you then need to work on the composite result, use a Sequential File stage to process the result - maybe use a cat command in a fil...
by ray.wurlod
Wed Nov 30, 2005 1:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we get only job status???
Replies: 31
Views: 6898

I think we're becoming confused. By "batch job" do you mean the task of getting each job's job status? Can I output to the txt file in batch job? Yes How to make it??? OpenSeq, WriteSeq, CloseSeq Can I call a routine from batch job??? Yes How to call ??? What kind of routine? Why not just create a r...
by ray.wurlod
Wed Nov 30, 2005 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: General/Properties/Columns tabs only Oracle stage -Designer
Replies: 1
Views: 569

Have you tried attaching another link to the stage? This can sometimes "wake it up". You can delete the link afterwards.
by ray.wurlod
Wed Nov 30, 2005 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sybase ODBC quote character 000
Replies: 2
Views: 1363

A three-digit number in this field is interpreted as the decimal ASCII value of the quote character. The same technique can be used in the delimiter character and quote character fields in Sequential File stages. If you have NLS enabled you can also use a four-digit hexadecimal number which is the U...
by ray.wurlod
Wed Nov 30, 2005 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare 76 inbound fields with 76 fields of table
Replies: 7
Views: 2997

Can't help you without knowing precisely what values are coming in and precisely how you want to compare them. DataStage does not have a COALESCE function (though you could write one, but it would need to have a fixed nujmber of arguments). How about posting the clear specification of your compariso...
by ray.wurlod
Wed Nov 30, 2005 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Folder Stage
Replies: 3
Views: 1549

That's not what a Folder stage does. Read the Folder stage chapter in Server Job Developer's Guide or look in on-line help.
by ray.wurlod
Wed Nov 30, 2005 1:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSADM Rights
Replies: 3
Views: 1026

The engine permissions are critical (particularly in the bin directory). If they have been changed DataStage may not work at all. Either reinstall or get your support provider to tell you how to reset the permissions (there is a script). Within a project, best practice is to have dsadm as the owner ...
by ray.wurlod
Wed Nov 30, 2005 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Jobs Created from Mimix Replicate1
Replies: 6
Views: 2220

No idea, having not played with this. Port numbers to avoid are any already in /etc/services, particularly 31538 (DataStage RPC), 23 (telnet), 22 (SSH), 21 (FTP) and any pairs specified for ProfileStage/QualityStage (these port numbers are user-selectable, e.g. 6010 and 6011).
by ray.wurlod
Wed Nov 30, 2005 1:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 81002 error on import
Replies: 2
Views: 939

It might be interesting to try "import with selection" so that the DSX is read into a temporary file that is displayed so you can select components to import. If this succeeds, there's nothing wrong with the DSX file.
by ray.wurlod
Wed Nov 30, 2005 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fully Qualified Table Name
Replies: 7
Views: 1413

Why not just re-import without qualification enabled?
by ray.wurlod
Wed Nov 30, 2005 12:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: varying count of delimiter
Replies: 9
Views: 2250

This is a sharing site. Please post again explaining what was really wrong and how you solved it.
by ray.wurlod
Wed Nov 30, 2005 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot append %DateIn Metatags to target DRS
Replies: 6
Views: 1880

"Should". Famous last words. Read my earlier post again.
by ray.wurlod
Wed Nov 30, 2005 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file, reading and writing in same job
Replies: 10
Views: 3579

Performance is bad (not acceptable).

Presumably lost updates are acceptable! :shock:
by ray.wurlod
Wed Nov 30, 2005 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP
Replies: 3
Views: 1452

... and it's not blocked by a firewall, and the mainframe folks permit it...