command line execution problem: option type xlong

Hi,
I am trying to execute a workflow from the command line. I am able to change a String parameter, but when trying to change an xlong parameter I don’t know how to do this:
int, IntCell don’t seem to cause any exception but seem to internally produce an error that results in resetting the parameter. When trying “Long” or “long” I get an IllegalArgumentException unknown option type ‘Long’.

It is the FileReader node I am trying use with the parameter MaxNumOfRows…

Does anyone have any suggestions on what test next?

Thanks,

Bernd

This is a bug, it’s currently not possible to set “long” options via the BatchExecutor. Will be fixed in the next release.