Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

After you have installed Adeptia Suite is installed, you need to configure the following:

...

Provide the values in the following property names.

Property NameDescription
abpm.processDesigner.proxy.hostIP address or domain name of firewall/proxy/router/load balancer receiving Adeptia user requests.
abpm.processDesigner.proxy.portPort number on which firewall/proxy/router/load balancer receiving Adeptia user requests.

...

...

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 NameDescription
abpm.dataMapper.proxy.hostIP address or domain name of firewall/proxy/router/load balancer receiving Adeptia user requests.
abpm.dataMapper.proxy.portPort 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.usernameDatabase username you are using.
abpm.frevvo.db.passwordPassword to access database.
abpm.frevvo.dpTypeDatabase you are using, for example, MySQL, SQL-Server.
Property Name
Description

...

Info
If you are using SQL Server database, use Microsoft driver class and database URL instead of using JTDS.

...

On the License Expired screen, type the license key and click Submit. Contact Adeptia Support Team for the license key.

Image Removed

...

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.