Warning Messages

Warning Messages

Whenever you upload a data file with one of these errors:

  • Data header missing/misspelled or with blank spaces

  • Invalid value for specific fields

  • Failure of custom checks


You’ll receive a warning email that helps you find the error.

 

Types of errors

  1. Data header missing/misspelled or with blank spaces
    You’ll get this error if you misspelled a data header or deleted a column.

  2. Invalid value for specific fields
    This error occurs when you fill a field with the wrong information.
    (E.g. if a field ca accept values "black" and "white" and you typed "orange", you’ll get the error.)

Custom checks

Some of the most common custom checks that can be implemented in your project are:
  1. Check if all the images mentioned in the data file have been uploaded to AWS
  2. Check if the images uploaded to AWS are valid (not corrupted)
  3. Check if the version of static files (.indd) matches the version of the automatic part of the project

Type of notification

There can be two kinds of notification
  1. Error: The process does not start until you upload a data file that passes mandatory checks. Mandatory checks can be the ones previously described in points 1 and 2. Bypassing these checks will cause the failure of the pagination process.
  2. Warning: The process will start, but you'll get notified of some "minor" errors. Warning messages can be related to "missing images". The process will not fail, but you will find that some images aren't inserted because the system was not able to find them.

The error/warning notification email will look similar to this one:


    • Related Articles

    • Web Application - How to

      Here's a Quick guide on the main functionalities of the Pagination Web App. The link to the web app is: app.pagination.com We suggest saving it in your bookmarks. Sign in You should have received an email with the invite to the web app. Please follow ...
    • How to paginate your documents

      Now that your project is ready, you can start creating your document. To do this, follow these steps: Upload all your project files, except for the datasheets, into each specific relevant folder. Upload your datasheet to the folder called "Data". ...