Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

  • This page lists the steps 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.

...

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.

...

After you have configured the values, check the access to 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. Depending on the database you are using, expand the database to find the query to create a new database. 

Expand
titleMySQL
create database <database_name> default character set "utf8" default collate "utf8_unicode_ci";
Expand
titleSQL Server
create database <database_name>; 
Expand
titleOracle

Adeptia supports Oracle 12c and 11g only. Depending on the version you are using, follow the wizard to create a new database.

After creating the new database, you need to create a user other than System user and grant access to the Oracle database (created above) to the new user.

  1. Log in to the new database created above.
  2. Create a user by executing the following command:
    CREATE USER <Username> IDENTIFIED BY <Password> QUOTA UNLIMITED ON USERS;
    where,
              <Username> is the name of the user.
              <Password> is the password to authenticate a user.
  3. Run the following queries to grant permissions:

    Code Block
    GRANT CONNECT, CREATE SESSION, RESOURCE, CREATE VIEW TO <Username>;
    GRANT create session TO <Username>;
    GRANT create table TO <Username>;
    GRANT create view TO <Username>;
    GRANT create any trigger TO <Username>;
    GRANT create any procedure TO <Username>;
    GRANT create sequence TO <Username>;
    GRANT create synonym TO <Username>;
    GRANT create sequence TO <Username>;
    GRANT create any index TO <Username>;
    GRANT create sequence TO <Username>;
    GRANT alter any table TO <Username>;
     
    where,
          <Username> is the name of the new user created above.

...

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

Oracle: oracle.jdbc.OracleDriver

abpm.frevvo.db.url

Name of the Frevvo database connection URL. The format of the URL for MySQL and SQL Server database is:

jdbc:<Database_Name>://<IPaddress_on_which_Database_is_installed>:<Database_Port_No>/<Database_Name_Created_in_Step1>

MySQL: jdbc:mysql://192.168.1.2:3306/frevvoDB

SQL-Server: jdbc:sqlserver://192.168.1.1:1433;databaseName=frevvo

The format of the URL for Oracle database is:

Oracle: jdbc:oracle:thin:@<IPaddress_on_which_Database_is_installed>:<Database_Port_No>:<Database_Name_Created_in_Step1>

for example, jdbc:oracle:thin:@192.168.1.3:1521:frevvodb

abpm.frevvo.db.usernameDatabase username you are using. In case you are using Oracle then type the user name that you have created in the database in Step 1.
abpm.frevvo.db.passwordPassword to access database. In case you are using Oracle then type the password that you have provided in the database in Step 1.
abpm.frevvo.dbTypeDatabase you are using, for example, MySQL, SQL-Server, Oracle.
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:

...

  • applets to open these applets in Adeptia Suite without any hassle.

  • Upgrading Rich Forms
    This page lists the steps for using upgraded Rich Forms with Adeptia Suite.