We are trying to create a document interface to integrate Siemens EDM with Precyse CAC. We have had document interfaces in the past but not with this volume. We are running into a issue where if a message fails it halts the interface and backlogs all of these messages in the recovery database. When we try to clear the recovery database it freezes the database manager and locks the database for all processes basically bringing down the entire site. Even if I stop the HCIDBDUMP process in the task manager it keeps the database locked. I have tried the hcisitectl -K and -S to try and free these locks but it seems to only be working the monitor daemon. The only thing that fixes this is to do a site cleanup.
My questions:
Are there file size limits in Cloverleaf for these types of interfaces? I am using MLP_PDL and it seems to happen mostly on files 7mb or larger.
Is there a way to free the DB locks without doing a site cleanup in Windows?
If I create a site just for this interface will it use a different database or will it continue to lock the database used by our other production threads?