DB Writer Does Not Finish Executing MSQL Server

@yojed welcome to the KNIME forum

  • “CB.” you have a dot at the end of your schema. Is this right? Would not use that.
  • Then you tell the node to delete the existing table. Is this what you want?
  • You could disable the option to write a status column
  • at least one columns has a “#” maybe try to avoid that

How large is this data and have you tried to just load a few lines?

Another approach might be to first create an empty table with the structure, see if that does work and then add data later ([L4-BD] exercise 1 odyssey - #2 by mlauber71).

2 Likes