Page 2 of 2

Posted: Wed Sep 24, 2008 2:06 am
by ray.wurlod
That's the generated OSH, which does not show partitioning or, indeed, anything about parallelism because the latter is not determined until run time.

I asked for you to dump and post the score.

Posted: Wed Sep 24, 2008 2:58 am
by rumu
ray.wurlod wrote:That's the generated OSH, which does not show partitioning or, indeed, anything about parallelism because the latter is not determined until run time.

I asked for you to dump and post the score. ...
Ray,

the job is aborted ,i got the following information only(APT_DUMP_SCORE
is enabled in the project)

main_program: IBM WebSphere DataStage Enterprise Edition 8.0.1.4943
Copyright (c) 2001, 2005-2007 IBM Corporation. All rights reserved
main_program: The open files limit is 2048; raising to 4096.
main_program: orchgeneral: loaded
orchsort: loaded
orchstats: loaded
Surrogate_Key_Generator_0: Error when checking operator: Input data set on port 0 has a partition method, but the operator is not parallel.

rumu

Posted: Tue Oct 21, 2008 11:38 am
by Nagaraj
Use Operator combinablity option in advanced tab and let me know what happens.

Posted: Wed Oct 22, 2008 11:58 pm
by abc123
You need to set Combinability Mode as "Do Not Combine" and set $APT_DUMP_SCORE to True. Default is False. This will dump the score in the log.

You can also set $APT_DISABLE_COMBINATION to True and that should override the Combinability Mode setting.

Posted: Tue Nov 18, 2008 3:53 pm
by Nagaraj
Did you try something with operator combinability?