<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
    </head>
    <body>
        <p>
            Hi,<br />
            <br />
            maybe I'm completely wrong, but your statements about RFC caught my attention.<br />
            Could you check the error message in the hanging workitem, and is it saying somthing<br />
            like "Processing was interrupted..."?<br />
            If yes,check whether the RFC-destination WORKFLOW_LOCAL_&lt;sy-mandt&gt; is registered<br />
            in SMQS?<br />
            If not, do that (with the default parms suggested) and retry.<br />
            <br />
            Regards, Joerg<br />
            <br />
            <br />
            <br />
            Quoting Rick Bakker &lt;rbakker@gmail.com&gt;:<br />
            <br />
            &gt; Hello,<br />
            &gt;<br />
            &gt; RSWWERRE = Sounds like a temporary locking problem (as you probably know)<br />
            &gt;<br />
            &gt; Not sure how that can&#160; happen with an instantiation step. Could you explain<br />
            &gt; what the fork is for?<br />
            &gt; Maybe you could try a test workflow that does these steps in series.<br />
            &gt;<br />
            &gt; regards<br />
            &gt; Rick Bakker<br />
            &gt; hanabi technology<br />
            &gt;<br />
            &gt; On Sat, Mar 17, 2012 at 4:54 AM, Hilsbos, Margaret A &lt;<br />
            &gt; Margaret.Hilsbos@dayzim.com&gt; wrote:<br />
            &gt;<br />
            &gt;&gt;&#160; Well, this is interesting. We added some steps to a workflow that we?ve<br />
            &gt;&gt; been using for a long time now.&#160; Everything worked fine when we tested our<br />
            &gt;&gt; changed workflow in our development system. Now in our QA system, the<br />
            &gt;&gt; workflow hangs at the new steps (which are in a fork because they are<br />
            &gt;&gt; independent of each other, and independent of the previously existing<br />
            &gt;&gt; steps). The two steps that hang are instantiations of class-based objects.<br />
            &gt;&gt; This is my first use of ABAP OO classes as object instances in a workflow<br />
            &gt;&gt; (been using utility methods for a while now). It took me a couple whacks to<br />
            &gt;&gt; get everything working fine in Dev, but it was working and not hanging, so<br />
            &gt;&gt; I wouldn?t think anything about the class is the problem.&#160; Also, if I test<br />
            &gt;&gt; the class methods in SE24, everything works fine.****<br />
            &gt;&gt;<br />
            &gt;&gt; ** **<br />
            &gt;&gt;<br />
            &gt;&gt; Here?s the step history in Dev for one of the steps ? total time 2s:****<br />
            &gt;&gt;<br />
            &gt;&gt; Workflow System&#160; &#160; &#160; &#160; &#160; &#160;Background work item created<br />
            &gt;&gt; 03/12/2012 15:51:39****<br />
            &gt;&gt;<br />
            &gt;&gt; Workflow System&#160; &#160; &#160; &#160; &#160; &#160;Execution started automatically<br />
            &gt;&gt;&#160; &#160; 03/12/2012 15:51:39****<br />
            &gt;&gt;<br />
            &gt;&gt; Workflow System&#160; &#160; &#160; &#160; &#160; &#160;Work Item Processing Complete<br />
            &gt;&gt; 03/12/2012 15:51:40****<br />
            &gt;&gt;<br />
            &gt;&gt; Workflow System&#160; &#160; &#160; &#160; &#160; &#160;Result Processing<br />
            &gt;&gt;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;03/12/2012 15:51:41****<br />
            &gt;&gt;<br />
            &gt;&gt; ** **<br />
            &gt;&gt;<br />
            &gt;&gt; Here?s the step history for the same step in QA, with a similar object ?<br />
            &gt;&gt; total time about 27 minutes!: ****<br />
            &gt;&gt;<br />
            &gt;&gt; Workflow System&#160; &#160; &#160; &#160; &#160; &#160; Background work item created<br />
            &gt;&gt; 03/16/2012 10:08:38****<br />
            &gt;&gt;<br />
            &gt;&gt; Workflow System&#160; &#160; &#160; &#160; &#160; &#160; Execution started automatically<br />
            &gt;&gt; 03/16/2012 10:08:38****<br />
            &gt;&gt;<br />
            &gt;&gt; Workflow System&#160; &#160; &#160; &#160; &#160; &#160; RSWWERRE<br />
            &gt;&gt;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 03/16/2012 10:35:07****<br />
            &gt;&gt;<br />
            &gt;&gt; Workflow System&#160; &#160; &#160; &#160; &#160; &#160; Work Item Processing Complete&#160; &#160; &#160; &#160; 03/16/2012<br />
            &gt;&gt; 10:35:08****<br />
            &gt;&gt;<br />
            &gt;&gt; Workflow System&#160; &#160; &#160; &#160; &#160; &#160; Result Processing<br />
            &gt;&gt;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;03/16/2012 10:35:08****<br />
            &gt;&gt;<br />
            &gt;&gt; ** **<br />
            &gt;&gt;<br />
            &gt;&gt; The two new steps are similar and are parallel in a three-way fork with<br />
            &gt;&gt; another step that wasn?t touched for this change, other than to move it<br />
            &gt;&gt; into the fork. However, due to other changes on the QA box which hosed an<br />
            &gt;&gt; RFC connection, the old step is hanging too, but for purposes of our test I<br />
            &gt;&gt; just manually complete that one.&#160; (I?ll get the RFC problem fixed later, I<br />
            &gt;&gt; promise.)&#160; I wouldn?t think the steps in parallel would care about the RFC<br />
            &gt;&gt; step in another branch hanging, but ? any other ideas?****<br />
            &gt;&gt;<br />
            &gt;&gt; ** **<br />
            &gt;&gt;<br />
            &gt;&gt; Since this process isn?t time critical and RSWWERRE is restarting it soon<br />
            &gt;&gt; enough, we?ll probably move it forward even if we don?t figure out why it?s<br />
            &gt;&gt; doing this. I just wondered if anyone has any ideas why this might be<br />
            &gt;&gt; happening?****<br />
            &gt;&gt;<br />
            &gt;&gt; ** **<br />
            &gt;&gt;<br />
            &gt;&gt; Oh, and everything was transported yesterday, and I started testing today,<br />
            &gt;&gt; and did SWU_OBUF ?just because? anyway, but of course that didn?t help.***<br />
            &gt;&gt; *<br />
            &gt;&gt;<br />
            &gt;&gt; ** **<br />
            &gt;&gt;<br />
            &gt;&gt; Thanks in advance for any suggestions!****<br />
            &gt;&gt;<br />
            &gt;&gt; ** **<br />
            &gt;&gt;<br />
            &gt;&gt; Margaret ****<br />
            &gt;&gt;<br />
            &gt;&gt; ** **<br />
            &gt;&gt;<br />
            &gt;&gt; _______________________________________________<br />
            &gt;&gt; SAP-WUG mailing list<br />
            &gt;&gt; SAP-WUG@mit.edu<br />
            &gt;&gt; <a target="_blank" href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br />
            &gt;&gt;<br />
            &gt;&gt;<br />
            &gt;<br />
        </p>
    </body>
</html>