General

Information

  • After installation, you have to make some settings, adjust parameters, or create files in PLANTA.
  • If you have any questions, please contact your PLANTA consultant.

Initial Administrator Log-In after Installation

Information

  • After the PLANTA system has been installed, the administrator can log on using user P20, which is delivered with the PLANTA software, and make the adjustments described below: In order to log yourself on with user P20, you need a password which can be inquired from the responsible PLANTA consultant.
  • In the course of master data entry, the administrator must create further PLANTA system users and generate login data for all PLANTA system users as well as for him/herself, which will be used for later logins.

Enter Master Data

Information

  • In order to enable working with the PLANTA software, persons, users and project master data like, e.g., resources, calendars, cost centers, etc. must be recorded in the PLANTA system. Further information.

Global Project Settings and Planning Model Parameters

Information

  • Global settings control the use or behavior of particular functions throughout the system (global). PLANTA delivers its software with default settings. They can be adapted to respective customer requirements. 
  • Model parameters define the planning model used for a project. 
  • Under PM Administration → Master DataProject Settings you can find the Global Settings and Model and Model Parameters modules in which the settings mentioned above must be made. 


Define Limits for Database Queries via Global Variables

Information

  • The following global variables must be checked and possibly be adjusted in the Global Variables module after installation of PLANTA.
    • @G80109 and @G80110: These global variables determine the limit of database queries.
      • If the amount of found records is greater than the amount specified in @G80110, the query is always canceled (with a message).
      • If the amount is greater than the amount specified in @G80109, the user is asked whether the query is to be canceled.
      • Default values are 50000 for @G80109 and 100000 @G80110 - these values can also be changed temporarily by the Python code within a session.
        • These values must be adapted to the requirements of the respective application. Further information on the interface can be found here.
      • If these variables are set to 0 or a value smaller than 0, the respective functionality will be deactivated. I.e., database queries with result sets of any size are permitted.