Background step in error

I have a background step at the end of workflow. after execution of dialog step, am using IMAGELINK> ASSIGNMETHOD to attach a scaned document to Business document. Sometimes this background step is in error, not all the times. I reran this step using SWPR. after that it executed successfully, am able to see attachment in the document.
I do see below error >
EXECUTE_METHOD_OBJECT_SYNC - Method container for workitem could n't be created
EXECUTE_METHOD_BOR - Method container for workitem could n't be created
Executing batch workitem - unable to instantiate object 'OBJECTREF'.
When i check the log for task container, required all variables are filled. I don't see binding issues also. Not finding a clue, y is it executed when i reran using swpr.
Inputs are appreciated. am using ECC 6.0.

Hi Priya,
     As you mention the note NO : 1052861 if you apply , it would resolve the problem , plz update me. Because I am facing the same problem for background activity only.
Thanks,
Saurin Shah

Similar Messages

  • Background step is 'in process' status in PRD system

    Hello All,
    I have a background step which uses function modules 'create_text' and 'SD_WF_ORDER_REJECT' to update the documents.
    This step is in 'in process 'state' for 2 days in prd system. I checked st22 & swu2.
    There is not errors found.
    How do i reprocess this background step in live system.
    In dev system it's working fine.
    Wat could be the reason? Any inputs will be appreciated.
    Thanks...

    OK.  Next step is to work out why.
    1)  Does the issue happen with all workitems, or just the one.
    2)  If just one, look at the container of the workitem and compare the data to what the process actually requires.  Also check if there is a possibility of the document object being locked due to some outside (of workflow) process.
    3)  If all, Try running the method in SWO1 in debug to ascertain what it is which makes the PRD system different to that in which you developed the workflow.  REMEMBER TO EXIT THE PROCESS BEFORE UPDATE as it is a production system.
    If neither helps, please post any messages from the detailed log for both the workflow F item and the background item, along with an extract of the method code where the issue occurs and we will see what else could be the cause.
    Regards
    Gareth

  • Workflow stopped at background step

    Hi Experts,
    I have a background step in my workflow , when iam testing this workflow from SWUS the workflow is getting stopped at this background step the workflow is not going forward to next step. the workflow log shows ' task started in background'
    moreover i did't find any errors in the log for the same.and i checked SM37 there the relevent job is finished. please advice what canbe the problem?
    Thanks & Regards,
    Sarath.

    HI Sarath ,
    Just change yuor task from BAckgroung to foreground. Insert a break point in the code of the function module used in the task and execute your workflow. 
    Coz you cant debug a background task , you will never come to know wht is happening inside .
    By debugging get the problem in the code , rectify it and change the task again to the background  .
    Hope this will help.

  • Reports Background Engine caused error and had to be closed

    "Reports Background Engine caused error and had to be closed"
    we are encountering this error when trying to run any report on some machines.with windows 2000.
    we tried to login (on the machines having problems) using another windows user,
    sometimes it works and sometimes not.
    we also tried to reinstall the reports runtime and it never worked.
    we have developer 6i, Oracle database 10g express edition.
    Does anyone have a solution to this random problem ?
    Thanks

    dear all
    you can pass parameter from form to report to close report server after close report
    add_parameter(pl_id, 'oracle_shutdown',text_parameter, 'Yes');
    then it will be ok
    good luck
    Message was edited by:
    nim
    Message was edited by:
    nim

  • Background step in workflow remains in process: Workflow gets stuck up

    Hi Gurus,
    I have custom workflow for organization management. The workflow takes information from e-forms(notifications) and updates the infotypes.
    The step which updates infotypes is run as background step.However in some cases the workflow gets stuck up in this step.
    This happens irregularly (once or twice in a month).
    On processing these workflow instances using SWPC , nothing happens and the workflow remains stuck up in the same step.
    Also checked for dumps but nothing available under WF-BATCH.There is no regular pattern for occurance of these instances.
    Can you please suggest what can be the possible cause of them getting stuck up in the background task.
    Regards,
    Rohit

    Check ST22 shortdumps again. Look not only for WF-BATCH but also look for the intitator or the last processor's ID. Sometimes they would be the assigned the user to execute the step ecven if it's a background task.
    Also, I would suggest looking through the code of the method that is being executed carefully. Make sure there are no 'EXIT' or LEAVE' statements. This could also 'sometimes' cause the background process not to return correctly. In addition, check that you are not executing an ever lasting loop.
    If you have access in PRODUCTION, try to execute the method in debug mode to see where the program is inappropriately stopping (t-code SWO1).
    Derrick
    Banks & Company, LLC

  • Background step in progress

    Hi,
    A background step to collect the agent was working fine early. Some of the steps in SOST to send mail were pending for 2days. Due to this if run the workflow , it says "INPROGRESS" for long time. I tried to process manually in SWIA . As per the previous thread i used a function module , but it says type F and B. Not able to process.
    Since it was working fine early i dont think the problem in workflow. The binding also proper. I am seeing the Actual agent step blank in log???
    Help me to solve the problem.
    Thanks!
    Richard A

    Hi Arghadip,
    The design was perfect and was working fine before twodays. But i run it today , it goes "Inprogress" state.When i see the log , i could see one of the mailsend step was pending for the last 2 days. I have tried to complete it by using SWIA.  Huv can i kill the pending workitems?
    previously the actual agent for the step was filled. But it says no agent? What could be the problem?
    I have not changed the design anymore?
    Any basic configuration is missing? I have another doubt. What are the basic setting to be maintained in a new Client for workflow ?
    Richard A
    Edited by: Richard Antony on Jan 17, 2008 8:18 AM

  • Background step in 'In Pocess'

    Hi,
    I am facing a problem at Background step, workitem status is not changing , it is in state 'In process'. if i made changes as foreground step it working fine,But not in background. even if i executing from SWI1 also status remains same.
    In the mothod im executing a BDC fun.module.Please suggest.
    Regards,
    Rajkumar.

    ls_opt-racommit = space
    SAP help says that
    " " (COMMIT WORK terminates processing), "X" ( COMMIT WORK does not terminate processing).

  • Error while execution of Background step

    HI all,
    I have created a smart form attachment step.The step to be executed in Background.
    According step is set syncronous  with background execution.
    However i am getting folllowing error-
    The information displayed is -Execution will continue in backgroun with Status-Error
    Error details are as follows-
    Message Text         Error handling for work item 000000389208
    Exception            630
    Error Type           0
    Area                 SWF_RUN
    Message              630
    Variable 1           000000389208
    Please guide to resolve issue.

    Hi Sanjay,
      As Rick Suggested check the log, if still problem persists & if possible try making the step to dialog execution and check?
    Regards,
    Narin.

  • FIPP object, getting error while posting document in background step

    Hi Experts,
    Once approval is done we are posting document in background, but getting following error
    No batch input data for screen SAPMF05A 0607
    We have delegeted object FIPP to ZFIPP and added method zpost with same code as post with some initial validations.
    Your help in solving this error would be really appreciated.

    If you really haven't done any relevant changes to the SAP standard post method, I would look for an answer from OSS. And if not found, then ask from SAP. But if you have replaced the standard post method code with for example some BDC code, then you need to check this with your ABAP guys... I don't think that it has anything to do with workflow.
    Regards,
    Karri

  • Background callable object :Error

    Hi,
    I created one background callable object in webdynpro,
    to be called from GP design time.
    I have done this using the tutorial :
    "Implementing Background callable object"
    Deployement finished successfully.
    But from GP design time, while creating callable object
    of type backround execution,  I selected,
    container type : library
    container : apibckg(deployed DC of type J2ee server
               library)
    implementation class name : the java class which implemented background callable object.
    But error in gp: is
    "Cannot find this class name"
    In webdynpro after building the project I got the warnings:
    Nov 3, 2006 11:57:13 AM /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] WARNING: apibckg: built with warnings sap.com/apibckg(MyComponents) in variant "default" (1.406 sec)
    can any bdy help me
    thanks
    smitha

    Hi Smitha,
    You just need to repeat the steps described in the tutorial, i.e. define the references and create a class that implements the GP Background callable object interface.
    Don't forget to define the sub-type of the library in the .dcdef file.
         <component-type>
              <vendor>Your vendor</vendor>
              <type>Java</type>
              <sub-type>Library</sub-type>
         </component-type>
    Then add a new empty file named "build.vm" under the folder "cfg". Add the line "#BuildSecondaryLibrary()".
    Then build and deploy. It should be there.
    Regards,
    David

  • Background Job Run - Error Msg

    Hi all,
    When i run my report as background job it is failing.
    In report i have checked one condition n if that do not satisfy it will give error. but in any situation the background job fails though condition satifies but the spool is getin created.
    when i debug the report it gives no error in that report but after it gives System message '' Job cancelled after system exception ERROR_MESSAGE''.
    any guidelines will be appreciated...
    regards,
    vikas.

    thankx for your reply..
    it is not giving me any dump or something neither my report contains any popup window.
    thing is that i am checking one error value at the event END-OF-SELECTION and giving some error mesg depending upon that.
    when i check this in debug mode in background mode itself (thr' JDBG or SM50) the value of error mesg is empty...so idealy the report is executed fine but when after words i go for F8 it gives me that error message.
    regards,
    vikas

  • Background job abend error

    Hi all,
    my background job abends with following errors.
         1. Error when assigning SID: Action VAL_SID_CONVERT table Z......
         2. Activation of M records from DataStore object Z...... terminated
         3. Process 000002 returned with errors.
    Can anyone help me out regarding this.
    Thanks.

    there seems to be a problem with the SID table of your master data. test it with RSRV and repair any errors.
    if this doesn't help return to the forum

  • Background job message error

    Hi everyone,
    I have an alv report.when the user clicks a toolbar button on alv report some transaction runs in the background.When the user again clicks again the same button while still the background job is running i need to pop up a error message saying that already background job is running for this  routine.How can i do that?any sample code please?
    Thank you.

    HI,
    If the user Press the Button, then check whether the background is running , if the nackground is running then raise a pop-up and give a mesage saying that 'A background program is still running'.
    to check whether the Background is running or not ---> Goto Table TBTCO, then give the Job name and get the status, if the status is still running then give the message, if the status is completed then run the job
    Regards
    Sudheer

  • Synchronous Send step showing errors in process designer

    Hi All,
    I have few questions in using a synchronous send step in
    BPM.
    Can I use a synchronous send step without opening Sync/async bridge.
    When is the sync/async bridge opened?
    Scenario:
    File async --> XI (receive async) --> sync send step to J2ee application (HTTP post) --> async response send to File
    Sync Abstract Interface:
    Input:
      Message type (same as outbound)
    Response:
    Message type (same as Http response)
    When I use the synchronous step, I see errors in the process designer saying
    Message to be sent and synchronous interface are not of the same type.  This happens for both request and response message.
    Please help me.
    Regards,
    Meher

    I think the Problem is with the INTERFACE Determination.
    You need a BPM for the above scenario, but not a Sync/Asynch Brindge
    In BPM
    Step 1 : Receive from File 1
    Step 2 : Do Transformation from File1 format to J2EE Request Format
    Step 3 :  Send a Synchronous send Step to J2EE
    Step 4 :  Transform the HTTP response to your File2 Format Response
    Step 5 :   Send the Response to File2
    Interface Determination
    File1 to j2ee Request
    J2ee Request/Response To  J2EE Request/Response
    J2ee Response to file 2
    Please check your Interface determination very closely.

  • HT1414 I have done the first 3 steps but before I can get onto the 4th step a error message comes up Iphone could not be restored, an unknown error occured (1015), the iphone is a 3rd Generation Iphone 3G.

    I was using my Iphone 3G and I tunes told me I needed to upgrade my Itunes, after completing this the said I need to upgrade my I phone and it just blanked off while upgrading. I tried to restore it, I get throught the first 3 steps but then a message comes up and Iphone cannot be restored, unknown error has occured (1015) Please help me ??????????????

    Error 1015: This error is typically caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you are now trying to restore to an authorized, default state.
    From Apple support page > http://support.apple.com/kb/TS3694#error3194
    We cannot help you with a jailbroken device. You will have to look elsewhere.

Maybe you are looking for

  • Scripting: browse for data files in a folder and all subfolders below

    Hello, i'm looking for a command to search for data files (*.dat) in a folder and all subfolders below. I checked out command DirListGet. This command only search in the declared folder and not in the subfolders below. Anyone an idea? I don't want to

  • No telnet server in Windows 10 tech preview

    When I went to enable a telnet server in Windows 10 preview by going to "Turn Windows features on or off," I noticed that there is no option for Telnet Server like there is in Windows 8.1. Running tlntadmn on the command line produces nothing, as doe

  • How to perform an autocheck event when the field changes in ALV

    Hi everybody, how can I build an event or something which would make my 'wa_fieldcat-checkbox' set to 'X' (auto checked) everytime an editable field in the ALV is changed manually by the user? I want to perform this task in order to avoid asking the

  • Restrict access using PHP

    Hi, I created a PHP/MySQL site useing Dreamweaver CS3. I created a set of pages that display, add and edit manes in a database, this is working fine. When I add Restrict Access to the pages every time I go to a new page I am taken back to the login p

  • Trap just before an AWT menu shows itself

    Hello, I am looking for a way to execute some code just before an AWT menu shows itself. I have an AWT menu bar. When the user clicks, say, "Edit," I would like to walk through the options in the Edit menu and enable/disable them based on the user's