Friday, September 12, 2014

App-V 5 Error Codes


http://ittechlog.wordpress.com/2013/10/23/app-v-5-error-summary/


if you get an app-v 5 error message, look up the last few digits in hex
convert to decimal, using calc.exe, and look up the code here:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms681382(v=vs.85).aspx
e.g. the 534 error that appears if you try to run user scripts under a local account in SP2, means:
ERROR_NONE_MAPPED
1332 (0x534)
No mapping between account names and security IDs was done.