Search found 53125 matches

by ray.wurlod
Fri May 30, 2008 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seqeuncer is not triggering jobs immediately
Replies: 6
Views: 1465

You could do worse than to inspect the generated code (on the Job Sequence's job properties Job Control tab) to see if there's anything there that might explain the delay you are reporting.
by ray.wurlod
Fri May 30, 2008 6:28 am
Forum: Data Quality Best Practices
Topic: Audit Stage
Replies: 1
Views: 8631

AuditStage is still around, but will be absorbed into Information Analyzer with effect from version 8.1 if current plans come to fruition. Since 8.1 is only months away they've probably taken it off the web site so that no over-enthusiastic sales person sells any more of it.
by ray.wurlod
Fri May 30, 2008 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Header and Tralier
Replies: 12
Views: 3678

My guess - though let's wait for the OP to get back - is that the requirement is to compare the number in the header and the number in the trailer.
by ray.wurlod
Thu May 29, 2008 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Porblem with config file
Replies: 9
Views: 2716

Is the fastname property set to "issaq" for all node definitions in the configuration file?
by ray.wurlod
Thu May 29, 2008 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source with zero rows but target with one row
Replies: 6
Views: 1936

Post-process your job to detect whether it sent zero rows and, if so, run another job to write the required information.

You can do this in an after-job subroutine or in a later activity in the job sequence from which the job was run.
by ray.wurlod
Thu May 29, 2008 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to DB2 on Windows
Replies: 1
Views: 634

Talk to your DB2 DBAs about client software called DB2 Connect.
by ray.wurlod
Thu May 29, 2008 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLAllocEnv function
Replies: 3
Views: 2005

Alternatively they are part of the ODBC API published by Microsoft.

The DataStage BCI is a library of functions that mimic those in the ODBC API.
by ray.wurlod
Thu May 29, 2008 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failing job for record reject
Replies: 3
Views: 887

No, in general. (But you can insert Transformer stages.) Personally I don't believe in aborting jobs.
by ray.wurlod
Thu May 29, 2008 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Renaming Column
Replies: 3
Views: 902

Yes, provided that the metadata change involves an implicit conversion. If the metadata change involves an explicit conversion (for example string to date) then a Modify or Transformer stage will be required.
by ray.wurlod
Thu May 29, 2008 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Director - Job "Monitor" not showing the number
Replies: 6
Views: 2836

A status of Ready means that that link has not yet begun processing any rows. Therefore it is reasonable that no row counts are displayed. Later it will move briefly to a status of Starting then to Running and, later, to some form of finished/aborted.
by ray.wurlod
Thu May 29, 2008 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output records execution order!
Replies: 4
Views: 1078

Since writes are buffered, even setting auto-commit will not guarantee that the delete will occur first. If writes were not buffered your theory would be OK but this is not the case.
by ray.wurlod
Thu May 29, 2008 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Porblem with config file
Replies: 9
Views: 2716

If the configuration file does not check out there's no point attempting to run a job using that configuration file.

The error suggests that one of the fastname values (issaq?) could not be resolved as a network node name.
by ray.wurlod
Thu May 29, 2008 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing of special keywords from a field
Replies: 3
Views: 854

U is not encountering the problem; Nasimul is.

The second person personal pronoun in Engish is spelled "you".
by ray.wurlod
Thu May 29, 2008 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Determine end of input data
Replies: 14
Views: 4227

Get ETLStats from Kim Duke's website - it will do all you require (and more) without you re-inventing the wheel.
by ray.wurlod
Thu May 29, 2008 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot open executable job file RT_CONFIG0
Replies: 22
Views: 5338

Is there any warning of the form "non numeric where numeric required, zero used" in the job log or anywhere else? (I'm puzzling over the zero in the RT_CONFIG0 name still.)