Unable to execute list method of SQL based SmartObject while other methods work fine

  • 16 February 2021
  • 0 replies
  • 7 views

Userlevel 5
Badge +20
 

Unable to execute list method of SQL based SmartObject while other methods work fine

kbt154607

PRODUCT
K2 Five
K2 blackpearl
TAGS
Microsoft SQL
SmartObjects
This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.

Issue

The following error message appears when attempting to execute the List method of an SQL table based SmartObject:

"Column '%Column_Name%' does not allow nulls"

Symptoms

 

 

The error only appears when the List method gets executed. Create, Delete, and Get record methods are working fine.

A SmartObject with exactly the same structure works correctly in another environment.

Resolution

Based on the symptoms above, you may need to verify the records in the column mentioned in the error message. (Check for empty values or values in the wrong format) as one "bad record" is enough for the List method to fail.)

The fact that other methods are working indicates that there are no issues with the SmartObject itself, but rather a problem caused by data.  You can resolve this by deleting the incorrect entry / entries.


0 replies

Be the first to reply!

Reply