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 44 contains preprocessing error messages when the script is compiled with the ST eScript engine.

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

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

Cannot open include file file_path.

#include "mystuff.js"
//where mystuff.js does not exist

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

Siebel eScript Language Reference Copyright © 2007, Oracle. All rights reserved.