Page 1 of 1

Cannot open file compile.tmp

Posted: Tue Apr 15, 2008 4:07 am
by jojipjohn
I am getting this error when I am trying to compile a job with parallel transformer. I have installed MS .Net framework 1.1 and jobs without transformer stage are compiling without any errors.
Can someone help me please




Output from transformer compilation follows:

Cannot open file compile.tmp (Transformer_Emp.Transformer_8)

*** Internal Generated Transformer Code follows:
0001: //
0002: // Generated file to implement the V0S8_Transformer_Emp_Transformer_8 transform operator.
0003: //
0004:
0005: // define our input/output link names
0006: inputname 0 DSLink2;
0007: outputname 0 DSLink4;
0008:
0009: initialize {
0010: // define our row rejected variable
0011: int8 RowRejected0;
0012:
0013: // define our null set variable
0014: int8 NullSetVar0;
0015:
0016: }
0017:
0018: mainloop {
0019: // initialise our row rejected variable
0020: RowRejected0 = 1;
0021:
0022: // evaluate columns (no constraints) for link: DSLink4
0023: writerecord 0;
0024: RowRejected0 = 0;
0025: }
0026:
0027: finish {
0028: }
0029:
*** End of Internal Generated Transformer Code


Thanks in Advance

Posted: Tue Apr 15, 2008 5:24 am
by ray.wurlod
Do you have write permission in the project directory?

Posted: Wed Apr 16, 2008 7:06 pm
by jojipjohn
Yes Ray... I do have full rights on the project directory

Posted: Wed Apr 16, 2008 8:08 pm
by John Smith
Do you have the required C compilers installed? What version of Windows server are you running with?