Skip to main content
Solved

Using a workspace on FME Server as the input for an FMW reader

  • August 14, 2020
  • 4 replies
  • 41 views

ebygomm
Influencer
Forum|alt.badge.img+44

Is there anyway to read information using an FMW reader about a workspace that has been uploaded to FME Server without downloading first? I can automatically download to a temp location via the API if needed just wanted to check I wasn't missing an alternative

Best answer by nielsgerrits

Not sure if this helps you but I have a workspace on server which reads itself using $(FME_MF_DIR)$(WORKSPACE_NAME).fmw as the path to expose the modified_date and write it to a "processed jobs" table. This way I can reprocess older jobs when the workspace is updated. So at least it works without downloading.

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.

4 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2940 replies
  • Best Answer
  • August 14, 2020

Not sure if this helps you but I have a workspace on server which reads itself using $(FME_MF_DIR)$(WORKSPACE_NAME).fmw as the path to expose the modified_date and write it to a "processed jobs" table. This way I can reprocess older jobs when the workspace is updated. So at least it works without downloading.


virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • August 14, 2020

Yeah I would think it would work if you have the correct system path. For windows the workspaces are usually stored as

C:\\ProgramData\\Safe Software\\FME Server\\repositories\\<repo_name>\\<workspace_name>\\<workspace_name>.fmw


ebygomm
Influencer
Forum|alt.badge.img+44
  • Author
  • Influencer
  • 3434 replies
  • August 14, 2020

Thanks both, i had a typo in the first <workspace_name> in the address - using $(FME_MF_DIR)$(WORKSPACE_NAME).fmw to get the information and copy and pasting sorted it :-)


virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • August 14, 2020

Thanks both, i had a typo in the first <workspace_name> in the address - using $(FME_MF_DIR)$(WORKSPACE_NAME).fmw to get the information and copy and pasting sorted it :-)

Curse those typos!! Typos are the worst!