At the end of my rope...DECS Problem

I am at the end of my rope… seriously the boss is hanging the noose right now. LOL. Anyhow I have a DECS activity and a form mapped in my database. All they are doing is passing parameters to an oracle stored procedure and returning nothing. Everything works like a dream once I figured out how to set it all up. My problem is that once my document gets to a certain step (this particular document is conditionally routed) and the last parameter is entered to fire off the stored procedure I can’t do anything else with my form. The form saves just like it should and looks normal but this form has several more people to go to and we also have a kind of audit trail on the doc itself so it has to be opened, edited and then saved again. I can do all but save. I just get an error message and then if I OK that message and try to save I can’t, starts looping. HELP ME.

Subject: Please post details

For instance, since you are getting an error, post the error message.

When the document is later edited, does it still match the conditions for your DECS task to operate on it?

Since the stored procedure returns no information, why are you even using DECS? Why not just have a server agent that uses LC LSX to invoke the stored procedure when a document is modified and reaches a certain state? That way, it can’t possibly interfere with a user saving the document. Also, it makes it possible to use the app on other servers or offline.