We are using FME server 2017.0.
I am following this article https://s3.amazonaws.com/gitbook/Server-Admin-2017/ServerAdmin4Scalability/4.03.ChangingDatabaseProviderForFMEServerDatabase.html,
chapeter 4 exercise 2 to change the FME database provider – from the default to,
– not to a PostgreSQL,
but to an Oracle12c database. I ran the Oracle scripts to create a FMESERVER user and installed the
FME objects. After I changed the fmeCommonConfig.txt (see below) and restarted the FME
server, I can not login the web UI using my previous logins. I can login
admin/admin, but the contents are pretty much blank. I have no option to import
the previously exported fsconfig file. I have to restore the original
fmeCommonConfig.txt to go back the working FME server. Feel like I missed something
here.
fmeCommonConfig.txt:
#-------------------------------------------------------------------------------
# Database Connection
#-------------------------------------------------------------------------------
DB_TYPE=oracle
DB_DRIVER=oracle.jdbc.driver.OracleDriver
DB_JDBC_URL=jdbc:oracle:thin:@phoupgisdol03:1521:PGIS3
DB_USERNAME=fmeserver
DB_PASSWORD=mypassword
DB_CONNECT_EXPIRY=60
DB_SQLSTMTS_PATH=C:/Program Files/FMEServer/Server/database