After Adeptia Suite is installed, you need to configure the following:
Configuring Applets
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.
- Login to Adeptia Suite.
- Go to Administer > Setup > Application Settings > Update System Properties.
- Expand Applet Configuration > Data Mapper.
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. - Expand Process Designer under the same property.
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. - Click Save.
- Click Reload Configuration to reflect the changes.
After you have configured the values, check the access to Data Mapper and Process Designer applets.
- Accessing Data Mapper
To access Data Mapper:- Login to Adeptia Suite.
- Go to Develop > Services > Data Transform > Data Mapping.
- Click Create New.
- Provide the mapping details and then click Data Mapper.
- A file - startMapper.jnlp will get downloaded to your computer. Double-click the file to view the following Data Mapper screen.
- Accessing Process Designer
To access the Process Designer:- Login to Adeptia Suite.
- Go to Develop > Process > Process Flow.
- Click Create New.
- Provide the process flow details and then click Process Designer.
- A file - startPD.jnlp will get downloaded to your computer. Double-click the file to view the following Process Designer screen.
Upgrading Rich Forms
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:
create database <database_name> default character set "utf8" default collate "utf8_unicode_ci";
- Go to .../<AdeptiaInstallFolder>/ServerKernel/etc folder.
- Open server-configure.properties file in the Text Editor.
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 NameDescriptionIf you are using SQL Server database, use Microsoft driver class and database URL instead of using JTDS.- Save the file.
- Start Kernel and WebRunner. This will create Rich Forms related tables in the newly created database.
- Open the browser and type the URL in the format:
<protocol_name>://<IPaddress>:<Port_No>/frevvo
where,
<protocol_name> is the protocol you are using, for example, http or https.
<IPaddress> is the domain name or IP address of the server hosting Adeptia Suite.
<Port_No> is the port number of the server hosting Adeptia Suite.
For example, http://192.168.1.1:8080/frevvo. On the License Expired screen, type the license key and click Submit. Contact Adeptia Support Team for the license key.
- Sign in to Frevvo using following default credentials and create a tenant:
Username: admin@d
Password: admin- On the Manage server screen, click Manage Tenants.
- On the Tenants screen, click .
- On the Add New Tenant screen, type adeptia in the Tenant Id, Admin User Id, Tenant Name, Admin User Password, Tenant Description, and Re-enter Admin User Password.
- Type support@adeptia.com in the Admin User Email Address.
- Click Submit. This creates your tenant.
- Sign out from the user account.
- On the Manage server screen, click Manage Tenants.
- Now sign in to Frevvo using following credentials and deploy Adeptia Template Rich Form.
Username: adeptia@adeptia
Password: adeptia- Click Home.
- Click Upload.
- On the Upload Application screen, click Choose File, and upload AdeptiaTemplate_app.zip file from the folder where you have extracted RichForm patch.
- Click Upload.
This deploys Adeptia Template Rich Form.
- Click Home.
Verifying Rich Forms Upgrade
To verify Rich Forms upgrade:
- Open the browser and type the URL in the format:
<protocol_name>://<IPaddress>:<Port_No>/frevvo
where,
<protocol_name> is the protocol you are using, for example, http or https.
<IPaddress> is the domain name or IP address of the server hosting Adeptia Suite.
<Port_No> is the port number of the server hosting Adeptia Suite. - Login using following credentials:
Username: adeptia@adeptia
Password: adeptia - Check the Adeptia Live Forms version displayed at the bottom of the screen. If it is 7.3.2 indicates your Frevvo version has been upgraded successfully.