cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Max string length for MDO

shaji_chandran
Participant
0 Kudos
666

Hello MII Folks,

MII Version 15.3 SP0

I would like to know what is the maximum length of string type attribute in MDO. When I try to set a length which is more than 4000 I am getting an error. I have attached the screenshot. I am planning to store payload (XML message) within a MDO and 4000 seems to be pretty small. MDO doesn't have XML type attribute as well.

I am creating a MII solution which must be easily portable. So I prefer to use MDO rather database tables to avoid dependencies.

Thanks in advance

Shaji

mdo-error.png

View Entire Topic
former_member204155
Active Participant
0 Kudos

Hi shaji

try with string type column with length as -1 in MDO definition where you want to save your xml, This should do.

Regards,

Kuntal