Issue: Remote IPC connection blocked when calling function using hopen in kdb+/q

refServiceHandle: hopen 5457
show optRef: refServiceHandle(`getOptionRef; enlist uniqueOpts)

Instead of getting the expected result, it keeps showing "blocked"

My questions:

  1. Why is the remote process blocking the IPC request?

  2. What are the possible reasons for this change in behavior?

  3. How can I debug or fix this issue?

Any guidance or troubleshooting tips would be greatly appreciated.

Thanks,
Varun

3 Answers

3

@lkerr2 this is the 2nd issue which was faced today

Hi @varun18

Can you try removing the enlist value from your statement? The uniqueOpts variable should already be in list form, therefore enlist is not needed.

@mmcparland Today I tried to open seems like all issue got fixed. Right now I not facing any issue.