Skip to main content
Solved

Sorter is unable to hold more than 506 DTED features?

  • August 15, 2018
  • 7 replies
  • 25 views

Forum|alt.badge.img

I have a very simple workspace. A DTED reader which is set to read a few thousand .dt0 files. This feeds into a Sorter transformer, which sorts alphabetically on fme_dataset, and finally outputs to an Inspector 

When exactly 506 features have entered the Sorter, all subseqent features gives the error

ERROR |DTED Plugin: Failed to open file Z:\raw\Elevation\Global\DTED0\dted\e016\s05.dt0.
WARN  |MULTI_READER(DTED_1): Skipping to next Reader

and only the first 506 features are output from the Sorter. This happens regardless of which .dt0 files are read, the limit is always 506 features.

This seems like a bug in the DTED reader to me, because a DEM reader does not give the same error.

I'm using FME 2018.1.0.0

Best answer by nampreetatsafe

Hi @mbu: We found a potential workaround for you while we are looking into your issue. I got the workspace to process all my DTED files by adding a RasterCheckpointer before the Sorter. This will essentially process/read-in each DTED file, save it to a temporary space, and close the original file. Let me know if this works for you in the meantime.

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.

7 replies

nampreetatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 383 replies
  • August 15, 2018
Hi @mbu, sorry to hear about this error you're getting. Would you be able to tell me which OS you're using (i.e. Windows, Mac)? If Windows, are you using the 32-bit or 64 bit version of FME Desktop?

 


Forum|alt.badge.img
  • Author
  • 21 replies
  • August 16, 2018
Hi @Nampreet , I'm using 64 bit Windows 10.

nampreetatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 383 replies
  • August 17, 2018

I was able to reproduce this issue and have filed a ticket with our development team (reference: FMEENGINE-56260). We will post an update here once the issue is resolved.

Thanks @mbu for bringing this to our attention!


nampreetatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 383 replies
  • Best Answer
  • August 20, 2018

Hi @mbu: We found a potential workaround for you while we are looking into your issue. I got the workspace to process all my DTED files by adding a RasterCheckpointer before the Sorter. This will essentially process/read-in each DTED file, save it to a temporary space, and close the original file. Let me know if this works for you in the meantime.


jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • August 20, 2018

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • August 29, 2018

Hi @mbu: We found a potential workaround for you while we are looking into your issue. I got the workspace to process all my DTED files by adding a RasterCheckpointer before the Sorter. This will essentially process/read-in each DTED file, save it to a temporary space, and close the original file. Let me know if this works for you in the meantime.

I can also advise that this is fixed in FME 2019. We can't backport it to 2018.x, but the workaround above should get you through we hope.

 

 


nampreetatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 383 replies
  • November 21, 2018

@mbu: I'm glad to inform you that the fix for this issue is now available in the FME 2019 Beta release (build 19150+).