Hello,
I think this problem has already been discussed in many threads.
You are trying to use a parallel version with mpiexec. To use MPI you need to register your computer's username and password with the utility wmpiregister.exe that you can find in the bin folder of your MPI installation.
After doing that, the command "mpiexec.exe -validate" should return "SUCCESS". It returns "FAIL" if the credentials are not valid.
Hope it helps.
Good luck!
Kind regards
PL