| Error Text | Meaning | Suggested Action |
|---|---|---|
| Cannot insert duplicate key in object 'c123456.DataExtensionName' | An InsertDE function call attempted to insert a record into a Data Extension with a value in the primary key field that exists on the Data Extension. When a primary key exists on a Data Extension, each record must have a unique primary key value. | Review the InsertDE function calls in your email AMPscript. If records exist in the target data extension with the same primary key values, should this InsertDE function be replaced with an UpsertDE/UpdateDE function call? If you have multiple InsertDE function calls that could occur in the email at the same time for the same contact, consider consolidating the functions so that there is no potential overlap. |
| Message: Invalid column name 'Column Name' | An AMPscript function call has a column name in its function parameters that does not exist on the data extension it is attempting to update. | Review any InsertDE, UpdateDE, or UpsertDE function calls in your email AMPscript that include the invalid column from the alert notification. If this column name does not exist on the data extension refactor your code so it no longer returns this error. |
| Cannot insert value NULL into column 'fieldname'. | An AMPscript function call has a NULL value being inserted into a non-nullable field. | If NULL values are not expected, review the AMPscript to ensure there are not possible NULL values being used. If NULL values are expected, make the Data Extension field nullable. |
| SqlDateTime Overflow | An AMPscript function call is inserting or updating a date field with a date value that is not permitted. | Review the values being passed. They must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. |
| Invalid Object Name 'c123456.DataExtensionName' | An AMPscript function call is attempting to insert data into a Data Extension that does not exist by that name. | Review the Data Extension name for accuracy. Also, confirm the Data Extension has not been deleted. Confirm the Data Extension has not been moved from a Business Unit to a Shared Folder, or the reverse. |
ExactTarget.OMM.InvalidScriptException: The function expression is invalid. See inner exception for detail.
Script: ContentBlockbyKey("block-key")
Index: 3
ListID: 27
Error Code: OMM_FUNC_EXPR_INVALID
- from OMMCommon -->
--- inner exception 1---
ExactTarget.OMM.FunctionExecutionException: An error occurred when attempting to evaluate a ContentBlockByKey function call.
Function Call: ContentBlockbyKey("block-key")
See inner exception for details.
Error Code: OMM_FUNC_EXEC_ERROR
- from OMMCommon -->
--- inner exception 2---
ExactTarget.OMM.FunctionExecutionException: Invalid row (parameter 1) passed to Field function. Row is null or empty.
Function: Field(@AMPVariable,"FieldName")
Error Code: OMM_FUNC_EXEC_ERROR
- from OMMCommon
The OMM_INVALIDSTATE error can occur when a Data Extension used as part of the send is deleted. This error can also occur when sending from an unverified From Address. Ensure the From Address is registered for your account.
The OMM_SUBBATCHERR can happen when the Data Extension being used as part of a send is cleared/overwritten while the send is in progress. Ensure any Imports, Filters, or Query activities do not overwrite the Data Extension until the send is complete. This error can also occur if the Data Extension used in a send is renamed while the send is in progress.
ExactTarget.OMM.InvalidScriptException: The SET variable value expression is invalid. See inner exception for detail. Script: set @AMPVariable = [InvalidPropertyName] Variable Name: @AMPVariable Index: 4 ListID: 0 Error Code: OMM_VAR_SET_EXPR_INVALID - from OMMCommon --> --- inner exception 2--- ExactTarget.OMM.InvalidScriptException: An error occurred when attempting to resolve a script expression. See inner exception for detail. Script Expression: [InvalidPropertyName] MemberID: XXXXXXX JobID: 0 Error Code: OMM_SCRIPT_SYNTAX_ERR - from OMMCommon --> --- inner exception 3--- ExactTarget.OMM.InvalidScriptException: An unrecognized expression appears in a script block. Script Expression: [InvalidPropertyName] MemberID: XXXXXXX JobID: 0 Error Code: OMM_SCRIPT_SYNTAX_ERR - from OMMCommon
000393037

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.