Siebel eScript Language Reference > Compilation Error Messages > Other Clib Methods >

Preprocessing Error Messages


Table 210 describes the preprocessing error message created when Siebel Tools compiles ST eScript code. A preprocessing error message indicates a compatibility issue when Oracle's Siebel Tools compiles ST eScript code. A preprocessing error message starts with the following prefix: PreProcess Error.

Table 210. Preprocessing Error Codes in Oracle's 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.

The #include directive instructs the preprocessor to treat the contents of a specified file as if these contents exist in the source program at the same location where the directive occurs. You can organize constants and other definitions in include files, and then use #include directives to add these definitions to any source file.

Siebel eScript Language Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.