Hello @mrmlaursen , there should be no limit on number of files on reading or writing. Took a look at your workspace, nothing obviously alarming there. I decided to see if I could repro this and I got the following error: "ReCap Writer: Failed to convert LAS files to RCS scan files. The following error occurred: ..." . If you would want to try by dividing up your translation in some way?
I think one potential solution would be to change the writer to use Dataset Fanout instead of Feature Type Fanout. Right now you are setting Feature Type Fanout to:
@Value(fme_basename)-@Value(_split_value)
If you instead set Dataset Fanout to:
@Value(fme_basename)
and Feature Type Fanout to:
@Value(_split_value)
the translation may work, but would have a different directory structure than you do now.
Let me know if this works for you! Here to help, Kailin.
Hi, yes I started that way with the simplest of LAS reader and Recap writer but is also have the limit at about 70-100 files.
See attached. But still issues.
Can you write a parent workspace and run one file through at a time with a workspace runner?
Can you write a parent workspace and run one file through at a time with a workspace runner?
@ebygomm I feel like that may work, with Wait For Job To Complete parameter set to Yes maybe.