Plz help in process chains- urgent

Hi ,
Process chain failedat  load IP. i  want to rerun this PC . so i went to RSPC , activated and scheduled the chain , but when  i went into log view , nothing i can see , but a message , no logs were found  and  in SM37 , i can see a job with  BI_PROCESS_TRIGGER released ..
what might happend and how to resolve this?
pavan

Check the start variant of the process chain...
Does it say DIRECT SCHEDULING and START IMMEDIATELY ??
Good luck!

Similar Messages

  • Urgent help regarding process chain error

    hi experts ,,
    one of the process chain is not running properly for last 5 days ....
    now current status of process chain is red ...and msg is last delta isrunning/has errors ..couldnt process request
    msg of yester days chain ........
    Errors have been reported in Business Information Warehouse during IDoc update:
    Could not find code page for receiving system
    error msg in bd87 (with idoc status 02 )
    tried to process idoc manually but it didnt happen ...throughing same error....
    one more thing here is same process chain status on 16th is in yellow status .....
    its in yellow status at dtp load step ....on right click on dtp_load variant --->in batch montior --->job overview
    dtp_laod job was is ready status ....
    i thought this status effecting others so tried to schedule the job couldnt ....
    so deleted job in confession....
    now and process which is bfr dtp_load is in yellow and whole chain is in yellow ....
    what shall i do now ??how to correct this ??
    shall run dtp manually and dso activation manually ???and shall i make process into green  status ???
    or shall retrive deleted job wit basis ppl help???
    please help me...
    whoever helps me to fix this issue will rewarded wit full points and i will be greatful to them ...
    Regars, \
    Harry...

    Yes, as rightly said you need to run the previous delta before updating new records in the latest request. If possible de-schedule the chains for a while, delete the old deltas (assuming you are using flexible updates?) and try to repeat the loads manually & proceed to activate & schedule once the delta has finished processing. If you still think this is an issue related to idocs processing, you can do the re-processing, provided they do not create fresh batch of idocs in the source system. You can re-process the idocs both inbound & out bound using reports like RBDAGAIN (But again, use extreme caution on these!). Please refer the #scn wiki on http://goo.gl/njVLS for more information on the idocs. For reprocessing please check this http://goo.gl/8aAcz. Thanks.

  • Process Chain: Urgent help needed!!!

    Hi Guru's,
    I need to change the process chain:
    We are currently loading the data form 000000 to 100000 in a single process but now the customer asked us to change it to 4 packages:
    000000 to 250000, 250001 to 500000, etc..
    Could any one help me in this pls???
    your help much appreciated.
    regards,
    BH

    Hi Varma,
        I am assuming you are using generic extractor using function module.
    Create a z-control table which maintains ranges 250K records. In future use can even change the range if you want .
    below is piece of code from function module
    Auxiliary Selection criteria structure
      data: l_s_select type srsc_s_select.
      data : l_lines type i.
    Maximum number of lines for DB table
      statics: s_s_if type srsc_s_if_simple,
    counter
              s_counter_datapakid like sy-tabix,
              counter type i.
    Initialization mode (first call by SAPI) or data transfer mode
    (following calls) ?
      if i_initflag = sbiwa_c_flag_on.
    Check DataSource validity
        case i_dsource.
          when  <check your datasource name>
           when others.
            if 1 = 2. message e009(r3). endif.
            log_write 'E'                  "message type
                      'R3'                 "message class
                      '009'                "message number
                      i_dsource            "message variable 1
                      ' '.                 "message variable 2
            raise error_passed_to_mess_handler.
        endcase.
        append lines of i_t_select to s_s_if-t_select.
    Fill parameter buffer for data extraction calls
        s_s_if-requnr    = i_requnr.
        s_s_if-dsource   = i_dsource.
        s_s_if-maxsize   = i_maxsize.
      else.
        if s_counter_datapakid = 0.
    read z-table to know the size i.e. 250K
    first read
           z-ctr_frm  =  0.
           z_ctr_frm  = z_ctr_frm + 250000.
    endif.
         if z-ctr_frm > 0.
           z_ctr_frm = z-ctr_frm + 250000.
           z_ctr_to   = z_ctr_frm  + 250000.
        endif.
    ***Generate data packets 
        select data from table with the number range variables z_ctr-frm and z_ctr_to.
        s_counter_datapakid = s_counter_datapakid + 1.
      endif.
    ENDFUNCTION.
    I hope this help you.
    Rgds,
    Se Vu

  • Process  Chain (Urgent)

    HI Gurus,
    HI have a process chain called production daily process in these process chain we have 2 local chains.this process chain is not triggering from 2 days .and im selecting  first local chain to correct manually its showing some dump problem and if i open info package also its is showing the same problem plz give solution for this.
    IT IS SHOWING  LIKE DES
    ERROR:
    Runtime Errors         MESSAGE_TYPE_X                                                               
    Date and Time          05.09.2007 17:01:00                                                                               
    Short text                                                                               
    The current application triggered a termination with a short dump.                                                                               
    What happened?                                                                               
    The current application program detected a situation which really                              
         should not occur. Therefore, a termination with a short dump was                               
         triggered on purpose by the key word MESSAGE (type X).                                                                               
    What can you do?                                                                               
    Note down which actions and inputs caused the error.                                                                               
    To process the problem further, contact you SAP system                                         
         administrator.                                                                               
    Using Transaction ST22 for ABAP Dump Analysis, you can look                                    
         at and manage termination messages, and you can also                                           
         keep them for a long time.                                                                               
    Error analysis                                                                               
    Short text of error message:                                                                   
    Scheduler                                                                               
    Long text of error message:                                                                               
    Technical information about the message:                                       
       Message class....... "RSM1"                                                    
       Number.............. 000                                                       
       Variable 1.......... " "                                                       
       Variable 2.......... " "                                                       
       Variable 3.......... " "                                                       
       Variable 4.......... " "                                                                               
    ow to correct the error                                                           
       Probably the only way to eliminate the error is to correct the program.        
    If the error occures in a non-modified SAP program, you may be able to         
       find an interim solution in an SAP Note.                                       
       If you have access to SAP Notes, carry out a search with the following         
       keywords:                                                                               
    "MESSAGE_TYPE_X" " "                                                           
       "SAPLRSSM_LOAD" or "LRSSM_LOADU07"                                             
       "RSSM_RSREQDONE_READ"                                                                               
    If you cannot solve the problem yourself and want to send an error             
       notification to SAP, include the following information:                                                                               
    1. The description of the current problem (short dump)                                                                               
    To save the description, choose "System->List->Save->Local File             
       (Unconverted)".                                                                               
    2. Corresponding system log                                                                               
    Display the system log by calling transaction SM21.                         
          Restrict the time interval to 10 minutes before and five minutes            
       after the short dump. Then choose "System->List->Save->Local File              
       (Unconverted)".                                                                               
    3. If the problem occurs in a problem of your own or a modified SAP            
       program: The source code of the program                                        
          In the editor, choose "Utilities->More                                      
       Utilities->Upload/Download->Download".                                                                               
    4. Details about the conditions under which the error occurred or which        
       actions and input led to the error.                                                                               
    ystem environment                                                                 
       SAP-Release 700                                                                               
    Application server... "biprdn"                                                 
       Network address...... "10.20.0.8"                                              
       Operating system..... "AIX"                                                    
       Release.............. "5.3"                                                    
       Hardware type........ "00C6DDDD4C00"                                           
       Character length.... 8 Bits                                                    
       Pointer length....... 64 Bits                                                  
         Work process number.. 1                                                                  
        Shortdump setting.... "full"                                                                               
    Database server... "biprdn"                                                              
        Database type..... "ORACLE"                                                              
        Database name..... "BWP"                                                                 
        Database user ID.. "SAPR3"                                                                               
    Char.set.... "en_US.ISO8859-1"                                                                               
    SAP kernel....... 700                                                                    
        created (date)... "Jan 28 2007 20:40:17"                                                 
        create on........ "AIX 2 5 005DD9CD4C00"                                                 
        Database version. "OCI_102 (10.2.0.2.0) "                                                                               
    Patch level. 95                                                                               
    Patch text.. " "                                                                               
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."           
        SAP database version. 700                                                                
        Operating system..... "AIX 1 5, AIX 2 5, AIX 3 5"                                                                               
    Memory consumption                                                                       
        Roll.... 16128                                                                               
    EM...... 12569760                                                                        
        Heap.... 0                                                                               
    Page.... 65536                                                                               
    MM Used. 4316536                                                                         
        MM Free. 4060576                                                                               
    User and Transaction                                                                               
    Client.............. 200                                                       
        User................ "SISLBW"                                                  
        Language key........ "E"                                                       
        Transaction......... "RSPC "                                                   
        Transactions ID..... " "                                                                               
    Program............. "SAPLRSSM_LOAD"                                           
        Screen.............. "SAPLRSPC_FRONTEND 0300"                                  
        Screen line......... 0                                                                               
    Information on where terminated                                                    
        Termination occurred in the ABAP program "SAPLRSSM_LOAD" - in                  
         "RSSM_RSREQDONE_READ".                                                        
        The main program was "RSPC_MAINTAIN ".                                                                               
    In the source code you have the termination point in line 41                   
        of the (Include) program "LRSSM_LOADU07".

    Hi Prashanth,
    Please look at SAP Note: 962365
    Hope it helps you.
    Cheers!
    Amit

  • Help in Process Chains?

    Hi Guru's,
    I am new to Process chain topic.we have almost 60 PC's , My question is ,chain steps are START ->LOAD(clentnumber)->ACR->Abend program,this is flow of data in chain ,alternatively the chain was failes only on load step?As per my knowledge due to duplicats recordes loading .but i want permanent solution for this resason ,why it fails only on load step?
    so plz could any body help on this.
    Thanks&Regards,
    Goodyear,

    Hi Good year,
       You are having problem with your data(duplicate records) thats why it is failing at loaing. Some times PC's fails at ACR(attribute change run), bcoz of ACR locking.
    For more info..see the below links.. similar posts
    Re: Master data load: Duplicate Records
    Hope this Helps
    Srini

  • Issue in process chain (urgent)

    Hi guru's,
    i used customized abap program process type which was already created by somebody.
    i linked this process type to 2 process types based on the success and failure.
    on success of this process type it connects to another program process type , here there is no problem.
    if it is success.
    on failure i connected to attribute change run,
    but it is not continuing , it is stucking there.
    when i check in log view it is giving a msg " status of program xxxx is changed , do you want save the changes ?"
    if i press "yes" chain is continuing.
    but we dont want this , as this chain is scheduled in mid night
    user cannot interact to this msg.
    we want process chain run even if it is failed to next step without any user interaction. please help
    pramod

    Hi Pramod,
    It seems to be there is problem with links.
    Remove the links and relink the process steps.
    Now activate and schedule the process chain.
    I have experienced the similar problem in past.
    Hope this helps.
    -Subhashini

  • Process Chains (Urgent)

    Hi,
    Can any one pls tell me how to create process chains,as i am new to process chains.
    Pls give me the steps how to design the process chains.
    Thanks in Advance.

    hi,
    try
    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 process chains in sap business information warehouse
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/19683495-0501-0010-4381-b31db6ece1e9

  • Node for Process chain--Urgent

    Hai All,
    I am having a group of process chains and i want place in a single node or a folder.
    How to create that node or folder.
    Thanks in Advance.
    Regards.
    Vikram Singh

    Hey i tell you very simple way by which i do always....
    1.When you create a process chain usually it goes to nonassigned folder
    2.To assign a folderdouble click and open your process chain which is under not assigned folder
    3.Click on pencil icon in top menu bar for modifying it
    4.Press CTRL+F11(for display components).
    5.A popup will come Assign Display grouping-Press F4
    6.You will find different folders thereeither select any of the existing folder where you want to put that process chain or-
    Press F5--to create a new folder
    Enter Application Component(folder name) and its long text--and press enter(or green tick)
    7.Select that Application component-->green tick (enter ) -->save(ctrl+s)
    8. Press Refresh button on left side...
    and you are done....
    Assign points if helpful..
    Regards,
    Rocks

  • Need help regarding process chains

    Hi all,
    Can any one tell me how to create process chains,
    i have to create the process chains for
    controlling area
    business area
    plant
    company code
    material
    pack size
    brand
    flavour
    how do i select these things and where can i select these things please tell help me out
    these are all attributes as well as texts
    thanks in advance
    sidhartha

    Hello...
    http://help.sap.com/saphelp_nw70/helpdata/en/87/13843b74f7be0fe10000000a114084/frameset.htm
    I understand the help topics are difficult to find...
    Some tips:
    - use only local objects (create infopackages localy in the production client to build the process chains, so you don't have to transport them).
    - the secret for good process chain is organization. Separate texts, attributes and transactional data in separated process chains. Use a "master" global process chain to call the sub-process chains.
    - careful assure the necessary precedences. Make sure you load attribues and activate the master data before the transactional data.

  • Need help in process chain *need help immdtly*

    I need help in creating one process chain.
    1. i have to load one infopackage to a PSA.
    2. then have to do load for one infocube from two different infocubes one after the other.
    for all these loads one restriction of fiscal year period  to be common value.
    this value may either be allowed to user to select or loaded automatically taking the previous fiscal year value .. any of these two options are fine.
    it would be helpful if anyone can help me out.

    Here is the code for Z program...you can create Tcode thr SE93 where user can enter value .
    parameters: fsper type /BI0/OIFISCPER DEFALUT 2010008.
    data: wa_tvarvc type tvarvc.
    wa_tvarvc-NAME = 'FISCPER'
    wa_tvarvc-TYPE = 'P'.
    wa_tvarvc-NUMB = '
    wa_tvarvc-SIGN = 'I'.
    wa_tvarvc-OPTI = 'EQ'.
    wa_tvarvc-LOW = FSPER
    INSERT TVARVC FROM wa_tvarvc.
    Code for DTP's in Field Level.
    data: wa_tvarvc type tvarvc.
    select single from tvarvc into wa_tvarvc where NAME = 'FISCPER'.
    L_T_RANGE-low = wa_tvarvc-LOW
    L_T_RANGE-SIGN = 'I'.
    L_T_RANGE-OPTION = 'EQ'.
    APPEND L_T_RANGE

  • Error in Process chain( Urgent Please )

    error in Process chains:
    My Process Chain errors out in the step to activate the ODS after loading data inot it.
    The loading is correct and green. The Activation step errors out .
    Can u please explaing me the error messgae what it means & how to overcome the error & correct it ?
    I get message like this :
    Req. REQU_0WBTMPS7KTKP9BWTZ173XWX3Y, data package 000001 with status 2 in rsodsactreq missing in return
    Message no. RSMPC129
    Diagnosis
    Request REQU_0WBTMPS7KTKP9BWTZ173XWX3Y, data package 000001 with status &3 in table 'RSODSACTREQ' is passed to the return structure as correct.
    System response
    The return structure is corrected and the data package is marked as incorrect.
    Message was edited by:
            Chris Gokul

    Chris,
    Looks like a request has not got deleted properly from the table :
    Options that you could look at :
    1. Delete all the data from the ODS and load again ( if that is an option )
    2. There are some entries you need to delete from the RSODSACTREQ table- but for this the suggestion would be to raise an OSS note for SAP to look into the same - we had a similar issue and raised an OSS note for the same and then got some notes from sap.
    Also please mention your BI version and patch level.
    Arun

  • Cancel the scheduled jobs for process chains - urgent

    Hi,
    How do I cancel the scheduled jobs for process chains which are going to run tonight.
    thanks,
    Radha

    Hello,
    Go into transaction code RSPC and then select the particular process chain by going into the edit mode and in the menu...
    Look for Execution --> Remove from Schedule.
    Let me know if that answered your question.
    Thanks
    Dharma.

  • HELP: Creating Process Chain flag

    Good Morning,
        I was wondering if someone could point me into the right direction on how to create a flag on a process chain that will activate user's reports after selected cubes have loaded. I tried searching the forums but couldn't find anything...mainly found stuff to do with email alerts.
             Thanks,
                       Thomas

    Hi Tom.
    You can use the process "Trigger Event Data Change" at the end of your process chain.
    All Broadcast configurations will start after this event is triggered.
    Regards,
    TP

  • Help with Process Chain - Stop remaining Processes if Package returns 0 rec

    Hi, i have a Process Chain that starts with a single InfoPackage.  Then it goes on to distribute the load to multiple DSO's and then onto DSO Activation.  I would like the Process Chain to stop right after the InfoPackage if no records are loaded. 
    Is this possible using the decision variant somehow?  Any details on how to achieve this are greatly appreciated!

    Hi ,
    The request is goin to red status when 0 records are pulled in. There is a option in info package so that even when 0 records come in the request status would be green.
    Open your info package , then in the menu goto "Scheduler > Treatment of warnings > Select Green" so that in future even if the info package pulls 0 records the status would be green . then the activation step in the process chain would also be carried out smoothly.
    In this way you need not manually change any request status to green . Saves you time.
    regards
    Venky

  • Error in opening a file .......... plz help ... its urgent

    here is the code
         filename := '/dev60temp/asif.csv';     
         csv_file :=     TEXT_IO.FOPEN(filename,'a');
    when i try to create file using this code, it gives error as
    soon as fopen is called. /dev60temp/ is virtual path which is
    mapped to a folder on my localmachine.
    Plz oracle team help ... its really urgent.

    if u want to open the file from the server u have to use
    utl_file package, the text_io is used only for client side
    files.for that it's not necessary to give out the virtual path.

Maybe you are looking for