ohb1138
(Justus Reich)
2
Ok, its seems that
# Tweak String VAR size
sqltype.string=VARCHAR(65500)
is too big …
Setting it to
# Tweak String VAR size
sqltype.string=VARCHAR(1024)
solved the issue …
I don’t know how the huge value of 65500 made it into my definition.
Maybe I just activated the line and did not check the value???
Anyway … problem solved 