Search found 42189 matches

by chulett
Fri Aug 03, 2012 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: subquery from file in oci stage
Replies: 11
Views: 3757

OK, didn't look close enough at the SQL. Oracle won't automagically import that file data into your query for the subselect. You'll need to pass the entire "in list" in as a parameter.
by chulett
Fri Aug 03, 2012 10:06 am
Forum: General
Topic: Job starts,gets completed but does no processing
Replies: 4
Views: 1481

Looks to me like you've set the Job Activity stage to validate the job rather than run it. Occurred: 10:11:50 AM On date: 8/3/2012 Type: Control Event: Validating Job xfmDSPHFRestriction_DLP18_900k_Srt2aNew2. (...) Occurred: 10:11:52 AM On date: 8/3/2012 Type: Control Event: Job xfmDSPHFRestriction_...
by chulett
Fri Aug 03, 2012 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: subquery from file in oci stage
Replies: 11
Views: 3757

bobbysridhar wrote:I am not using parameter in file.
Yes, you are - hence my answer.

Code: Select all

 in(#Dir#/Accountfile.txt)
#Dir# is the parameter.
by chulett
Fri Aug 03, 2012 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: subquery from file in oci stage
Replies: 11
Views: 3757

Simple answer... you cannot use parameters in a SQL file.
by chulett
Fri Aug 03, 2012 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset extraction using different node config file
Replies: 1
Views: 1370

That question has been asked and answered here many times - yes.
by chulett
Fri Aug 03, 2012 8:20 am
Forum: General
Topic: Job missing in repository
Replies: 4
Views: 2094

Don't forget there are two repositories in play now. Best to get support involved. IMHO.
by chulett
Fri Aug 03, 2012 8:18 am
Forum: General
Topic: Job starts,gets completed but does no processing
Replies: 4
Views: 1481

Can you post the log entries from the "no processing" run?
by chulett
Fri Aug 03, 2012 7:18 am
Forum: General
Topic: DSGetparamInfo error
Replies: 3
Views: 1186

Yah, that too. :wink:
by chulett
Fri Aug 03, 2012 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Column Propagation Passing Metadata in runtime
Replies: 11
Views: 4732

And stop using the Reply with quote link for no reason, use the Reply to topic link instead. Please.
by chulett
Fri Aug 03, 2012 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Stage
Replies: 1
Views: 1210

Why not simply check the documentation rather than ask here? Connectivity Guide for Teradata Databases pdf, Chapter 2: Teradata connector, "Teradata connector properties" section.
by chulett
Fri Aug 03, 2012 6:20 am
Forum: General
Topic: DSGetparamInfo error
Replies: 3
Views: 1186

The "never dimensioned" error means you spelled the routine name wrong or it has no idea what it is because you haven't included the appropriate header file that defines it. Case it important so change its name to DSGetParamInfo and make sure the appropriate INCLUDE statement is in your co...
by chulett
Fri Aug 03, 2012 6:14 am
Forum: General
Topic: Microsoft outlook Access
Replies: 5
Views: 1672

OK. Thanks?
by chulett
Fri Aug 03, 2012 6:08 am
Forum: General
Topic: Resetting the Job from Director
Replies: 9
Views: 2782

As noted, it doesn't matter what the job does - all the Reset does is allow it to be run again after it has aborted. A Restartable Sequence job has slightly different rules, you can restart it after an abort and it will pick up where it left off whereas you Reset it to force it to clear the checkpoi...
by chulett
Thu Aug 02, 2012 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server job transformer not detected
Replies: 2
Views: 1191

A Server job is a Server job, even if it runs in the Enterprise Edition or 8.anything... so don't worry about your "parallel environment" question. As to why it is aborting, first suggestion would be to do an exact search here for "Fault type is 11. Layer type is BASIC run machine.&qu...