Skip to main content
Version: 3

Post Installation Steps - Linux

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

Placement of common-io-2.4.jar​

This manual step is required if you are going to use Spazio as the Source, Target or Listener in Adeptia Connect.

  1. Go to the...<ConnectServerInstallFolder>/ServerKernel/Solutions/GBI/binlocation**.**
  2. Place the common-io-2.4.jarthat you had taken the backup of**.**

Configuring Partner Self Onboard​

Partner self onboard allows the Partner to onboard to self-manage their Transactions. To allow self-onboarding for a partner, you need to set the value in the application.properties file. The value can be one of the following:

| internal | Company will always manage all the Partners Transaction. | | external | Partner will always self onboard and manages their Transactions. | | ask | Provides option to choose either Company or Partner to manage the Transactions. |

ValueDescription

To set the value:

  1. Go to .../<ConnectPortalInstallFolder>/resources_config directory.

  2. Open application.properties file in the Text Editor.

  3. Set the value in the app.connect.partner.onboard.mode property. The value can be: internal, external, or ask.

    InformationBy default, the value is set to internal.
  4. Save the file.

    InformationIf you change the value of the property from external or ask to internal, Transactions self-managed by the Partner are not managed by the Company.
  5. Restart Connect Portal.

Installing Java 8 on Adeptia Client Machine​

To open Java applets in Adeptia Suite, you must have Java 8 installed on the computer (node) where Adeptia Suite is being accessed.

Click here to download Java 8 installer. Run the installer and follow the installation wizard to complete the install.

Modifying Business application.properties​

  1. Go to …/<ConnectServerInstallFolder/AdeptiaServer/ServerKernel/etc directory.
  2. Open adapters.propertiesfile in the Text Editor and do the following:
    1. Go to the application group you are using and set the value of the <application_name>.enableProduction property to true.

For example, if you are using Dropbox application then go to the Dropbox group and set the value of the property dropbox.enableProduction = true. 2. Save the file. 3. Restart Connect Kernel and Connect WebRunner.

Upload Company Logo in Clustered Environment​

If have deployed Adeptia Connect in a clustered environment, you need to upload the company logo to make it visible in Adeptia Connect. To upload the logo:

  1. Open the Server Kernel folder from the Connect Server Directory and navigate to ...\web\static\connect2\images.
  2. Copy the following two files company-logo.png, default-company-logo.png and a directory favicon
  3. Now open the web directory in the shared location and Create a new directory structure static\connect2\images in it.
  4. Now save the copied files and the directory in this images directory.
  5. Restart Connect Kernel and Connect WebRunner.

Start AIMap Manually​

Follow the below steps to start AIMap manually:

  1. Ensure that you have given Read and Write permission to the Adeptia Connect folder.
  2. Ensure that Connect Kernel and Web Runner is running.
  3. Go to**...<ConnectServerInstallFolder>\ConnectServer\AdeptiaServer\ServerKernel** folder.
  4. Execute the ./startup.sh file.

To stop the AIMap, execute ./stop.sh file.

Installing Fontconfig Library​

This section is applicable only if you are using Connect Server in Linux environment.

In view of using open source Amazon Coretto JRE with this release, it is mandatory for you to install the Fontconfig library on the machine where Connect Server is running.

Ensure that you have Read*,*Write, andExecutepermissions in Linux environment.

Follow the steps below to install the Fontconfig library:

  1. Run the following command to install the Fontconfig library: yum install fontconfig Command to install Fontconfig library may vary for different Linux editions.
  2. Restart the machine.

You may be interested in...

What's new​
Best practices​
Training guides​
Frequently asked questions​
Adeptia Connect APIs​
Downloading Java 8​