Unable to validate Application user Pool Account Please verify the credentials.
Root Cause: This error usually occurs if using the ApplicationPool username as "service account" without proper permissions
Resolution: According to pre-requisites, the user needs to have the following rights,
- The Application Pool user needs to have the following rights in the Local Computer Policy:
- Log on as a batch job.
- Log on as Service
- In few scenarios, Log on as batch job permission settings are not compatible, In that case, check with the IT team for better assistance
- Another workaround is to run the upgrade using "Application Pool Identity" and after successful installation, change to the service account.