What do these background jobs stand for ?

Hello BW Experts,
These are the couple of background jobs prefixes that i need to analyse. Could you please suggest what these stand for ?
BIREQU
BI_AGGR4
BI_BTCH
BI_DELR
BI_HIER
BI_ODSA
BI_PROCESS_ABAP
BI_PROCESS_LOADING
BI_PROCESS_ODSACTIVAT
BI_PROCESS_TRIGGER
BI_PSAD
BI_REQD
BI_STAT
BI_STRU
BI_WRITE_PROT_TO_APPLLOG
RANATL_ACCT_CACHE_WARMUP
Suggestions appreciated.
Thanks,
BWer

Hi,
BIREQU - Load of a Request/Reconstruction of a request
BI_AGGR4 - Aggregates activation
BI_BTCH - Any batch job like ABAP program run in background
BI_DELR - Deletion of request
BI_HIER - Hierarchy loading/activation
BI_ODSA - ODS activation
BI_PROCESS_ABAP - ABAP program in process chain
BI_PROCESS_LOADING - Data Loading in process chain using nfopackage
BI_PROCESS_ODSACTIVAT - ODS actiavation in Process chain
BI_PROCESS_TRIGGER - Trigger job for process chain
BI_PSAD - probably PSA deletion
BI_STAT - Building statistics
BI_STRU - Change run job
BI_WRITE_PROT_TO_APPLLOG - Application log job
RANATL_ACCT_CACHE_WARMUP
Bye
Dinesh

