cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ICE03 Warning message (Help Me)

I'm receiving the warning message below. Can someone tell me how to fix this warning.

ICE03 Warning String overflow (greater than length permitted in column); Table: IniFile, Column: Value, Key(s): IniFile382 http://dartools/iceman/ice03.html IniFile Value IniFile382
(2) Replies
You are getting this error because you have the Value column of one of your entries in the IniFile table has more than 255 characters in it. Since Value is a formatted type you can instead create a Property table entry for this data and then refer to the Property from the value Column. The Value column of the property table does not have a limit to the number of characters you can enter, so this error would go away.

So in the Property table:
Property = MY_PROPERTY_NAME
Value = Some really long string

And in the IniFile Table:
Value = [MY_PROPERTY_NAME]
also... when you look that error up in the help file it says
Note that the installer does not internally limit the column width to the specified value
so don't worry about it

looeee