Question

SQl Executor

  • 14 August 2019
  • 3 replies
  • 9 views

Badge +1

Hi , I am getting this error message from my SQl Executor in FME. The Sql runs fine in MS studio Manager

(-2147467259) Unknown token received from SQL Server'

 

I am using a StringConcatenator for the script which passes the result to SQLExecutor


3 replies

Userlevel 4

Can you please give us some more information, e.g. some screenshots and the exact sql as it is sent by the SQLExecutor?

Userlevel 2
Badge +16

Is your SQL statement ending with a semicolon?

This can cause an error in the SQLExecutor.

Badge +1

No There was no semi colon but I did put in a new line in the StringConcatenator and the error has gone away.

Reply