Workflow - syndication problem

Dear All
We have the workflow with syndication step. All has been working fine, but sudenly today syndication is not working. There is only an information in log: "The system cannot locate the resource specified. Error processing resource "
What does it mean ?
Manual syndication works fine, but it is not working with workflow.
Thank you for help.
BR
Rafal

Hello,
was the server restarted recently.
What entries do we have in the workflow log, also are check if the port associated with the syndication server is open for communication
Regards,
Abhishek
Edited by: Abhishek Biwal on Dec 14, 2011 5:10 PM

Similar Messages

  • MDM workflow - syndication step

    Dear MDM experts
    I would like to ask you about help with workflow step - syndicate.
    I just make a workflow which seems to be working fine. There is only one step I do not understand why is not behaving as I expect it. That step is syndicate. I can see the status is "Received" but nothing happen. I cannot find file under syndication folder.
    Can you help me to explain why it is like that?

    Hi Rafal,
    There can be a couple of reasons for that:
    1. Syndication port should be manual.
    2. The record, which you are trying to syndicate, might not fit your map criteria. Connect to the port in syndicator and try to syndicate the same record and see if you are able to do so.
    3. At the time your WF is at syndication step, you are not connected to same port through syndicator.
    4. You do not have a descrption for syndication step in WF. (Although it may sound wierd, but it is required iin some MDM versions).
    5. Repository password saved in console/mdss.ini might not be correct.
    If everything seems fine, check the logs. This will tell you the actual problem.
    Best regards,
    Dheeraj

  • Workflow and problems with labels

    Hello!
    I've been testing out some things in Edge and I've noticed a few things that I've been trying to find some documentation and information about, I would greatly appreciate any enlightenment on the following observations:
    Frame labels do not work for me - both with files created from scratch in Edge and ones made of existing HTML + CSS files. I tried the in app lesson on looping the counter and the 'Play from (loop)' doesn't work, I thought it might have been because of an error in the instructions telling users to play from a frame label that exists at the same point in the timeline where there is a 'stop' trigger but even offsetting the 'loop' label would not work. The final sample file works as intended when previewed.
    I tried a few tests with new files consisting of really basic stuff - one symbol with an 'on-click' > play from (go/start/in/one/etc) and another symbol simply animated on the x and y axis with an animation to the opacity with a stop trigger placed on the timeline and tested with the play from label placed both at the same time as the stop trigger and offset after the trigger - neither works it has no effect when clicked. (I know about what scripts to do on completion to get it to play from the start) Interestingly play from (milliseconds*) *0.125/1001/2000000 etc does work for me but this is not ideal as it is far more useful to be able to play from labels.
    Animating existing HTML - I've got a simple html page set up consisting of a container div with a number of other divs inside which I have been animating in Edge. The Edge file is set up so the container CSS overflow is hidden. Now can someone please clarify if the following method of workflow is a mistake on my part, limitation in HTML+DOM, bugs in edge or combination/none of those things?
    Workflow - bring in the html file to edge do simple animated opacity etc on the various elements start adding keyframes and labels etc - the label problems as above.  Now my intent is to have each of the div's in the container be clicked on and bring in the next one - in the same place in the viewport. I've noticed that when changing various elements visibility after tweaking animation to look good and then subsiquently setting on-off keyframes for visibility it would suddenly cause all elements lower in the DOM to move position and suddenly have what looked like keyframes for y axis position/transform? Is this bad practice to use the on-off visibility for elements? It meant that what should be a really simple and quick 10 second animation took about 3 hours to make, should we be not using the on-off keyframes for showing/hiding buttons that are in divs that sit on top of each other? Should i set up z-index values for all elements in the CSS files? (I saw a reference to you can assign z-index values in the 'elements' panel but I can only see 'arrange' - is this a different term for z-index?)
    I'm a long time user of flash, maya, after effects, digital fusion, combustion, and many other timeline based software tools - it is fairly intuitive to me picking up new systems but the issues with on-off visibility and keyframes below in the timeline really was a very frustrating workflow. I'm used to changing and editing the whole animation on the timeline seeing what works and doesn't - deleting layers, changing timings etc, i found this way of working really slow due to changes to elements position when ones above in the flow were turned on or off. Please do suggest what I should change in my approach to using edge as compared to other animation tools as it looked great on preview but I'm a bit frustrated in using the release. Is this a bug in my release?
    Where is the help and reference files for Edge? - is this screen shot it? -
    I can't find any info on basic definitions of the tools and options anywhere, and can't find much on anything to do with using edge in production with existing HTML documents, please send me some links if you have them. I've seen the edge javascript API thing but is there anything else?
    Cheers.
    Here is the approximate code of the page for reference - I actually got the file working in the end but using 'play from (miliseconds)' instead of play from (label) and much frustration slowly editing the timeline and elements visible/hidden status and redoing animation on elements below in the timeline to get them placed correctly.
    HTML:
    <!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>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Master Document with base styles</title>
    <link href="css/master_styles.css" rel="stylesheet" type="text/css" />
    <!--<link href="css/ipadV.css" rel="stylesheet" media="only screen and (min-device-width:  768px) and (max-device-width: 1024px) and (orientation: portrait)" />
    <link href="css/ipadH.css" rel="stylesheet" media="only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)" />
    <link href="css/iphoneV.css" rel="stylesheet" media="only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait)" />
    <link href="css/iphoneH.css" rel="stylesheet" media="only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape)" /> (Commented out for testing on desktop)-->
    <link rel="stylesheet" media="only screen and (min-width: 320px) and (max-width: 480px)" href="css/mobile.css" />
    <link rel="stylesheet" media="only screen and (min-width: 768px) and (max-width: 1024px)" href="css/tablet.css" />
    <link href="css/desktop.css" rel="stylesheet" media="only screen and (min-width: 1025px) and (max-width: 3000px)" />
    <style type="text/css">
    <!--
    a:visited {
        color: #00FF00;
    a:hover {
        color: #FF0000;
    a:active {
        color: #0033FF;
    -->
    </style>
    </head>
    <body>
    <div id="container">
             <!-- start Level 1-->
                <div id="mainContent">
                    <div id="mainlogo">
                    </div>
                </div>
                <div id="firstButton">
                      <div id="Abutton1">
                      <p><img src="img/a_72_off.png" width="72" height="72" /></p>
                     </div>
                </div>
                <div id="transition1">
                       <p>Wipe transition 1</p>
                </div>
                <div id="secondButton">
                        <div id="Abutton2">
                       <p><img src="img/a_72_off.png" width="72" height="72" /></p>
                       </div>
                </div>
                <div id="secondContent">
                    <div id="Abutton3">
                    <p><img src="img/a_72_off.png" width="72" height="72" /></p>
                    </div>
                <div id="text1">
                      <h1>Heading </h1>
                      <p>Byline</p>
                    </div>
                 </div>
      <div id="transition2">
        <p>Transition 2 - TBC</p>
    </div>
          <div id="thirdContent">
          <div id="lastbutton">
            <p><img src="img/end_icon_crop.png" width="150" height="150" border="0" /></p>
          </div>
          <div id="text2">
            <h1>Heading</h1>
            <p>Byline</p>
          </div>
    </div>
        <div id="transition3">
            <h4>Small print</h4>
    </div>
    </div>
    </body>
    </html>
    CSS:
    (master_styles.css)
    @charset "utf-8";
    body {
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #19171B;
        font-family: AFBattersea;
        font-size: 100%;
    #container  { /* the main holder for all of the viewport content - an image frame */
        text-align: left;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    #mainContent  {
        z-index: -1;
    #firstButton {
    #transition1 {
        color: #FFF;
    #secondButton {
    #secondContent {
    #transition2 {
        color: #FFF;
        height: 100%;
    #thirdContent {
    #transition3 {
        color: #FFF;
    #mainlogo {
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/960_off.png);
    #Abutton1 {
    #Abutton2 {
    #Abutton3 {
    #text1 {
    #text2 {
    #lastbutton {
    #text3 {
    (desktop.css) - I've not included the other css files referenced in the media queries as they only contain names of elements for this purpose
    @charset "utf-8";
    #container  { /* the main holder for all of the viewport content - an image frame */
        text-align: center;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        height: 700px;
        width: 1024px;
    .mainContent  {
        height: 100%;
    #firstButton {
        height: 100%;
    #transition1 {
        height: 100%;
    #secondButton {
        height: 100%;
    #secondContent {
        height: 100%;
    #transition2 {
        height: 100%;
    #thirdContent {
        height: 100%;
    #transition3 {
        height: 100%;
    #mainlogo {
        background-image: url(../img/960_off.png);
        height: 72px;
        width: 960px;
        margin-top: 364px;
        margin-right: 36px;
        margin-left: 36px;
    #Abutton1 {
        height: 72px;
        width: 72px;
        margin-top: 364px;
        margin-right: auto;
        margin-left: auto;
    #Abutton2 {
        height: 72px;
        width: 72px;
        margin-top: 364px;
        margin-right: auto;
        margin-left: auto;
    #Abutton3 {
        height: 72px;
        width: 72px;
        margin-top: 364px;
        margin-right: auto;
        margin-left: auto;
    #text1 {
        text-align: left;
        margin-top: 16px;
        margin-left: 320px;
    #text2 {
        text-align: left;
        margin-top: 16px;
        margin-right: 330px;
        margin-left: 360px;
    #text3 {
        text-align: center;
        text-indent: -192px;
        width: 320px;
    #lastbutton {
        margin-top: 364px;
        margin-right: auto;
        margin-left: auto;
        height: 150px;
        width: 150px;

    Hi,
    I wonder if it's related to the multilingual capability of BPM Object presentations.
    Could you:
    1. right mouse click the project in the Project Navigator tab.
    2. click "Project Preferences"
    3. click "Languages"
    Do you see multiple languages? Is English (or whatever language you're using inside Studio) the default?
    When you log into the WorkSpace, could you double check the language you are using (log in -> click "Settings" in the upper right corner) -> with the "Display" tab selected, is the language you chose as the default in Studio selected?
    I suspect the reason you see some but not all of the labels is because you have defined some of those labels in the language selected in the Workspace. You can add the addtional labels for the various languages you want to support if you:
    1. Open a presentation
    2. Click one of the labels
    3. In the properties tab on the right, click the field beside the "Display" property
    4. Click the button with the "..." on the right side of this field
    Hope this helps,
    Dan

  • Workflow Notification problem

    Hello,
    I have a problem with WorkFlow Notification.
    When a send a workflow test notification. I reveive the mail, in my inbox. I use Webaccess. The notification server works. But in the body of the mail, i don't have the Acknowledge button, I have only &MAILTO....
    I have three tiers for OCS 10.1.2.3 and the OID is separate of the Store database. I have run the Worflow Assistant configuration on my middeltier, and I have change the password on OID for the user owf_mgr to be the seem that in the store database.
    I have a single box installation and is work proprely...
    Can I help me ?
    Message was edited by:
    user473198
    The middle tier has been Migrate to a v2 installe (9i) to a 10.1.2.0 ... and the schema of OWF_MGR cannot be removed... it's the problem ?

    Hello Deepika,
    I don't know, how to integrate the
    <a href="http://...">URL-description</a>
    into the notification, but when using plain text, most of the email clients suppress the line-breaks when the URL is fit in-between of < and >
    <http://www.long-url-here-with-a-line-break-in-the
    middle-of-nowhere.com>
    Maybe this gives you a quicker help.
    Best wishes,
    Florin

  • Workflow triggering problems

    Hi all,
    I have a puchase order release workflow ,and have activated the triggering in tcode pftc,but the problem is ,every time I create a purchase order the workflow triggering gets deactivated and have to manually activate it after each Purchase Order creation or change.
    Does anyone have a clue as to what may cause this problem?
    Regards
    MM

    Hi Raja,
    Thank you for your reply.
    I tried changing the method but it still throws the same error. i dont think this error is related to the Task method , since it can also be a dummy method (as is the case with the leave approval workflow 12300111) .
    Any other helpful suggestions ??
    Thanks,
    Joe

  • PO workflow customization Problem

    Hi,
    I am working on a SRM 5.0 project and am currently working on the PO workflow settings. I am customizing it for n step approval using BADI BBP_WFL_APPROV_BADI. The workflow used here is WS14000145. In this BADI, I have copied all the standard code from Implementation SAP_APP_BADI_EXAMPL3 to a user defined implementation and activated it, as some more changes are to be done in this for Shopping Cart. Good part is that the approval table(the parameter is APPROVAL_TABLE) is getting populated as per the requirement. But now the problem is coming while physically approving it. For example - the BADI has found 2 approvers say APPROVER1 and APPROVER2 which is perfectly fine. The requirement is, first the PO approval should go to APPROVER1 and once approved by him it should go to APPROVER2. Now in actual when the PO is created the approval is going to both APPROVER1 and APPROVER2 at the same time. If anyone is approving it, it is going off from the others approval list and PO is getting created.
    Please let me know if I have to do any changes in the code(as mentioned above - this is copied from standard code maintained in implementation SAP_APP_BADI_EXAMPL3) to get the desired results or need to check any other parameters of the workflow. As I have never worked in workflow before I am seeking your help in this. Will be thankful for any inputs.
    Thanks,
    Rahul.

    I am sorry it is SRM 4.0 (SRM Server 5.0) system.
    Thanks,
    Rahul.

  • XSD Syndication Problem..

    Hi All,
    I want to transfer data from mdm through syndicator.
    I created the follwing xsd file in xi.(message mapping)
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http:
    mycompany.com\mdm" targetNamespace="http:
    mycompany.com\mdm">
                <xsd:element name="MT_Customer" type="DT_Customer" />
                <xsd:complexType name="DT_Customer">
                            <xsd:annotation>
                                        <xsd:appinfo source="http://sap.com/xi/TextID">
                                        495dde70551e11db9e560011433286d8
                                        </xsd:appinfo>
                            </xsd:annotation>
                            <xsd:sequence>
                                        <xsd:element name="Customer_Data">
                                                    <xsd:annotation>
                                                                <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                13886a30550b11dbcb99cf9a0abc902e
                                                                </xsd:appinfo>
                                                    </xsd:annotation>
                                                    <xsd:complexType>
                                                                <xsd:sequence>
                                                                            <xsd:element name="Customer" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a31550b11dba3f2cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Title" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a32550b11dbcc76cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Name1" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a33550b11db9c96cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Name2" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a34550b11dbbbc7cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Name3" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a35550b11db8470cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Name4" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a36550b11dbb3bfcf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Searchterm1" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a37550b11dbae35cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Searchterm2" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a38550b11dbb7c9cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="City_Post_Code" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a39550b11dba621cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="City" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a3a550b11db9287cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Country" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a3b550b11dbb137cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Region" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a3c550b11dbcc68cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Noof_Employees" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a3d550b11db8a29cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Annual_Sales" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a3e550b11dbbe2bcf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Currency_Of_Sales" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a3f550b11dbb901cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Pobox" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a40550b11db97aecf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Language" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a41550b11dba4becf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Salesdata" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    13886a42550b11dbae61cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                            <xsd:element name="Bank_Details" type="xsd:string">
                                                                                    <xsd:annotation>
                                                                                    <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                    1f101890551e11dbc760cf9a0abc902e
                                                                                    </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                            </xsd:element>
                                                                </xsd:sequence>
                                                    </xsd:complexType>
                                        </xsd:element>
                            </xsd:sequence>
                </xsd:complexType>
    </xsd:schema>
    And add xml shema entry in mdm console for the above schema.
    When I try to set destination properties in syndicator...
    I selected XMLSchema as type,client system,schema name. but,I am not able to select any <b>root</b> for it and I am not able to go proceed in syndication.
    Is there any problem in the above xsd file ?
    Please help me.

    Hello Rama:
    It happends because on your XSD you didn't define a data root tag:
    <b><xsd:element name="dataroot">
    </b>
    I here paste an example of this. Please note how Office Access wrapped it all on the dataroot tag:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
    <xsd:element name="dataroot">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="SP1PERS" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="generated" type="xsd:dateTime"/>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="SP1PERS">
    <xsd:annotation>
    <xsd:appinfo>
    <od:index index-name="PrimaryKey" index-key="SPBPERS_PIDM " primary="yes" unique="yes" clustered="no"/>
    <od:index index-name="STVNATN_CODE" index-key="STVNATN_CODE " primary="no" unique="no" clustered="no"/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="SPBPERS_PIDM" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="SP1PERS_HEIGHT_x0020_" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="SP1PERS_FECHA_MATRIMONIO" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ST4TTRA_TITULO_TRATO" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="STVNATN_CODE" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="GTVZIPC_CODE_LUGAR_NACIMIENTO" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="GTVZIPC_CODE_LUGAR_PROCEDENCIA" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="SP1PERS_CURP" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="SP1PERS_ACTIVITY_DATE" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="SP1PERS_USER_x0020_" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Field11" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    I hope that helps
    Regards
    Alejandro

  • RE: Workflow binding problem in Production system(urgent)

    Hi Experts,
    Currently we transported our workflows to production server. When one of the user tested our workflow it failed. On Analysis I could find that the data are not passed from method to task container  but method is working fine separately. Even I tried executing t-code 'SWU_OBUF' , but still not working.
    Pls let me know of the solution .
    Thanks,
    Bharath

    Check for linkages. Is the binding activated betwwen workflow to task container.
    Check whether values appear in task container or not.
    Then check for binding between task & method container. Is there any event linked with the task. Is the event linkage is activated.
    The problem might be resolved if all the linkages are correct.

  • [HELP] ALE inbound process and Workflow handling problem

    Hello,
    first of all, i have to apologize about my english level. I will try to explain my problem (thanks for your patience ).
    Well, I'm implementing an ALE inbound interface. My development at this point are:
    - Customer Idoc Inbound function (with correct interface).
    - Customer Basic Type
    - Customer Message Type and correct assignment to the Basic Type (Tx WE81 and WE82)
    - Customer Object Type (Subtype of IDOCAPPL)
    - On BD51 I put "1" for my function.
    - On WE57 I put this:
    Processing by --> My function and type "F"
    IDOC type --> My Basic type (without any extension)
    Message --> My message type (without any message code or msg. function)
    Object --> My object type (subtype of IDOCAPPL)
    Direction --> "2" (Inbound)
    - I created a process code for this interface (on WE42):
    It is processed with ALE service and by a function module (my function).
    On "Module(Inboud)" part I put my function and maximun number of repeats "0". On IDOC part I put my Object type with start event "INPUTERROROCURRED" and end event "INPUTFINISHED".
    On application objet I put my Object type.
    Rests of fields are blank.
    - I defined a partner (WE20) with this new message type and process code.
    - Also I created a Task (PFTC) for handle exceptions in inbound process. It has a rule for agent determinate.
    I think it is all.
    My problem is: when I process an IDOC (from WE19 for example) and it gets 51 status (error), it has to launch an event that trigger my task, is this way? Well I'm not getting any event.
    I have all Workflow customizations OK (in this systems are running some Workflows).
    In my function code, when I detect any error I put an error in the status table and put in WORKFLOW_RESULT the number '99999'.
    Why I'm not getting any event? What I'm doing wrong?
    Thanks in advance. Regards.

    Hello again,
    finally I've solved the problem. The solution for me, was a config on tx. WE42 and some missing code in the function, I only fill WORKFLOW_RESULT with '9999', but I didn't add any register to RETURN_VARIABLES table.
    Regards.

  • Workflow Escalation Problem

    Hello all,
    I need to initiate a criteria workflow with 2 steps and each step having 1 user.
    I want a situation where a workflow is being initiated and it goes to step1 user then it will wait for a specific time (say 5 mins) for that user to approve. If that user doesn't approve it within that specific time it should automatically escalate to 2nd step user.
    I have created the steps and i am using the following script in exit criteria of step 1
    <$if parseDate(wfCurrentGet("lastEntryTs")) < parseDate(dateCurrent()-(5*60*1000))$>
         <$wfSet("wfJumpName", "jump1")$>
         <$wfSet("wfJumpTargetStep", wfCurrentStep(1))$>
         <$wfSet("wfJumpEntryNotifyOff", "0")$>
    <$endif$>
    the workflow is coming to step1 user but the problem is it is not being escalated to step 2 after 5 mins.
    I have tried that script in update criteria of step1 and also in entry criteria of step2 but it doesn't work.
    I have tried setting no of approvals required in step1 to zero. but no progress after that also.
    I have tried the condition with check in date also and my script is as follows. But it doesn't work.
    <$if parseDate(dCreateDate) < parseDate(dateCurrent()-(5*60*1000))$>
         <$wfSet("wfJumpName", "jump2")$>
         <$wfSet("wfJumpTargetStep", wfCurrentStep(1))$>
         <$wfSet("wfJumpEntryNotifyOff", "0")$>
    <$endif$>
    Please help me.
    Edited by: Navin K on Jan 12, 2011 1:20 PM

    There is one more thing I did not observe last time:
    i am using the following script in exit criteria of step 1Escalation code must be in update event - exit is executed only if an item is approved by sufficient number of reviewers and processes to the next step. Actually, workflow manual (at least in 10g) contains an example of escalation workflow.

  • Workflow Setup problem

    Hi,
    I have the problem below when I install the Oracle WorkFlow Tool. How can I resolve it ? I need install any other Oracle package ?
    Thank you,
    Faria
    SQL Exception encountered during upload: ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "OWF_MGR.WF_EVENT_SYNCHRONIZE_PKG" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1

    Looks like there are erros when creating the package. which workflow version and database version are you using?
    If this is a 9.0.1.4 instance make sure you apply the database patch for bug 2528048.
    Check out the number of packages invalid and see what the error is.

  • Workflow instances problem

    My problem is that in workflow i am sending workitem for manager approval.If manager rejects the workitem it goes to employee back for correction and resubmission.But what is happening once workitem is send to employee for correction the current workflow instance is completed and when user changes the report and resubmits it a new workflow instance will be created.This all increases load on the working system.
    Can we keep the same workflow instance working till report is rejected or accepeted and then only workflow instance is completed.

    I think you can make use of Function module
    SAP_WAPI_WORKITEMS_TO_OBJECT
    in a virtual attribute that will check whether any existing wflow is already triggered for it. If yes set the Flag(Virtual attribute) value as X. Make use of this attribute in th Start ciondition of the wflow in SWB_COND Tcode.
    Now in your workflow the approval step should be inside a loop that loops until the request is approved. Inside the loop the approval step should be in fork with 2 parallel branch and 1 necessary. In 1 branch put approval step and in other branch put the Wait for event step.
    Thanks
    Arghadip

  • Workflow initiator problem

    Hi friends,
    In my workflow, I have created one activity for reason for rejection and I am using task(TS20000139) for sending short message with reason and in binding I am passing wofkflow initiator(&_WF_INITIATOR&) to receiver(&RECEIVER&). But the problem is workflow initiator is not pickingup exact user name. If the username is 'STEVE' it is picking 'USSTEVE', because of this it is showing an error that user does not exists. If I remove that 'US' my problem will get solved. Plz suggest me.
    Regards,
    Steve.

    hi,
    when u create an activity step, double click on the step.
    in the "task" section, click on the dropdown, then click on create task option.
    this will take you to the task creation screen.
    ih the object method section, select object category as "BOR object type", object type as your BO name (eg: BUS2012), and method as the name of the method that you created in your BO.
    you can create your custom method in a custom BO.
    this can be done using transaction SWO1.
    enter the BO name and change button.
    click on the method and then click on the create button. then it will ask you to create with FM as template. click No.
    give a name to the method and dont forget to uncheck the "dialog" property of the method.
    save it.
    click on the newly created method and click on parameters button. specify the input and output parameter.
    again click on the newly created method and click on program. here you can perform the string operation.
    once all this is done click on the method. goto Edit -> change release status -> object type component -> to implemented.
    then click on the generate button. (red and white coloured button).

  • WDA - Workflow Integration Problem...

    Hi pple,
    Is there any standard SAP ABAP Web Dynpro Application which is integrated with Workflows?
    I mean, is there any Standard Workflow that calls ABAP Web Dynpro Application?
    Actually, I am able to call the ABAP WD Application using SWFVISU application, but the only problem is...HOW CAN I SEND DATA FROM WORKFLOW CONTAINER TO WD ABAP ?
    Did anyone get to work in this area? If so, can you help me in giving me an idea of how to do this.
    I am trying to get the Workitem number from UWL inside my WD Application, but I am unsuccessful...Did any one tried doing this...???
    I achieved the same in JAVA WD Applications using
    <b>Str_WI_ID = WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("WI_ID").</b>
    This WDProtocolAdapter extracts the WI number from UWL inside my JAVA WD Application.
    Is there any such class in ABAP also which does the same?
    Regards,
    <i><b>Raja Sekhar</b></i>

    Hi Rajasekhar,
    The WDA program that you want to integrate with workflow has a window with input plug "DEFAULT". Add "WI_ID" as a parmeter to the handler method of the plug.
    You can now use that parameter directly in the handler method as the WID is passed as
    parameter from the UWL.
    Thanks,
    G.Jayaprakash

  • Workflow Deploy Problem: No Workflows found (no error when generate)

    I already tried to find other thread and test/change a couple of things already.. but i couldnt solve this basic problem yet.
    PLEASE KINDLY HELP.
    I am new to SUP and I just want to test deploying any workflow to my test device (iPhone).
    However, i didnt make it. ("generated mobile workflow package" successfully. no error log.  But i see nothing in the Sybase workflow on my iPhone"
    This is what i did ...
    1. Registered the device.
      In SCC, Applications / Application Connections
      I successfully registered my iPhone device and got the online status.
    2. I tried to develop a basic workflow application and assign to my device
      2.1 I created a basic MBO from a table in sampledb.
            I "deploy project" to SUP server. No error. Checked in SCC, i found my package created there as well.
      2.2 I created new "Mobile Workflow Forms Editor". I create a simple screen from prepared MBO.
           I "Generate mobile workflow package"
           I also selected checkbox "Assign workflow to user(s)" and i use the "Get Users" button to get my user.
                   (it got the correct user for me.. no problem during this step)
               I got this message
    ============================================================
    Deployment to Unwired Server
    ============================================================
    Deploying the workflow
    Successfully deployed the workflow
    ============================================================
    Assigning workflow ZGContactCreate to Top
    ============================================================
    Assignment complete
    ============================================================
    Time taken was 3 seconds
    ============================================================
       2.3 I checked in SCC. Applications / Application Connections >> Then, for my register, i clicked "Workflow Assignment" button.
            Everything seem to be fine. That workflow was already assigned.
    UNFORTUNATELY, WHEN I TESTED THE SYBASE WORKFLOW ON MY IPHONE, I SAW NOTHING...
        "NO WORKFLOWS FOUND" ...
    (I also checked status at that time and my test device status in SCC was still online at that time.)
    Note:
    SUP Server: 2.0
    Sybase Workflow on my Iphone: 2.1
    This test WF application is "can be started, no demand, from the client" type.
    Any help would really be appreciated.
    Brgds,

    Yes, status is ONLINE
    When register the device, status = PENDING
    Then, after open sybase workflow in the test device (iPhone), status in SCC change to ONLINE.
    From then until i deploy the app (generate), status in SCC show as ONLINE.
    After I failed to see any workflow app in my test device, i come back to SCC and click refresh again, status is still ONLINE.
    Pls help ...

Maybe you are looking for