...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
1 | USERXPXUSER_OUTPUT_TO_FILE | Specifies that the result from the Express-X functions xpxPrintf and xpxOutputValue will be written to the file specified in the <userOutputFile> argument. When none of the options [USER_OUTPUT_TO_FILE] or [USER_OUTPUT_TO_STDOUT] are set, then the output from these function will be written to the actual <logFile> if defined, else the output from these functions will be written to the EDMinterface current output device. |
2 | XPXUSER_OUTPUT_TO_STDOUT | Specifies that the result from the Express-X functions xpxPrintf and xpxOutputValue will be written to the EDMinterface current output device. When none of the options [USER_OUTPUT_TO_FILE] or [USER_OUTPUT_TO_STDOUT] are set, then the output from these function will be written to the actual <logFile> if defined, else the output from these functions will be written to the EDMinterface current output device. |
3 | XPXUSE_EXISTING_TARGET_MODEL | The result of the conversion process will be added to the existing target model. |
4 | XPXDELETING_EXISTING_MODEL | Delete the target model before operation, if it already exists. |
5 | XPXFULL_LOG | Specifies that all logging options except [LOG_AGGREGATE_CONTENTS] should be activated during the conversion process. |
6 | XPXLOG_CONDITIONS | Specifies that the evaluation of all logical conditions in the actual Express-X schema should be logged. |
7 | XPXLOG_EXPRESSIONS | Specifies that the evaluation of all Express-X expressions should be logged. |
8 | XPXLOG_PREDEF_FUNCTIONS | Specifies that the execution of all built-in Express-X functions and procedures should be logged. |
9 | XPXLOG_FUNCTIONS | Specifies that the execution of all user defined functions and procedures should be logged. |
10 | XPXLOG_ITERATIONS | Specifies that all iterations should be logged. |
11 | XPXLOG_INSTANCE_CREATION | Specifies that all instance creation in the conversion process should be logged. |
12 | XPXLOG_ASSIGNMENTS | Specifies that the execution of all assignment statements should be logged. |
13 | XPXLOG_AGGREGATE_CONTENTS | Specifies that when the actual data type to be recorded is an aggregate, the value of all aggregate elements will be written in the log record, otherwise only the aggregateID would be written to the actual log record. Note: this option may generate very much log information. |
14 | XPXLOG_MAPPING_SCHEMA_ONLY | Log declarations in the mapping schema only, i.e. do not log evaluation of derived attributes in the source and target schemas. |
15 | XPXLOG_ERRORS | Specifies that all error events detected in the actual conversion process should be logged. |
16 | XPXLOG_WARNINGS | Specifies that all warning events detected in the actual conversion process should be logged. |
17 | XPXLOG_TO_FILE | Specifies that the log records should be written to the file specified in the <logFile> argument. The options LOG_TO_FILE and LOG_TO_STDOUT can be combined. |
18 | XPXLOG_TO_STDOUT | Specifies that the log records should be written to the EDMinterface current output device. The options LOG_TO_FILE and LOG_TO_STDOUT can be combined. |
...