Product Information > JADE Error Messages and System Messages > 3000 through 3199 - Database Engine Errors > 3095 - The backup directory parameter cannot be null for this operation

3095   The backup directory parameter cannot be null for this operation

Cause

This error occurs if you attempt to call a method of the JadeDatabaseAdmin class with a null value in the backup directory parameter (backupDir). The parameter backupDir must be specified.

Action

Check the signature of the method, and change your application code to ensure that the method call passes a valid parameter for backupDir.