OttoReceiver Script Error

I have a receiver script which processes data in the local file correct. When I have that script pass some data to another file I see errors. I have verified the user/pass is correct and it has fmrest privs to match the origin. Can scripts run in DAPI not call scripts in other files? If I process the webhook in FMApp I have no issues.

2025-12-09 11:17:43.656 -0600 Warning 661 fms.xxx.com SECURITY: Client webhook [192.168.0.1] authentication failed on database YYY.fmp12 using webhook [fmrest].
2025-12-09 11:17:44.811 -0600 Warning 661 fms.xxx.com SECURITY: Client webhook [192.168.0.1] authentication failed on database YYY.fmp12 using webhook [fmrest].

Hey Andy,

Does the other file have DAPI privs for that same username and password?

Todd

It does.


I would remove OttoFMS from the equation. Call that receiver script with the Data API directly.

You may also want to double check the API Key you are using has the credentials you mean it to.

Thanks

Todd