Skip to main content
Question

How I can share the resources files same as the fme server app;

  • April 4, 2020
  • 2 replies
  • 33 views

lubna_najeh
Forum|alt.badge.img

How I can share the resources files same as the fme server app;

Despite the fact that I can run fme server app without credentials, I fail to download the result of this app without credentials at lease guest user!

Version:2020.0

So, there is a way to share the resources files same as the fme server app

 

Best,

Lubna

 

 

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

Forum|alt.badge.img+2
  • 719 replies
  • April 9, 2020

Hi @lubna_najeh,

If you build a Server App this is a way to provide a user access to run a workspace without giving them access to anything else on the FME Server interface.

The Server App does not use the Guest account but instead it generates an API Token for use specifically with that App and this is how access to run the workspace is granted. Therefore to provide the user workspace to the Output you will need to register it to run under either the Data Download or Data Streaming Service, as you have set up in this post (https://knowledge.safe.com/questions/111132/fme-server-fails-to-display-the-fme-app-result-url.html).

 

If you would like to give a User access to certain resources you can

a) Build a workspace that fetches the data from that resource and create a Server App to run this under the Data Download Service so that the user receives this resource.

b) Create a user account with the permissions to access that Resource location and give these credentials out to that user.


lubna_najeh
Forum|alt.badge.img
  • Author
  • 19 replies
  • April 11, 2020

Thank you @hollyatsafe , It works with me now :)

Best,

Lubna