There was a difference but making the environment variables consistent did not resolve the issue.
Below is a copy of the working and failing environment variables:
Working: Failing:
BASH: BASH:
HOMEPATH=\ HOMEPATH=\
HOME=/u HOME=/u
HOMEDRIVE=U: HOMEDRIVE=U:
HOMESHARE=\\dc1.flybackenergy.local\rbustamante$ HOMESHARE=\\dc1\bthurman$USERPROFILE=C:\Users\rbustamante.FLYBACKENERGY USERPROFILE=C:\Users\bthurman
DOS: DOS:
HOMEDRIVE=U: HOMEDRIVE=U:
HOMEPATH=\ HOMEPATH=\
HOMESHARE=\\dc1.flybackenergy.local\rbustamante$ HOMESHARE=\\dc1\bthurman$USERPROFILE=C:\Users\rbustamante.FLYBACKENERGY USERPROFILE=C:\Users\bthurmanNotice that HOMESHARE and USERPROFILE were not using a domain qualified path in the failing case. The environment variables were updated and the same error persists.Any other suggestions on what I can look into?