Skip to main content
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."

  • February 10, 2023
  • 2 replies
  • 25 views

hermann
Contributor
Forum|alt.badge.img+10

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.

Best answer by ebygomm

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

image 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • Best Answer
  • February 10, 2023

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

image 


hermann
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • 13 replies
  • February 14, 2023

Problem solved. Thanks.