Skip to main content

Hi

I'm trying the tutorial / article about "How to create a WMS Service using FME Server". I've published the first workbench (GetCapabilities), but I'm having some problems with the last one (GetPNG). I've modified the FME_SERVER_REQUEST_URI to match the result from my FME Server.

 

When I try to run the GetPNG workbench, the FeatureReader only outputs Schema and Initiator, and not the Generic-port which are used later in the workspace. I've tried reading from ESRI Geodatabase (.sde) and from the corresponing Azure-database (Microsoft Azure SQL Database Spatial). If I try to manually select the feature types to read, I can select the ones that I've included in my URL and which is used in GetCapabilities. How do I get the generic-port to work?

Hi torbjornd,

 

I can't test the workspace at the moment, but I noticed there is a costraints "Initiator Intersects Result" in the FeatureReader. This could be the reason you get no output from the generic port. Are you sure both initiator and data read by the FeatureReader are in the same coordinate system?

You can view the the coordinate systems in Data Inspector.

 

Hope that helps!


Thanks! Your suggestion got me looking into the coordinate systems and in the "create data request"-bookmark, there are a reprojector tranformer which changed the coordinate system. When I changed this into the correct destination coordinate system it works.

 

Torbjørn


Reply