Skip to main content
Question

Data Distribution Example

  • July 22, 2014
  • 2 replies
  • 63 views

I'm working through the data distribution example at http://fmeserver.com/userweb/sharper/simpledd/google-maps.html. I have the sample code set up on my FME Server 2014 and can draw a polygon on the map and get a link to features within that polygon in any of the specified format except one: Shape. When I select Shape the link is to a zip file with an empty "Result" folder in it. Any suggestions?

 

 

Thanks
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
  • July 24, 2014
Hi JimO

 

The issue may come when you pubish your workspace. In the last screen where you select the Data Download Service, click Edit and confirm that there is "Desired Output" writer. In other words a writer which the Data Download Service meant to serve data from.

 

More details in this article here:

 

http://fmepedia.safe.com/articles/Error_Unexpected_Behavior/Data-Download-Zip-File-Empty

  • July 24, 2014
Okay, that makes sense. I think the problem was that the demo used FILEGDB for data source but I used shape files. When I took those shapefiles and made a FILEGDB, it worked properly. Maybe the demo was expecting FILEGDB?

 

 

Thanks