Did you know that SQL Anywhere has an associated Wiki site? It’s true! Check it out here: http://wiki.scn.sap.com/wiki/display/SQLANY/Why have a SQL Anywhere Wiki site?The SQL Anywhere Wiki site is intended to complement the existing SQL Anywhere...
It sounds possible that after the upgrade, the procedure definition is out of date and some active database connections are still using the old procedure definition until they are restarted. Have you tried running a recompile on the procedure in Orac...
Hi @kbachl, thanks for trying the updated instructions. I can see from your trace that the string value isn't bound properly from the ruby level:10:13:01 web.1 | [SQLDBC] >StringTranslator::translateUTF8Input (2024-05-17 10:13:01.192845)
...
Hello,I can't seem to reproduce this behaviour with a simplified example: require 'hanaclient'
include HANACLIENT
@@api = HANACLIENT::HANACLIENTInterface.new()
HANACLIENT::API.hanaclient_initialize_interface(@@api)
@@api.hanaclient_init()
@@conn = @...
Hi Vaibhav,Is the file actually there on the file system, or no?There is the HDB_NODEJS_INSTALL_PLATFORMS environment variable which can be used to restrict which platforms the driver is vendored for and thus the file may have been stripped out:https...
Hi Adriano,I'm not sure I fully understand the data loss report and M1 build: are you building a docker image on the M1 and then deploying it? If so, which architecture is the docker image being built for? Which base docker image are you using?As a w...