Event API exceptions
- Last UpdatedFeb 12, 2024
- 1 minute read
The following is a list of exceptions that you might encounter while working with the AVEVA BI Gateway Event API. The table also gives you an insight into the possible cause of the exception and the solutions to resolve these exceptions:
Error: Invalid or un-deployed {object name}.
Cause:
The measure or dimension is not deployed or does not exist in the model.
Solution:
Specify the correctly deployed measure or dimension.
Error: Unable to add the event. {object name} does not exist.
Cause:
The name of the object that you provided in the API call does not exist in the model or is not deployed.
Solution:
Make sure that you are using an object name (Measure or Dimension) that exists in the model and is deployed.
Error: Event not added to the database.
Cause:
The input parameters of the date range (start and end date) are invalid. The date range is either in the future or the end date is less than the start date.
Solution:
Make sure that you use an event with a valid start and end date.