Symptoms
Error while starting the TimeXtender Ingest Service. Error Message received:
Error: System.Exception: Forbidden at TimeXtender.Portal.Auth0.Authentication.d__11.MoveNext()
Cause
The issue is caused by a misconfiguration in the refresh tokens, leading to expired tokens that prevent the service from starting.
Resolution
To resolve this issue, upgrade to the latest version of TimeXtender Data Integration, or follow these steps:
- Open the command prompt as an administrator.
- Run the following command to get the process ID for the TimeXtender Ingest service, make sure to replace “6744.1” below with your currently installed version of the TimeXtender Ingest Service:
sc queryex TimeXtender_Ingest_Service_6744.1
- Note the process ID returned from the above command. Run the following command, replacing
{pid}
with the process ID obtained:taskkill /f /pid {pid}
- Run the TimeXtender Ingest Service Configuration program. Select your Ingest instance and click save. The service should now start successfully.
Reference Ticket
32079