Search found 53125 matches

by ray.wurlod
Thu Nov 05, 2009 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to access DB2 Counts in a job
Replies: 2
Views: 1371

No. DataStage will tell you how many rows it sent to DB2, and can capture any that were rejected (which you could also count and perform arithmetic). But the only way you can reliably determine what's in a table is to query the table. If your records include a run identifier or last updated timestam...
by ray.wurlod
Thu Nov 05, 2009 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create DS_DATATYPES indices
Replies: 2
Views: 1319

Make sure that you have read, write and execute permission to the /datastage directory.
by ray.wurlod
Thu Nov 05, 2009 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture(both set of updated data)
Replies: 2
Views: 924

Investigate the Difference, Compare and Change Capture stage types.

You could also perform a Lookup against table_new.
by ray.wurlod
Thu Nov 05, 2009 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: search variable
Replies: 7
Views: 2565

The Administrator client Command window does not permit execution of a LOGTO command.

A number of other commands, such as HELP, are also blocked, perhaps because they require terminal handling characteristics, perhaps because they are dangerous (for example QUIT).
by ray.wurlod
Thu Nov 05, 2009 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Some error while saving a job.
Replies: 7
Views: 2605

That might also be T30FILE structure filling.

Permissions or space issues would relate to whichever directory you have specified to create the hashed file.

A non-pathed hashed file is created in the DataStage project directory.
by ray.wurlod
Thu Nov 05, 2009 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborts, then won't compile
Replies: 8
Views: 2649

Despite the dark nature of its contents, the message is largely informative. Because the owning process was killed, the cache had to be invalidated and the dynamic hashed file attached to it had to be forced closed (presumably updating the header information from the T30FILE array in memory in the p...
by ray.wurlod
Thu Nov 05, 2009 1:59 pm
Forum: General
Topic: Conversion from Char to Varchar
Replies: 4
Views: 1262

Check the setting of APT_STRING_PADCHAR environment variable.
by ray.wurlod
Thu Nov 05, 2009 1:56 pm
Forum: General
Topic: compilation vs validation
Replies: 2
Views: 1427

Welcome aboard. This particular forum on DSXchange, as Craig implied, is to discuss topics for which a specific FAQ entry might be created. There is a specific forum for questions about parallel jobs, there is also a General forum. We have no forum for interview questions, because we believe that in...
by ray.wurlod
Thu Nov 05, 2009 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Message Handling for server Jobs
Replies: 3
Views: 1758

Reindex the project. That should drop and create the indexes (this time without NLS) and re-populate them. The command, which must be executed when you have exclusive access to the project, is DS.REINDEX ALL. You execute this command from the Administrator client Command window or from a dssh enviro...
by ray.wurlod
Wed Nov 04, 2009 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stringtoTimestamp Conversion
Replies: 3
Views: 4467

Why do you have % characters surrounding the format string?

Tip: When the Transformer stage expression editor throws a syntax error, right click on the expression and choose Validate Expression; the editor will report what it believes to be the actual syntax error.
by ray.wurlod
Wed Nov 04, 2009 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenate the rows
Replies: 5
Views: 2572

Pivot first, concatenate later. A good rule to remember in parallel job design is "one stage, one task". That's why there are so many more stage types in the parallel job Palette than in the server or mainframe job Palettes.
by ray.wurlod
Wed Nov 04, 2009 8:09 pm
Forum: General
Topic: Generating a job report via DataSTage client GUI
Replies: 5
Views: 6995

Make sure you have write permission to the folder where your DataStage client is installed. The reports have to write the intermediate XML on your client machine, even though the final report ends up in the common metadata repository.
by ray.wurlod
Wed Nov 04, 2009 8:07 pm
Forum: IBM QualityStage
Topic: QualityStage installation
Replies: 3
Views: 1996

You can license QualityStage alone. It shares the same Designer and engine with DataStage, but you will not be able to access some of the DataStage functionality. You can install QualityStage co-resident with DataStage even though their license counts differ. The licensing model is actually based on...
by ray.wurlod
Wed Nov 04, 2009 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduled Jobs showing as 'Not Scheduled'
Replies: 9
Views: 1883

Version 8 uses the Information Server scheduling service. There may be a bug (especially in version 8.0 or 8.0.1) in which the Director client does not correctly report scheduled jobs. Use the Scheduling facility in the Web console for Information Server.