I'm trying to setup a service in GeoEvent manager 10.9.1 that polls a feature service that was published on a different server. That server is also 10.9.1. The service polls the feature service, then calculates a field, then the output is to update that same feature. So basically I'm doint a field calculate using GeoEvent. The service works properly and I can see that the calculate field is correct but the actual feature class doesn't get updated with the calculated value. There is an error in the server manager logs that it "Failed to fetch token for connection. Could not parse the token from AGOL." Is this error related to my feature not getting updated? Or how do I fix this issue?