Siebel eScript Language Reference > Compilation Error Messages in Siebel eScript >

Preprocessing Error Messages in eScript


Preprocessing error messages typically indicate compatibility issues when script created with the T eScript engine is compiled with the ST eScript engine.

Table 43 contains preprocessing error messages when the script is compiled with the ST eScript engine.

Prepocessing error messages start with the error prefix "PreProcess Error:".

Table 43. Preprocessing Error Codes in Siebel eScript
Message
Example
Cause

Can't open include file file_path.

#include "mystuff.js"
//where mystuff.js doesn't exist

The path to the file in an include statement is not valid.

Siebel eScript Language Reference