Bij het draaien van een job maken we gebruiken van een refreshtoken op een Exact Online client ID. Op de client ID is het gebruik van old refresh tokens toegestaan.
Tot gisteravond 19:00 werkte dit goed.
Sinds gisteravond 19:00 treedt bij elke aanmeldpoging op Exact Online de volgende foutmelding op:
itgenoda192: A connection to the database ….…’ could not be established as user ‘’.
The data container with alias ‘eol’ could not be opened on provider ‘ExactOnlineAll’.
Password has expired.
The remote server returned an error: (400) Bad Request.
The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.
https://start.exactonline.nl/api/oauth2/token
at System.Net.HttpWebRequest.GetResponse()
at Invantive.Data.Providers.OData.ODataProvider.DoRequest(GlobalState owner, ExecutionOptions executionOptions, HttpWebRequest request, String url, ObjectDefinition objectDefinition, QueryObject queryObject, String partitionCode, String callSafeNameOverrule, String anonymizedPostText, Boolean allowRetryOnConnectionLoss, ParameterList parameters, Guid nativeCallUid, ExecutionStatistics& statistics, ODataErrorProcessingInstructions& oDataErrorProcessingInstructions)
De applicatie wordt afgesloten met exit code 5.
Hoe kan ik dit oplossen?