FEC00016

Error setting PATH on server

Symptoms or Error

Error executing chefdk because %PATH% doesn’t contain:

c:\opscode\chef\bin
c:\opscode\chef\embedded\bin

Solution

Complete the following troubleshooting steps to resolve this issue:

  1. Connect to Computer node through Enter-PsSession or local with OOB
  2. Check if chefdk path exist on %PATH% ($env:Path)
  3. If not, you would like to please launch the following command:
    add: cmd /c setx /M PATH "%PATH%c:\opscode\chef\bin;c:\opscode\chef\embedded\bin"

Resume deployment. If the error persists, please contact Flexxible IT support.

Was this article helpful?