Problem with the Process chain

Hi,
I created a Process chain and moved to Q for testing. The transport was failed because some objects are locked in BQ system. I unlocked them and moved the TR again. Now the transport was successful but the changes to the process chain are not reflecting in the Q system. There are no errors in the transport log but we have some warning messages which can be ignored. What could be the reason?
Thanks

Yes, When I get into the change mode I can see the changes. Thanks a lot for your reponse.
Full Points awarded.
Thanks again.

Similar Messages

  • Problem with a process chain transport

    Hi all,
      I have a problem with a process chain transport, I transport it but when I see the changes in testing environment I don’t see it, I did it four times but nothing happen and I don’t have errors.
      Can anybody tell me how to transport a process chain.
    Thanks.

    Hi Federico,
    When you tranport Process Chains, initially chains will be available under "Not Asigned" node in RSPC Transaction. The transported chains wont be get highlighted automatically. Manually need to open the chain in update mode and activate it on Quality.
    Hope it will help you to resolve the problem.
    Regards,
    Raji

  • Problem with triggering process chain

    Hi
    We have a remote process chain that calls a process chain in another system.The process chain in the other system is not getting triggered with the remote chain.
    We have 3 such remote chains and we are facing such a problem with only one of them.
    The process chain in the other system has a start variant which gets triggered( i suppose) and gives an instance id...the next step in the process chain is to load data into a ODS.Now this step remains yellow forever.When i manually try to schedule this step it gives me records and the request in the monitor screen turns green.But the process chain step continues to remain yellow.
    What can be a way out for triggering the process chain or where could the problem be?
    Please help
    Thanks,
    Suchi

    Hi Suchitra,
    Even though ur process seems to be in yellow your data loading may be completed and the  reason for it may be the delay in activation of ODs by ur PC.
    For your information please go through the below infm provided in SAp Library
    Note when loading into an ODS object and for the subsequent, event-controlled update:
    If you switched on the automatic activation in the ODS maintenance or administration, the monitor status for the request remains yellow after the load was successfully completed. Nevertheless, the subsequent processing for the InfoPackage is started, because the loading process is successfully completed.
    [http://help.sap.com/saphelp_nw04/helpdata/en/65/163d3873130057e10000009b38f842/content.htm]
    I hope ur doubt is clear.
    Regards,
    Rajkandula

  • Issue with the process chain?

    Hi All,
    I have a process chain triggerred by an event.I had this transported into Q box.After moving it to Q i did click on acativate and schedule icon.When i triggered the event in Sm64.The process chain triggerred successfully.The next day when i tried to trigger the event ,the process did nothing,its only after i actiavted the process chain and triggrred the event the process.
    I know the process chain should be good after ictivated once when  moved into a new system.Can anybody tell me how to resolve my issue of activating the PC whenever i wnat to trigger it.What i am i missing here?
    Please advice,urgent

    I think Geo answered what you want and what I wanted to tell.
    Thanks Geo
    Ther are two  basic things
    --> In order that your PC responds to your "Event & Parameter", maintain the same and PC <b>should be in scheduled status</b>
    --> the periodic check box <b>schedules again</b> once the current run completes. i.e makes ready the PC for the next run whenever the next "event and parameter" gets triggered by any means ( you no need to activate and schedule again)
    Sorry If my answer confused you..Hope everything is clear now...!
    VJ

  • Problem with the processing of my DOM tree

    hello,
    here a small part of the XML document that i have to process....
    <questestinterop>
    *<item title="Capital of France" ident="I01" maxattempts="6">
    <qticomment>
    This Item is the first example to be used in the QTI XML Binding Base Document.
    </qticomment>
    <itemmetadata/>
    **<presentation label="Resp001">
    <response_lid ident="LID01">
    <material>
    <mattext>What is the Capital of France ?</mattext>
    </material>
    <render_choice shuffle="Yes">
    <response_label ident="LID01_A">
    <material>
    <mattext>London</mattext>
    </material>
    </response_label>
    I can access to the attribute of the "item" tag (marked with * symbol),by creating a node as follow: (item is a childnode of questestinterop, my root tag)
    Node root = document.getLastChild();
                   Node node = root.getFirstChild();
                   while (!node.getNodeName().equals("item")){                    
                        node =node.getNextSibling();
    then i process on this node to get the attributes of my "item" tag...
    but after i want to access to the "presentation" (marked with ** symbol)tag that is a ChildNode of my previous node by using
    node = node.getFirstChild();
    (in fact as I do in the parentNode)
    but then my node type is TEXT and I dont understand. then i m not able to process it as the previous one. I was expecting it to be a DOCUMENT_NODE!!
    I want to be able to go deeper in the tree because I need to extract data from there.     
    (I was thinking of going deeper by taking each time i needed it the childnode of my existing node then do a while loop to access to the needed tag.)
    Maybe i am taking the problem on a wrong way.
    Can someone give me some hints or tips, i m really stuck.          
    thank you
    francois

    i ve found my mistake,
    dont crack ur head for me
    merci
    francois

  • Problem in creating the Process Chain

    hi Guru's
    my client want to run a process chain for first 3 business days of the month for every hour.
    then i created a 3 Process chains say ex. A B C.
    Now i use the conditions for Process Chain A  is Date and Time
    i have given the date and time,
    Selected Periodic Job Option
    -> From Period Values button selected other period and given 1 for every month, 1 for every hour,
    -> Selected the Restrictions Button and given the factory calender and selected " Job not to run on holiday and sundays "
    therefore the chain can run on every month for whole day based on Factory calender.
    the same options used for PC's B & C
    The problem is the process Chain A has ran only once it didnt ran for every hour.
    In released job i can see the job frequency for every month and every hour...
    Request you gurus to suggest.
    Regards,
    Lajvanth
    Edited by: Gali Kling Schneider on Dec 16, 2010 1:28 PM

    Go through the below link which can give u some idea.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/s-u/triggering%20%20the%20process%20chains%20at%20particular%20date%20using%20events.pdf

  • How to Run the process chain

    Deal all,
    I have a doubt:
    How to exclude a process from a process chain which has a daily loads.
    Ex: We have a problem with 0FI_GL_4 data source and that problem will take more time to solve..but till that time  i want to run the remaining processes which are in the process chain (i.e meta chain). i mean to say is i have to exclude the Process which is in problem (0FI_GL_4) but remaining everything should go smooth.
    once the problem is rectified again i have to include the process which is in problem in the process chain.
    Please help me
    Regards
    Venu

    Hi Venu,
    U just bring the chain in Change Mode and then RightClick on that Process which u want to exclude and say delete.
    Once u are done with this Activate ur Process chain and schedule ur Process chain for the time which u want.
    Assign Points if this helps u.....
    Thanks,
    Nagesh.

  • Monitoring the process chain

    HI
    BI DEVOLOPERS
    Am having a problem in the process chain ....
    That means how can i know the today scheduling process chains please any one can help me.

    For the process chain we have 3 important transactions .
    1. RSPC   - log view for runs of a process chain.
    2. RSPC1  - process chain maintenance for a given process chain
    3. RSPCM - Monitoring of daily process chains
    4. Check whether you have access to tcode - ST13  .
    Its a very handy transaction for BW monitoring .
    For the process chains .
    ST13  -> Enter tool name as 'BW-Tools' -> Execute
    Select the radio button Process Chain analysis and execute .
    Over here clicking on the corresponding tabs gives you further information.
    Check fout for ST13 as this tcode  is available only after installing some support packages .
    Hope this information would be helpful to you .
    Regards .
    Lokesh

  • No error in the Process Chain

    HI
      I am Working In production support
       Recently I am Facing a Problem in the Process chains
       Actual Process chain consist of Local Chains(many)
       Some times one Local chain does not trigger even the previous Local chain gets completed Sucessfully.
       It does not rigger automatically.
       I am repeating the Local chain
      Why this error is Occuring..., Can any body please help me out

    Hi Priya,
    Try this post:
    How-to trigger a process chain using ABAP?
    Check these links:
    Docs in sdn
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8da0cd90-0201-0010-2d9a-abab69f10045
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/19683495-0501-0010-4381-b31db6ece1e9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/36693695-0501-0010-698a-a015c6aac9e1
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9936e790-0201-0010-f185-89d0377639db
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3507aa90-0201-0010-6891-d7df8c4722f7
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/263de690-0201-0010-bc9f-b65b3e7ba11c
    Process Chains
    Steps for Creating Process chain!
    http://help.sap.com/saphelp_nw04/helpdata/en/67/13843b74f7be0fe10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/sap-teched-03/using%20process%20chains%20in%20sap%20business%20information%20warehouse
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/19683495-0501-0010-4381-b31db6ece1e9
    Hope the following links will give u a clear idea about process chains and clear ur doubts.
    Business Intelligence Old Forum (Read Only Archive)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/8f/c08b3baaa59649e10000000a11402f/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8da0cd90-0201-0010-2d9a-abab69f10045
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/19683495-0501-0010-4381-b31db6ece1e9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/36693695-0501-0010-698a-a015c6aac9e1
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9936e790-0201-0010-f185-89d0377639db
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3507aa90-0201-0010-6891-d7df8c4722f7
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/263de690-0201-0010-bc9f-b65b3e7ba11c
    /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    ****Assign Points If Helpful****
    Regards,
    Ravikanth

  • Problem with AND process in daily running process chain

    Dear Friends,
    I am currently I am facing problem with AND process. In my daily running process chain, daily the process chain is failing at AND process. Currently I am workaround and manually repairing the AND process and loading the data with below (link) steps.
    /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    I need permanent solution for this reoccurring problem. Kindly share your thoughts and ideas to resolve this problem.

    Hi,
    The below are the job log. After this the batch job is failing.
    Job log overview for job:  BI_PROCESS_AND
    Job started
    Step 001 started (program RSPROCESS, variant &0000000190315, user ID MAESTRO)
    This AND process is not waiting for event RSPROCESS, parameter 475P4YTXTIIOA6IQ9GAZVEP24
    Job cancelled after system exception ERROR_MESSAGE

  • I just order 8 calendars from iPhoto and they came to me fine. Now I need to order two more but when I go thru the process I get a message  saying:unable to assemble calendar. There is a probleme with the photo with the file name"(Null)"   more........ .

    Would someone be able to explain to me the following issue with Iphoto?
    I ordered 8 same calendars for my soccer team and received them fine. Although a couple of pictures on it are a little off (out of focus). I need to order two more of the same calendars but when I go thru the process ireceive an error message saying:
    "Unable to to assemble  calendar" There is a problem with the photo with the file name "(Null)" The full resolution version of this photo either cannot be located or is corrupt. Please replace this photo or delete it from your calendar.
    How can  I fine this "corrupt" photo? How did it go thru with the first batch of calendars but won't go thru now?
    Thank you for your help.   

    Apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start
    with Option #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • While installing adobe creative cloud , getting the following error msg " There seems to be a problem with the download process. Error code:201"

    while installing adobe creative cloud , getting the following error msg " There seems to be a problem with the download process. Error code:201"

    Creative Cloud Help / Error downloading Creative Cloud applications
    http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html

  • In the middle of the installation processing, this has appeared: "There is a problem with the windows installer package. A program is required for this install to complete could not be run." my question is, what is that specific program?

    in the middle of the installation processing, this has appeared: "There is a problem with the windows installer package. A program is required for this install to complete could not be run." my question is, what is that specific program?

    Let's try the following user tip with that one:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • I want to upgrade from Tiger to Snow Leopard on my 2008 MacPro. How do I avoid problems with the upgrade process?

    I want to upgrade from Tiger to Snow Leopard on my 2008 MacPro. How do I avoid problems with the upgrade process?

    #1 Do a complete bootable backup of your drive before upgrading. That way should anything happen you can revert back to the start and try again.
    Make sure you meet Snow Leopard 10.6 Technical Requirements - http://support.apple.com/kb/SP575
    You might also want to make sure you don't have software issues with SL:
    A Mac OS X 10.6 Snow Leopard Application Compatibility List - http://snowleopard.wikidot.com/

  • Problem with the standard process HR_PD_MOVE_POSITION

    Hello.
    I try to use the standard process HR_PD_MOVE_POSITION to change an assignment of position. I started the process via the link Start Organizational Process after that filled an Adobe-form. Later a WF 04000035 which links with the process, started. But the first step of WF ended with the status ERROR.
    In the Step History tab (transaction SWI1) I see the next errors:
    Executing flow work item - Transaction brackets of the workflow has been damaged
    Exception occurred - Error when starting work item 000000007031
      PROCESS_NODE - Error when processing node '0000000014' (ParForEach index 000000)
        CREATE - Error when creating a component of type 'Step'
          CREATE_WIM_HANDLE - Error when creating a work item
            CREATE_VIA_WFM - Exit CL_HRASR00_POBJ_WF_EXIT triggered exeception for event CREATED and (target) status
              EVENT_RAISED - Error updating the process object
    Executing flow work item - Exit CL_HRASR00_POBJ_WF_EXIT triggered exeception for event STATE_CHG and (target) status READY->ERROR
      EVENT_RAISED - Error updating the process object
    Executing flow work item - Transaction brackets of the workflow has been damaged
    Executing flow work item - Work item 000000007031: Object FLOWITEM method EXECUTE cannot be executed
      Executing flow work item - Error when processing node '0000000014' (ParForEach index 000000)
    Could you tell me where a mistake can be?
    Thanks.

    Hi,
    Could you please share if this error is resolved & how?
    Thanks,
    Raj

Maybe you are looking for

  • Commercial rounding for capital goods

    Commercial rounding off of all duties All the Duties are rounded up in PO & MIGO with some routing development through ABAP. Now client requirement is that in case of capital goods 1.     If suppose that in Capital Goods Cenvat is Rs. 45.00, in same

  • How to add my Epson 322 to iMac with WiFi

    I am not able to connect a new Epson E322 printer to my iMac uing WiFi. The printer shows my router, recognises it, asks for and gets the password, then requests I set up the iMac but there is no link I can find on it to link a printer. Anybody have

  • Automatically Slicing Large TIFF Files with Photoshop 5.1

    I am trying to automatically slice a very large TIFF file (800 MB) into 28 equally-sized rectangles using Actions (it is a scanned image of 28 scientific slides and reducing the resolution is not an option). My goal is to start with the TIFF file and

  • Discoverer 4i Titles

    We have the early adopter 4i installed. So far, most of the things that were wrong with 3i seem to be fixed. However, I can not figure out how to Edit Title within 4i. Is this possbile?

  • What does the default domain mean in oracle

    Hi everybody, In sqlnet.ora file, there is a parameter NAMES.DEFAULT_DOMAIN. Does that default domain mean the net work domain of the server or something else?