Busy upgrading an environment to BC 17.1, and I'm at Task 8, step 1 - running data upgrade on System App and Base App.
However, it basically just hangs - zero errors thrown in console. Zero app server CPU activity and nothing happening on sql server either.
In the Event log, this immediately pops up:
The Federation Service endpoint login failed because the following audience URI does not match an AppIdUri or wtrealm in server or application configuration.
I have seen this as a fix in 17.3, just not sure if this error would prevent the data upgrade from running?
Using Windows authentication on the service.
Answers
Start-NAVDataUpgrade -ServerInstance BC -ContinueOnError
Ewald Venter