- A certified Oracle database administrator must create a new database user with administrative privileges. This user must be named HSIESIGNATURE(in all capital letters).
-
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.
-
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
- Extract the package to a local directory.
- Open the hyland.esignatureservice.configuration.appsettings.json file using a text editor such as Notepad.
-
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.
- Save and close the hyland.esignatureservice.configuration.appsettings.json file.
- Open a command prompt with administrative privileges.
- Within the command prompt, navigate to the location of the directory where you extracted the Hyland Electronic Integration Service Database Configuration Tool package.
-
Run the following command:
dotnet Hyland.ESignatureService.Configuration.dll
- Close the command prompt.