Hi
We are using PB2017R3 against Postgresql version 10 using ODBC driver.
We have a bug where an error message of over 320 chars is being truncated to 255 characters.
Is there a limit set somewhere that can be adjusted please?
e.g. "You have selected more than one Owner. Verify that they are one and the same.~r~n~r~n- If the name appears in different shares/interests, continue with processing~r~n- If there are different versions of the name add an explanation in Complex mode (Clarify Intent)~r~n- If different registered owners have been selected, use separate transmissions."
gets truncated to
"You have selected more than one %s. Verify that they are one and the same.~r~n~r~n- If the name appears in different shares/interests, continue with processing~r~n- If there are different versions of the name add an explanation in Complex mode (Cl"
The CR and NL display correctly. Its just that it only seems to show the first 255 charcaters
Can you point me to where you have the pgodbc download please?
I will attach screenshots soon.