No background processing active on TargetServr BWTCLNT400

Hi There
I am currently working on a landscape where we have had a copy-back on our CRM system, plus the BW system was moved onto new hardware etc etc. the net result is that I am having a nightmare re-establishing the comminications CRM --> BW (which is now sorted) but especially BW --> BW.
I have sorted out all the usual stuff (SM59, WE20, WE21 etc etc) but when I run an update from an DSO in BW to another InfoProvider using the 3.x data flows, I get the following error in SM21:
BP_JOB_MODIFY: Job cannot be modified. Reason:
> Job BIREQU_62ZSSTFTQ5AI5RW1Y429235SE contains invalid data
BP_JOB_MODIFY: Job cannot be modified. Reason:
> No background processing active on TargetServr BWTCLNT400
I suspect this has definitely something to do with me trying to sort out the process chains and de-scheduling the background job for BI_PROCESS_LOADING on the BW system.
When I try to re-shedule this job using SM37, where you define a step for the ABAP Program RSPROCESS the system insist that I should enter a variant (which does not exist). So obviously I am being a muppet.
Does anybody know how I can re-start the Background Processing (I suspect there is a program that needs to be run or something)?
Any help would be MUCH appreciated.
Cheers - Daneel

Hi
I m facing the same error .. please check this note 147104 might be helpful in your issue..
check the entry in table ROIDOCPRMS for target system.. for the current source system.
Thanks
Sonal....
Edited by: Sonal Patel on Aug 28, 2009 12:08 PM

