After Adeptia Suite is installedAfter you have installed Adeptia Suite, you need to configure the following:
...
- Configuring applets Applets to access Access in Adeptia Suite
- Upgrading Rich Forms
...
If Adeptia Suite is installed behind a firewall/proxy/router/load balancer, it can cause some issues while opening Data Mapper or Process Designer applets. To open these applets without any hassle, you may need to configure the properties of the Data Mapper and Process Designer.
...
Provide the values in the following property names.
Property Name | Description |
---|---|
abpm.dataMapper.proxy.host | IP address or domain name of firewall/proxy/router/load balancer receiving Adeptia user requests. |
abpm.dataMapper.proxy.port | Port number on which firewall/proxy/router/load balancer receiving Adeptia user requests. |
...
Provide the values in the following property names.
Property Name | Description |
---|---|
abpm.processDesigner.proxy.host | IP address or domain name of firewall/proxy/router/load balancer receiving Adeptia user requests. |
abpm.processDesigner.proxy.port | Port number on which firewall/proxy/router/load balancer receiving Adeptia user requests. |
...
- This page lists the steps to configure the properties of Data Mapper and Process Designer applets
...
Rich Forms have an updated version now. To use the upgraded version with Adeptia Suite, you must follow these steps after you have installed Adeptia Suite.
Before start upgrading, ensure that you have stopped Kernel and WebRunner.
To upgrade Rich Forms:
...
Create a new database with utf-8 character set. Following is the query to create a new database in MySQL:
Code Block |
---|
create database <database_name> default character set "utf8" default collate "utf8_unicode_ci"; |
...
In Frevvo Database Configuration subgroup, provide the details of the database you are using in the properties.
abpm.frevvo.db.driver | Name of the Frevvo database driver URL. MySQL: com.mysql.jdbc.Driver SQL-Server: com.microsoft.sqlserver.jdbc.SQLServerDriver |
abpm.frevvo.db.url | Name of the Frevvo database connection URL. The format of the URL is: jdbc:<Database_Name>://<IPaddress_on_which_Database_is_installed>:<Database_Port_No>/<Database_Name_Created_in_Step3> MySQL: jdbc:mysql://192.168.1.2:3306/frevvoDB SQL-Server: jdbc:sqlserver://192.168.1.1:1433;databaseName=frevvo |
abpm.frevvo.db.username | Database username you are using. |
abpm.frevvo.db.password | Password to access database. |
abpm.frevvo.dpType | Database you are using, for example, MySQL, SQL-Server. |
Property Name | Description |
---|
...
...
On the License Expired screen, type the license key and click Submit. Contact Adeptia Support Team for the license key.
...
Verifying Rich Forms Upgrade
To verify Rich Forms upgrade:
...
- to open these applets in Adeptia Suite without any hassle.
- Configuring Rich Forms
This page lists the steps for configuring Rich Forms with Adeptia Suite.