Process chain - How to  correct?

Hi friends,
i have a process chain which failed at process LOAD INFOPACKAGE . subsequent to this process is  UPDATE FROM PSA. .
we loaded the infopackage manually  and tried to repeat the Update from PSA , but it got failed.
  I have done any mistake in repeating the process update from PSA.??
plz tell me what should i do in this case.
regards,
Pavan

Dear Pavan,
When you repeated the process chain from update PSA step, it will take the failed instance of 'LOAD INFOPACKAGE' step. So it will fail only. Now what you can do is you can manually make this update PSA step green.
Follow these steps:
> GO to failed step, right click say maintain variant.
> go to tab chain
> open se11, table-rspcprocesslog, display list
> copy variant, instance, date from chain to respective fields of this table
> execute
> open se38, Program-rspc_process_finish
> copy everything (variant, log-id, instance, date) which has copied earlier and write status as G.
> execute
> Refresh the chain
After doing this your update PSA will become green and process chain will continue further.
Hope this helps.
Thanks,
Nabha

Similar Messages

  • Process Chain: How to Delete ?

    Could someone tell me how to delete a process chain??
    thanks!

    Hi Sonali,
    Select your chain in RSPC (by double clicking it ). Then from the menu Process Chain > Delete (or Shift + F2)
    Hope this helps...

  • Process chain--how to schedule the variant even if there is no repeat opt.

    Hello Gurus,
    Can anybody help me out like the issue was...
    when monitoring the process-chain,the variant-load infopackage was successfully completed the status was green,and next to that there was a update from the PSA variant and then to that there is a ATTR.chane run variant,process chain strucked at these two variants.when i look into that there was no repeat option on both the variants.        so how could i schedule that from at that point.
    Thanks in advance for the solution!
    Regards,
    Dilip

    Hi Dilip,
    You have to do the remaining process steps manually.
    If the the failed process step is loading proces step, then make the QM status of that upload to Red and then refresh the process chain.. Some times you will get the repeate option with that.
    Or else end the process as described below:
    When ever the load fails in a process chain we need to check whether its a load error or a non-load error. For load we need to rectifie the error manually nd need to run the program which is given SAP SE38.
    RSPC_PROCESS_FINISH for this we need to pass some parameters.
    like process chain name. variant, instance and the status. Here status we will give as 'G'. so that chain can identify that the previous process has been successful nd run the remaining processes automatically.
    Refer the below Blog
    Blog for this : /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    Assign points if it help you.
    Regards,
    Sreedhar

  • Process Chain - How to make decision based on data in PSA and execute DTP

    Need to create process in Process Chain, which will execute the DTP based on data in PSA.
    Say we have two DSO A & B, both getting data from same datasource.
    In process chain, we need to read data in one of the date field in PSA and make a decision, which DTP to get execute in process chain.
    Say if date field contains year = 2000, than load to DSO A, if year is 2001, load data to DSO B.
    Suggest the solution. ...

    Hi,
    Tyr this steps.
    1) Develop ABAP process types
    ABAP report to read PSA data using function module
    Trigger events based on year
                           event1 -> for even year data
                           event2 -> for add year data
    2) Develop local process chains for each DTPs and schdule it with events mentioned above.
    Do reply with comments.

  • Object Lock -- Process Chain --- How to Track

    Dear All...
    Working on SCM 4.1
    Daily we schedule the Process Chain , but sometime we get the Object Lock Error.
    To see this error we have to go to process chain-> Log , Steps-->right click , and display message...
    This is manual Process , and we cant keep track of many Process Chain Jobs >Steps>messages??
    Is there any process /way to Track /watch these types of Object Lock Errors automaticaly ??
    as it could reduce our manual activity??
    Thanks in advance..
    Rajesh patil

    HI Rajesh,
    You can get mail on abort of any step in Process chain.
    For that go to edit mode of existing process chain in RSPC. Right Click on Step (for which you need mail) and click on CREATE MESSAGE.
    Click on radio button "Error" so that when ever Error comes you will get mail.
    Hope this helps.
    Vishal..

  • Process chain: how to automatically remove from schedule?

    Hi All,
    Is there a way to automatically remove a process chain from schedule when it has failed?
    Thanks,
    Natalie

    I guess the easiest way is to access RSPC transaction and then remove it from schedule.
    --> execution tab --> remove from schedule.
    you can leave the process chain not active also, if it's triggered by an event, this event will not start it (if you dont want to delete or change trigger job)

  • Process Chains - How to remove prcesses using a report or FM

    Hi Friends,
    Is there a way to remove porcesses from a Process Chain without using TC RSPC?
    I've to remodel huge Process Chains and would like to avoid using TC mentioned.
    I'm knowing IDs of Process Chains and processes to be removed and searching
    for a program doing removing automatically. Any suggestions?
    Thanks in Advance & Regards
    Joe

    Thanks Vishal and M.,
    Of course you're right, and exactly this was the reason why I didn't want to delete records from table RSPCCHAIN
    manually or by a customer report. MY idea was to use a standard program from SAP, 8Mtehod, FM,...).
    I've to confess i was to lazy to debug RSPC to find the place were deletion of processe is coded.
    I think using this would be a proper solution for my issue.
    It really sucks to to this in GUI witin huge PCs. Just to poszion cursor on the right place....
    Regards
    Joe

  • How to trigger an ABAP program in a Process chain

    Hello Forum,
    1. In a process chain, if a program fails, how can we re-run it?
    2. If the process preceeding the ABAP program fails, how can we start the program?
    3. If an Infospoke fails in a process chain, how can we trigger that?
    Thank you,
    Its my pleasure to assign points,
    raj

    Hi,
    1. U have to first check whats the reason for the failure. check in the monitor screen details button, the error message will be displayed, check the error, correct it. and to proceed with further right click on the subsequent process use Repeat option , the loads will get continue.
    2. same here, if it fails check the reason, sometimes if two parallel process trying to access the same program Lock may occur, stop one process, once its done start the second process, use the transaction code SA38>select ur ABAP program, the corresponding variant->this is for running the ABAP program in the backgroud..if u want to run direct means Select the Process types Under the general services u find an ABAP program
    3. same here too u should find the reason why it fails, and rectify the error, and use the repaet option to proceed with further.

  • How to create process chain with dso and infocube at a time

    hi friends,
      i have a FLATFILE in application server and i need to upload it to STANDARD DSO and i created a INFO PACKAGE and DTP for DSO.
    i have a STANDARD INFOCUBE to upload data from above DSO. here DSO is the source.  i want to schedule  this process in process chain. how could i do this. any one please give me solution.
         can any one explain me the options in RSPC and how they work and where we exactly use. this is very helpful to me. please give me guidance. thank you.
    thanks,
    sree

    First make sure you have already created the infopackage to load the data from server to the DSO and the DTP to load data from DSO to the Cube.
    Now goto Tcode RSPC.
    Choose Create process Chain option. provide appropriate technical name and description.
    Drag "Execute infopackage" process type from left hand side pane in RSPC.  Choose the infopackage to load the data from Server to DSO. you can find this infopackage using the F4 help in the above selected process type.
    Drag the "data transfer process" process type to load data from the Flat file data source above to the DSO.
    Then Drag the "Activate DataStore Request"  process type and select the DSO in which you would load the data  using the above DTP.
    Drag the "data transfer process" process type to load data from DSO to the Cube.
    Save, activate  and schedule the process chain according to appropriate time.

  • How to connect processes in Process chain

    Hi,
    How to connect processes in Process chain.
    how to make it as black,green,red.
    Thanks,
    Madhu.

    Hi,
    u can connect first process in a Process chain to second, just click on first process and drag and drop onto second one.
    3 options will appear:
    1. succesfull---green line
    2. unsuccesfull----red line
    3. always-----black.
    select one option then linked will be formed.
    green line means the second process will be executed if and only if first process ran successfully.
    red line means the second process will be executed if and only if first process ran unsuccessfully.
    black line means line means the second process will be executed even if first process ran successfully or unsuccesfully.
    bye.
    "assign points if info. is helpful"
    Narendra reddy.

  • How to Develop Meta Chain (Process Chains)

    Hi Experts
      How can i create a META CHAIN (Meta Process Chain)
      How can i insert a different process chain to into meta chain.
    In the process types i can't find any type with process chain
    Thanks

    Hi
    Thanks for the update.
    I can't able to find Process Type Local Process Chain
    Please update me in detail
    Thanks

  • How do processes communicate in a Process Chain

    Hello Forum,
    I would like to know - In a process chain, how the processes communicate to each other?
    What does the predecessor pass on to the successor? What does the successor seek from the predecessor? Please let me know the complete scenarios during the different combination of the processes.
    Its my pleasure to assign points,
    thanks and best wishes,
    i-bi

    Hi,
    predecessor trigger an event on which the succesor waits.
    /manfred

  • Process chains doubt

    Hi all,
    How can we schedule and monitor the process chains.How can we know that the process chains are executed correctly and where can we get the error messages for the failed processes?
    Also when i drag the attribute change run process after an execute infopackage process,inside the change run process there are different object types namely for infoobject,hierarchy and again execute inforpackage.some of the system suggested attribute change run process has the object type as execute infopackage.when should I use infoobject and when should i use execute infopackage for attribute change run process.Also when save hierarchy process is used,execute infopackage comes as default object type.should i have to change that to hierarchy object type.
    Any suggestions is appreciated.
    thanks.

    Hi,
    As mentioned by Jkyle you can easily Schedule and Monitor the Process Chain.
    Also, for the failed process or for the successful process, you can define Messages. This Messages will automatically come in your Inbox with the Status.
    Most of the people use this method for monitoring the Process Chain. You can do this by using the Context Menu of Process Type and say Create Message.
    You can remove the InfoPackage by saying Remove Process.
    Alternative is use Program RSDDS_AGGREGATES_MAINTAIN for Attibute Change Run define Variant for your InfoObject and Include the Process ABAP Process in your Process Chain.
    Hope this helps.Please reward the points if the solution helps you and also let us know if you have any further clarifications.
    Regards,
    -Ashish

  • Transport Process Chain

    I have created the Process Chain in Development.
    This Process Chain is working fine in Development.
    I know collected and transported it into QA environment, but the Process Chain is not active in QA.
    In the transport log, I have the following warning message:
    Version 'M' of chain ZTR_PO_001 was saved without checking 
    No destination maintained in target client 350 -> Not activated
    but in Development, this Process Chain is working fine. Is it because I didn't collect it correctly?
    In Transport, I can see the Process Chain, how can I tell if the Process Chain is in Active version?
    What should I do?

    Hi ,
    It seems that you have missed some objects associated with the process chain in the  transport .
    Did the transport request collected the infopackages/dtps associated with the processchain .
    While collecting the process chain in DEV , select the option 'DataFlow Before and Afterwards ' under the grouping tab.
    It will collect all the objects associated with the process chain. 
    And then transport it to QA system .
    This would resolve your issue .
    Regards,
    Lokesh

  • To find only master data process chains and its infopacakges!!!!

    Hi,
    I have a task to remove the setting in the scheduler of directly assigning to data targets instead of  PSA and then to data targets of the whole system!!!
    i should not touch though the transactional info packages settings!!
    these infopackages must exist in process chains -
    how to go about this??

    Hi,
    If I have understand your point, then you want to change the setting of the infopackages that includes in the Process chain pertaining to the master date.
    Then you can change the settings directly in the processing tab.
    Or if you don't want to change the settings of the IP s that are in the Process chain,then go to RSA1 >> Select those IP s >> rigt click and copy it.Then you can change the settings there.
    You can run each IP manually.Or if you want the same chain just with the changed settings,then copy the chain and put this new IP in place of the old one and schedule the chain.
    If your doubts are cleared then kindly assign me some points.
    Regards,
    Debjani..

Maybe you are looking for

  • Links in dynnamic html text not working?...

    Hi all I have a dynamic text field, set to format html. The link that loads in the dynamic text field is: <a href="portfolio_template.php?sec=housing%2F&sub=townhouses%2F&pro=rheingold+gardens%2F&st =2&id=5">Rheingold Gardens receives 2006 Building B

  • Does the Export PDF convert files containing illustrations?

    I have written an illustrated book and have a copy on a PDF file - I now need to convert it to word and know for sure that the conversion will work. Thanks

  • Line item details of Recon accounts

    Hi Recon accounts are not created as line item managed, But for a specific requirement if the business wants details of the line items of all the recon accounts hw this can be achived? Will it be possible to view the line item details of the recon ac

  • IE7 fails to open flash

    I found the following MSDN registry fix which resolved the issue of IE7 not loading (viewing) .swf flash files. I accomplished BOTH registry changes, however the second one fixed the problem. As indicated below MSDN will have a follow up KN article o

  • Linksys WRT610N - USB port - possibilities ??

    Hello 1. What is the transfer from the USB drive connected to the router to a computer in LAN network? maximum as for possible USB connection? The Gigabit should allow it. 2. Can I expect with new firmware that it will be possbile connect a 3G modem