Hello Joshua Lacroix,
Please look in to SAP Note :
2231295 - SUM error: Cannot find executable 'disp+work' in path: PATH
Thank you
Yogesh
I should now detail my findings on this issue.
What I found was, the SUM tool must have a character length limit it can read from the system path.
According to this link
https://software.intel.com/en-us/articles/limitation-to-the-length-of-the-system-path-variable
it describes the system path length for windows 2008 server.
My system was well below the character threshold, if I opened a CMD, launched set or path, I could see my complete path along with the path to my kernel. I was under the limitation set by windows. I know this because I could execute kernel commands from my CMD path.
However, when SUM would launch and read my path, it appears it couldn't read as many characters. I had 2 options, clean my path down in order for SUM to make it to my kernel path or move my kernel path string to the start of the system path. I strongly believe its an issue with the SUM tool, I cant remember my log of the error and how many characters SUM would read, but I know it wasn't very long. I have reproduced it now several times on other servers, and now my fix is to add my kernel lines to the start of the system path.
Add comment