I have a workspace that runs in Desktop, but has issues in Server.
It appears that the file path for the MS Access database gets cut off at the first space character. The error message from Server is pasted below:
Microsoft Access Reader: Connection failed. Connection string `Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Engine Type=5;Data Source='\\\\server\\groups\\group;User ID=admin;Password=********'. Provider error `(-2147467259) Could not find file '\\\\server\\groups\\group'.'
The connection string should be: \\\\server\\groups\\group name\\target database.mdb
Versions:
- FME Server is 2019.1 - Build 19608 win32
- FME Desktop is 2019.1 - Build 19608 win32