ManPageW System

From ADempiere
Revision as of 06:51, 22 February 2008 by CarlosRuiz (Talk) (Reverted edits by Aabbcc (Talk); changed back to last version by CarlosRuiz)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Return to Index

Enjoy it, and help to fill it! But please, always respecting copyright.

Please write your contributions under the Contributions Section


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.

Table Name  : AD_System

ManPageW System System.png

Fields

Name Description Help Technical Data
System Name Name your Adempiere System installation, e.g. Joe Block, Inc. The name if the system to differentiate support contracts Name

NVARCHAR2(60)

String

System Status Status of the system - Support priority depends on system status System status helps to prioritize support resources SystemStatus

CHAR(1)

List

Registered EMail Email of the responsible for the System Email of the responsible person for the system (registered in WebStore) UserName

NVARCHAR2(60)

String

Password Password of any length (case sensitive) The Password for this User. Passwords are required to identify authorized users. For Adempiere Users, you can change the password via the Process "Reset Password". Password

NVARCHAR2(20)

String

Support EMail EMail address to send support information and updates to If not entered the registered email is used. SupportEMail

NVARCHAR2(60)

String

Custom Prefix Prefix for Custom entities The prefix listed are ignored as customization for database or entity migration CustomPrefix

NVARCHAR2(60)

String

Description Optional short description of the record A description is limited to 255 characters. Description

NVARCHAR2(255)

String

Release No Internal Release Number ReleaseNo

CHAR(4)

String

Version Version of the table definition The Version indicates the version of this table definition. Version

NVARCHAR2(20)

String

Database Name Database Name DBInstance

NVARCHAR2(60)

String

DB Address JDBC URL of the database server DBAddress

NVARCHAR2(255)

String

Internal Users Number of Internal Users for Adempiere Support You can purchase professioal support from Adempiere, Inc. or their partners. See http://www.adempiere.com for details. SupportUnits

NUMBER(10)

Integer

Processors Number of Database Processors NoProcessors

NUMBER(10)

Integer

Replication Type Type of Data Replication The Type of data Replication determines the directon 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 <->

ReplicationType

CHAR(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 client 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.

IDRangeStart

NUMBER

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. IDRangeEnd

NUMBER

Number

LDAP URL Connection String to LDAP server starting with ldap:// LDAP connection string, e.g. ldap://dc.adempiere.org LDAPHost

NVARCHAR2(60)

String

LDAP Domain Directory service domain name - e.g. adempiere.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 Adempiere. LDAPDomain

NVARCHAR2(255)

String

Maintain Statistics Maintain general statistics Mainatan and allow to transfer general statistics (number of clients, orgs, business partners, users, products, invoices) to get a better feeling for the application use. This information is not published. IsAllowStatistics

CHAR(1)

YesNo

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 StatisticsInfo

NVARCHAR2(60)

String

Error Reporting Automatically report Errors To automate error reporting, submit errors to Adempiere. 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. IsAutoErrorReport

CHAR(1)

YesNo

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 ProfileInfo

NVARCHAR2(60)

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 Client and Server start scripts to the custom class.

EncryptionKey

NVARCHAR2(255)

String

Fail on Missing Model Validator IsFailOnMissingModelValidator

CHAR(1)

YesNo

Last Build Info LastBuildInfo

NVARCHAR2(255)

String

Fail if Build Differ IsFailOnBuildDiffer

CHAR(1)

YesNo

Support Expires Date when the Adempiere support expires Check http://www.adempiere.org for support options SupportExpDate

DATE

Date

Validate Support Validate Support Contract The process connects to the Adempiere Support Services server and validates the support contract. To sign up for support, please go to http://www.adempiere.org Processing

CHAR(1)

Button

Contributions