KX Community

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

Home Forums kdb+ KX Developer not working Reply To: KX Developer not working

  • jlucid

    Member
    October 3, 2024 at 7:41 pm

    The “cannot write to handle 1” error may be permissions related. Confirm that the folder pointed to by DEVELOPER_DATA has proper write permissions. Perhaps that is why it cannot create the workspace in that folder.

    Run: echo %DEVELOPER_DATA% (to check the variable is set correctly)

    Then echo Message > “%DEVELOPER_DATA%\test.txt”.

    to confirm that you can write a file to that location, or if it throws an error.

    • This reply was modified 8 months, 2 weeks ago by  jlucid.