If you're seeing errors like this:
Login failed for user 'DOMAIN/Network Login Name'. Reason: Could not find a login matching the name provided. (Web Client Only)
It would seem something isn't setup correctly for Identity Management (single sign on) to work for Web Client.
There's only 3 parts of Identity Management setup:
1. In GP Utilities, setup a proxy account which will be created as a SQL login and given DYNGRP for all GP databases, system and company.
2. When installing Web Client, in the 'GP Configuration' window, enter this same proxy account and password credentials.
3. In the User Setup window, you can create Web Client Only users and tie them to their Windows AD accounts.
Once this is done correctly, after logging into the initial Web Client logon window, the user should be automatically logged into Dynamics GP with their associated GP login/user id.
If you're seeing a Dynamics GP login window show, then something isn't setup correctly for one of the 3 steps mentioned above.
**Make sure your proxy account doesn't have a password more than 15 characters, because that is the limit and it will cut off anything longer than that.**
In Event Viewer, if you're seeing 'State: 5', that indicates an invalid user id, and 'State: 8' indicates a password mismatch.
Also, make sure to enter the proxy account credentials using correct upper and lower case characters, because SQL Server is case-sensitive and a proxy account of WCProxy is different than WcProxy, even though they are spelled the same way.
My thinking is to setup a new proxy account and run Repair on Web Client entering this same new proxy in the 'GP Configuration' window and see if that resolves the issue.
Thank you,