Error in }APQ.UX.Server.Maintenance TI

Issue #482 resolved
Jenni McAnalen created an issue

There is an error in the TI }APQ.UX.Server.Maintenance on line 475 of the prolog.
Current code:

SubsetCreate( sSub, sDim, 0 );
Should be:
SubsetCreate( sDim, sSub, 0 );

This error prevents the maintenance process from running on startup.

Comments (3)

  1. Scott Wiltshire

    Thanks for bringing this to our attention. The packages for 2022.06 FP1 have been updated to fix this issue. If you have already applied a local fix by correctling line 475 then no need to apply the updates.

  2. Log in to comment