Search found 53125 matches

by ray.wurlod
Wed Nov 26, 2008 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while loading oracle 10g express edition
Replies: 2
Views: 1005

The person to ask is an Oracle DBA. Somewhere (probably the tnsnames.ora file) something is not correctly configureed. Or it may be that the environment variables such as ORACLE_HOME have not been set.
by ray.wurlod
Wed Nov 26, 2008 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting variable number of fields in a QBCSV file
Replies: 3
Views: 802

What are the business rules around generating four fields when the client does not provide four fields? Resist stupid requirements. Delete your duplicate post before anyone replies to it. Use a routine to parse the record, taking account of whether or not the character is within quotes or not, and c...
by ray.wurlod
Wed Nov 26, 2008 4:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot get exclusive access to log
Replies: 6
Views: 3945

Different problem: different thread.
by ray.wurlod
Wed Nov 26, 2008 1:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rearrange the records based on all matched numbers
Replies: 10
Views: 4167

I would.

Or, if I needed probabilistic rather than deterministic matching, I'd use QualityStage.
by ray.wurlod
Wed Nov 26, 2008 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding months to Date in Server Edition
Replies: 6
Views: 4226

Try the AddMonths routine from here
by ray.wurlod
Wed Nov 26, 2008 1:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date plus 18 months
Replies: 1
Views: 1034

Probably not. Try these date routines - particularly AddMonths.
by ray.wurlod
Wed Nov 26, 2008 12:58 am
Forum:
Topic: Information Analyzer and Business Glossary in Version 8
Replies: 29
Views: 15442

Metadata Workbench
by ray.wurlod
Tue Nov 25, 2008 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Jobs. Design issue or not ?
Replies: 9
Views: 5945

There's no output link from the Sequencer. That will cause the "did not exit" message. Probably the compiler should detect this; some folks use a Sequencer as a placeholder when iteratively designing job sequences, so they've left it (a Sequencer with no output) as a "valid" construct.
by ray.wurlod
Tue Nov 25, 2008 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Jobs. Design issue or not ?
Replies: 9
Views: 5945

Jumping out can cause the "but did not complete all its iterations" or "was not exited" messages. While they're harmless, the original questions were about how to eliminate these messages.
by ray.wurlod
Tue Nov 25, 2008 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slow write into dataset
Replies: 2
Views: 755

What else does this job do? In particular, how many times do you repartition your data? Are you on an SMP environment or some form of multiple machine configuration?
by ray.wurlod
Tue Nov 25, 2008 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cleaning up datastage internal files
Replies: 4
Views: 2149

All files/directories in the project that have names of the form DS_namennn or RT_namennn are the Repository tables in which information about job number nnn are stored. The only safe way to delete these is to delete the job (using one of the clients). If you need the job, then you need these files/...
by ray.wurlod
Tue Nov 25, 2008 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Compile Error
Replies: 4
Views: 1323

Not setting the Restrict Memory Usage property does not give unlimited memory; it gives 20MB per node (unless this has been overridden by setting a different value in the environment variable APT_TSORT_STRESS_BLOCKSIZE.
by ray.wurlod
Tue Nov 25, 2008 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make this condition in Job Sequence Restartability
Replies: 13
Views: 4433

DSXchange Learning Center has a DVD available on programming with the DataStage BASIC language. Or you can take a class
by ray.wurlod
Tue Nov 25, 2008 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make this condition in Job Sequence Restartability
Replies: 13
Views: 4433

Not true. Before/after subroutines are written as server routines whose type is "before/after subroutines", even when they are deployed into parallel jobs. This works because before/after subroutines only ever have to execute on the conductor node, and (typically) the conductor node is where the Dat...
by ray.wurlod
Tue Nov 25, 2008 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer not in MVS
Replies: 7
Views: 1489

U will need to use some kind of mainframe scheduler, like IBM's TWS (Tivoli Work scheduler), which will handle the scheduling for u. In the scheduler u can set up multiple jobs and set up dependancies betn these jobs (JCLs). U is one of our posters, and I know for a fact that he is not currently wo...