Search found 53125 matches

by ray.wurlod
Sat Jul 02, 2005 7:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Summarizing Columns in Transformer
Replies: 6
Views: 2632

The client may always be KING but even kings are fallible, or ignorant. If the client has demanded that you construct jobs in a way that is against your better (educated) judgment, demand to know why and point out the consequences of following the client's mandate versus your better design. The cour...
by ray.wurlod
Fri Jul 01, 2005 11:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Map Stage
Replies: 2
Views: 1494

Yeah, but there's no "send money for free receipt" notice there. :?
by ray.wurlod
Fri Jul 01, 2005 8:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Map Stage
Replies: 2
Views: 1494

Map Stage

There is a cost for Design Studio, needed to create TX maps. See this post for details.
by ray.wurlod
Fri Jul 01, 2005 8:04 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Design Studio does cost
Replies: 0
Views: 1669

Design Studio does cost

I finally got the official answer on the product. The MapStage plug-in is free with DS 7.5.x and up. To create the map itself, you will need the DataStage TX Design Studio. This is a separate product and does cost extra. If you have complex transformations, use complex file formats (like EDI, HIPAA,...
by ray.wurlod
Fri Jul 01, 2005 8:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Stage in Enterprise Edition
Replies: 4
Views: 1540

FTP Stage in Enterprise Edition

Ascential tech support provided the solution as follows: -Make sure the ftp plug-in is installed in /Ascential/DataStage/Engine/bin. -In DataStage Manager, Go to Tools menu > Register plug-in. -Select the dsftpune.dll file in the path above, and click to check the checkbox for "Parallel stage type r...
by ray.wurlod
Fri Jul 01, 2005 7:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential Stage in PX
Replies: 4
Views: 1031

That property does not appear to be visible in 7.1, but you can specify "first line is column names" in the format when importing the Sequential File table definition. Loading it from the Repository into the job design should preserve this property.
by ray.wurlod
Fri Jul 01, 2005 7:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job aborting in merging of two files
Replies: 15
Views: 4152

What did searching on this forum for "abnormal termination" reveal to you about how and where to look for diagnostic information and/or likely causes of this particular message? Is it correct to discern from the error message that the job name is nsar_merge and that there is a Transformer stage call...
by ray.wurlod
Fri Jul 01, 2005 7:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing output from shell script to a job
Replies: 11
Views: 3318

In the Job Activity, click on Insert Parameter Value. This opens the External Parameter Helper dialog, on which you will see the Execute Command Activity. Expand this and you will see three things that you can use to supply a value to the currently selected job parameter. $CommandName the name of th...
by ray.wurlod
Fri Jul 01, 2005 7:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find Last Record in File
Replies: 13
Views: 3366

It's always useful to be able to initialize counters! :D
by ray.wurlod
Fri Jul 01, 2005 7:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Registering a C Plug In
Replies: 1
Views: 883

Welcome aboard! :D That's a pretty heavy duty first post! Obviously placing stubs (including these functions but without having them do anything) would overcome the registration checks, but are these functions essential? I have not played with this interface since version 5.2, and neither of the fun...
by ray.wurlod
Fri Jul 01, 2005 7:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to invoke or run a job from Webpage..
Replies: 8
Views: 2076

You can convert any DataStage job into a Web service using the RTI (real time interface, now called SOA (service oriented architecture)) components. RTI Input ---> stages ---> RTI Output If you need to pass XML documents to and fro, simply add the stages that read and write these. RTI Input ---> XML...
by ray.wurlod
Fri Jul 01, 2005 7:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting DS log messages from DS and into Oracle.
Replies: 8
Views: 1877

I think it would be much easier to create a DataStage job to perform this task. The job number would have to be a job parameter. You would also probably need a parameter (maybe the same one) to identify the job in your Oracle table(s).
by ray.wurlod
Fri Jul 01, 2005 7:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Status Code How to get this into a variable
Replies: 3
Views: 1438

You should be able to get it using

Code: Select all

echo $?
by ray.wurlod
Fri Jul 01, 2005 6:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Canned Demo ?
Replies: 3
Views: 1437

Get one of the Ascential dudes to present it. They do it regularly, and have practice at fielding the questions from left field.
by ray.wurlod
Fri Jul 01, 2005 6:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborts after 754K recs with Aggregator: %s
Replies: 20
Views: 6004

If I were the author of the stage, I would see that behaviour as an entirely reasonable approach.