Skip to main content
Question

FeatureWriter and FeatureReader together in fmw

  • September 5, 2025
  • 2 replies
  • 47 views

elzbieta
Contributor
Forum|alt.badge.img+8

Hi,

I wonder if using FeatureWriter and Feature Reader together in a workspace affects how the fmw runs in FmeFlow?

My fwm looks like that:

When I run the fmw in Fme Form everything works fine. I get the correct fileB.xlsx

Depending on the type of service used in FmeFlow, I get different results:

  • Data Download – error: 'E:\FMEFlow_Temp\fmeengines\localhost_Engine1\TempFS_1757066224587_10608\dsR_2_0\FME_22532F00_1757066082752_10608_0'. Error message was 'Permission denied
  • Job Submitter - The result file is correct and saved to the defined path in the Fme Form
  • Data Streaming - Under Uploads there are two folders: FeatureWriter with the fileA.xlsx and XLSXW_1 with the correct result fileB.xlsx

I have spoken with our IT department, and it seems that Fme Flow has full permissions to the temporary folder.

I would be grateful for any feedback

Ela

2 replies

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • September 5, 2025

Did you include the Feature Writer in the writers to download parameter when publishing the workspace to FME Flow?

 

 


elzbieta
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • 14 replies
  • September 8, 2025

Hi JDH,

It works:) Thank you so much:)