Search found 13 matches

by Telenet
Mon Jul 16, 2007 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error: (nP==nC): sc/sc.C: 3858
Replies: 3
Views: 2195

It seems that this error is due to the buffer strategy used. This error pops-up when we force buffering on a poorly designed (the partitioning is not well looked after) parallel job. I have the impression that the partitionning is preserved when you go for "force buffering" and the partiti...
by Telenet
Mon Jul 16, 2007 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error: (nP==nC): sc/sc.C: 3858
Replies: 3
Views: 2195

Internal Error: (nP==nC): sc/sc.C: 3858

Anyone ever seen this error ? Has this something to do with the internal buffering ? main_program: Internal Error: (nP==nC): sc/sc.C: 3858 Traceback: [6] APT_FatalPath::pureAssertion(0xff13219c, 0xffbeca30, 0xffbeca4c, 0xf12, 0xfed76488, 0xfed76480), at 0xff06c914 [7] APT_SC::IPC_DataSet::computeStr...
by Telenet
Fri Jun 29, 2007 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change DataStage clients default directory (compilation)
Replies: 8
Views: 3239

I have serached for all keys in the registry (I have found 2) then replaced them and the end result is still negative.
by Telenet
Thu Jun 28, 2007 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change DataStage clients default directory (compilation)
Replies: 8
Views: 3239

Does not seem to work (tested it on local client).
Disabled write access to the current datastage directory and pointed to another directory with full access rights in HKEY_LOCAL_MACHINE\Software\Ascential Software\DataStage Client\CurrentVersion\GenCodeRootLoc
by Telenet
Thu Jun 28, 2007 4:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change DataStage clients default directory (compilation)
Replies: 8
Views: 3239

Can You tell me what Registry entries have to be changed ?
by Telenet
Thu Jun 28, 2007 2:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change DataStage clients default directory (compilation)
Replies: 8
Views: 3239

Change DataStage clients default directory (compilation)

Job compilation on clients is sometimes writing data in the "C:\Program Files\Ascential\DataStage" directory. Within our company it is not allowed to have write access on this directory. Does someone now if it is possible and how to change this default setting ?
by Telenet
Thu Jun 21, 2007 9:08 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Can not compile on certain clients.
Replies: 4
Views: 3739

The error we get is <JobSeqGenError> <Code>2017</Code> <Desc>XML parser error on input line 0: source='', reason='The system cannot locate the resource specified. '</Desc> <LineNum>0</LineNum> <Line></Line> <Ref></Ref> <Version>7.5.0.25</Version> </JobSeqGenError> and only happens for larger workflo...
by Telenet
Thu Jun 21, 2007 6:06 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Can not compile on certain clients.
Replies: 4
Views: 3739

Can not compile on certain clients.

Certain jobs can only be compiled on certain clients. On other clients the compilation fails in the pre-compile phase.
by Telenet
Tue Jan 02, 2007 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The specified field does not exist in the view adapted schem
Replies: 7
Views: 6823

actually I have no clue why it works, I thought the sort stage just has extra functionality, but doesn't work any different from sorting at the input of another stage. reason why I tried it is to find out if the problem was in the filtering or in the sorting, since the error is on a stage. by adding...
by Telenet
Fri Dec 29, 2006 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The specified field does not exist in the view adapted schem
Replies: 7
Views: 6823

this is the entire error message. I've allready got it solved. I've removed the partitioning and sorting from the input of the filter stage and preceded it with a sort stage doing exactly the same thing. To answer some of your questions: - I'm not using modify stage, there is a transformer and a loo...
by Telenet
Thu Dec 28, 2006 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The specified field does not exist in the view adapted schem
Replies: 7
Views: 6823

The specified field does not exist in the view adapted schem

Hi, I'm getting the error: The specified field: USAGEHOUR does not exist in the view adapated schema (with the type-error!) I'm getting this error in a filter stage. This used to work correctly sequential, but I've now made this parallel on a sorted hash partition. This field is not used as hashkey,...
by Telenet
Mon Dec 04, 2006 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine Vs Aggregator stage
Replies: 9
Views: 5108

I think this depends on what you want to do with it. If you have a complex process and you want to know if the records at the end are the same number as in the beginning I would not use aggregator. The moment you read a file in datastage it might reject records that don't have the correct format , i...
by Telenet
Mon Dec 04, 2006 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error "Null value on accessor interfacing to field"
Replies: 4
Views: 3935

don't know if this is relevant in your case, but I got this error in a different situation: I've created a lookupfile with a field as nullable. When reading from this file the field was set to non-nullable, and I got this error from the lookup-stage. So : maybe it's just mismatch in column-definitio...