Search found 53125 matches

by ray.wurlod
Fri Oct 05, 2007 2:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Management Concurrent Value - is not working correctly
Replies: 5
Views: 1738

Make a copy of the routine, and add more complete error handling to the Open and ReadU statements. Common /Sequences/ Initialized, NextVal, SeqFile EQUATE RoutineName TO 'KeyMgtGetNextValueConcurrent' If NOT(Initialized) Then * Not initialised. Attempt to open the file. Initialized = 1 Open ...
by ray.wurlod
Thu Oct 04, 2007 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SQL from file to extract data from Oracle Tables
Replies: 19
Views: 4627

Can you please post the "job started" event from the job log (or status) view so that the actual value passed to the parameter may be recognized?

And, when you do, please verify that the SQL is both complete and as you intended.
by ray.wurlod
Thu Oct 04, 2007 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Key Management Concurrent Value - is not working correctly
Replies: 5
Views: 1738

What was the most recent prior good value? You may have experienced "arithmetic overflow". To determine the current "next available key" value for a given sequence execute the following query. SELECT NAME, F1 FMT '10R' COL.HDG "Next Value" FROM SDKSequences USING DICT VOC WHERE NAME = '<<S...
by ray.wurlod
Thu Oct 04, 2007 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Number
Replies: 14
Views: 2797

No, because I specified "the next available key", rather than the current max key value. implying that there would be a +1 in the SELECT statement.

Code: Select all

SELECT MAX(SKey) + 1 FROM tablename;
by ray.wurlod
Thu Oct 04, 2007 9:25 pm
Forum: General
Topic: Removing Header/Trailer from Seq File
Replies: 7
Views: 8195

And one can always re-parse the raw string using Column Import stage. :idea:
by ray.wurlod
Thu Oct 04, 2007 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Number
Replies: 14
Views: 2797

Prior to running the job, probably in another job, obtain the next available surrogate key value and write it to that other job's user status area or to a file. Pick up the value and pass it to the job containing the generator as a job parameter value. This will be the initial value to use in the ge...
by ray.wurlod
Thu Oct 04, 2007 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to do left outer join and right outer join in DS 7.5.2
Replies: 4
Views: 3511

The job type in this thread is marked as "server". In which Transformer stage can and does perform a left outer join.
by ray.wurlod
Thu Oct 04, 2007 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suddenly, I get: 'You do not have access to this project'
Replies: 1
Views: 773

Have O/S group memberships been changed?
Have the mapping of DataStage roles to O/S groups been changed (perhaps by ill-advised edits to/removal of the .developer.adm file in the project)?
by ray.wurlod
Thu Oct 04, 2007 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage,Unmapped columns , dataset RCP turned on !
Replies: 4
Views: 1619

I'd say leaving them in is a 'worst practice' because RCP will try to propagate them through to the target.
by ray.wurlod
Thu Oct 04, 2007 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOB SCHEDULE PLAN document(template)
Replies: 1
Views: 636

1. The job(s)/activities that need to run first are to be scheduled first.

2. Any that need the results of these must be scheduled afterwards, and perhaps conditionally upon the earlier job(s)/activities completing successfully.

3. Repeat step 2 until no more dependencies.
by ray.wurlod
Thu Oct 04, 2007 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Apply
Replies: 2
Views: 792

If you upgrade to version 8 you get a SCD stage that looks after all that for you.
by ray.wurlod
Thu Oct 04, 2007 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a SQL from dos command
Replies: 11
Views: 5173

1. No. 2. No. Any SQL to be run from the DOS command line would have to be run from a BAT file - DataStage BASIC does not create an "executable" in the operating system sense - all DataStage BASIC code executes within dssh. You can regard dssh as a virtual machine if you like. However, routines can ...
by ray.wurlod
Thu Oct 04, 2007 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to import DS 6.0 jobs after DS 7.5.2 was installed
Replies: 0
Views: 2369

You have an incompletely-deleted job. Run DS.CHECKER when you have exclusive access to the project to clean up "orphaned" files from partially deleted jobs. After that your import should be OK.
by ray.wurlod
Thu Oct 04, 2007 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The string representation of a datetime value is out of rang
Replies: 7
Views: 8120

What does this number represent for the Timestamp data type? Is it the number of characters, or the number of fractional second digits?
by ray.wurlod
Thu Oct 04, 2007 4:16 pm
Forum: Site/Forum
Topic: DSX Site statistics
Replies: 2
Views: 2239

Right now the site is without a webmaster. Walter departed to pursue additional interests. The process has begun to hire a new webmaster.