Pega Upgrade to 8.8.2 - pyOnbeforeWindowClose causing exceptions
Hi All,
Since our upgrade from 8.6.2 to 8.8.2 we are seeing exceptions with the following error :-
[MSG][Only authenticated client may start this activity: RULE-OBJ-ACTIVITY PEGA-CONFIGURATION PXGETCONFIGURATIONVALUE #20210330T124441.773 GMT ReqID=H0D0X3I5HXG3F45TX7I7KLT27LEWYIXXBA]
Having checked the logs I can see this is being caused by changes to pyOnbeforeWindowClose, specifically the call to when condition SkipPresenceOnEndChat at step 3. As this has also changed as part of the upgrade. It is now calling Declare_CAApplicationSettings.UpdateAgentCapacityOnWrapUp which results in the exception.
Whereas in the previous version of the when rule it simply set this to false.
This exception is being caused because of the call to DT cschatcomponentsettings and errors on steps 1 - 6, for every requestor.
Anyone know how we go about fixing this as I couldn't find anything in here, hence my question.
Thanks Craig
UPDATE
Narrowed this down to only being an issue when people are logging in using LDAP and not when using Pega login.
***Edited by Moderator Marije to add BUG tags***