Home › Forums › kdb+ › KX Developer not working › Reply To: KX Developer not working
-
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, 1 week ago by
jlucid.
-
This reply was modified 8 months, 1 week ago by