Fundamentals Capstone 1.4

https://learninghub.kx.com/forums/topic/fundamentals-capstone-1-4

I am connecting to the host 5010, but I cannot print out any details about the tables - I believe this is important for exercise 1.4…

 

Could anyone offer some advice?

 

Best regards,

 

Alexandru Hau

Hi

The issue is you are attempting to execute via the string method on a restricted process. Instead try the functional execution method - see example shown in spoiler tag above in my previous reply. You can also see it mentioned here in the IPC workshop with some examples for you to try.

Hope this helps.

 

 

 

 

Hi this is by design as mentioned further up in the file.

 

You will only be able to run the two available APIs via the handle to 5010 - this is how most reference data services would be in the real world as a security measure.

h (`getOptionRef;`FB20200720C230)

Dear Michaela,

 

Thank you for letting me know! However, I tried calling the first API method, and it still did not work (screenshot attached). I have looked over the IPC workshop, but I still do not understand what is not working.