<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="time"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="date"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I didn&#8217;t find transaction SWDS.<o:p></o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> sap-wug-bounces@mit.edu
[mailto:sap-wug-bounces@mit.edu] <b><span style='font-weight:bold'>On Behalf Of
</span></b>jerry martinek<br>
<b><span style='font-weight:bold'>Sent:</span></b> Thursday, <st1:date
Year="2006" Day="09" Month="3" ls="trans" w:st="on">March 09, 2006</st1:date> <st1:time
Minute="48" Hour="9" w:st="on">9:48 AM</st1:time><br>
<b><span style='font-weight:bold'>To:</span></b> SAP Workflow Users' Group<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: Corrupt Sub WF
definition.</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>Hi,<o:p></o:p></span></font></p>

<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>Are you
accessing the sub WF directly or inderictly via the main WF? We had a similar
problem that&nbsp;we solved&nbsp;by accessing the sub-WF directly and then
regenerating it. <o:p></o:p></span></font></p>

<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>Also have
you tried accessing the WF via SWDS?<o:p></o:p></span></font></p>

<p><font size=3 face="Times New Roman"><span style='font-size:12.0pt'>Jerry<o:p></o:p></span></font></p>

</div>

</body>

Content-Type: multipart/alternative;
        boundary="=_alternative 004875AB8025712C_="


--=_alternative 004875AB8025712C_=
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Manish

I had the same (or similar) problem here.

I could access the workflow OK in the development client, but if I=20
referred to the workflow in any other client (PFTC, SWI1 etc) then I would =

get a short dumps.

Luckily this did not get as far as our production system.

Our problem was related to a condition node in the workflow that was=20
corrupted in some way, but SAP fixed it for me.

We were getting CALL=5FFUNCTION=5FREMOTE=5FERROR dumps at the rate of 1 per=
 second as the=20
program was looping . . . Is this what you are getting ?

Mike





"Khanna, Manish" <manish.khanna@amd.com>
Sent by: sap-wug-bounces@mit.edu
08/03/2006 01:34
Please respond to "SAP Workflow Users' Group"

=20
        To:     "SAP Workflow Users' Group" <sap-wug@mit.edu>
        cc:=20
        Subject:        Corrupt Sub WF definition.


Hi,
=20
I've found a peculiar problem.
=20
We have a logistic invoice approval workflow having a main process and an=20
approval 'sub workflow'. For some issue I need to look at the 'sub=20
workflow' definition but SWDD and PFTC give short dump when trying to=20
display the workflow definition.
=20
I tried in our production system also, but the issue remains.
=20
Interestingly the workflow is running fine, which means the runtime=20
version is intact.
=20
How can I recover the WF definition???
=20
Regards,
Manish=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F
SAP-WUG mailing list
SAP-WUG@mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug



--=_alternative 004875AB8025712C_=
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


<br><font size=3D2 face=3D"sans-serif">Manish</font>
<br>
<br><font size=3D2 face=3D"sans-serif">I had the same (or similar) problem =
here.</font>
<br>
<br><font size=3D2 face=3D"sans-serif">I could access the workflow OK in th=
e development client, but if I referred to the workflow in any other client=
 (PFTC, SWI1 etc) then I would get a short dumps.</font>
<br>
<br><font size=3D2 face=3D"sans-serif">Luckily this did not get as far as o=
ur production system.</font>
<br>
<br><font size=3D2 face=3D"sans-serif">Our problem was related to a conditi=
on node in the workflow that was corrupted in some way, but SAP fixed it fo=
r me.</font>
<br>
<br><font size=3D2 face=3D"sans-serif">We were getting </font>
<form action=3D"https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ=3D=3D)/bc/bs=
p/spn/smp=5Fcustmsg/main.do?event=3DLOAD&amp;smpsrv=3Dhttps%3A%2F%2Fwebsmp2=
01%2Esap%2Dag%2Ede&amp;pointer=3D002007974700000946142006&amp;sid=3DUzAwMDI=
4Njg4NDB8MjAwNjAzMDh8MTQwMDA4|1" method=3Dpost><font size=3D2 face=3D"sans-=
serif">CALL=5FFUNCTION=5FREMOTE=5FERROR dumps at the rate of 1 per second a=
s the program was looping . . . Is this what you are getting ?</font>
<br>
<br><font size=3D2 face=3D"sans-serif">Mike</font>
<br>
<br>
<br>
<br>
<table width=3D100%>
<tr valign=3Dtop>
<td>
<td><font size=3D1 face=3D"sans-serif"><b>&quot;Khanna, Manish&quot; &lt;ma=
nish.khanna@amd.com&gt;</b></font>
<br><font size=3D1 face=3D"sans-serif">Sent by: sap-wug-bounces@mit.edu</fo=
nt>
<p><font size=3D1 face=3D"sans-serif">08/03/2006 01:34</font>
<br><font size=3D1 face=3D"sans-serif">Please respond to &quot;SAP Workflow=
 Users' Group&quot;</font>
<br>
<td><font size=3D1 face=3D"Arial">&nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=3D1 face=3D"sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; To: &nbs=
p; &nbsp; &nbsp; &nbsp;&quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mi=
t.edu&gt;</font>
<br><font size=3D1 face=3D"sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; cc: &nbs=
p; &nbsp; &nbsp; &nbsp;</font>
<br><font size=3D1 face=3D"sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Subject:=
 &nbsp; &nbsp; &nbsp; &nbsp;Corrupt Sub WF definition.</font></table>
<br>
<br>
<br><font size=3D2 face=3D"Arial">Hi,</font>
<br><font size=3D2 face=3D"Arial">&nbsp;</font>
<br><font size=3D2 face=3D"Arial">I've found a peculiar problem.</font>
<br><font size=3D2 face=3D"Arial">&nbsp;</font>
<br><font size=3D2 face=3D"Arial">We have a logistic invoice approval workf=
low having a main process and an approval 'sub workflow'. For some issue I =
need to look at the 'sub workflow' definition but SWDD and PFTC give short =
dump when trying to display the workflow definition.</font>
<br><font size=3D2 face=3D"Arial">&nbsp;</font>
<br><font size=3D2 face=3D"Arial">I tried in our production system also, bu=
t the issue remains.</font>
<br><font size=3D2 face=3D"Arial">&nbsp;</font>
<br><font size=3D2 face=3D"Arial">Interestingly the workflow is running fin=
e, which means the runtime version is intact.</font>
<br><font size=3D2 face=3D"Arial">&nbsp;</font>
<br><font size=3D2 face=3D"Arial">How can I recover the WF definition???</f=
ont>
<br><font size=3D2 face=3D"Arial">&nbsp;</font>
<br><font size=3D2 face=3D"Arial">Regards,</font>
<br><font size=3D2 face=3D"Arial">Manish</font><font size=3D2><tt>=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
</tt></font>
<br>
<br></form>
--=_alternative 004875AB8025712C_=--
</html>