System (Window ID-246)
From iDempiere en
Window: System
Description: System Definition
Help: Common System Definition - Only one Record - Do not add additional records.
Tab: System
Description: System Definition
Help: Common System Definition.
Name | Description | Help | Technical Data |
---|---|---|---|
System Name | Name your iDempiere System installation, e.g. Joe Block, Inc. | The name if the system to differentiate support contracts | AD_System.Name character varying(60) String |
System Status | Status of the system - Support priority depends on system status | System status helps to prioritize support resources | AD_System.SystemStatus character(1) List |
User Name | AD_System.UserName character varying(60) String | ||
Password | Password of any length (case sensitive) | The Password for this User. Passwords are required to identify authorized users. For iDempiere Users, you can change the password via the Process "Reset Password". | AD_System.Password character varying(20) String |
Support EMail | EMail address to send support information and updates to | If not entered the registered email is used. | AD_System.SupportEMail character varying(60) String |
Custom Prefix | Prefix for Custom entities | The prefix listed are ignored as customization for database or entity migration | AD_System.CustomPrefix character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | AD_System.Description character varying(255) String |
Release No | Internal Release Number | AD_System.ReleaseNo character varying(10) String | |
Version | Version of the table definition | The Version indicates the version of this table definition. | AD_System.Version character varying(20) String |
Database Name | Database Name | AD_System.DBInstance character varying(60) String | |
DB Address | JDBC URL of the database server | AD_System.DBAddress character varying(255) String | |
Internal Users | Number of Internal Users for iDempiere Support | You can purchase professioal support from iDempiere, Inc. or their partners. See http://www.idempiere.org for details. | AD_System.SupportUnits numeric(10) Integer |
Processors | Number of Database Processors | AD_System.NoProcessors numeric(10) Integer | |
Replication Type | Type of Data Replication | The Type of data Replication determines the direction of the data replication. Reference means that the data in this system is read only -> |
AD_System.ReplicationType character(1) List |
ID Range Start | Start of the ID Range used | The ID Range allows to restrict the range of the internally used IDs. The standard rages are 0-899,999 for the Application Dictionary 900,000-999,999 for Application Dictionary customizations/extensions and > 1,000,000 for tenant data. The standard system limit is 9,999,999,999 but can easily be extended. The ID range is on a per table basis.
Please note that the ID range is NOT enforced. |
AD_System.IDRangeStart numeric Number |
ID Range End | End if the ID Range used | The ID Range allows to restrict the range of the internally used IDs. Please note that the ID range is NOT enforced. | AD_System.IDRangeEnd numeric Number |
LDAP URL | Connection String to LDAP server starting with ldap:// | LDAP connection string, e.g. ldap://dc.idempiere.org | AD_System.LDAPHost character varying(60) String |
LDAP Domain | Directory service domain name - e.g. idempiere.org | If LDAP Host and Domain is specified, the user is authenticated via LDAP. The password in the User table is not used for connecting to iDempiere. | AD_System.LDAPDomain character varying(255) String |
Maintain Statistics | Maintain general statistics | Maintain and allow to transfer general statistics (number of tenants, orgs, business partners, users, products, invoices) to get a better feeling for the application use. This information is not published. | AD_System.IsAllowStatistics character(1) Yes-No |
Statistics | Information to help profiling the system for solving support issues | Profile information do not contain sensitive information and are used to support issue detection and diagnostics as well as general anonymous statistics | AD_System.StatisticsInfo character varying(60) String |
Error Reporting | Automatically report Errors | To automate error reporting, submit errors to iDempiere. Only error (stack trace) information is submitted (no data or confidential information). It helps us to react faster and proactively. If you have a support contract, we will you inform about corrective measures. This functionality is experimental at this point. | AD_System.IsAutoErrorReport character(1) Yes-No |
Profile | Information to help profiling the system for solving support issues | Profile information do not contain sensitive information and are used to support issue detection and diagnostics | AD_System.ProfileInfo character varying(4000) String |
Encryption Class | Encryption Class used for securing data content | The class needs to implement the interface org.compiere.util.SecureInterface.
You enable it by setting the COMPIERE_SECURE parameter of your Tenant and Server start scripts to the custom class. |
AD_System.EncryptionKey character varying(255) String |
Fail on Missing Model Validator | AD_System.IsFailOnMissingModelValidator character(1) Yes-No | ||
Last Build Info | AD_System.LastBuildInfo character varying(255) String | ||
Fail if Build Differ | AD_System.IsFailOnBuildDiffer character(1) Yes-No | ||
Support Expires | Date when the iDempiere support expires | Check http://www.idempiere.org for support options | AD_System.SupportExpDate timestamp without time zone Date |
Validate Support | Validate Support Contract | The process connects to the iDempiere Support Services server and validates the support contract. To sign up for support, please go to http://www.idempiere.org | AD_System.Processing character(1) Button |
Last Migration Script Applied | Register of the filename for the last migration script applied on this database | AD_System.LastMigrationScriptApplied character varying(255) String |