External Procedure: Error 7112 - exit status 139
Hi
I have create a unix shell script that is working fine out of Vertica but I got this error calling it from database.
The script call to a C program with several parameters and it looks like script crash in the midle of something (not able to call c program properly?)
I try shell script without parameters and it is fine, but I need the parameters
Thank you
0
Comments
Did you enable SUID (Set owner User ID up on execution) on the script file? The setuid permission bit tells Linux to run a program with the effective user id of the owner instead of the executor.
Example:
See:
https://my.vertica.com/docs/8.1.x/HTML/index.htm#Authoring/ExtendingVertica/ExternalProcedures/ImplementingExternalProcedures.htm
yes, I already did it
any updates about this subject?
Hi Jim, I already sent to you an email with the summary following the flow proposed by HP but is still not working, so please, let me know another step that we could try in this topic
thank you and regards