Hello, I am having trouble in mye production enviornment where every hour Blue Prism chrashes and stops working with the following error message:
BluePrism.AutomateAppCore.clsArchiver
Unable to cleanup failed debug sessions
System.Data.SqlClient.SqlException (0x80131904): The DELETE statement conflicted with the REFERENCE constraint "FK_BPASessionLog_NonUnicode_BPASession_pre65". The conflict occurred in database "RPA_PRD", table "dbo.BPASessionLog_NonUnicode_pre65", column 'sessionnumber'.
The statement has been terminated.
This all began after we startet housekeeping by deleting Session Logs older than 90 days. The process that runs the housekeeping scripts have been stopped, but the error keeps occuring. The method for archivating (deleting) the session logs is through the built in AutomateC.exe command prompt.
Has anyone experiences somethimg similar and/or know how I can proceed to solve the issue?