Hi,
I run an app that takes a while to come up. Once in a while, it crashes. When it does it is always because of a specific KDB instance.
Rather than relaunching the whole app, I tried killing the stuck KDB instance, start a new one, set it up to the same port, and copy over the loaded data and functions from another user.
I confirm that all the functions/data are there. But when I try running a kdb query, all I get is an “srr” error.
Do you know why?
Thanks in advance