PVC - Capture will not open
Papervision Capture uses SQL to keep track of everything it is doing and if SQL express is being used, there is a 10gb limit. If processing several batches, this will fill up the Maintenance Logs very quickly. If the SQL DB is full, a similar error as the one shown below will be given:
“Error executing [dbo].[PVDM_SESSIONS_1_INSERTWITHLICENSES]5244
Use the following steps to check if this is the same problem is being experienced in your environment and can use the steps to correct the issue:
Open SQL Management Studio
Log into the SQL Server that is being used for PVC
Once connected, locate the “PVDM_SYS_MAINTLOGS”
right-click and select properties
check the size of the table. If it is excessively large, such as 8+ GB large, this will need to be emptied
If that table is not large or is not present, can also check the “PV_SYS_MAINTLOGS” table and check the size of that table
MAKE SURE YOU MAKE A BACKUP OF THE DATABASE BEFORE MAKING ANY CHANGES IN CASE YOU NEED TO ROLLBACK THE CHANGES!
Right-click the large table and select Script Table As → Drop and Create to → New Query Editor Window
This will open a new query window with a pre-filled script
Hit F5 and run the script
The table will now be empty
Open PVC and the error should no longer be thrown.
If you continue to get errors, please contact services@caso.com immediately.
CASO Knowledge Base