Hello everybody!
some weeks ago I asked for help with our project: calculate the distance to all schools in the city having as input one address. (Server App - calculate shortest route to several schools | Community (safe.com))
I have done it using FME Desktop (2022.2) and the result looks pretty nice:
In addition I get the shortest paths to each school (each school has more than one entry).
Now I have uploaded the GDB with the streets and the Shapefile with the school entries to the FME Server Ressources.
I have created a server app (workspace) and run the project.
There I receive this error:
2024-9-30 09:01:48 | Unable to perform any licensing related tasks. Please check your Esri ArcGIS Compatibility workspace parameter, found in Navigator -> Workspace Parameters -> Translation. This 64-bit version of FME requires ArcGIS Desktop along with 64-bit Background Geoprocessing; ArcGIS Pro; or ArcGIS Enterprise. Refer to this this article http://fme.ly/qua for more details
- Why it works locally at my pc and not on the server?
- Currently I set the start position manually but I want, that the user set the position in the server app. Which possibilitties do I have? How can I configure the parameter to do that? I can imagine a search field where the user can select one address of the GDB or clicking on a Map.
thanks a lot
Manuel