I am getting the "Unauthorized request by user due to lack of proper permissions", none of the provided examples seems to be applicable as it should be engine agnostic, and I can run it on one of the two availible engines..
It is a simple "Read table from oracle database" -> "Write table to different oracle database"
Running on a schedule it chooses Engine1 where I get the following error
"FME Server error: `FME Server error: `Unauthorized request by user due to lack of proper permissions for connection: ODB . Please see: http://fme.ly/zn8'"
It connects to said ODB and then connects to ODB2 and then does nothing.
Manual run, it chooses Engine2: Connects and reads from ODB, then writes to ODB2