Hello:
I have a simple process that I am not sure why it causes problem.
I have a table with a UDF default to empty, where we process according to if UDF is empty. When I finish the process I update a datestamp agianst the fields. In this simple process we can SQL lock when processing where 1 function still looping through the record another one update.
As with all other integration, once SQL draw the list of data, I am use a for each statement to do things with that data and update the field accordingly without a problem. However with B1if this cause me problem.
I have try to through it into a different queue, use non-commit in the SQL statement, create it as a view. Nothing seem to work. This process works perfectly if it doesn't update, as soon as it updates it stops and can see lock tables. Any ideas?