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 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 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 |
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.
The Config File is stored in the location below when you followed the Install Manual.
| Directive Name | Value | Default Value | Description |
|---|---|---|---|
| qbpms.locale | ja : 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.contextPath | http://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.host | Host 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.port | Integer | 25 | Specify the port number of the email server used when the application sends emails. |
| qbpms.smtp.fromaddress | Email 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.auth | true : Enable SMTP AUTH false : Disable SMTP AUTH | false | This 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.username | User name | - | Specify the user name for SMTP AUTH. |
| qbpms.smtp.password | Password | - | Specify the password for SMTP AUTH. |
| qbpms.smtp.starttls | true : Enable STARTTLS false : Disable STARTTLS | false | Specify whether STARTTLS is used when sending emails or not. |
| qbpms.api.keyRequired | true : Enable false : Disable | false | Security key when sending HTTP request in Message Start Event and Message Catching Event. |
| qbpms.api.key | text | Automatically set by system | Security key that is effective when qbpms.api.keyRequired=true. If it is not setup, an initial value will be set. |
| qbpms.quota.interval | Integer | 15 | Time interval for counting the number of process. (minutes) (see Limitation on process starting |
| qbpms.quota.limit | Integer | 100 | Number of processes can be started within the time interval set in qbpms.quota.interval. |