MSI, App-V, SCCM, Appsense, Citrix. This blog contains hints and tips on these technologies. Primarily it is an online notebook of items that I may need to refer to in the future, or things I constantly forget!
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.