Tasks that run before the map DOESN'T START ?
I created a SQL Command to delete some records in a table and may task doesn’t start ?
I verified my Smarconnect Service and il is running
I verified my Smarconnect Service and il is running
Answers
David, there shouldn’t be anything that would cause a task not to start unless the checkbox to enable/disable it was accidentally marked.
IF you run SQL profiler when you start the map do you see an entry in there for what your task should be doing? It may be running but the statement might not be meeting the criteria to delete the records.
H
IF you run SQL profiler when you start the map do you see an entry in there for what your task should be doing? It may be running but the statement might not be meeting the criteria to delete the records.
H
Thanks! Chris
Yes I verified SQL Profiler and I don’t see the problem and when I run my command SQL on the server it is worked my records are deleted ?
David, can you post the SQL command text that you have in the SmartConnect task here? Are there any variables, source fields, etc that you are inserting into it?
DELETE FROM IV00104
WHERE (ITEMNMBR = ‘TESTHAUTEU’)