Question

what causes this commanf line error

  • 17 January 2023
  • 1 reply
  • 18 views

I run this command from the command line:

 

C:\\Progra~1\\FME\\fme.exe C:\\BIDW_Prod\\FMETemplates\\FINANCE_finance_EDW_CALL.fmw

 

and get this error:

 

Feature specification `NO_LOGGING' in mapping file row `FACTORY_DEF * TeeFactory FACTORY_NAME SQLCreator_<Rejected> INPUT FEATURE_TYPE SQLCreator_<REJECTED> NO_LOGGING OUTPUT FAILED FEATURE_TYPE * @Abort(ENCODED,SQLCreator<space>output<space>a<space><lt>Rejected<gt><space>feature.<space><space>To<space>continue<space>translation<space>when<space>features<space>are<space>rejected<comma><space>change<space><apos>Workspace<space>Parameters<apos><space><gt><space>Translation<space><gt><space><apos>Rejected<space>Feature<space>Handling<apos><space>to<space><apos>Continue<space>Translation<apos>)' is not valid -- it has an invalid number of entries

Program Terminating

 

any ideas on why this is happening?


1 reply

Userlevel 4
Badge +25

That error message refers to a transformer (SQLCreator) inside the workspace. So there's a few things to check:

 

  • Does the workspace run if you try it in Workbench?
  • Does the workspace have any user parameters defined that don't have a default value?
  • If so, are those parameters used in the SQLCreator?
  • Is the workspace using a Database Connection for the SQLCreator and if so, is that available for the user account under which it is run on the command line?

Reply