Error 21025

Message

Possible error messages:

Without Resource Bundle (default)
  • Property '{PROPERTY_NAME}' has invalid value '{PROPERTY_VALUE}' for connection profile: {PROFILE_NAME}
With Resource Bundle
  • Property '{PROPERTY_NAME}' has invalid value '{PROPERTY_VALUE}' for connection profile: {PROFILIE_NAME}
Domain Persistence.PersistenceException
Number 21025
Label INVALID_PROFILE_PROPERTY_VALUE
Applicable Platform(s) iOS, Android, BlackBerry, Windows Mobile

Cause

An invalid value has been specified for the connection profile property; for example, an integer property has been set to a noninteger string.

Action

Based on the error message, which contains the property name, set the correct property value using the DBClass.getSynchronizationProfile().setProperty or DBClass.getConnectionProfile.setProperty method.