Initial Settings for Download Edition (Default user, port No. , etc.)

Initial settings for Download Edition. By installing Questetra BPM Suite Download Edition in your server computer, you can build a Business Process Management System of your own in your Local computer environment. To change some of the settings requires Config File editing.

User Information

User Name
Affiliation
ID (email)
password
SouthPole
Org: Leader
SouthPole@questetra.com
ssssssss
Sumatera
Accounting: Leader
Sumatera@questetra.com
ssssssss
Maldives
Accounting: Member
Maldives@questetra.com
mmmmmmmm
Hawaii
Sales: Leader
Hawaii@questetra.com
hhhhhhhh
Oahu
Sales: Member
Oahu@questetra.com
oooooooo
Solomon
Marketing: Leader
Solomon@questetra.com
ssssssss
Galapagos
Marketing: Member
Galapagos@questetra.com
gggggggg
Midway
Sales: Member
Marketing: Member
Midway@questetra.com
mmmmmmmm
Canarias
Production: Leader
Canarias@questetra.com
cccccccc
SaintHelena
Production: Member
SaintHelena@questetra.com
ssssssss

 

Group Information

Group Name
Email
Parent Group
Affiliation(*Leader)
Org
org@questetra.com
(Root group)
SouthPole*
Accounting
accounting@questetra.com
Org
Sumatera*, Maldives
Sales
sales@questetra.com
Org
Hawaii*, Oahu, Midway
Marketing
 
marketing@questetra.com
Org
Solomon*, Galapagos, Midway
Production
production@questetra.com
Org
Canarias*, SaintHelena

 

Config file: qbpms.config

Configure the language to use, context path of the application, and email-related settings.
In order for the system to send emails appropriately, email server settings must be correctly configured according to your environment.

 

Location of Config File

The Config File is stored in the location below when you followed the Install Manual.

  • Windows: C:\QBPMS\qbpms\qbpms.config
  • Linux: /var/local/qbpms/qbpms.config

Details of Config File

Directive NameValueDefault ValueDescription
qbpms.localeja : Japanese
en : English
en
* For Windows version, the default setting is the language selected in the installer.
This directive specifies the display language of the application. Languages available at this moment are Japanese and English.
qbpms.contextPathhttp://hostname:18080/userweb/
etc.
http://localhost:18080/userweb/The context path of the application can be specified here. This is used when URLs (such as one for Task lists) are embedded in notification emails etc. Configure it according to your environment.
qbpms.smtp.hostHost name-This specifies the host name of the email server used when the application sends emails.
Check with the system administrator of your organization if you are not sure what it is.
qbpms.smtp.portInteger25Specify the port number of the email server used when the application sends emails.
qbpms.smtp.fromaddressEmail address-Specify the "From" address used when the application sends emails. Make sure to specify an address that you can receive emails as emails are returned to it when they cannot be correctly sent.
qbpms.smtp.authtrue : Enable SMTP AUTH
false : Disable SMTP AUTH
falseThis directive specifies whether SMTP AUTH is used when sending emails or not. When "true" is selected, you must also configure qbpms.smtp.username/qbpms.smtp.password.
qbpms.smtp.usernameUser name-Specify the user name for SMTP AUTH.
qbpms.smtp.passwordPassword-Specify the password for SMTP AUTH.
qbpms.smtp.starttlstrue : Enable STARTTLS
false : Disable STARTTLS
falseSpecify whether STARTTLS is used when sending emails or not.
qbpms.api.keyRequiredtrue : Enable
false : Disable
falseSecurity key when sending HTTP request in Message Start Event and Message Catching Event.
qbpms.api.keytextAutomatically set by systemSecurity key that is effective when qbpms.api.keyRequired=true. If it is not setup, an initial value will be set.
qbpms.quota.intervalInteger15Time interval for counting the number of process. (minutes)
(see Limitation on process starting
qbpms.quota.limitInteger100Number of processes can be started within the time interval set in qbpms.quota.interval.