Error Messages during export

Top  Previous  Next

When you start exporting claims into the stagin tables you might enconter errors at first.  This usually results from table definition issues.  The HIPAA Authorizer displays a very detailed error message that tells you which request failed, at what field and if applicable which line.

This information should help you to trouble shoot the problems.

 

We try to give a meaningful error message

 

Below are typical error messages here from the HIPAA Claim Master.  They tells us that the Table 'EDI_Claims' is missing the column 'ClaimNo'. The HIPAA Authorizer will show equivalent error messages.

 

 

ErrorDB1

Error in the Header Table

 

Here an error message from the detail table, again from the HIPAA Claim Master. Here we see that the field 'LineNumber' is missing.

 

ErrorDB4

Error in the Detail Table

 

These is a typical error message.

 

Other typical errors are:

The data type in the target database does not allow certain characters or nulls.
The column width is too small for the data.

 

 

By carefully analyzing the message one can clearly identify the problem and eliminate those errors quickly. Feel free to consult with support if you run into problems