Database Resource Errors

Description

A masking project encounters resource errors on the database server.

For example, SQL Server may report that a filegroup is full (error 1105).

 

Explanation

As the error messages suggest, there may be limited available resources to perform the configured masking project.

 

Solution

Please consider allocating more resources to your DBMS. If that is not possible then this problem may be overcome by reducing the number of concurrent masking operations.

For example, if you are executing 8 Shuffle masks where each mask is shuffling a large number of rows, then each mask shall be holding resources to generate the entire masked range of values.

Therefore, you can reduce the maximum resource requirements at any given time by reducing the maximum concurrent masking connections parameter in the DataVeil database Connection settings panel. For example, the lowest setting is 1 which means that only one masking operation shall be in progress at any given time.