Important: Customers using Laserfiche Cloud Remote Agents must update to version 11.7.2405.42009 or greater by August 28, 2024 for them to continue to function. The latest Remote Agent can be downloaded by clicking your Remote Agent in the Integrations area and following the Installation Steps in the Workers tab.
Summary
This article details the changes for Laserfiche Remote Agent version 11.7.2405.42009 released on May 30, 2024. This update includes the following adjustments:
Additional Information
Remote Agent workers will no longer come packaged with copies of drivers to connect to Oracle and MySQL databases. Customers will be responsible for installing these packages separately if needed. The following instructions outline the steps to install these packages.
Upgrading Remote Agent from an existing installation
To download and place the Oracle DLL file for remote agents:
{
"RemoteScriptSourcePlugin": {
"AllowList": [ "." ],
"Disabled": false,
"Timeout": 60000
},
"RemoteDataSourcePlugin": {
"ExternalFilePaths": [
"C:\\Work\\ODAC21.12Xcopy_x64\\odpm\\odp.net\\managed\\common\\Oracle.ManagedDataAccess.dll"
]
}
}
Note: You must use the full file path. Relative paths are not sufficient.
To download and place the MySQL DLL file for remote agents:
{
"RemoteScriptSourcePlugin": {
"AllowList": [ "." ],
"Disabled": false,
"Timeout": 60000
},
"RemoteDataSourcePlugin": {
"ExternalFilePaths": [
"C:\\Program Files (x86)\\MySQL\\MySQL Connector NET 8.4\\MySql.Data.dll"
]
}
}
Note: You must use the full file path. Relative paths are not sufficient.
New Remote Agent without an existing installation
To download and place the Oracle DLL file for remote agents:
{
"RemoteScriptSourcePlugin": {
"AllowList": [ "." ],
"Disabled": false,
"Timeout": 60000
},
"RemoteDataSourcePlugin": {
"ExternalFilePaths": [
"C:\\Work\\ODAC21.12Xcopy_x64\\odpm\\odp.net\\managed\\common\\Oracle.ManagedDataAccess.dll"
]
}
}
Note: You must use the full file path. Relative paths are not sufficient.
To download and place the MySQL DLL file for remote agents:
{
"RemoteScriptSourcePlugin": {
"AllowList": [ "." ],
"Disabled": false,
"Timeout": 60000
},
"RemoteDataSourcePlugin": {
"ExternalFilePaths": [
"C:\\Program Files (x86)\\MySQL\\MySQL Connector NET 8.4\\MySql.Data.dll"
]
}
}
Note: You must use the full file path. Relative paths are not sufficient.
Release history