Operations on a Shutdown Component.

I solicit your views on the behavior:
I shutdown a component.
I attempt a shutdown operation or a stop operation.
Should a JBI Exception be thrown?
SUN RI throws an exception.

Hi Ron,
There are two places in spec component life cycle diagram is given, one in Management chapter and one in Component Framework chapter. Both differs in transition from shutdown to stop state. Prior does not allow while later allows it. Which one to be followed?
Again under System Restart topic in Component Framework chapter:
The JBI implementation MUST persist the running state of each component, such that, upon system restart, the implementation will attempt to restore each component to its previous running state.If we follow the life cycle depicted in Management chapter and let us say component was in stopped state. Restart the system how will the JBI implementation take the component to stopped state? It has to momentarily start the component, which I think should not be the desired behavior.
Expecting your direction on this!
--Rajesh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Enterprise Services, Service Operations and Functional Business Component

    Hi,
    in the Enterprise Service desing guide (see https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/40c05360-0501-0010-63bd-aedd415b6e05 ) the relations between Enterprise Services and Service Operations are covered.
    I understand that one Enterprise Service consists of one or  more Service Operations. For Example General Ledger Processing ES offers seven Service Operations. (See Solution Composer)
    Functional Business Components offer one or more Enterprise Services and several Service Operations. As mentioned in the Design Guide, an Enterprise Services is dedicated to a certain Functional Business Component. An Enterprise Service could use several Service Operations of  one ore more Functional Business Components.
    When browsing the Solution Composer I couldn't discover any Enterprise Service that uses Service Operations of more than one Functional Component.
    Here's my question: Does anyone know an Enterprise Service  described in the Solution Composer which uses Service Operations of several Functional Business Components? If there aren't any, why?
    Regards,
    Sebastian

    Sebastian,
    I haven't looked through the entire set of preview services, but most of what I have seen is consistent with what you are describing. I think the short answer is the ESA preview system is really a pre-release of the intial ESR which itself is essentially an extension of XI's integration repository. These are basically the finer grained object and interface level services.
    SAP should be releasing some significant content updates to this ESR after NW2004S goes GA later this year. More importantly the next edition of the ESR tied to the BPP release will greatly expand on the scope including containing the more complex service defintions and process models which cut across components that you are looking for.

  • How  to attach more than one department (operation sequence) for an component

    Routing For Assembly-A
    Opeartion Seq Dept ...
    10 DEPT-1
    20 DEPT-2
    30 DEPT-3 AND THE ASSEMBLY-B GOES THROUGH ALL DEPARTMENTS
    For example the BOM is like this
    Assembly-A
    10 Assembly-B
    WHEN ROUTING IS ATTACHED TO BOM IS IT CORRECT TO DO LIKE THIS.
    ITEM SEQ OPER.SEQ
    10 10
    10 20
    10 30. IF THIS IS CORRECT THEN INDENTED BILL WE DIFFERENT ALSO SAME ITEM WILL REPEAT. CLARIFY

    Could you pls. put your question in detail?

  • Operation subcontracting - excess component issue to vendor

    Hi gurus,
    Operation subcontracting
    Issue of component to operation subcontractor with excess material.
    After goods receipt from subcontracting what is the impact at subcontractor vendor stock , costing and financial for excess issue stock.
    example
    As per BOM component qty (suppose to issue) is                10
    After altering in PO issue component qty will be issued          15
    At the time of receivable of subcontracting (GRN) where and what is the status of 5 qty?
    Regards,
    RAM

    Do MB1B - Matl Movement Type  - 542 w.ref. to  P.O(excess 5 qty).
    Check stock of subcon. using MBLB.

  • Assignment of single component of BOM on two operations

    Dear All,
    Can anybody guide me how can i assign a single component of BOM on two operations. i.e, suppose component A is used in a BOM and qty is 10 KG. now 7 kg os this component is used in operation 1 and 3 kg in other. so in routing how can i assign. Please dont give me the solution of two line items in BOM as i think it is not proper way. thanks

    May not be proper, but may be the only one...

  • Problem in Component Allocation using RCPTRA01 for Reference Operation Set

    Hello,
    I am trying to do Reference Operation Set upload with component allocation using RCPTRA01 program in lsmw.
    Even though i assign values to BIMPZ structure fields the component allocation is not happening.
    Could u please give some inputs ?
    Thanks!
    Regards,
    Deepali

    Hi,
    Check this link, if it can help you.
    http://help.sap.com/saphelp_45b/helpdata/en/35/a47e3b763e0392e10000009b38f9b7/content.htm
    Reddy

  • Excessive (?) cluster delays during shutdown of storage enabled node.

    We are experiencing significant delays when shutting down a storage enabled node. At the moment, this is happening in a benchmark environment. If these delays were to occur in production, however, they would push us well outside of our acceptable response times, so we are looking for ways to reduce/eliminate the delays.
    Some background:
    - We're running in a 'grid' style arrangement with a dedicated cache tier.
    - We're running our benchmarks with a vanilla distributed cache -- binary storage, no backups, no operations other than put/get.
    - We're allocating a relatively large number of partitions (1973), basing that number on the total potential cluster storage and the '50MB per partition' rule.
    - We're using JSW to manage startup/shutdown, calling DefaultCacheServer.main() to start the cache server, and using the shutdown hook (from the operational config) to shutdown the instance.
    - We're currently running all of the dedicated cache JVMs on a single machine (that won't be the case in production, of course), with a relatively higher ratio of JVMs to cores --> about 2 to 1.
    - We're using a simple benchmarking client that is issuing a combination of puts/gets against the distributed cache. The ids for these puts/gets are randomized (completely synthetic, i know).
    - We're currently handling all operations on the distributed service thread (i.e. thread count is zero).
    What we see:
    - When adding a new node to a cluster under steady load (~50% CPU idle avg) , there is a very slight degradation, but only very slight. There is no apparent pause, and the maximum operation times against the cluster might barely exceed ~100 ms.
    - When later removing that node from the cluster (kill the JVM, triggering the coherence supplied shutdown hook), there is an obvious, extended pause. During this time, the maximum operation times against the cluster are as high as 5, 10, or even 15 seconds.
    At the beginning of the pause, a client will see this message:
    2010-07-13 22:23:53.227/55.738 Oracle Coherence GE 3.5.3/465 <D5> (thread=Cluster, member=10): Member 8 left service Management with senior member 1
    During the length of the pause, the cache server logging indicates that primary partitions are being shuffled around.
    When the partition shuffle is complete, the clients become immediately responsive, and display these messages:
    2010-07-13 22:23:58.935/61.446 Oracle Coherence GE 3.5.3/465 <D5> (thread=Cluster, member=10): Member 8 left service hibL2-distributed with senior member 1
    2010-07-13 22:23:58.973/61.484 Oracle Coherence GE 3.5.3/465 <D5> (thread=Cluster, member=10): MemberLeft notification for Member 8 received from Member(Id=8, Timestamp=2010-07-13 22:23:21.378, Address=x.x.x.x:8001, MachineId=47282, Location=site:xxx.com,machine:xxx,process:30552,member:xxx-S02, Role=server)
    2010-07-13 22:23:58.973/61.484 Oracle Coherence GE 3.5.3/465 <D5> (thread=Cluster, member=10): Member(Id=8, Timestamp=2010-07-13 22:23:58.973, Address=x.x.x.x:8001, MachineId=47282, Location=site:xxx.com,machine:xxx,process:30552,member:xxx-S02, Role=server) left Cluster with senior member 1
    2010-07-13 22:23:59.135/61.646 Oracle Coherence GE 3.5.3/465 <D5> (thread=Cluster, member=10): TcpRing: disconnected from member 8 due to the peer departure
    Note that there was almost nothing actually in the entire cluster-wide cache at this point -- maybe 10 MB of data at most.
    Any thoughts on how we could eliminate (or nearly eliminate) these pauses on shutdown?

    Increasing the number of threads associated with the distributed service does not seem to have a noticable effect. I might try it in a larger scale test, just to make sure, but initial indications are not positive.
    From the client side, the operations seem hung behind the DistributedCache$BinaryMap.waitForPartitionRedistribution() method. The call stack is listed below.
    "main" prio=10 tid=0x09a75400 nid=0x6f02 in Object.wait() [0xb7452000]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache.CDB:96)
    - locked <0x9765c938> (a com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap$Contention)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForRedistribution(DistributedCache.CDB:10)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureRequestTarget(DistributedCache.CDB:21)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.get(DistributedCache.CDB:16)
    at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1547)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap.get(DistributedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
    at com.ea.nova.coherence.lt.GetRandomTask.main(GetRandomTask.java:90)
    Any help appreciated!

  • Completely shutdown procedure for E20K/E25K?

    Hi,
    Can anybody tell me how to Completely shutdown for E20K/E25K? It will shutdown the operating systems, and all component of servers.
    Thanks,

    Once all active domains are shut down, run poweroff on the main SC to power off all IO, SB and EXB boards.
    (Then disable SC failover, and shutdown the spare and then main SC controller.)

  • SAP Gui Logon - application server shutdown

    Hi!
    I'have installed SAP Netweaver 7.0 Abap TRIAL on my Windows XP Service Pack 3.
    After lunching NSP-->Start Application Server, all is ok.
    But when i try to Logon with Sap Gui 7.10, i get this error :
    application server shutdown
    Component     DPTM
    Release                710
    Version             10
    Return Code     -17
    Counter             1
    Could you please help me?
    Thanks a lot!

    Hi!
    MaxDB seems to start correctly :
    http://www.fabiocavallo.it/sap/maxdb.jpg
    ...here comes dev_w0 :
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Thu May 22 19:58:50 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\SAP\NSP\SYS\exe\run\dbsdbslib.dll' ...
    M  *** ERROR => DlLoadLib: LoadLibrary(C:\SAP\NSP\SYS\exe\run\dbsdbslib.dll) Error 126 [dlnt.c       237]
    M          Error 126 = "Impossibile trovare il modulo specificato."
    B  *** ERROR => Couldn't load library 'C:\SAP\NSP\SYS\exe\run\dbsdbslib.dll'
    [dbcon.c      4726]
    M sysno      00
    M sid        NSP
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    95
    M intno      20050900
    M make:      multithreaded, ASCII, optimized
    M pid        3376
    M
    M  kernel runs with dp version 224(ext=109) (@(#) DPLIB-INT-VERSION-224)
    M  length of sys_adm_ext is 360 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3376) [dpxxdisp.c   1301]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

    M Thu May 22 19:58:51 2008
    M  DpShMCreate: sizeof(wp_adm)          6328     (904)
    M  DpShMCreate: sizeof(tm_adm)          3605136     (17936)
    M  DpShMCreate: sizeof(wp_ca_adm)          1200     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     1200     (60)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    M  DpShMCreate: sizeof(comm_adm)          528048     (1048)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (96)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1280)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 06420040, size: 4205552)
    M  DpShMCreate: allocated sys_adm at 06420040
    M  DpShMCreate: allocated wp_adm at 06421A28
    M  DpShMCreate: allocated tm_adm_list at 064232E0
    M  DpShMCreate: allocated tm_adm at 06423310
    M  DpShMCreate: allocated wp_ca_adm at 067935A0
    M  DpShMCreate: allocated appc_ca_adm at 06793A50
    M  DpShMCreate: allocated comm_adm at 06793F00
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 06814DB0
    M  DpShMCreate: allocated gw_adm at 06814DF0
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 06814E20
    M  DpShMCreate: allocated wall_adm at 06814E28
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host PCFABIO

    M Thu May 22 19:58:52 2008
    M  calling db_connect ...
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\SAP\NSP\SYS\exe\run\dbsdbslib.dll' ...
    M  *** ERROR => DlLoadLib: LoadLibrary(C:\SAP\NSP\SYS\exe\run\dbsdbslib.dll) Error 126 [dlnt.c       237]
    M          Error 126 = "Impossibile trovare il modulo specificato."
    B  *** ERROR => Couldn't load library 'C:\SAP\NSP\SYS\exe\run\dbsdbslib.dll'
    [dbcon.c      4726]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 008192) [thxxhead.c   1426]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10240]

    M  Info for wp 0

    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server PCFABIO_NSP_00 on host PCFABIO (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Thu May 22 19:58:52 2008
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10439
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 3376) [dpnttool.c   327]
    Thanks again, Sergo!
    Regards.
    Fabio

  • Operation of Search architecture.

    Good morning MS community,
     So far i have been done the SharePoint Server 2013 search architecture:
    http://technet.microsoft.com/en-us/library/cc263199%28v=office.15%29.aspx
    Afterward, i myself interpret the diagram into the image below: This is an operation of SharePoint 2013 search from my understanding.
    My question is: "Could you please advise me whether i understand correctly about the "search architecture" - SharePoint 2013 - from my below analytic?"
    ******************* My analysis of "Search operation " *****************************
    1. User enter a string of information that he/she wants to looking for. The string is sent to query components.
    2. Query processing components will:
    - Analyze the Search queries.
    - Perform linguistic processing. Such as "word-breaking" and "stemming".
    - Optimize precision, recall, relevancy.
    - Submit to index component.
    * Later on, index component will gather data from 2 source:
    - Crawl and components process.
    - Analytic process.
    3. Gathering Data from Crawl and components.
    3.1.
    Crawl component will collect crawling content sources: invoke connectors/ protocol handler to interact with content source to retrieve data.
    - Type of data:
    + Actual data.
    + Metadata.
    - At the same time, the crawl components will:
    + Store information about crawled items on crawled DB. Crawl component will write the following information to crawl Database:
    * Last crawl time.
    * Last crawl ID.
    * Type of updating during last crawl.
    + Track crawl history.
    è After successfully gathering information from content resource, the crawled
    data will be sent to "content processing component".
    3.2. Content processing component:
    - Transform crawled items into "artifacts" that can be included in "search index".
    + How to transform: performing some operation such as "document parsing
    and property mapping".
    - Perform linguistic process, such as "language detection + entity extraction".
    - At the same time, content processing component will write information about "links + URL" to the links database.
    è When finish, content processing will send data to index component.
    4. Gathering data from Analytic process.
    * Explain about components in this part:
    4.1. Analytic process component.
    - Operations: search analytic + usage analytic.
    - Aims: improve search relevance, create search reports, and generate recommendations and deep links.
    4.1.1. Search analytic:
    - Extracting information
    + Link
    + Number of times clicked.
    + Anchor text.
    + Data related to people.
    + Metadata.
    4.1.2. Usage analytic:
    - Analyze usage log information. (retrieve this info from the font-end via event store).
    è Generate usage and statistic reports, store in "analytics reporting
    Database".
    4.2. Analytic reporting database.
    - Result of usage analytics: usage + statistic reports.
    4.3. Link database.
    - Store information of:
    + search clicks.
    + Number of times people click on a search result from the search result page.
    4.4. Event store:
    - Usage events ( such as number of times viewed).
    *** operation of "analytic processing component ***
    - Get information from "link DB", "analytic DB", "event store".
    - Extracting information (links, number of times an items clicked, anchor text, data related to people, metadata …)
    - Send information to "index components".
    - At the same time, write new information to "link DB" + "analytic DB".
    5. "index and query process"
    - Receive processed items from "content processing components" "analytic processing components"
    è write those items to an index file.
    - Send back results to "query processing component".
    6. "Query processing component" Return a set (results) based on the processed query back to the query processing component.

    Hi,
    Search in SharePoint 2013 has been re-architected. You could refer Figure 1 from the link below for big picture of Search process and components:
    http://msdn.microsoft.com/en-us/library/office/jj163300(v=office.15).aspx
    For some basic concepts, you could refer to:
    http://technet.microsoft.com/en-us/library/jj219738(v=office.15).aspx
    If you would like more detail information about search, you might need to contact Microsoft support engineer for more sufficient information.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Looking for a Component Video to Firewire converter

    I am using the Grassvalley ADVC300 now with S-Video inputs. However, I am finding more equipment without S-Video outputs.   So I need a Component Video converter.

    http://www.google.com/search?client=opera&rls=en&q=component+video+to+firewire+c onverter&sourceid=opera&ie=utf-8&oe=utf-8

  • Shutdown hangs after drop column

    Hi,
    We were trying to drop column on a very big table, after that we cancelled that operation, and given shutdown immediate command.
    Now shutdown is taking too much time, going on from last 9 hours.....
    We want to start the database, what can be the best possible solution.
    Shutdown abort and startup will help ?
    Thanks
    Dilipkumar Patel.

    We were trying to drop column on a very big table, after that we cancelled that operation, and given shutdown immediate command.I guess SMON was doing rollback the transaction when you cancelled the operation. Since it was a big table, it was taking lot of time.
    Can you check the alter log is there any error or info msg in it?
    I am afraid if you give shutdown abort, may cause serious issues.
    Before you execute 'shutdown abort', make sure you have good backup, in case of recovery.
    Jaffar

  • Purchase requisition with operation item

    Hello all,
    When I create a maintenance order with one operation with control key PM02 and with one component the system generates PR with 2 items. The first item is always created from the operation. I would like to know if there is a way to prevent the creation of this first item (operation item). We have items that do not have material code and can be confused with the operation item.
    Thanks in advance.
    Best Regards,
    Tiago Magalhaes

    Hi ,
          Try to control thru spro -->PM -->Mainte and Service Processing -->Maint and Service Orders -->Functions and Setting for Order types -->Define Change docs , collective PRs etc .. here you can control wehther you need new PR for externally processed operation or non stock component etc .. also  try to check  BADI IWO1_PREQ_BADI : BAdI for Manipulation of P.Reqs from Orders + Networks for controlling PR generation ..
    Method  : DECISION_COLL_PREQ
    regrds
    pushpa

  • Preventing additional component consumption after final confirm in PM Order

    Hi,
    I am trying to block the consumption of additional components after the final confirmation in a PM order, this is causing erroneous component consp. especially in orders with multiple operations.
    The user may choose a confirmed operation while recording a component, system gives an error but it does not prevent the recording of that component, I want the users to get an error and stop there in such a case.
    I hope I made myself clear, thanks in advance
    IW32 Screen: https://picasaweb.google.com/koray.tulumen/Paylasacaklarim#5707123654338971234

    OK once more I thought I should add screens to better tell what I was trying to ask, I could not do that with the old forum layout. Anyways, could I get that result (in the screens) thru customization. There have been other comments relying on Orders' user statuses but with multiple operations they are not usable, every operation is confirmed individually and order status does either let or deny material movements thru the whole order (all operations)
    Here are the screens, thanks again.

  • Printing the Pick List at operation level

    Hi all,
    Is  it possible to Print the Pick List at operation level.
    Components are assigned  to each operations and release of  production order takes place at operational level. Once operation is released then only relavent component assigned to that particular operation should come in pick list.
    Thanks in advance for your time and efforts.
    Regards,
    Siva
    Edited by: Siva Kumar M on May 19, 2008 3:40 PM

    Hi ,
    System will not select the Opertaion which has status CRTD by default.
    For further selection please try with below settings. ,
    Profile = std profile
    Production Order Number,
    Selection at Operation level
    System status = CRTD  and Actiavte Excl .check box.
    Now system will display the pick list for  released operation and it`s component only 
    Please check, Reward if it is useful.
    Pradeep
    Edited by: Pradeep Kumar on May 19, 2008 3:45 PM

Maybe you are looking for