Search found 53125 matches

by ray.wurlod
Fri Apr 11, 2008 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending data in an existing fileusing WRITESEQ
Replies: 3
Views: 1443

That is purely because of the PRINT statements in your code. DataStage logs a warning if anything "unexpected" appears in the output. Comment out the PRINT statements, or change them to DSLogInfo() calls, and the warning will vanish.
by ray.wurlod
Fri Apr 11, 2008 4:23 pm
Forum: General
Topic: Migration from OWB to DataStage
Replies: 14
Views: 9112

You will find, if you take up these services, that you must agree to your materials being "offshored". Make of that what you will.
by ray.wurlod
Fri Apr 11, 2008 4:22 pm
Forum: General
Topic: RE: Helper Subroutines
Replies: 14
Views: 3818

1., 2., and 3. These are old-fashioned UniVerse naming conventions. If I remember correctly, "%" names are used internally in the engine (that is to say we don't use them at all), "!" names are functions that came from Prime INFORMATION (and the code for which expects to call such names - !GET.PATHN...
by ray.wurlod
Fri Apr 11, 2008 4:17 pm
Forum: General
Topic: User Profile reports
Replies: 3
Views: 898

The repository is supposed to be "open", so you should be able to determine what tables are in it. Nothing has been publicly documented, as far as I am aware, regarding the data model of XMETA, so you will have to figure out where the data you require actually resides; I don't believe anyone here ha...
by ray.wurlod
Fri Apr 11, 2008 4:15 pm
Forum: General
Topic: Compiling a job in a protected project
Replies: 7
Views: 3513

That's pretty much it, Wade. Protected means what it says. It's the whole SDLC (software development lifecycle) thing - nothing changes in production. So your choices, it seems to me, are two: compile before exporting temporarily un-protect the production project The second option may be the only on...
by ray.wurlod
Fri Apr 11, 2008 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage connection to MS SQL DB
Replies: 3
Views: 3792

Welcome aboard. The DataDirect ODBC driver (for it is that that is represented by the VM*.so files) is shipped with DataStage. You do not need to download them. They can be found in the branded_odbc/lib directory.
by ray.wurlod
Fri Apr 11, 2008 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Fact table
Replies: 4
Views: 2283

Obviously it will "look" quite similar, since it is performing the same task. Tip: when "drawing" in DSXchange, use Code tags, and use Preview to get it right. Once you move to version 8 of DataStage, loading of the dimensions and the fact table can all be done in the one stream (if that's how you w...
by ray.wurlod
Fri Apr 11, 2008 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Check APT_DUMP_SCORE Output
Replies: 2
Views: 1154

It IS in the log. Look for events like "this step has 14 data sets". That is the execution score. The one with no data sets is the licensing score.
by ray.wurlod
Fri Apr 11, 2008 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp issue inserting into Oracle table
Replies: 18
Views: 6774

Welcome aboard.

Oconv() and Iconv() functions are not available in parallel Transformer stages.
by ray.wurlod
Fri Apr 11, 2008 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Server not responding " error in Datastage 8.0.1
Replies: 14
Views: 7521

This is a non-trivial process. Have you taken one of IBM's training classes? Essentially you create suite users for Information Server, then allocate suite roles and product roles. You can also set up a default DataStage user whose credentials suite users who have not been allocated a DataStage role...
by ray.wurlod
Fri Apr 11, 2008 4:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending data in an existing fileusing WRITESEQ
Replies: 3
Views: 1443

Search the forum for a routine called OpenSequentialFile. It covers all the possibilities.

Basically, you have to position to end-of-file using a Seek statement (or a loop of ReadSeq statements) before attempting a WriteSeq statement. This is managed within the OpenSequentialFile routine.
by ray.wurlod
Fri Apr 11, 2008 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database connections for around 200 Jobs
Replies: 8
Views: 2767

So long as you don't mind your jobs taking rather longer because the loading of the tables is no longer occurring in parallel.
by ray.wurlod
Fri Apr 11, 2008 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp issue inserting into Oracle table
Replies: 18
Views: 6774

Isn't your support provider providing support, which you are paying them to do?
by ray.wurlod
Fri Apr 11, 2008 12:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Storing the output of Coomands in TCL prompt to a file
Replies: 3
Views: 1078

Yes, but first are the column widths adequate? You may need additional FMT specifiers. Research the commands COMO and DIVERT.OUT in your UniVerse documentation. Another way is to redirect stdout of your DataStage shell. For example cd $ProjectDir . $DSHOME/dsenv $DSHOME/bin/dssh "SELECT NAME FM...
by ray.wurlod
Thu Apr 10, 2008 8:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to integrate 2 data marts
Replies: 7
Views: 2641

Wanna bet? I'm involved right now in a Japanese & English mix. Yes, I understand what you're saying - that there has to be some measure of compatability - and business agreement on common terms - before data marts (or any other silos of information) can be merged in any meaningful sense. IBM's B...