OpenWGA 7.6 - Configuration references

Java system variables

de.innovationgate.wga.domino.sessions.reservation

Purpose:
Determines the maximal reservation time for a Lotus Domino CORBA session
Contents: Integer number (milliseconds)
Default value: 3600000 (= 1 hour)
Tuning option for Lotus Domino CORBA connection by OpenWGA, determining the maximum time that a database session may be used by a single OpenWGA session. This effectively limits the maximum durage of a long running operation on domino database in OpenWGA, like a data migration. Increase this value if you need to process such operations.

When a single database session uses more time than the value specified here it will be released by force.This in most cases leads to the database session being closed directly as its maximum lifetime (de.innovationgate.wga.domino.sessions.lifetime) most likely is exceeded also.