Question

ImageFetcher on FME server

  • 11 September 2013
  • 3 replies
  • 1 view

Badge
Hi!

 

Im working on a PDF cartographic output application running on FME server.

 

 

Recnetly I encountered the workspace is not flawless as it used to be. It seems around 1/3 of all executions will result in error similar to:

 

 

PNG reader: Failed to open the dataset 'C:\\Users\\SAFME2~1\\AppData\\Local\\Temp\\ImageFetcher_21378914917511_5860'. Please ensure source data is valid and correct reader is selected

 

 

This is a Imagefetcher. Used to get a WMS - PNG-image.

 

Error is at 1.8 seconds, so it cant be a timeout.

 

Pasting the WMS URL in browser works fine.

 

Using the same imagefetchers and URL in other .fmw-files  on the server works fine.

 

Downloading and running the workspace on desktop with same identical settings as on the crash works fine.

 

 

Im out of ideas. Should I clean the server up somehow? Any input most welcome.

 

Thank you!

 

 

 

 

 

 

 


3 replies

Userlevel 4
Hi,

 

 

the first thing I would check would be that the user running the FME Server instance has sufficient rights on the harddisk.

 

 

Consider temporarily giving the user Administrator rights or running FME Server as a local Administrator on the server to see if the problem goes away. If it does go away, the error is most probably due to insufficient rights.

 

 

David
Badge
Hi David

 

It is runned by the guest account, and its working 2 of 3 times meaning there must be sufficient rights..

 

Badge
Problem solved. Caused ofcourse not by FME but by instable WMS-server..

Reply