I have an application that copies files to a VM Image, runs and applications, and then copies the result files back.
The application loops through several configurations, at the begining of the loop it connects to a Server and opens a connection to an image.
At the end of the loop it closes the connection to the Server.
The application gets through 3 iterations just fine, but during the 4th interations it get "One of the parameters was invalid" whild performing guest operations.
At first I thought it was not getting a connection to the Image because it was happening before the first copy, but I do not get the message telling me that the application was not logged in.
I tried increasing the wait time for VMTools incase it wasn't waiting long enough and now it will begin coping files but fails after copying a few files.
I would just put in a check to see if the result file was copied back, but the application crashes when it attempts to revert the image.