Transformer compiling 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
Jay
Participant
Posts: 105
Joined: Tue Nov 11, 2003 8:28 pm

Transformer compiling error

Post by Jay »

Hi all

i am getting the following error during COMPILATION ! If i remove the transformer the job goes thru.

------------------------------------------------------------------------------------
##I TUTL 000031 13:51:42(001) <main_program> The open files limit is 2000; raising to 2147483647.
##I TOSH 000002 13:51:42(002) <main_program> orchgeneral: loaded
##I TOSH 000002 13:51:42(003) <main_program> orchsort: loaded
##I TOSH 000002 13:51:42(004) <main_program> orchstats: loaded
##I TFSC 000001 13:51:42(007) <main_program> APT configuration file: /DataStage/dsadm/Ascential/DataStage/Configurations/default.apt
##E TBLD 000000 13:52:17(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256
##E TFSR 000019 13:52:17(001) <main_program> Could not check all operators because of previous error(s)
##W TFCP 000000 13:52:17(002) <transform> Error when checking composite operator: The number of reject datasets "0"is less than the number of input datasets "1".
##W TBLD 000000 13:52:17(003) <main_program> Error when checking composite operator: Output from subprocess: 1540-5214 (S) License failure:
##W TBLD 000000 13:52:17(004) <main_program> Error when checking composite operator: Output from subprocess: Try and Buy License has expired.

##I TFCP 000008 13:52:17(005) <transform> Error when checking composite operator: /usr/vacpp/bin/xlC_r -O -I/DataStage/dsadm/Ascential/DataStage/PXEngine/include -O -c -qspill=32704 /DataStage/dsadm/Ascential/DataStage/Projects/CustomerDatabase/RT_BP35.O/V0S1_TTT_Transformer_1.C -o /DataStage/dsadm/Ascential/DataStage/Projects/CustomerDatabase/RT_BP35.O/V0S1_TTT_Transformer_1.tmp.o (TTT.Transformer_1)
-------------------------------------------------------------------------------------
The above error message pops up on a window. I think its an installation problem. Our DS Enterprise Edition 7.0 is on an AIX server. What do is your opinion folks.

Thanks
jay
ariear
Participant
Posts: 237
Joined: Thu Dec 26, 2002 2:19 pm

Post by ariear »

##W TBLD 000000 13:52:17(003) <main_program> Error when checking composite operator: Output from subprocess: 1540-5214 (S) License failure:
##W TBLD 000000 13:52:17(004) <main_program> Error when checking composite operator: Output from subprocess: Try and Buy License has expired
It seems that your C++ compiler license has expired ! :oops:
Jay
Participant
Posts: 105
Joined: Tue Nov 11, 2003 8:28 pm

Post by Jay »

I am pretty sure you are right. We too came to the same conclusion. Thanks for the help.

Jay
Post Reply