Search found 53125 matches

by ray.wurlod
Wed Dec 09, 2009 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't view any Jobs in Director though jobs exist in Dsigner
Replies: 6
Views: 1667

Have you tried re-indexing the repository?
by ray.wurlod
Wed Dec 09, 2009 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: smat -d always reports no type 30 files active
Replies: 3
Views: 1838

Are you running smat while logged in as a member of the Administrators group? If not you will only see your own T30FILE entries.
by ray.wurlod
Wed Dec 09, 2009 3:59 pm
Forum: IBM QualityStage
Topic: Provisioning Failure
Replies: 8
Views: 3673

We only have dev thus far. The error is consistent across rule sets, and from more than one client. The error is consistent for "out of the box" rule sets and for copied rule sets. Our repository is SQL Server. Initial response from support is that they have seen this, and the problem is l...
by ray.wurlod
Tue Dec 08, 2009 8:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: abort the job if look up is success
Replies: 7
Views: 1706

Use a sequence. The first job records the result of the lookup somewhere (a file, its user status area), the sequence checks that and makes the decision about whether or not to run the second job.
by ray.wurlod
Tue Dec 08, 2009 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: abort the job if look up is success
Replies: 7
Views: 1706

You NEVER need to abort. Based on the lookup succeeding you need to make a decision about whether to initiate the second job. That is all.
by ray.wurlod
Tue Dec 08, 2009 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IA installation
Replies: 11
Views: 2578

Is there anything useful in any of the log files in C:\IBM\InformationServer\logs folder?
by ray.wurlod
Tue Dec 08, 2009 5:41 pm
Forum: IBM QualityStage
Topic: Provisioning Failure
Replies: 8
Views: 3673

Made a copy of the rule set and can not even provision the .SET file from the copy.
:cry:
by ray.wurlod
Tue Dec 08, 2009 5:25 pm
Forum: IBM QualityStage
Topic: Provisioning Failure
Replies: 8
Views: 3673

It's worse that I thought. Only the .SET file can be provisioned - I get the same error even when trying to provision any of the other files individually (and, as suggested, in combination). Checked that PUBLIC has all permissions on XMETA.DataStageX_xmetagen_DSDataQualitySpecc2e76d84 table, but to ...
by ray.wurlod
Tue Dec 08, 2009 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator Stage
Replies: 14
Views: 4768

Hi chulett Thank you so much for the fast reply. hmm it won't effect my applications but still i thought SK stage generator will generate keys without any holes. But when I generate the Statefile its having 23 as highest record for which I have run only 20 records. Is there any way i can rectify th...
by ray.wurlod
Tue Dec 08, 2009 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IA installation
Replies: 11
Views: 2578

I can't see anything in your file that specifies that Information Analyzer installed correctly. You are assuming that because it tells you that Information Server installed correctly this includes Information Analyzer.
by ray.wurlod
Tue Dec 08, 2009 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Stage Error
Replies: 5
Views: 2262

That is definitely NOT the correct path. The correct path is likely to be C:\IBM\InformationServer\Server\DSEngine.
by ray.wurlod
Tue Dec 08, 2009 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJob -logdetails Hanging
Replies: 11
Views: 6794

I don't think they've got it right yet - and the log viewer in Web Console still leaves a lot to be desired.
by ray.wurlod
Tue Dec 08, 2009 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in reading Sequential file
Replies: 7
Views: 5009

This message usually means that the final record in the file is missing its record delimiter. The reader has found the end-of-file marker.
by ray.wurlod
Tue Dec 08, 2009 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job parameters
Replies: 3
Views: 1319

Beware, however, that it is not possible to assign a value to a parameter in a Parameter Set from a sequence.
by ray.wurlod
Tue Dec 08, 2009 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change capture
Replies: 1
Views: 819

Use a Difference stage, or name the non-key columns differently. You don't need both copies of the key column, as it's identical.