You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do work on an Enterprise SDK for Python C Extension for ezNoSQL. I get a hex return code of x'ffff' (masked by znsq_err macro) from znsq_create so i was looking for a documentation of znsq_create return codes but could not find any. x'ffff' does not look right to me. I tested with return code fields defined as int and uint32_t but get x'ffff' in both cases. Any ideas where i can find a more detailed explanation of znsq_create return codes? Is there a way to get debug messages from znsq_create in order to analyse the issues further? My extension is compiled/linked as 64Bit i am using libigwznsqd64.x/so
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I do work on an Enterprise SDK for Python C Extension for ezNoSQL. I get a hex return code of x'ffff' (masked by znsq_err macro) from znsq_create so i was looking for a documentation of znsq_create return codes but could not find any. x'ffff' does not look right to me. I tested with return code fields defined as int and uint32_t but get x'ffff' in both cases. Any ideas where i can find a more detailed explanation of znsq_create return codes? Is there a way to get debug messages from znsq_create in order to analyse the issues further? My extension is compiled/linked as 64Bit i am using libigwznsqd64.x/so
Thanks in advance!
The text was updated successfully, but these errors were encountered: