M
Matt Gilarde
Guest
Error -3 in that warning indicates that OpenEdge couldn't read the image file's contents into memory. We successfully opened the file but an error occurred while reading from the file. Unfortunately the warning doesn't give the Windows error code so we don't know why the read failed. You may be able to get some useful information about the failure with Process Monitor, which allows you to log a process's file operations.
Continue reading...
Continue reading...