-
kdb version 4.0 changes to port?
Hello, I am switching to version 4.0 and noticed some of my processes aren’t running due to a handle error, like below:
'close. OS reports: The handle is invalid.
[1] C:\s\generateQuery.q:32: produceReport:
trap: @[{[x] x "exit 0";}; h; `trapped];
handle_close handle;
^
i:i+1;
The value of the handle variable is 1104, which I’m guessing is the port. I used to use version 3.5 and it ran fine, but when I switch to 4.0 I get the message above. I am guessing there is some kind of port error or change when I switched to the new version.
If anyone has any information on this, please let me know. I’m not sure if I was looking at the right documentation regarding ports and any changes.
Log in to reply.