Search found 53125 matches

by ray.wurlod
Tue Jul 14, 2009 1:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Control M characters in Sequential File
Replies: 9
Views: 7393

Change the line terminator in Sequential File stage from DOS-style to UNIX-style (it's a stage property).
by ray.wurlod
Tue Jul 14, 2009 1:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Projects not getting reflected in UNIX
Replies: 6
Views: 1468

Re: Projects not getting reflected in UNIX

suresh.angadi wrote:since it is in datastage 8.1, i think (not sure) you can't see the directory in the unix because till datastage 7.5 repositary will be in the unix file strecture, and datastage 8 onwards repositary will be in the database.
That's just wrong.
by ray.wurlod
Mon Jul 13, 2009 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: configuration file
Replies: 6
Views: 1561

In that case I support Arnd's request that you mention where you obtained the information that these terms can be used in the parallel execution configuration file.
by ray.wurlod
Mon Jul 13, 2009 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: configuration file
Replies: 6
Views: 1561

It might be pertinent to ask just what kind of configuration file you are talking about - it is the parallel execution configuration file, whose pathname is given as $APT_CONFIG_FILE, or is it some other kind of configuration file.

Also, are you operating in a grid configuration?
by ray.wurlod
Mon Jul 13, 2009 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Length Constraints for Job Parameters in ABAP stage
Replies: 1
Views: 924

DataStage does not impose any limit. The ABAP stage has been certified by SAP AG to generate valid ABAP code.

SAP may impose a limit, but you would need to ask someone knowledgable about that environment.
by ray.wurlod
Mon Jul 13, 2009 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write status to tgt file when no src recs
Replies: 13
Views: 2725

So you can test for the number of lines (wc -l) and react if that is zero (if no column headings) or 1 (if column headings).
by ray.wurlod
Mon Jul 13, 2009 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File finished FTP
Replies: 4
Views: 1591

The usual approach is to have an extra, empty file transferred, and to have it transferred last. That is the file for which to wait; if it has appeared then all the others are ready (assuming no errors, but that also is detectable).
by ray.wurlod
Mon Jul 13, 2009 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automate graphs
Replies: 2
Views: 1171

DataStage is an ETL tool. It is not a reporting tool.

The only reports it creates are about what it itself (or associated Information Server services, such as metadata analysis service) does.
by ray.wurlod
Mon Jul 13, 2009 4:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help on Universe stage
Replies: 5
Views: 1228

The UniVerse stage uses the same metadata store (the "file dictionary") as does the Hashed File stage. There are no particular rules for specific data types other than dates and times, where the ISO 8601 standard formats can be specified to apply.
by ray.wurlod
Mon Jul 13, 2009 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Metadata Mismatch
Replies: 6
Views: 1894

priyadarshikunal wrote:Have you tried importing metadata using orchestrate.
Of course, posting in the server forum, they may be a server-only licence.
by ray.wurlod
Mon Jul 13, 2009 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need to split records into multiple records
Replies: 9
Views: 3447

Why not just use a Sequential File stage, declare the right number of fields delimited by "~" plus one "dummy field, and specify "none" as the record terminator?
by ray.wurlod
Mon Jul 13, 2009 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Projects not getting reflected in UNIX
Replies: 6
Views: 1468

In the Administrator client, select the project from the list of projects. At the bottom of the window (which may take a few seconds to refresh) will be the UNIX location of that project's directory.
by ray.wurlod
Mon Jul 13, 2009 4:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Analysis Tool
Replies: 1
Views: 1098

What do you mean by "unable"? How are you attempting to invoke it? It only works on parallel jobs, but you are posting in the server forum and have marked your job type as server.
by ray.wurlod
Mon Jul 13, 2009 4:42 pm
Forum: General
Topic: Looping in DataStage Jobs
Replies: 11
Views: 3693

Sainath.Srinivasan, I can't see your complete message, bcoz I am not a premium member. Is there anyway you can not classify it as a premium content. Thanks! He could, but he won't. Premium membership is one of the ways that the hosting and bandwidth costs of DSXchange are met. We're not going to se...
by ray.wurlod
Mon Jul 13, 2009 4:40 pm
Forum: General
Topic: Manupulating Datastage Director Logs
Replies: 3
Views: 1280

mukejee wrote:the routine that you are taling about is not available here.
They are, they ship with the product.
Anyways, i got my problem solved. i would use a Peek stage to write to the director logs.
That strikes me as an unnecessarily restrictive approach.