Search found 53125 matches

by ray.wurlod
Mon Aug 16, 2004 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: heap size limit
Replies: 3
Views: 1359

You'd have to be dead unlucky to hit a problem in the last two bytes of a data segment! However, DataStage pre-checks that you can allocate the entire space and, when it encounters the discrepancy, you get that message. Looks like it's not allowing for some kind of two-byte "magic number" in the seg...
by ray.wurlod
Mon Aug 16, 2004 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: non-root install
Replies: 6
Views: 2562

On a point though - would it make sense for DS to manage its own users and groups? Whatever you decide must work on Windows platforms too! On Windows platforms user and group management is quite different, for example domain\user , machine\user and user may or may not all exist. FYI, project names ...
by ray.wurlod
Mon Aug 16, 2004 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can you move ur project from development to production
Replies: 6
Views: 1448

I would be reluctant to advise anyone to move straight from development to production; I would always advocate an interim Test/UA/QA environment. For each environment (development, test/UA/QA and production) you require a DataStage project. Have you created these, and created in them any settings yo...
by ray.wurlod
Mon Aug 16, 2004 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character Set Problem in ORAOCIBL
Replies: 7
Views: 2022

I have seen similar messages resulting from the LANG environment variable not being set correctly. Chances are that Oracle has its own LANG environment variable and that the two must agree.
by ray.wurlod
Mon Aug 16, 2004 12:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential Files
Replies: 1
Views: 699

Did you search for "filter" and/or "sequential"?

This post, particularly the second last entry, may help.
by ray.wurlod
Mon Aug 16, 2004 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel extender file configuration
Replies: 1
Views: 1332

One configuration node is capable of 200 million rows. You didn't specify what the time window requirement was, but even with one configuration node (or, indeed, one server job), you should be able to get through this amount of data in a single-digit number of hours. The actual time would, of course...
by ray.wurlod
Sun Aug 15, 2004 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine return status in sequencers
Replies: 2
Views: 926

Routines don't have an exit status (unless they call DSLogFatal, but then they don't really exit). I suspect that the "activities that finish with status" hasn't been properly thought through for what it means in respect of Routine Activities; obviously it makes sense for Job and Command Activities....
by ray.wurlod
Sun Aug 15, 2004 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Plug-in
Replies: 3
Views: 1120

You can extract one from a database table, where the column contains a NULL. The concept of null is irrelevant to text files. It is mainly text files that you pass using FTP. Therefore, you can decide any convention you like for passing null values. In general there are two strategies. Choose some s...
by ray.wurlod
Sun Aug 15, 2004 2:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Plug-in
Replies: 3
Views: 1120

It defines a string with which NULL is represented in the data stream to be transferred via FTP. For example, the remote file might represent NULL as the string "<NULL>".
by ray.wurlod
Sun Aug 15, 2004 2:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command Stage COMMAND.OUT is not giving expected result
Replies: 10
Views: 3003

Can you be more precise about the actual version number of DataStage for this question please?
by ray.wurlod
Sun Aug 15, 2004 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Re-Start and Recovery
Replies: 1
Views: 1184

DIY, including staging of data at intermediate points (after extraction and before loading at the very least), with recording of how far you successfully reached. There's limited "restart" capability in Job Sequences in 7.1, basically checkpoints and skip jobs that were successful on the last run (u...
by ray.wurlod
Sat Aug 14, 2004 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding whether a Feild is null or not
Replies: 4
Views: 1115

Technically it's not possible in a before-stage subroutine because the first row in a stream has not been processed when the before-stage subroutine is executed. Do you mean null in every row, null in any row, null in the first row? How is NULL represented in this particular text file. A zero-length...
by ray.wurlod
Sat Aug 14, 2004 5:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage as Archiving tool ????
Replies: 1
Views: 813

DataStage is an ETL tool. Extraction, transformation and load. You could design jobs that extract data from tables and move them elsewhere, with or without transformation, but archiving (and retrieval from archive) are not really the main intended purpose. Most database products have their own archi...
by ray.wurlod
Sat Aug 14, 2004 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Details of [b]Sort[/b] Stage
Replies: 2
Views: 886

Not only can, but should.
by ray.wurlod
Fri Aug 13, 2004 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fixing corrupted DS_JOBOBJECTS?
Replies: 6
Views: 2456

This is serious. DS_JOBOBJECTS is, as you're finding out, THE critical table for design time information. You can use UVFIXFILE from the command prompt, or fixtool or uvfixfile from the operating system prompt, to trace the file to report whether there is, indeed any internal corruption. If there is...