Similar Messages

  • Background job running for a long time - trace is not capturing.

    hi guys,
    My background job runs for more thatn 4 hours.  some times. (normally it completes withing one hour)
    i tried to trace using st12 ....and executed this program. but not got complete trace report of 4 hours.
    what is the best way to trace long running programs like this.
    is there any alternative for this...???
    regards
    girish

    Giri,
    There is no need to trace a program for the full 4 hours. There is usually just one piece of rogue code causing the problem, and it can be identified quite quickly.
    If I were you I would just watch the job run via SM50, to see if it lingers on any database tables. Also check if the memory is filling up - this is the sign of a memory leak.
    You can also try stopping the program (via SM50 debugging) at random points, to see what piece of code it is stuck in.
    The issue should reveal itself fairly quickly.
    Tell us what you find!
    cheers
    Paul

  • What do ICI and IMS stand for?

    On MSI's FTP site there seem to be two kinds of BIOS's, some with IMS in the name, others with ICI in the name.
    The IMS's seem to be the ones that are publicly available via their website.
    The ICI's are typically the ones that are suggested to try if your board shows bad DPC latency results.
    Now I'm curious, what do IMS and ACI stand for? And what's the difference between these BIOS's?

    /sbin => When it comes to binaries, this directory is where statically linked binaries live - Generally
    Just run file against most of the commands you see in that directory.
    /bin => This is where the binaries that users and the rest of the system normally use. When it comes to binaries, these are usually but not always dynamically linked type binaries.

  • What does the acronym PH stand for in the article id number

    Trying to figure out what the different acronyms stand for in the article id number. I know HT stands for how to and TS stands for trouble shooting. What does PH and HE stand for.

    PH refers to product help; these articles are the same as the product's content in the Help Viewer.
    HE articles describe navigating Apple's support system itself.
    (79649)

  • Regarding Background Job scheduling for file to file scenario

    Hi Guru's
    Good morining all of u
    I have one doubt on ...
    can we do background job scheduling for file to file scenario?
    Please give me response as early as possible.
    thanks and regards
    sai

    background jobscheduling for file adapter...
    you can schedule the file adapter according to your requirement as follows:
    In the  Communication Channel Monitoring Locate the link Availability Time Planning,  In Availability Time Planning, choose the Availability time as daily and say create, give the time details, select the communication channel in your case file adapter , goto the Communication Channels tab and filter and add the respective channel, save it
    /people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-

  • Background job scheduling for report

    Hi can any one explain me how to do background job scheduling for report periodically for every 15 min.

    Hi Rajesh thanks for your brief explanation.
    but I am new to abap so I can't understand exactly will you please make it clear for the below program
    REPORT  zklj.
    data: begin of itab occurs 0,
          partner  type but000-partner,
          type     type but000-type,
          BU_SORT1 type but000-BU_SORT1,
          end of itab.
    select partner type from but000 into table itab.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
      BIN_FILESIZE                    =
        FILENAME                        = 'd:\al1\ahaj.xls'
        FILETYPE                        = 'DAT'
      APPEND                          = ' '
      WRITE_FIELD_SEPARATOR           = ' '
      HEADER                          = '00'
      TRUNC_TRAILING_BLANKS           = ' '
      WRITE_LF                        = 'X'
      COL_SELECT                      = ' '
      COL_SELECT_MASK                 = ' '
      DAT_MODE                        = ' '
      CONFIRM_OVERWRITE               = ' '
      NO_AUTH_CHECK                   = ' '
      CODEPAGE                        = '400'
      IGNORE_CERR                     = ABAP_TRUE
      REPLACEMENT                     = '#'
      WRITE_BOM                       = ' '
      TRUNC_TRAILING_BLANKS_EOL       = 'X'
      WK1_N_FORMAT                    = ' '
      WK1_N_SIZE                      = ' '
      WK1_T_FORMAT                    = ' '
      WK1_T_SIZE                      = ' '
      WRITE_LF_AFTER_LAST_LINE        = ABAP_TRUE
      SHOW_TRANSFER_STATUS            = ABAP_TRUE
    IMPORTING
      FILELENGTH                      =
      TABLES
        DATA_TAB                        = itab.

  • How to find out what the geniric short forms stand for?

    Hi if you see the ThreadLocal class in jdk1.6 it is written like this in doc. ThreadLocal<T> and if you see the method Class.forName() the return type is Class<?> i am just confused a littele bit. how to find out what this <T> and <?> stands for? I mean how do i know that what to pass in their place?

    [Start from Here|http://java.sun.com/docs/books/tutorial/extra/generics/index.html]

  • What do the symbol and stand for in the following script? not like displa

    What do the symbol *>* and *>>* stand for in the following script? It is displacement? They do not like displacement symbols.
    $JAVA_HOME/bin/java -cp $CLASSPATH $JVM_OPT $SYS_OPT
    oracle.sysman.integration.coherence.EMIntegrationServer *>* $COHERENCE_
    HOME/mgmtnode.log *>>* $COHERENCE_HOME/mgmtnode.err &
    Thank you

    jverd wrote:
    BigDaddyLoveHandles wrote:
    But the example, if it's correct, seems to be using >> to redirect stderr, not to append stdout. The OP should identify what OS and what shell they are using.In any unix shell I'm aware of, > is overwrite and >> is append.Which is why he said "seems to be using >> to redirect stderr". Which I read to mean that BDLH also found it to be incorrect but some "corner-product" shell may do this sort of thing (not that I know, or have heard, of any that do). ;-)
    In a bourne family shell, the initial construct would cause stdout to replace the log file and append the err file, and would not redirect stderr.
    If you want to send stdout to one file and stderr to another, with overwrite, it'd be
    command > logfile 2> errfile
    Correct, of course. ;-)
    And, of course, changing either of those ">" symbols to ">>" would append (that stream), but you've already said that. ;-)

  • What does L and A stands for

    hi,
    I referred to KM Developers guide
    what does L and A stands for in the following syntax
    *<%=odiRef.getTable("L", "INT_NAME", "A")%>*
    Can anyone explain it briefly on what basis they mentioned/named it as "L" and "A"
    Thanks,
    Saichand Varanasi

    It is explained with examples at :- http://download.oracle.com/docs/cd/E14571_01/integrate.1111/e12645/odiref_reference.htm#CIAFGGCG
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • What does this scheme-name stand for ?

    What does this <scheme-name> stand for? Does it stand for the name of this <read-write-backing-map-scheme> ?
    <read-write-backing-map-scheme>
    *<scheme-name>categoriesLoaderScheme</scheme-name>*
    <internal-cache-scheme>
    <local-scheme>
    <scheme-ref>categories-eviction</scheme-ref>
    </local-scheme>
    </internal-cache-scheme>
    <cachestore-scheme>
    <class-scheme>
    <class-name>com.demo.cache.coherence.categories.CategoryCacheLoader</class-name>
    </class-scheme>
    </cachestore-scheme>
    <refresh-ahead-factor>0.5</refresh-ahead-factor>
    </read-write-backing-map-scheme>
    This excerpt is come form the following cache-config.xml file:
    <cache-config>
       <distributed-scheme>
          <scheme-name>categories-cache-all-scheme</scheme-name>
          <service-name>DistributedCache</service-name>
          <backing-map-scheme>
          <!--
          Read-write-backing-map caching scheme.
          -->
          <read-write-backing-map-scheme>
             <scheme-name>categoriesLoaderScheme</scheme-name>
             <internal-cache-scheme>
                <local-scheme>
                   <scheme-ref>categories-eviction</scheme-ref>
                </local-scheme>
             </internal-cache-scheme>
             <cachestore-scheme>
                <class-scheme>
                   <class-name>com.demo.cache.coherence.categories.CategoryCacheLoader</class-name>
                </class-scheme>
             </cachestore-scheme>
             <refresh-ahead-factor>0.5</refresh-ahead-factor>
          </read-write-backing-map-scheme>
          </backing-map-scheme>
          <autostart>true</autostart>
       </distributed-scheme>
        <!--
        Backing map scheme definition used by all the caches that require
        size limitation and/or expiry eviction policies.
        -->
       <local-scheme>
          <scheme-name>categories-eviction</scheme-name>
          <expiry-delay>20s</expiry-delay>
       </local-scheme>
    </cache-config>

    If you look at the documentation here [http://download.oracle.com/docs/cd/E14526_01/coh.350/e14509/appcacheelements.htm#BABEFGCG] you will see that it does indeed specify the name of the scheme. The other XML tags are explained too.
    JK

  • GRC AC 5.3 - Sync Mode background job running for days.

    We have the following performance issues on the GRC System.
    1- Please note that the sync mode background job has been running for DAYS.
    My question is if I  truncate table virsa_cc_prmvl;  (which stores all the analysis results), will my GRC system be effected.
    2- Secondly we have a job analysing roles, which causes the performance to go down. And due to we have a extremely high number of roles, we would like to know if there would be a way to improve the analysis for roles. Is there any parameter modification in GRC / J2EE/ backend related to roles?
    Details of our roles:
    - we have more than 60000 roles in our system
    - 75 % of the roles are not assigned to any user (is there a way to avoid these roles? these roles are not put in order so too tedious to choose roles individually or by range.
    3- We are running a job with four risks and it's taking more than two minutes per user (we've got 10.000 + users in total)
    How can I resolve this performance issue.
    4- What is the recommended size of the batch for user sincronization. Should I use 1000 or 10,000 (based on our above environment).
    Thanks,
    Haleem

    Hello, Abdul!
    How you have solved a problem?
    Thank you a lot.
    Best regards,
    Denis Gaykov

  • Inbound IDoc creating background job even for trigger immediately setup

    All,
    I have a very serious problem in our production system.
    Scenario:
    Vendor is chagend in system A (Outbound) and the same is interfaced to System B (Inbound) and i am using trigger immediately option, but still I am seeing a background job is created for 'RBDAPP01' and creating the spool request. The issue is I am sending 1000 of idocs and the spool number is increasing daily in system B.
    So, can any one explain me why the background job is getting triggered even though I set the partner profile settings as 'Trigger Immediately'.
    The above issue is not happening in our quality system it simply updagtes vendor information in system B with out creating any background job. Please note that the same settings are maintained in both the systems.
    Your immediate inputs are really valuable for me.
    Regards,
    Suman

    This is an performance issue on the receiving system. In case the system does not have enough resources to process the IDoc immediately it will always schedule a background job to ensure the processing of data.
    You need to check whether the system has enough work processes available during the time when 1000 of IDocs are received or send the IDocs in packages with some time in between.
    Regards,
    Kai

  • What does the extension aspx stand for?

    I have a file that was sent to me...and now I cannot open it! The extension is aspx, and I would like to know what that stands for? What program do I need to open this file in the correct format? Thanks
    Merry Christmas to you all!

    Hi,
    Please check the following link:
      http://pcsupport.about.com/od/fileextensions/f/asp​xfile.htm
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • What does the prefix FND stands for?

    In oracle application there is a prefix FND for some objects such as FND_USER table. What does it stands for or it's descriptive meaning.

    FND stands for "Foundation", which includes all common applications (Users management for example)
    In the database, the table are stored into the APPLSYS scheme.

  • Mail configuration and background job scheduling for ST22 Data

    Experts,
    I want to know how can i schedule a background job in SAP to extract data from ST22 and send a automated mail for the same?
    Any help will be appreciated, Thanks!!!
    Regards,
    Vinit Pagaria

    You don't need to do that, simply configure CCMS (RZ20) to send you an alert via mail when a dump occurs.
    Read,
    http://help.sap.com/saphelp_nw04/helpdata/EN/90/4e313f8815d036e10000000a114084/frameset.htm
    Regards
    Juan

Maybe you are looking for

  • ITunes crashes when I try to access my device

    When I connect various devices and sync them to iTunes, the device backs up properly, but the device name comes up as "%S's iPhone" (or iPod or iPad, it happens with all my devices). When you click on the %S's iPhone button to access the details of t

  • Unix or Windows platform for large configuration

    Hello, I’m working on a scoping phase for a new SAP project. Targeted SAP users will be between 3000 and 4000. Like every time “the” standard discussion is opened: which platform to use? I would like to go above the classic point of view: UNIX for la

  • Default login form

    Hello there, I want to design a custom login screen that looks just like the oracle default login screen. I went through metalink's suggested method of creating LOGON.fmb. Now i want to learn something new. Is there a way of creating login screen (wi

  • Ipod - iPhoto '06 photocasted album lost in recognition

    Can anyone please confirm if there is really a problem with iPod (aka iTunes) recognizing photo albums that are photocasted? Powerbook G4 1.5GHz 12"   Mac OS X (10.4.5)  

  • Cisco Blade Switch

    I am having problems with configuring speed on uplink ports on cisco blade switches (Cisco Gigabit Ethernet Switch Module for HP BladeSystem p-Class). I can configure fixed speed on uplink ports (Gi0/19-22) but after reload I am getting message that