Skip to main content

Window: System

[Created: 01/11/2002 - Updated: 02/01/2000 ]
Description: System Definition
Help: Common System Definition - Only one Record - Do not add additional records.

Tab: System

[Created: 01/11/2002 - Updated: 18/10/2005 ]
Description: System Definition
Help: Common System Definition.
Tab Level: 0

Table 10: System - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
System NameName your iDempiere System installation, e.g. Joe Block, Inc.The name if the system to differentiate support contractsad_system.Name character varying(60)
String
System StatusStatus of the system - Support priority depends on system statusSystem status helps to prioritize support resourcesad_system.SystemStatus character(1)
List
User Namead_system.UserName character varying(60)
String
PasswordPassword 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 EMailEMail address to send support information and updates toIf not entered the registered email is used.ad_system.SupportEMail character varying(60)
String
Custom PrefixPrefix for Custom entitiesThe prefix listed are ignored as customization for database or entity migrationad_system.CustomPrefix character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.ad_system.Description character varying(255)
String
Release NoInternal Release Numberad_system.ReleaseNo character varying(10)
String
VersionVersion of the table definitionThe Version indicates the version of this table definition.ad_system.Version character varying(20)
String
Database NameDatabase Namead_system.DBInstance character varying(60)
String
DB AddressJDBC URL of the database serverad_system.DBAddress character varying(255)
String
Internal UsersNumber of Internal Users for iDempiere SupportYou can purchase professioal support from iDempiere, Inc. or their partners. See http://www.idempiere.org for details.ad_system.SupportUnits numeric(10)
Integer
ProcessorsNumber of Database Processorsad_system.NoProcessors numeric(10)
Integer
Replication TypeType of Data ReplicationThe Type of data Replication determines the direction of the data replication. Reference means that the data in this system is read only -> Local means that the data in this system is not replicated to other systems - Merge means that the data in this system is synchronized with the other systemad_system.ReplicationType character(1)
List
ID Range StartStart of the ID Range usedThe 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 EndEnd if the ID Range usedThe 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 URLConnection String to LDAP server starting with ldap://LDAP connection string, e.g. ldap://dc.idempiere.orgad_system.LDAPHost character varying(60)
String
LDAP DomainDirectory service domain name - e.g. idempiere.orgIf 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 StatisticsMaintain general statisticsMaintain 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
StatisticsInformation to help profiling the system for solving support issuesProfile information do not contain sensitive information and are used to support issue detection and diagnostics as well as general anonymous statisticsad_system.StatisticsInfo character varying(60)
String
Error ReportingAutomatically report ErrorsTo 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
ProfileInformation to help profiling the system for solving support issuesProfile information do not contain sensitive information and are used to support issue detection and diagnosticsad_system.ProfileInfo character varying(4000)
String
Encryption ClassEncryption Class used for securing data contentThe 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 Validatorad_system.IsFailOnMissingModelValidator character(1)
Yes-No
Last Build Infoad_system.LastBuildInfo character varying(255)
String
Fail if Build Differad_system.IsFailOnBuildDiffer character(1)
Yes-No
Support ExpiresDate when the iDempiere support expiresCheck http://www.idempiere.org for support optionsad_system.SupportExpDate timestamp without time zone
Date
Validate SupportValidate Support ContractThe process connects to the iDempiere Support Services server and validates the support contract. To sign up for support, please go to http://www.idempiere.orgad_system.Processing character(1)
Button
Last Migration Script AppliedRegister of the filename for the last migration script applied on this databasead_system.LastMigrationScriptApplied character varying(255)
String