Installation and Getting Started Guide

Installation and Getting Started Guide

IDVEInformation Elements in the IDVEState.schema.json file

IDVEInformation Elements in the IDVEState.schema.json file

The IDVEInformation elements describe the startup configuration of the engine.
Find the following elements in the IDVEInformation group:
Version
Identifies the data verification engine framework version.
TargetPlatform
Identifies the name of the operating system for which Informatica built the engine.
TotalMemoryUsageMegabytes
Identifies the maximum amount of memory available for all processes, including shared memory and memory allocated to data preloading.
This value differs from the
MaxMemoryMegabytes
property in the
Config
group. The
MaxMemoryMegabytes
property defines the memory limit at which the engine does not initialize.
FunctionServerMaxMemoryMegabytes
Identifies the maximum amount of memory available to each function server for all processes, including job processing and data preloading.
PerFunctionServerPreloadingCapacityMegabytes
Identifies the amount of memory available to each function server to preload data.
Subtract this value from the
FunctionServerMaxMemoryMegabytes
value to find the amount of memory dedicated to each function server for processing and data structure operations.
TotalPreloadingCapacityMegabytes
Identifies the total amount of memory available for preloading data. If hot-swapping is disabled, this value is identical to the PerFunctionServerPreloadingCapacityMegabytes value.
TotalPreloadingUsageMegabytes
Identifies the total amount of memory that is currently used for data preloading.
InitializationLog
Identifies the status of the initialization log.
The log can have one of the following status values:
  • Enabled. The engine configuration enabled the initialization log and the log is operational.
  • DisabledInConfig. The initialization log is disabled in the engine configuration.
  • DisabledBecauseOfError. The engine configuration enabled the initialization log, but the log is disabled due an error during runtime.
A status value of DisabledBecauseOfError triggers the population of two additional properties,
ErrorCode
and
ErrorMessage
, that describe the error that disabled the log.
ErrorLog
Identifies the status of the error log.
The log can have one of the following status values:
  • Enabled. The engine configuration enabled the error log and the log is operational.
  • DisabledInConfig. The error log is disabled in the engine configuration.
  • DisabledBecauseOfError. The engine configuration enabled the error log, but the log is disabled due an error during runtime.
A status value of DisabledBecauseOfError triggers the population of two additional properties,
ErrorCode
and
ErrorMessage
, that describe the error that disabled the log.

0 COMMENTS

We’d like to hear from you!