Oracle Environments - Integration for Adobe Sign - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - external

Integration for Adobe Sign

Platform
OnBase
Product
Integration for Adobe Sign
Release
Foundation 23.1
License
  1. A certified Oracle database administrator must create a new database user with administrative privileges. This user must be named HSIESIGNATURE(in all capital letters).
  2. A certified Oracle database administrator must run the following script upon the database:
    CREATE USER HSIESIGNATURE IDENTIFIED BY password;
    GRANT UNLIMITED TABLESPACE TO HSIESIGNATURE;
    GRANT CREATE SESSION TO HSIESIGNATURE;
    GRANT CREATE TABLE TO HSIESIGNATURE;
    GRANT SELECT_CATALOG_ROLE TO HSIESIGNATURE;
    GRANT CREATE SEQUENCE TO HSIESIGNATURE;
    Note:

    In the above script, password must be replaced by the password used by the HSIESIGNATURE user account.

  3. Locate the Hyland Electronic Integration Service configuration tool package within your solution files. For instance, hyland-eSign-config 0.1.0-alpha0489.nupkg
    Tip:

    The latest version of the Hyland-eSignature-Config configuration tool is available on Community at https://community.hyland.com/customer-portal/5097/downloads

  4. Extract the package to a local directory.
  5. Open the hyland.esignatureservice.configuration.appsettings.json file using a text editor such as Notepad.
  6. Modify the DataSource, DataProvider, and ConnectionString fields so that they contain connection information for your database. If your solution uses a single OnBase database, it is recommended to use the same connection string for maintenance purposes.
    CAUTION:

    You can only enter the information for a single database. Multiple tenants are not supported.

  7. Save and close the hyland.esignatureservice.configuration.appsettings.json file.
  8. Open a command prompt with administrative privileges.
  9. Within the command prompt, navigate to the location of the directory where you extracted the Hyland Electronic Integration Service Database Configuration Tool package.
  10. Run the following command:
    dotnet Hyland.ESignatureService.Configuration.dll
  11. Close the command prompt.