...
Page Properties | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
To read more about our different types of releases (main release, intermediate release), click me!
Updated documentation for Adonis Replicator available at Adonis Knowledge Base and may be found via the link: Knowledge Base - Adonis Replicator |
...
Table of Contents |
---|
Release Highlights
...
See the highlights for this release below. Curious about what’s in store? Check out our exciting innovations and discover what’s in our product pipeline for 2024/2025 here.
Independent Export
Independent export allows selecting a site and exporting data to it separately from the general replication. As a result, Replicator can replicate data for sites without waiting until a time-consuming export to a new vessel is completed.
Expand | ||
---|---|---|
| ||
Independent export allows selecting a site and exporting data to it separately from the general replication. As a result, Replicator can replicate data for sites without waiting until a time-consuming export to a new vessel is completed. For more information, see Adonis Replicator Independent Export. |
Logs Enhancement
...
Expand | ||
---|---|---|
| ||
To view the content of the log table, navigate to the Plugin Log node in Replicator Manager. It contains a table of events representing a row subset of the log table and a set of UI controls to control the log view: For more information, see View Logs in Replicator Manager. |
Secure Connection to Android Replication Monitoring Service
...
Expand | ||
---|---|---|
| ||
The support for secure (TLS encrypted) connections is now added to the Monitoring Service. To enable a secure connection to the server, make sure to specify:
For more information, see Install Replicator Monitoring Service. |
...
Resolved Jira Issues
...
Key | Summary | Issue Type | Release Notes |
---|---|---|---|
AR-37 | AR_We need a link to on-line help file on 'Installation Welcome' and 'Replicator Manager' screens | Change Request | On the Welcome page of Adonis Replicator, there is a link to the instructions on how to install configure and upgrade Replicator: |
AR-73 | Possibility to set max file size | Change Request | The maximum size of a CAB/RPL file can be set on the page of Replicator Settings Wizard. To do it, enter the maximum size value to the Maximum size of an export file field: This setting sets max file size for both high and low priority files. The size setting value must be more or equal to 100000 bytes or 0. |
AR-85 | Export failure when exporting data from PWLOG_PAYROLL_EXEC table | Change Request | Fixed the issue occurred while trying to export the PWLOG_PAYROLL_EXEC table to Replicator. |
AR-86 | An explicit value for the identity column | Bug | Launching replication for a vessel resulted in the error "An explicit value for the identity column in table '#_PWTRN_COURSE_SCHEDULES_OLEDOCS' can only be specified when a column list is used and IDENTITY_INSERT is ON". The error has been fixed via creating a temporary table that has no IDENTITY column. |
AR-105 | Error log to track errors and activity of Replicator Plugins | Change Request | |
AR-129 | Replication Monitoring: impossible to add a client in the android application | Bug | The Android application did not allow adding clients. The issue has been fixed. |
AR-130 | Replication Monitoring: to show login form in android app in the case when android user was removed from ReplMonervice | Bug | The Android application checks errors on each request. In case an error occurs because a user is deleted, the application closes while logging out all the users. |
AR-131 | Replication Monitoring: Exit action for Clients screen in android application | Change Request | The Android application can be closed by clicking the Back button twice. |
AR-134 | Reliability improvements | Change Request | Applied a set of changes:
|
AR-137 | Update the database connector class and the procedure that tests a database connection | Change Request | The settings wizard's page for database connection settings has been changed:
|
AR-168 | Update formatting of "TablePKS = ?" parameter for the import query | Change Request | Replicator forms a value to pass to “TablePKS = ?” placeholder on import in the same way as the delete triggers do for repl_Deleted.TablePKS column (see ad_CreateTriggerForDeleteSQL function in the Adonis database). |
AR-169 | Switch to repl_Deleted table instead of repl_Deleted_log | Change Request | The following enhancements are implemented:
|
AR-172 | Possibility to setup replication for new site separately from the general one | Change Request | Added the possibility to choose a site and export data to it separately from the general replication. As a result, the replicator can replicate data for sites without waiting until a time-consuming export to a new vessel completes.
Replicator will export data separately from the general replication. Once done, the site number selected in the drop down list is shown in the Independent Export node: From this moment the chosen site can be exported separately and it will be excluded from the export phase of the general replication: data export for that site will not be shown in Replication Status page and will not be logged to ReplService.log. Instead, data export for that site will be shown on the Independent Export workspace and will be logged in IndepRepl.log. The independent export cannot be run on schedule but you can run it any time manually, no matter whether the general replication is running or not. You can return the independently exported site back to the export phase of the general replication. To do it, select None in the drop down list of the Independent Export workspace. |
AR-203 | Status and real situation with uploading upgrade pack could be different | Bug | Added more information in the status column, reflecting the real status of each vessel upgrade |
AR-204 | No option to publish the same update package | Bug | Minor issue with regards to deleting records from repl_program. |
AR-206 | Update the delete trigger of repl_Programs and the program deletion procedure | Change Request | Minor issue with regards to deleting records from repl_program. |
AR-207 | Run parameters of the replicator service | Change Request | Added two command line switches to produce a more extended log to trace more replicator details and trace memory usage of the replicator service.
How to add the command line switches
To disable the debug logging of a switch, stop the replicator service, open the Edit Run Parameters dialogue, delete the switch from the parameters line and start the service again. |
AR-208 | Add HTTPS Support to Replicator Monitoring Service | Change Request | Added HTTPS Support to Replicator Monitoring Service. To establish HTTPS connection, follow the steps below:
Adonis Monitoring Service wizard, make sure the Use a separate port for Replicator services option is not selected and specify the SSL certificate location and private key: |
AR-209 | Replicator can not update APP with psexec utility | Bug | Replicator failed to update Adonis Personnel Portal. The issue has been fixed. |
AR-213 | Replicator unable to transfer files via SFTP | Bug | Fixed the issue that appeared while transferring files via SFTP. |
AR-216 | Replicator is using plain FTP even if "Use SSL" checkbox has a checkmark | Bug | If the Use SSL checkbox is selected in Replicator wizard, Replicator communicated FTP. The error has been fixed. In addition, an attempt to connect to the Adonis FTP server with the preselected Use SSL option results in the message: SSL isn’t available for this server. |
AR-219 | Issue with the replicator's auto-upgrade | Bug | The interface buttons are aligned: |
AR-243 | Onboard replication frequently "hangs" at SFTP sending or receiving stage and service becomes unresponsive | Bug | When the secure connection breaks, the system entered a deadloop. The issue is now fixed. |
AR-255 | Monitoring Service doesn't respond after Logout action from android application | Bug | |
AR-256 | Checking login and password during "test connection" action for Monitoring Service | Change Request | Added connection verifications:
|
AR-258 | Replication Monitoring Service: not possible to create an android user if no one client exists in database | Bug | On logging in as administrator to the Monitoring Service and trying to add a new android user, an error occurred in the New Android Login dialog. The issue has been fixed. |
AR-260 | Replication Monitoring Service: issues with displaying actual data in Android application | Bug | The Android application did not show any details after replication. The issue has been fixed. |
AR-264 | Define set of monitoring service events for the Windows Event Viewer | Change Request | The monitoring service events are available in the Event viewer: |
AR-272 | Add check for server protocol version and some more minor changes | Change Request | Enhanced the Replicator functionality with the following:
|
AR-280 | Create a user-friendly dialog box for setting replicator service start parameters | Change Request | In Adonis Replicator, added two command line switches to get a more extended log with replicator details and memory usage of the replicator service:
The command line switches are organized as checkboxes for a user to avoid mistakes while typing them manually: |
...