-801: Input parameter cannot be NULL value 

Explanation:

The value of an input parameter must not be a null value because null values are not permitted in the column.

User Action:

Modify the program or change the column definition in the CREATE TABLE statement.