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
| Name | Description | Help | Technical Info |
|---|---|---|---|
| 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 -> 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 system | 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 |