Skip to main content

Hello,

I have an FME workflow that runs perfectly when executed with the FME GUI open, but it fails when launched via a Windows bash script.

The error message generated is:

SharepointOnlineConnector: Connection 'SharePoint0Online08safe.microsoft-sharepoint9' does not exist. Check connection parameter and connection definitions in FME options and try again

Is the SharepointOnlineConnector connection only valid when the graphical interface is active? Do you know how to keep this connection active even when running the workspace from a script?

Thank you in advance !

In fact, the problem did not come from the SharepointOnlineConnector, but from the user who had been associated to the SharepointOnlineConnector.

Indeed, when I ran the process via FME or through the command line, the registered user was not the same. Once the user was correctly configured on both sides, it worked.


Reply