13000 |
DAO_CREATE_INVALID_RESULT |
The result code returned for the created record request in table {0} was unexpected. Expecting a value of 1, but received a value of {1}. |
13001 |
DAO_CREATE_GENERAL |
An unexpected exception occurred attempting to create a record in the table {0}. The data values being used to the create the record are {1}. |
13002 |
DAO_LOAD_RECORD_NOT_FOUND |
The record requested was not found in the table {0}. The primary key value specified was {1}. |
13003 |
DAO_LOAD_GENERAL |
An unexpected exception occurred attempting to load a record from the table {0}. The primary key value specified was {1}. |
13004 |
DAO_STORE_RECORD_DELETED |
An attempt to update a record that was marked as deleted was encountered for table {0}, primary key equal to {1}. |
13005 |
DAO_STORE_RECORD_NOT_CHANGED |
An attempt to update a record that had no changes was encountered for table {0}, primary key equal to {1}. |
13006 |
DAO_STORE_INVALID_RESULT |
An update record request result in the table {0} was expected to be 1, but was {1}. Another user may have updated this record before this transaction completed. The update request was for the column {2} with a value of {3} and a lock value of {4}. |
13007 |
DAO_STORE_GENERAL |
An unexpected exception occurred attempting to update a record in the table {0}. The data values being used to the update the record are {1}. |
13008 |
DAO_REMOVE_INVALID_RESULT |
The result code returned for the delete record request in table {0} was unexpected. Expecting a value of 1, but received a value of {1}. |
13009 |
DAO_REMOVE_GENERAL |
An unexpected exception occurred attempting to delete a record from the table {0}. The primary key value specified was {1}. |
13010 |
DAO_FIND_RECORD_NOT_FOUND |
The record requested was not found in the table {0}. The primary key value specified was {1}. |
13011 |
DAO_FIND_MULTIPLE_RECORD |
Multiple records were found in the table {0} for the primary key value specified {1}. Only one record was expected. |
13012 |
DAO_FIND_GENERAL |
An unexpected exception occurred attempting to find a record from the table {0}. The primary key value specified was {1}. |
13013 |
DAO_FIND_ALTERNATE_MULTIPLE |
An attempt to find a single record in the table {0} using the criteria of {1} equal to {2} resulted in more than record being found. |
13014 |
DAO_FIND_ONE_MULTIPLE |
An attempt to find a single record in the table {0} using the criteria of {1} resulted in more than record being found. |
13015 |
DAO_FIND_WHERE_GENERAL |
An unexpected exception occurred attempting to find records in the table {0} using the criteria {1}. |
13016 |
DAO_FIND_CRITERIA_MULTIPLE |
An attempt to find a single record in the table {0} resulted in more than record being found. The criteria specified was {1}. |
13017 |
DAO_FIND_CRITERIA_GENERAL |
An unexpected exception occurred attempting to find records in the table {0} using the criteria {1}. |
13018 |
DAO_REMOVE_CRITERIA_GENERAL |
An unexpected exception occurred attempting to delete records in the table {0} using the criteria {1}. |
13019 |
DAO_REMOVE_WHERE_GENERAL |
An unexpected exception occurred attempting to delete records in the table {0} using the criteria {1}. |
13020 |
DAO_STORE_CRITERIA_GENERAL |
An unexpected exception occurred attempting to update records in the table {0} using the criteria {1}. |
13021 |
DAO_STORE_WHERE_GENERAL |
An unexpected exception occurred attempting to update records in the table {0} using the criteria {1}. |
13022 |
DAO_FACTORY_CREATE_INSTANCE |
An unexpected exception occurred attempting to create an instance of the data access object factory with the resource type {0}. |
13023 |
DAO_FACTORY_CREATE_DAO |
An unexpected exception occurred attempting to create an instance of the data access object with an entity name of {0}. |
13024 |
DAO_METHOD_INVALID |
An attempt to execute an invalid method has occurred. The method name is {0}. |
13025 |
DAO_PROCEDURE_GENERAL |
An unexpected error has occurred while calling the stored procedure {0}. The SQL error is: {1}. |
13026 |
DAO_DELETED_ACTIVITY_DATE_SUFFIX |
Deleted On |