Table of Contents

Search

  1. Preface
  2. Part 1: On-Prem Operations
  3. Part 2: Parameter and Element Reference
  4. Appendix A: Geocode Countries
  5. Appendix B: Reverse Geocoding Coverage
  6. Appendix C: Certified Mode Values

On-Premises Developer Guide

On-Premises Developer Guide

Critical Errors

Critical Errors

If a critical error occurs, Informatica Address Verification returns one of the following return codes:
Code
Description
-10000
IDVE has not been initialized (call IDVE_Initialize() to initialize) or is still being initialized. Address Verification does not allow any function call other than IDVE_Initialize() or IDVE_Deinitialize() after this error.
-10001
A version mismatch between IDVE components was detected, and the engine did not initialize.
-10002
IDVE is trapped in an unrecoverable error state. Call IDVE_Deinitialize() after this error.
-11000
A FunctionServer process could not be started. If the error occurs during initialization, the initialization will not complete. If the error occurs after initialization, the engine enters an unrecoverable state and you must call IDVE_Deinitialize().
-12000
A memory allocation request failed. The engine invariably remains in a functioning state. However, you may consider re-initializing the engine.
-12001
Access to a system resource failed (for example, files and mutexes). Re-initialize the engine after this error.

0 COMMENTS

We’d like to hear from you!