KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ hopen 5001 => ‘hop. OS reports: Re: hopen 5001 => ‘hop. OS reports:

  • rosebroger

    Member
    October 4, 2023 at 12:00 am

    Right, you’re right

    Before using the hopen command, it is necessary to open the port listening with the p command:

    p 5001       /system[“p 5001”]       /q.exe -p 5001

    hopen 5001

    Now work

    Thank you to all for answer