on 2017 Jan 06 10:10 AM
Hello everyone,
we have a workflow sitting in our test system that crashes (causes the transaction to hang indefinitely) whenever you try to do anything with it (i.e. use any transaction on it or one of its instances). This does not only apply to already-existing instances of that workflow: Even if you try to open the workflow in transaction SWDD, it hangs. In addition, this workflow causes memory problems on the system as it appears to consume huge amounts of memory in the process.
Trying to transport a fixed version of that workflow from our development system has not helped. What can we do if we cannot even open the workflow in SWDD? Is there any sort of correction report for workflows or another approach to get rid of it the hard way?
Request clarification before answering.
Hi,
If you try to open the workflow definition in PFTC and click workflow builder will you get the message Workflow definition '&' not in version '&' (WD 401)
If yes, then you can use FM SWD_WFD_REPLICATE_FROM_9999 to fix your problem. There is also a probability that when you try to import your workflowdefinition that the import has either missing objects or the workflow is using local objects as a reference.
Kind regards, Rob Dielemans
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know the question was a while ago, but as this may be relevant in other cases....:
Please also check what is happening when it 'hangs', SM50 is the first place to look. Often it's not the WF, but some code in the business objects defined in the container. SWDD and the likes will try to instantiate all objects, and some bad code/design can cause havoc. (e.g. a header object instantiates it's item objects, which in turn instantiate their header object, which ...).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
Few things I would like to understand from workflow execution point of view are
Thanks,
Pavan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Can you please check any dump in st22. or log in sm21. Also can take help from basis.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
21 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.