Die nachfolgenden Inhalte sind nur in englischer Sprache verfügbar.


ParametersPossible valuesDescriptionAvailable from
as variable name in the config fileas  environment variable with 
namespace "planta.server." as prefix
   
SYS_CU_ERROR_URLcustomizing.sys_cu_error_urlstringURL that is displayed in the Problems in System Customizing message and that contains links to the corresponding documentation page in the PLANTA Online HelpS 39.5.34
ENABLE_PY_SERVICE_FUNCTIONScustomizing.enable_py_service_functions{0,1}
PPMS_LICENSEppms_licensestringLicence of PLANTA project, default is '000'
Q1CODEPAGEdatabase.q1codepageintCode page of the system database ( 1 (Windows) to use Windows-1252, 2 (Linux) to use ISO885915 (Latin 9))
Q1TYPEdatabase.typeintType of system database
  • 2: Oracle
  • 4: MSSQL

DEFAULT_LANGUAGEdefault_languagestring (f.ex.: de)Default language for preloading
DEFAULT_CURRENCYdefault_currencystringDefault currency for preloading (not used atm)
DEFAULT_COUNTRYdefault_countrystringDefault country for preloading (not used atm)
PRELOAD_LANGUAGESpreload_languagesstring (f.ex.: en, fr, ru)Additional languages for preloading

DTP_CUSTOMIZING_MODE

customizing.dtp_customizing_mode{0,1}When enabled, CU metadata will always be up-to-date and no stale values will be used within the session (effectively disables all caching on DTP level). For further information, see here.

ENABLE_COMPRESSION

client_transfer__enable_compression{0,1}default 1; allows compressed communication with a recent and correctly configured client (see Nachrichtenkompression for details)

COMPRESSION_LEVEL

client_transfer__compression_level{0..9}default 6; defines the compression level with 0:no compression and 9:best compression
ENABLE_EXEC_PYTHON_SCRIPTcustomizing.enable_exec_python_script{0,1}
  • default 1; allows the deactivation of the processing of  client_exec() /server_exec() API calls
  • The HeadlessClient is based on this functionality; in case of deactivation, BatchJobs will no longer work!

DISABLE_SCHED_FIXESscheduler.disable_sched_fixesstring

Using these parameters you can disable the fixes listed below.

Resolves the problem that in the calculation of an individual project the free capacity of a resource was not always determined correctly which resulted in the incorrect representation of overloads. #23736 (S 39.5.28)

Resolves the problem that the remaining load was reduced by one day in any scheduling when the Work reporting date parameter = 0 was used. Caution: This fix is already disabled by default. #7352 (39.5.14)

Resolves the problem that effort which was posted on summary tasks was not summarized to the project. #19450 (S 39.5.22)

Implements the calculation of the requested dates based on the planned resources when the load profiles for manual distribution of effort in time intervals (PM_*) are used. #19537 (S 39.5.22)

Corrects the treatment of links in the case of multi-level summary tasks #14941  (S 39.5.17) 

Corrects the treatment of links in the case of multi-level summary tasks #14941  (S 39.5.17) 

Resolves the problem that the remaining duration and actual duration of summary tasks was set to "1" after unloading (S 39.5.17) #14659 #15240

Resolves the problem that tasks were not planned at the latest dates possible when working with deactivated Planning early task parameter and cross-summary task links. (S 39.5.17) #15750

Resolves the problems with the calculation of dates when working with deactivated Planning early task parameter and cross-summary task links. (S 39.5.17) #15750

Resolves the problems with links when working with deactivated Planning early task parameter and cross-summary task links. (S 39.5.17) #15750

Resolves the problems with the calculation sequence when working with deactivated Planning early task parameter and cross-summary task links. (S 39.5.17) #15750

Resolves the problems with the calculation of dates when working with deactivated Planning early task parameter and cross-summary task links. (S 39.5.17) #15750

Resolves the problems with the visualization of delays when working with deactivated Planning early task parameter and cross-summary task links. (S 39.5.17) #15750


PYTHON_CUSTOMIZING_VERSIONcustomizing.versionearth or venusSelect the customizing version of the planta python library
GC_KEEPALIVE_THRESHOLD_MEGABYTESmaintain.gc_keepalive_threshold_megabytes512Threshold value for garbage collection.
If the total memory usage of one session exceeds this value, an attempt to release memory will be undertaken, not only during the waiting period but also while the program is running. The default value is 512. For a performant scheduling/replanning in large systems, a value between 1024 and 8192 is recommended.