Configuring Argus Bridge for file scan
Argus can scan the external files before being pushed into the configured Document Management System or the Argus database itself. This file scan is performed using your file scan system, which is integrated with Argus using a custom adaptor.
Note:
This menu is visible only if you belong to groups with access set to Enabled on the Webservice screen inConsole > Access Management > Argus >
Groups > Menus > Webservice
.
To set up the file scan service:
- Build the adapterBased on the file scan service to be used for file scan, an adapter must be developed that includes generation of a DLL file and a configuration JSON file.
Note:
For more details, contact Oracle Support. - Configure the bridge for integration with file scan adapter
in Console.
- Go to
Console > System Configuration > Webservice > Bridge Configuration
. - In the Service Assembly
section, enter the following parameters:
- In the Service drop down, select File Scan.
- In the Class Name field,
enter the DLL name (complete qualified classname in the custom
adapter). For example,
Oracle.Argus.Bridge.Implementations.FileScan.FileScanAdapterOnPrem
. - In the Assembly File Name
field, enter the name of the adapter DLL file created via the
configuration files on the web server to configure the
translation adapter. For example,
FileScanDemoOnPrem.dll
. - In the Configuration JSON
File, upload the configuration file created in
Step 1 with
.json
extension containing configurations required by the file scan adapter such as API URL, maximum character limit, delimiter, username, password, and so on. - In the Service Status field,
the status of the translation adapter appears as:
- Not configured (default)
- Configured
- Argus Safety API Load Balancer URL is not
configured
Note:
You can configure the API Load Balancer URL option in the default enterprise. For more information, see Configuring Network Settings.
Note:
These settings are applied at global level and not enterprise specific.
- Go to
- When the configuration is complete, perform an IISRESET for the settings to become effective.
To upload the File Scan Adapter DLL file on each Web server
Follow the steps below to place the adapter DLL file created in step 2 of Translation service setup from above in the correct folder for each Web server:
- Open the
argus.ini
file and go to theArgusInstallPath
folder location. Folder example:C:\Program Files\Oracle\Argus\ArgusWeb\ASP\
. - From the
ArgusInstallPath
folder, go to theArgus.NET\bin\AdapterBin
folder. - Copy the File Scan Adapter file inside the
AdapterBin > FILESCAN
folder. - Go back to the
ArgusInstallPath
, but this time go back two folders to the Argus folder. File path example:C:\Program Files\Oracle\Argus
. - From the Argus folder, go to
API\Bridge\AdapterBin
. - Copy the File Scan Adapter file from inside the
AdapterBin\FILESCAN
folder.
See also: