Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Key

Summary

Release notes

APM-7468

Connection is busy with results for another command -error when running Analytical view

While installing APM, the system picks up the latest version of the SQL Server driver from the list of known drivers:

  • ODBC Driver 18 for SQL Server

  • ODBC Driver 17 for SQL Server

  • ODBC Driver 13 for SQL Server

  • SQL Server Native Client 11.0

To change the ODBC driver version, define it directly in the adpw.ini:

[DATABASE]
DATABASE NAME=ADONIS
SERVER NAME=SQL2019
CON_NAME=CrewLink
DRIVER NAME=ODBC Driver 18 for SQL Server

Note: Changing the ODBC version in the adpw.ini file is only applicable after the APM installation.

APM-7513

Invalid object name 'PW001P00_XREF' error during deleting record from datagroups.

Fixed the error occurred while deleting records in datagroups (Activities, Competence, Travel and Medical).

...

APM 2023.30.

...

4 Patch

...

3

 

Key

Summary

Release notes

APM-7440

An activity was deleted from p03 and a document was deleted from p05 but both still exist in the PW001P00_XREF table. This is fixed now.

Applied improvements to the Crew Inspector plugin:

  • The BDX_PW001P05, BDX_PW001P07 triggers have been added to the database.

  • If records are deleted from PW001P05, PW001P07, PW001P058, the corresponding records are then removed from PW001P00_XRE.

APM-7475

Norwegian Post codes disappeared from PWPOST

The following improvements are applied:

  • Updated the Norwegian post codes import script to generate Sequence numbers.

  • Updated the Belgian post codes import script to generate Sequence numbers.

  • Added the execution of Norwegian post codes inserting into the upgrade script.

  • Added the execution of Belgian post codes inserting into the installation script.

APM-7489

APM upgrade alters replication setup making it incompatible with the partial replication

We removed the FK_PWORGVESACT_VOYAGE foreign key from the database. This fixed the issue of a circular reference, which was preventing the replicator from setting the correct sequence id identifying the sequence of executing replication tasks.

...