Compile error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
samyamkrishna
Premium Member
Premium Member
Posts: 258
Joined: Tue Jul 04, 2006 10:35 pm
Location: Toronto

Compile error

Post by samyamkrishna »

Hi,

I am getting the following Compile error.


##I TFPA 000028 06:18:40(007) <main_program> APT Startup script: /apps/Ascential/DataStage/PXEngine/etc/startup.apt
##I TFPM 000326 06:18:41(000) <APT_LicenseCheckOp in APT_LicenseOperator,0> Heap growth during runLocally(): 0 bytes
##I TFPM 000326 06:18:41(000) <APT_LicenseCountOp in APT_LicenseOperator,0> Heap growth during runLocally(): 0 bytes
##W TCOS 000049 06:18:41(000) <main_program> Parameter specified but not used in flow: DSPXWorkingDir
##E TBLD 000000 06:20:27(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 10,496.
##E TFSR 000019 06:20:27(001) <main_program> Could not check all operators because of previous error(s)
##W TFCP 000000 06:20:27(002) <transform> Error when checking composite operator: The number of reject datasets "0" is less than the number of input datasets "1".
##W TFCP 000048 06:20:27(003) <transform> Error when checking composite operator: Function decimal_from_string, [line 35, character 14], returns a decimal; default precision is used.
##W TBLD 000000 06:20:27(023) <main_program> Error when checking composite operator: Output from subprocess:
storage arena manager: can't satisfy 65504 byte request


I job is reading from a dataset and posting data into SAP.

The job error during compiling only when we use more than three BAPI Target stages.

Each of teh BAPI stages have around 300 columns.

It never errors out for less than 3 or 3 BAPI stages.

I searched the Forum. There are a couple of articles related to the compiler limit reached. I was not able to find how to resolve this issue.

Thanks,
Samyam
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

To me, any kind of apparent "internal limit" error like the one you're seeing from the "storage area manager" and the number of BAPI stages / columns in your job, need to be pursued with your official support provider.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply