Expense Sheet job in"Processing" status

Facing an issue in my DEV environment while running expense sheet job through Peoplesoft/Accounts Payable.
The process seems to be struck in processing .. No Transaction Id gets generated.
Ideally, a transaction Id gets generated and we can see the job posted in Integration broker.
No changes are done to Integration Broker settings. Other type of processes are running successfully on Integration Broker except Expense sheet.
Pls. suggest possible reasons for this issue..
Anu

Thank you - haven't tried the backup.sh script but ran small jobs as described in my previous post. Some jobs ran successfully but few failed with the following error messages in Task.out file:
rpmdb: fatal region error detected; run recovery
error: db4 error(-30982) from db->close: DB_RUNRECOVERY: Fatal error, run database recovery
rpmdb: fatal region error detected; run recovery
error: db4 error(-30982) from dbenv->close: DB_RUNRECOVERY: Fatal error, run database recovery
ERROR. Got Failure while running job: RPM_UPDATE_JOB_package_name
The job failed on only certain packages - what could have gone wrong?
Best regards.
Edited by: sravan_572 on Aug 26, 2008 12:18 PM

Similar Messages

  • Job to process messages in Ready Status in SMQ2 ECC

    Hello friends,
    I am sending out messages from SAP ECC to PI  using proxy . The messages are getting stuck in SMQ2 in READY status. I have to each time manually go and activate the queue to send the message out of SAP ECC.
    Is there any job to process them automatically that needs to be set up in SAP ECC ?
    Thank you,
    Teresa

    Hi,
    Investigate why messages were strucked in Queues, there could be some reason, i suggest you too deregister and register queues once again.
    if possible assign sepprate queue for proxy interface.
    Regards,
    Raj

  • Canceled Status in Job Detail, Process Chain triggering w/event

    Hi All,
    I have created event, PC and trigger event with SM64 or with ABAP, everything is ok
    if I activate and Schedule PC, I see BI_PROCESS_TRIGGER job with released status, and when I trigger the event nothing  is happened but when I checked the Job detail I see canceled status job.
    I donu2019t understand why this problem occurs ?
    I can trigger the event but before event trigger the PC, scheduled job detail directly turn to the chancel status.
    if any one give me a clue to solve this problem I will appreciate
    Note : No Job log !!!
    Thanks
    Ali

    Ali,
    Check authorizations.
    Try to run process chain with out event(immediate) and check.
    Srini

  • ESS - My Trips and expenses (Processing Status)

    Hello,
    In the ESS portal for Travel Management, the iView 'My Trips and Expenses' has a column called 'Processing Status'.  The description of the trip status in the portal is not the same as in the backend (ECC).
    For example:
        Backend: Trip status shows:    'Trip Completed / To Te Settled'
        ESS:       Trip status shows:    'Trip Completed / Released for approval'
    Does anyone know where the portal is extract this text 'Released for approval'?
    Thank you,
    Robert Cvetas

    Hi Jack
    The texts themselves come from the program SAPLPTRA_UTIL_TRIPS in the text elements but for the actual status, you can look to the AEND part of the cluster transaction PRTE and if you "F4" on the status in the respective column, then you will see the actual status reason.
    Hope it helps
    Sally

  • Overall Processing status for Service Order is incorrect

    On Service order the overall processing status is incorrect at the header.  It remains in status Being Processed even though it is fully processed.  Any suggestions on where to look?

    Can you elaborate a bit more.
    starting from creation of service order to outbound delivery.
    as per my understanding, if you want to do service order process with goods movement.
    In our current client, we are planning to do in below method:
    Customer requests for the service, this service is done in 2 ways,
    1- Service at customer site
    2- service from plant
    in First case, service request will be created from VA01- order related billing. Technician will be sent to customer site along with the spare parts,with ref to this order. Once job is done.Technician will get acknowledgement from customer. Once technicians submit this , then authorized person will remove the billing block from service order, do issue invoice.
    Service order is copy of OR w/o delivery & with order related billing,inlcuding billing block in OR type.
    Fine tune the relevant settings in config.
    2-Service from Plant,
    Create service request, is copy of RE, inward the matererial with PGR. once jobwork is done, create Confirm Service order ( copy of OR ) with ref to above Service Req, create outbound delivery-PGI & Invoice.
    Hope it helps,
    Thought of others in similar scenario with any difference will be really helpful.

  • Item in Transfer Process - Status

    Hi,
    Lately I am having some "not all" Shopping Carts with "Item in Transfer Process" status for days. The system does not reset them back to a different status. No matter what I do, FM execute or job run the shopping cart status doesn't change.  
    Any idea what may be causing this behavior? Is there is anything I could do to force the system to change the "Item in Transfer Process" status?
    All the update jobs are running accordingly. We are in Classic Scenario on SRM 4.0 - Stack # 11.
    Thanks.
    WG

    Hi
    Some remedytrouble shooting reports in the following link
    SC error correction remedy reports like BBP_ALERT_SB_NOTTRANSFERED
    regards
    Muthu

  • BI_PROCESS_TRIGGER event job in released status ONLY

    HI ALL,
    I WANT TO TRIGGAR PC TWICE IN DAY 5 PM AND 2AM.
    1.I CTEATED EVENT IN SM62 (ZSDPC_EVENT)
    2.I CTEATED SE 38 PROGRAM (zsdpp_pc_event_program )LIKE BELOW
    REPORT  zsdpp_pc_event_program.
    DATA: gv_time TYPE sy-uzeit,
          eventid TYPE btceventid.
    gv_time = sy-uzeit.
    eventid = 'ZSDPC_EVENT'.
    IF ( gv_time GE '170000' AND gv_time LE '170000' )
       OR ( gv_time EQ '020000' AND gv_time LE '200000' ).
      CALL METHOD cl_batch_event=>raise
        EXPORTING
          i_eventid                      = eventid
        EXCEPTIONS
          excpt_raise_failed             = 1
          excpt_server_accepts_no_events = 2
          excpt_raise_forbidden          = 3
          excpt_unknown_event            = 4
          excpt_no_authority             = 5
          OTHERS                         = 6.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDIF.
    3.I SPECIFIED AFTER EVENT IN MANAIN VARIANT .ACTIVATED AND SCHEDULED PC
    4. THEN RUNE THIS PRORGAM IN SM36
    BUT MY PROBLEM IS IN SM37 JOB BI_PROCESS_TRIGGER event job in released status ONLY
    please guide me if i am wrong .
    REGARDS,
    KP

    It is supposed to be in Released status.
    The BI_PROCESS_TRIGGER job is scheduled to run based upon the event being triggered (from your ABAP program).  The only thing this job does is trigger the event that runs the next process in your process chain.  If you set up the Start variant in your PC to schedule "After Event" and you set the periodic flag, then after the BI_PROCESS_TRIGGER job finishes, it will reschedule itself.  So, there will always be a BI_PROCESS_TRIGGER job in a Released status.
    Again, the BI_PROCESS_TRIGGER job does not run the entire chain.  It only triggers the next processes in your chain.
    Does this help?
    PS.  Are there any BI_PROCESS_TRIGGER jobs in a Complete status?  If not, then there is an issue with your ABAP program.
    Edited by: Geo on May 4, 2009 11:13 AM

  • Germany config: Trips with per diems created in express expense sheet

    Hi
    Im about to config Germany and we have alot of sales guys who creates many small trips so naturally they need to use the express expense sheet.
    But is it possible to configure the schema so each line covers serveral days so it will calculate the correct per diem depending on the travel times?
    Edited by: morten kristensen on Dec 5, 2011 10:34 AM

    Hi,
    Once the advance is approved by the approver, in table ptrv_perio, field antrg is becoming 4. Once the status becomes 4, by standard you will not be in a position to edit the trips further.
    Now test the following, before approving the advance, try creating expense claim. The system will allow you to create.
    If this is successful, you have to restrict the field antrg in ptrv_perio to still be @ 2 instead of changing it two 4.
    Let me know, if you have any further issues.
    Best Regards,
    Raj

  • Log Info  REASON="Job slave process was terminated"

    hi,
    i'm using oracle 10g, i have scheduled a job in scheduler, the job status is "STOPPED" and shows the log details as Details REASON="Job slave process was terminated". wht can be the reason?
    how to resolve it ?
    Edited by: user10745179 on Jun 8, 2009 3:28 AM

    Was it an external job?
    What is the platform and exact version?
    Ronald
    http://ronr.blogspot.com

  • Jobs scheduler: Process architecutre

    Hi Experts,
    I have a requirement implemented in a certain way, If you can suggest something on how to improve it will be great
    Current Scenario
    1. There are 2,3 tables which are to be updated before starting a process
    2. Once those tables are updated & ready. There is another table PROCESS_MON which has rows for each procedure to be called in the process like below
    PROCESS_NAME      RUN_FLAG
    P1                N
    P2                N
    P3                NRUN_FLAG in this table is updated to Y.
    3. There is a DBMS_JOB which is monitoring this table PROCESS_MON in every 5 mins. When it finds the RUN_FLAG = Y, it triggers the process.
    In the current scenario, I have to update two tables which are to be updated to trigger a process, My question is - Can I get it done in Step 1 itself?
    -Thanks in Advance
    Regards

    Thanks a lot for your reply on this! I apologize if my post is a bit haywire :-(
    >
    Process #1 - update two tables and then set the PROCESS_MON flag to Y as appropriate.
    Process #2 - the process executed by the DBMS_JOB that uses a PROCESS_MON record whose flag is set to Y. This process would normally also set the PROCESS_MON record status to indicate IN_PROGRESS and the start time.
    This would prevent another job or process from trying to start processing the same PROCESS_MON record just because the flag was Y. You would only process records with a Y flag whose status was ACTIVE or READY_FOR_PROCESSING or something similar.
    Then when the processing is complete the PROCESS_MON record would be updated with an end time, the status reset to ACTIVE (or something) and the flag set to N.
    >
    You are bang on for this! Yes this is the current way. I wanted to eliminate manual step of setting the process monitor to Y. I could use triggers to do this, however the problem I have is this - "It is not necessary that whenever those two tables are updated we have to run the process".
    I was thinking of these steps -
    1. Whenever those two base tables are updated
    2. Write a Trigger which
    a. validates the data in both the tables
    b. sends an email, alerting that process will be triggered in next one hour
    c. Triggers a job which will run after one and a half hour
    Does anyone in the forum think this is a bad architecture? please let me know...
    Thanks in advance!

  • How to find triggering job for Process chain

    Hi,
    I have a process chain and its triggering by some other system using an event.
    I want to know how to find which ystem is triggering this job means process chain and on what basis it is starting?
    I have an event for this process chain and also FM : BP_EVENT_RAISE. So how to find the with those details?
    Thanks,
    Phani

    HI,
    some other system means either dev, qas, prd?
    for every process in a process chain there is a chain id which is same as the name of your chain,
    for every chain id there exist some log ids , this both information you can find from the standard table RSPCLOGCHAIN
    From this log id you can find the status of the process from  table RSPCPROCESSLOG.
    here u will find the status of your process whether is has been completed successfully or ended with errors.
    Thanks,
    Phani.

  • SAP Trip Processing Status disappeared after EP6U Upgrade

    Hi All,
             The Main screen in T&E Portal where user sees the Processing Status of Submitted Expense has gone missing after the EP6U upgrade. Any idea what would have gone wrong? Only Specific Processing Status " Transferred to FI" is being shown.
    Kindly help where to check and change this.
    Regards,
    Anand R

    Hello
    I dont really get what exactly your problem is (which page ?? which scenario??)...
    But to check which webdynpro component is linked to a portal iview you can use right click in page as shown below :

  • Processing Status on Sales Order

    I am configuring in SAP R/3 a Free Third Party Sales Order . . . The problem I am having is with the Processing Status area . . . specifically the Overall Status for the Header and the Item.  With the new set up neither of those fields show on the sales order,  and so the order does not show up on VA05 as open when first entered.  What would need to be done in configuration for these fields to be on the sales order, and to show the appropriate status?
    Update . . . The only way so far I have found to have these fields show on the sales order is by using the Completion on the item category, but from what I am reading it is not the suggested way to do it, yet the only way so far to get it on there.  And, the problem here is when in MIRO the PO on the Free Third Party Order, it does not complete the Sales Order Header or Item, so I still am unable to get the status to change.
    Any ideas?
    Edited by: Diane Thacker on Aug 4, 2009 9:41 PM

    Hi,
    Per standard process, the sales process will not complete unless the billing has been done for the sales order.
    What this means is once MIRO is done, the sales order is eligible for billing. You must complete the billing, so that the sales order wont appear in the VA05 list. Until billing is completed, the sales order status remains open.
    Regards

  • Sale order Processing status

    Hi gurus,
               Where we check the sale order processing status configuration ?
    Regards,
    T.Murugu

    Dear Murugu
    If you see the document flow of the particular sales document, you can see the status.
    If you want to know where the control is, go to VTLA, for the combination of your order type and delivery type, select your item category and execute.  There you can see a field Update document flow.  You have to check this box for status updation.
    thanks
    G. Lakshmipathi

  • Report to check Po o/p processing status & details

    Dear experts ,
    Is there a standard SAP report that give me the details of a PO o/p type processing status with details ?
    Regards
    Anis

    Dear Jurgen ,
    Thx for the update , but  ME9F is an executable report , also it doesnt have the message details in the o/p screen . I wanted an information report for end user that would just tell him if the output exitsis & if yes what is its status & other details .
    Regards
    Anis

Maybe you are looking for