2017-09-18 06:26 AM
in v6.2 i am frequently seeing invalid session token even the job is still running and coming out of process.
why is session token clearing on run time also ?
2017-09-29 03:55 PM
Did you check the session timeout in your Archer instance?
2017-10-11 10:20 PM
Is the account you are using to establish the token unique to this API interaction? Sounds like you may have a case of session stomping, where another process is logging in as the same user while this tool runs, thus invalidating your session. Make sure the account is unique to this tool.