FreeTDS: db-lib: exiting because client error handler returned INT_EXIT for msgno 20109 #428
Unanswered
JamieMellway
asked this question in
Q&A
Replies: 1 comment
-
The question is more "is this the standard proprietary behaviour or not?" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am calling a binary on RedHat 7 that uses the FreeTDS library. It works fine in one environment set up long ago, but I'm trying to run the binary in other environments and I keep getting
FreeTDS: db-lib: exiting because client error handler returned INT_EXIT for msgno 20109.
I also tried this on an Ubuntu machine and I get the same error.I've tried just copying the lib folder, copying the all of the files, and also downloading the files and doing configure/make/makeinstall. All those ways give the same error.
The FreeTDS lib folder is listed in the LD_LIBRARY_PATH environment variable.
When I look in the freetds code, I see:
That parameter check on dbproc is in many places in the freetds code.
How do I setup FreeTDS to avoid this error?
https://serverfault.com/questions/1081411/freetds-returned-int-exit-for-msgno-20109
Beta Was this translation helpful? Give feedback.
All reactions