I've finally narrowed this down to a token timeout issue. Whatever they're doing to generate the token and session, they aren't doing anything to keepAlive the actual token so by the end of a long conversion(seems to be anything more than 45-60 minutes), it fails. Every. Single. Time. I've scoured t...