Solved

When I try to upload the workspace to FME server I get a error message saying "@Value(connection) is either missing or unsupported by this version of FME Server."

  • 10 February 2023
  • 2 replies
  • 10 views

Badge +8

In a FME workspace I have a SQLExecutor-transformer, which uses different database connections. I use one PostGIS-database per year called db2020, db2021, db2022, db2023.

When the user needs data e.g. for 2021 a sting is generated, which contains the name of the database, in this case "db2021". This string is called "connection" and is referenced with @Value(connection) in the connection field of the SQLExecutor-transformer. This works locally in FME desktop.

 

Alle connections are present both on FME desktop and on FME server.

 

When I try to upload the workspace to FME server I get a error message saying 

"@Value(connection) is either missing or unsupported by this version of FME Server."

 

Any suggestions or workarounds would be appreciated.

icon

Best answer by ebygomm 10 February 2023, 11:39

View original

2 replies

Userlevel 1
Badge +21

If you mean this message, I just untick the box and upload the workspace

image 

Badge +8

Problem solved. Thanks.

Reply