Similar Messages

  • Background Process trace activation

    Hello,
    It seems that every couple days (I am trying to determine if there is a pattern still) a trace is activated for at least two (sometimes three) Background processes on our SAP 4.7 central instance server (HP-UX 11 / Oracle 9.4.0.2 DB).  I am trying to figure out if this is activated manually by someone trying to fix a problem, or if it is part of a background job that is run.  Is there a manner in which I can make this determination, or at least figure out which job is activating the trace?  System performance is not affected, outside of the fact that the directory for trace files fills up & has to be cleared out.
    Thanks in advance for your input in this matter.

    Hi,
    One can set the trace for a particular Work process using the Tcode ST12 only. So you should check in ST12 for details that who has run the last Trace in the system.
    Otherwise check also Tcode ST01 and ST05 also so that you can also come to know all who has run all kind of traces in the system.
    With Regards,
    Saurabh

  • SAP BI 7 - Background process performance Issue

    This question is about efficiency of dialog process compared to inefficiency of the background process and I want suggestions from SAP Basis/BI experts on this.
    We have observed that our background processes on BI server are not running as efficiently as we would like them to run.
    For example
    DSO activation:
    When I use Dialog mode for DSO Activation with 3 parallel processes, I can activate a certain DSO with in 15 seconds. But the same DSO and the same data package when activated using background mode with 3 parallel process takes about 15 minutes.(there are plenty of background processes available on the system when this activation is running). So dialog process runs 60 times faster than background process.
    In BI 7 most of the operations can be executed only in the background parallel mode. And from the activation example we know that our background processes are not as efficient as dialog processes. It
    is understood that in general the background processes will not be as efficient as dialog processes, but in our case the difference is a factor of 60. We want help to identify, why the background processes are not as efficient as dialog processes. What SAP Basis settings need to be changed to make them as efficient as we can. Any suggestion or help will be highly appreciated.

    Hello Eswaran
    Generally a dialog process is not faster by any means than a background workprocess. Nevertheless i trust you on your observations, so there must be some difference. I just did a small test, i ran SE16 chose a big table and selected 10000 rows, i did 3 tries in dialog and 3 in background. The results:
    dialog: 10.2s, 9.4s, 9.6s
    background: 26s, 24s, 24s
    So even in my simple example the background execution took more time. The issue here is, that the resulting output (which is pretty large) had to be saved additionally in a spool (a total of 167 pages) when executed in background. The selection of the data certainly did not take more time in either case.
    The most important difference between dialog and batch processes is the memory management. Dialog processes work with a shared memory segment (extended memory). Background processes have their private heap memory.
    Nevertheless, background processes are not "slower" in general, not at all. You will need to observe closer, what your processes are doing. Maybe watching SM50 while running the DSO activation is enough to see it, maybe you need to trace a process. If you see large spools generated, or huge amounts of memory consumed, we might already have an answer.
    Regards
    Michael

  • Background processing - unable to access the file

    Hi Gurus!
    01/09/2009 00:00:06 Job started
    01/09/2009 00:00:06 Step 001 started (program ZWELL_UPLOAD, variant 20080107WMI-1, user ID STIWARI)
    01/09/2009 00:00:06 File P:\SAP\ERP\ZWELL\wmigdc\wmi_dls_extract_20090107_3 does not exist or cannot be opened
    01/09/2009 00:00:06 Step 002 started (program ZWELL_UPLOAD, variant 20080107WMI-2, user ID STIWARI)
    01/09/2009 00:00:06 File P:\SAP\ERP\ZWELL\wmigdc\wmi_dls_extract_20090107_2 does not exist or cannot be opened
    01/09/2009 00:00:06 Step 003 started (program ZWELL_UPLOAD, variant 20080107WMI-3, user ID STIWARI)
    01/09/2009 00:00:07 File P:\SAP\ERP\ZWELL\wmigdc\wmi_dls_extract_20090107_3 does not exist or cannot be opened
    01/09/2009 00:00:07 Job finished
    Can I get some help as to why is it not able to loacte the file when run through background processing when its able to read and excute when I directly run the program. Is theer any settings that I need to set up in the ABAP program itself which will enable to make it happen or else what to do so that I can set a background job to happen successfully.
    Thanks

    I have assigned thhose correctly I believe.
    *   Selection-Screen                                            *
    selection-screen  begin of block 1 with frame title text-001.
    parameters:  p_bukrs type t001-bukrs default '1000',      " company code
                 p_zss type zsds_uwi-zss,                     " Survey system
                 p_pathps like rlgrap-filename modif id g1 ,  " Presentation server path
                 p_pathas like rlgrap-filename modif id g2 ,  " Application server path
    *             p_pbkas  LIKE rlgrap-filename MODIF ID g2 ,  " Backup path
                 p_err    like rlgrap-filename ,               " error file as SAP table format
                 p_err2   LIKE rlgrap-filename,               " error file as input format
                 p_ps like ssfparms-binccerts radiobutton group ssff " Presentation server
                 default 'X' user-command shift,
                 p_as like ssfparms-binccerts radiobutton group ssff." Application server
    selection-screen  end of block 1.
    *   Includes                                                           *
    include zwellupd0001. "Top Include
    include zwellupd0002. "Form Include
    *  Initialization.
    initialization.
    *--- Assign default '1' to survey system
      p_zss = v_zss = 1.
    *  At Selection-Screen                                          *
    at selection-screen output.
      perform modify_screen.
    *-Presentation
    at selection-screen on value-request for p_pathps.
      call function 'KD_GET_FILENAME_ON_F4'
        exporting
          static    = c_x
        changing
          file_name = p_pathps.
    *-Application
    at selection-screen on value-request for p_pathas.
    *- Assign the Physical File Name Using a Logical File Name
      call function 'FILE_GET_NAME'
        exporting
          client           = sy-mandt
          logical_filename = c_asin
          operating_system = sy-opsys
        importing
          file_name        = p_pathas
        exceptions
          file_not_found   = 1
          others           = 2.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    at selection-screen on value-request for p_err.
        call function 'KD_GET_FILENAME_ON_F4'
        exporting
          static    = c_x
        changing
          file_name = p_err.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_err2.
        CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          static    = c_x
        CHANGING
          file_name = p_err2.
    *  Start-Of-Selection                                           *
    start-of-selection.
    *---Modify the screen variables as per the user selection
      perform initialize.
    *--- Upload file from Presentation
    *  PERFORM upload_ps .
    **--- Upload file from Application
    *  PERFORM upload_as .
      perform upload_file.
      perform write_err_file.
    *  perform write_err2_file.
      perform write_report.
    *  End-Of-Selection                                             *
    end-of-selection.
    *&      Form  modify_screen
    *       Modify the screen variables as per the user selection
    form modify_screen .
      if p_ps = 'X'.
        loop at screen.
          check screen-group1 = c_g2.
          screen-active = 0.
          modify screen.
        endloop.
      else.
        loop at screen.
          check screen-group1 = c_g1.
          screen-active = 0.
          modify screen.
        endloop.
      endif.
    endform.                    " modify_screen
    *&      Form  initialize
    *       Assign Local Variables
    form initialize .
    *-Pass selection screen fields to local variables.
      v_zss      = p_zss.
      v_pathas   = p_pathas.
      v_pathps   = p_pathps.
    *  v_pathbkas = p_pbkas.
      v_ps       = p_ps.
      v_as       = p_as.
      v_bukrs    = p_bukrs.
    endform.                    " initialize
    *&      Form  write_report
    *       text
    *  -->  p1        text
    *  <--  p2        text
    form write_report .
       if v_zss = 1.
          write: /  '*** Update report for DLS ***'.
       else.
           write: /  '*** Update report for NTS ***'.
       endif.
       write:
              / 'Input File Count', g_inp_count,
              / 'Insert     Count', g_insert_count,
              / 'Updated    Count', g_upd_count,
              / 'Failed     Count', g_err_count.
    endform.                    " write_report
    *&      Form  write_err_file
    *       text
    *  -->  p1        text
    *  <--  p2        text
    form write_err_file .
           case p_as.
            when 'X'.                      "X is application server
    *         TRANSLATE FILENAME USING '\/'." correct slash for unix
              open dataset p_err for output in text mode encoding default.
              if sy-subrc = 0.
                loop at t_err into s_welldls.
                  transfer s_welldls to p_err.
                  if sy-subrc ne 0.
                    message i010(ad) with p_err 'Download Failed'.
                  endif.
                endloop.
                close dataset p_err.
              else.
                message i010(ad) with p_err 'dataset could not be found'.
                sy-subrc = -1.             "Maintain error condition
              endif.
            when ' '.                      "Blank is presenation server
              translate p_err using '/\'."correct slash Dos file
              call function 'DOWNLOAD'
                   exporting
                        filename = p_err
                        filetype = 'DAT'   "FTYPE set to ASC in DATA seg
                   tables
                        data_tab = t_err.
                   if sy-subrc ne 0.
                message i010(ad) with 'File ' p_err 'cannot be located.'.
                sy-subrc = -1.             "Maintain error condition
                exit.
              endif.
          endcase.
    endform.                    " write_err_file
    even the constants:
    *-Declare survey system as constants
    CONSTANTS: c_dls TYPE zsds_uwi-zss VALUE '1',
               c_nts TYPE zsds_uwi-zss VALUE '2',
               c_x   TYPE c VALUE 'X'.
    *-Logical File Path maintained in Txn FILE
    CONSTANTS:
    c_asin  TYPE filename-fileintern VALUE 'Z_INTERFACES_IN_WELL_MASTER',
    c_asout TYPE filename-fileintern VALUE 'Z_INTERFACES_OUT_WELL_MASTER'.
    *-Screen Grouping
    CONSTANTS:
    c_g1 TYPE screen-group1 VALUE 'G1',
    c_g2 TYPE screen-group1 VALUE 'G2'.
    DATA: v_folder  TYPE string.
    DATA: v_filestr TYPE string.
    DATA: v_datalen TYPE i.
    DATA v_rec(1000).
    Thanks

  • Acrobat Mac OS background process saps CPU

    I have had a background process on my Mac OS (Mountain Lion and Mavericks) that occassionally shows up. I find it via Apple's Activity Monitor and see it on the CPU tab, and sorted by CPU Time it shows up near the top.
    I think it has more to do with Acrobat Pro X (maybe 9 as well), since I haven't seen it while just using Acrobat Pro XI (yet!).
    Anyway, the process is called "Acrobat and Adobe Reader" in the listing, with an icon that looks like the Adobe Acrobat updater, the one with the rotating arrow on it. This process will start up at some point, and then it will never quit on its own.
    While it runs, it uses up immense amounts of CPU cycles (in the CPU histogram it is the red area that grows higher than 60% of the activity), and consequently other operations get starved, and it makes the CPU run harder and hotter.
    The only way I have been able to get it to stop is to select it in the Processes list and call it to quit.
    Anyone else run into this? Is there any way to keep it from coming up?
    Thank!

    Hi pathblaster,
    Please refer the following KB to diable autoupdater for Acrobat : http://helpx.adobe.com/acrobat/kb/disable-automatic-updates-acrobat-reader.html
    Alternatively you can install the updates manually from : http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Macintosh

  • CUA - SUIM in client system with background processing of IDOCS

    Hi
    We have setup CUA in our Solution Manager system 4.0 sr2 SP11 and activated background processing of idocs.  When we run SUIM in the child system the user creation/change information is now showing the name of the background user rather than the actual name of the creator/modifier.  
    Has anyone else seen this before and is it standard functionality or a bug?
    Thanks in advance
    Justin

    Hi Djamel
    When you set up CUA you do the inital import of the roles with SCUG, ensure you have the company details correct in each system.  Also in each system schedule the background job SUSR_ZBV_GET_RECEIVER_PROFILES, this will get the details of any new roles/profiles setup in the child systems.
    Regards
    Justin

  • Which background process involves in datapump export/import?

    Hi guys,
    Could any one please tell me which background process involves in datapump export and import activity? . any information please.
    /mR

    Data pump export and import is done by foreground server processes (master and workers), not background.
    http://www.acs.ilstu.edu/docs/Oracle/server.101/b10825/dp_overview.htm#sthref22

  • Background process zffd terminated due to missing confirmation

    Hi all,
            In production system loading 2500000 lak data load to DSO when try to activate the DSO throwing below error. Kindly guide me on this.
    Error:
    Background process <ZASDFFF> terminated due to missing confirmation
    Thanks

    Hello,
    To resolve this issue, you should make some adjustments to the DataStore
    object parameters, then you should be able to activate the request.
    Please make the following adjustments in transaction RSODSO_SETTINGS
    (you can adjust this for each DataStore object):
    1) Maximum package size (for activation).
        This you should reduce to 10000 (if the value is higher than that)
        Then the package processing will be less time consuming.
    2) Maximum wait time for process (for activation)
        This could be increased to e.g. 600 (if the value is lower than this)
    See SAP note 1118205 for further information.
    Best Regards
    Barry

  • Background process BCTL_4CEDE3M8RTW5WPMQ01YVZ4QYE terminated due to missing

    Hi,
    I am getting following error when i am activating ODS (Bi 7.0)
    Background process BCTL_4CEDE3M8RTW5WPMQ01YVZ4QYE terminated due to missing confirmation.
    I tried reloading and activating it,
    i tried with RSRV adjusts.
    I tried changing package size.
    I tried reducing parallel executions.
    Still not able to activate. Can some one help me.

    Here are the short dump details
    Short text of error message:
    Invalid PBT server group name: PARALLEL_GENERATORS
    Long text of error message:
    Diagnosis
         The system tried to initialize the environment for processing
         parallel RFCs using the function module SPBT_INITIALIZE. The server
         group name specified was found to be invalid. The server group name
         describes a group of servers on which the parallel RFCs should be
         processed.
    System Response
    Procedure
         You can use Transaction RZ12 to determine which PBT server groups
         are configured in your system. You should only use one of the
         server group names listed there to process parallel RFCs.
    But i m activating serially with value 1 in option.

  • Background processes of the app server

    Hi,
      We had setup one app server & database server. We would like to restrict the users to use the same server which they are assigned to. Currently it's happening with the logon groups for dialog users. When ever something is getting executed in background it's occupying the other servers background work process also which we don't want to.
      Is there a way to control to use only that particular application server's processes when they are performing any activity or transaction running in the background.
    Regards,
    Krishna.

    Check SAP  [Note 786412 - Determining execution server of jobs w/o target server|https://service.sap.com/sap/support/notes/786412]
    The default server group has now been introduced (as of Basis Release 6.10) for these types of requirements.
    Create a server group with the name 'SAP_DEFAULT_BTC' in transaction SM61 and assign the desired servers. As of now, the background jobs that do not have an execution goal are only executed on a (any) server that is included in the server group 'SAP_DEFAULT_BTC'.
    Note that the 'SAP_DEFAULT_BTC' server group is analyzed at the start time of a job, but not at the definition time. This applies in general to background processing server groups.
    Hope this helps.
    Thanks,
    Naveed
    Edited by: Naveed Qureshi on Oct 11, 2010 11:41 AM

  • Background process BCTL_** terminated due to missing confirmation

    Hi Experts,
    I have a step in Process chain for activation of a request in DSO. But its failing frequently with error message "Background process BCTL_* terminated due to missing confirmation*". I tried to remove the step from process chain and rebuild it, this avoided the failure for a day. But its failing again at same place.
    Can you please guide if anything can be done to stop this failure in future?
    Regards,
    Nirmal

    Hi,
    I also faced the same issue.
    Error when activate DSO in SAP BI :          "Background process BCTL_*   terminated due to missing confirmation"
    I Resolved  by the following way:
    Steps :
    1.ODS Activation window > Click the button u201CActivate in parallelu201D> Changed    the Number of process  3  to 1-->Save
    2.ODS Activation window >Click the button u201CGet SIDs in parallelu201D> Changed    the Number of process  3  to  1--> Save
    Then start the activation
    Successfully completed.
    Hope it will help.
    Thanks &  Best Regards,
    Hema

  • "Unable to Connect to Background Process." Revisited

    Hello,
    I am getting the dreaded "Unable to Connect to Background Process."
    YES I tried the apple suggestion. I also tried the hostconfig suggestion (that one was a mistake!). Archive instal on the system then a re instal of Compressor & Q Master and no luck.
    I did notice one thing in activity monitor "Compressord (Not Responding)" It is hung force quit it and re launch compressor again and it dose that.
    Same is true on my PowerBook G4 17 and my New MacBook Pro 17 (Witch I migrated from the PowerBook)
    I am use Compressor 2.1
    Not sure where to go from here.
    Thanks for any info you can give me!
    Shaun
    MacBook Pro 17 inch   Mac OS X (10.4.6)   2 GB Ram 100 GB 7200 RPM Drive

    Robert's suggestion above is the only thing that worked for me. I tried all of the other "fixes" on this and other threads, but nothing solved the problem until I did this:
    - Quit Compressor
    - Run Terminal and then enter...
    sudo /Library/StartupItems/Qmaster/Qmaster
    ...and enter your system password.
    - Re-Run Compressor and re-submit the batch and it
    should work. Sometimes you need to wait a minute or
    so for Qmaster to get "up and running" but it has
    always worked for me. And Qmaster keeps running
    until you reboot.
    Hopefully, this will help someone else with the same problem.
    G5   Mac OS X (10.4.6)  

  • Background File Activity Hangs

    I've about had it with Dreamweaver because of this one single
    problem. If I restart my system and open Dreamweaver, I can work
    for a few minutes or an hour, or a few seconds, or a whole day, but
    at some point along the way, guaranteed, Background File Activity
    hangs during a PUT function or a Save (automatically put) function
    and the resulting file on the server corrupts itself and reads a
    zero length.
    This is particularly annoying because it screws up my site's
    styling...GRRRRR.

    Just guessing here (I haven't experienced this), but does it help to rebuild your site cache? Site->Recreate Site Cache
    Or, commonly these days, follow the steps for removing a corrupted cache file here: http://forums.adobe.com/thread/417116
    Note that it may take some time to rebuild the cache if you have a lot of files in your site(s). Perhaps longer if the local files are on a different computer (LAN).
    Mark A. Boyd
    Keep-On-Learnin' :-)
    This message was processed and edited by Jive.
    It shall not be considered an accurate representation of my words.

  • ATP Re-Run in background processing for sales order

    Hello All,
    In sales order i need to re run the ATP check for the quantity confirmation in background processing.
    Scenario is :
    I have created orders with order quantity 100.
    while creating the order stock for the same material was only 20 so ultimately it will not confirmed the quantity.
    After the some period i m increasing stock of same material by 120. Now, same order which i created before can be confirmed as i need only 100 quantity in that. but for the same I need to manually run the ATP again and then it will confirm the quantity.
    instead of manually re run the ATP again i want to do this activity in background processing so that it will automatically confirmed the stock once inventory increased.
    Is there any provision in sap to avoid this manual task with the help of background processing or any program?
    Thanks and Regards,
    Rasik

    Hi,
    This can be achieved by rescheduling the orders .
    << Moderator message - Cut and paste response from http://help.sap.com/saphelp_470/helpdata/en/93/744c0c546011d1a7020000e829fd11/content.htm removed and points unassigned. Plagiarism is not allowed in SCN >>
    You reach the Sales screen.
    Select Environment ® Backorders ® Rescheduling ® Execute.
    You can  also simulate the backorders for rescheduling before confirming by selecting the simulateevaluate option.
    Prerequisite for rescheduling the line items of the order is that at schedule line you should not flag the  field fixed date and quantity field. Also for ATP you must have defined the scope of check with checking rule BO(i guess) for that particular plant in combination of checking group .
    Hope this will help you.
    Thanks and Regards,
    Atulkumar Dagade
    Edited by: Rob Burbank on Jan 24, 2012 10:16 AM

  • Background processes using Administration Services

    Where does the background process execute when submitted through Administration Services?I think probably it would escecute on the server which is running the Administrative Services server, but want to verify this.We are running Administrative Services 6.5.3.Thanks

    As an update:
    The "However, this time the database "Invoke" activity is showing the following warning:" is not the issue.
    I replaced the starter Partner link in the BPEL process and created it, again, using the BPEL designer. I left the ESB Adapter partner link for the database insert.
    This deploysand executes without issue.
    So the issue seems to be that it did not like the ESB file read service as the initiating Partner link.
    I will try and discover why!
    Regards
    A.

Maybe you are looking for

  • Safari won't open (EXC_BAD_ACCESS)

    I have tried to update the latest version of Safari (for Tiger 10.4.11) but, still, won't open. It keeps unexpectedly closed. The log is here : Date/Time: 2010-12-29 21:13:07.783 +0700 OS Version: 10.4.11 (Build 8S165) Report Version: 4 Command: Safa

  • How do I get access to my backed up data in the iCloud?i

    How do I get access to my backed up data on the cloud?

  • Transfer video to itunes problem with lion

    Now I have installed OS Lion.  I am trying to transfer some video from my HD to itunes so I can watch on my apple TV. Watching the AVI on my computer opens quicktime and runs perfectly. After transfering the video to itunes, and watching it in itunes

  • Oracle Database 10gHome page

    Hi, I have installed "Oracle Database 10g Express Edition" in my Linux system using the .deb file available in the Oracle Downloads site. When i try to start as given in the documentation "On Linux, click the Application menu (on Gnome) or the K menu

  • How to activate unicode check flag

    How do we activate the "unicode check" flag for programs generated by workflow objects.