RQM: Size of SMALL_STRING / MEDIUM_STRING
Hello,
what is the maximum string size of SMALL_STRING and MEDIUM_STRING?
I get an error when inserting a very long string (using REST):
thanks Joerg
what is the maximum string size of SMALL_STRING and MEDIUM_STRING?
I get an error when inserting a very long string (using REST):
Caused by: com.ibm.team.repository.common.InternalRepositoryException: CRJAZ0329E The database query could not be completed. String data, right truncation
SQL: INSERT INTO PLANNING.TEST_PLAN_MEDIUM_STRING_EXTENSIONS (JZ_PARENT_ID, INTERNAL_ID, KEY_COL, VALUE_COL) VALUES (?, ?, ?, ?)
SQL Exception #1
SQL Message: DB2 SQL Error: SQLCODE=-302, SQLSTATE=22001, SQLERRMC=null, DRIVER=4.14.121
SQL State: 22001
Error Code: -302
thanks Joerg