2023.04.09 01:37 PM
When I was working on 1.4, 1.5, and 1.6 parts of the capstone project, I understood that I need to use
refServiceHandle: hopen `::5010
to open the handle to connect to port 5010. But when I call the API getOptionRef
optRef: refServiceHandle("getOptionRef"; enlist uniqueOpts)
I get the message saying "blocked" and as a result I could not obtain the table needed here. Any help in this situation? Thank you in advance!
2023.04.11 08:41 PM - edited 2023.04.11 08:42 PM
Try changing "getOptionRef" to `getOptionRef i.e.
optRef: refServiceHandle(`getOptionRef;uniqueOpts)
See here for a few other examples: Search - KX Community
EMEA
Tel: +44 (0)28 3025 2242
AMERICAS
Tel: +1 (212) 447 6700
APAC
Tel: +61 (0)2 9236 5700
KX. All Rights Reserved.
KX and kdb+ are registered trademarks of KX Systems, Inc., a subsidiary of FD Technologies plc.