Truned of VMC call

Hi Experts,
We have switched off IPC using SAP Note :  "702735 - Switching off IPC in CRM" but still we found CRM_ORDER_READ call some pricing related FM.
So we have disable VMC parameter and now system is throwing an error as VMC RFC destination is blank on FM "SPC_GET_PRICING_PROCEDURE_INFO".
My requirement is turned off VMC as we are not using it for pricing calculation.
Any help would be appropriate.
Thanks & Regards,
Nikhil

Hi Nikhil,
We can achieve it by following ways, if I have understood your query properly.
1. You can control it by using Transactions SM52 & SM 53.
2. You can also switch off the pricing at item category level by using below
SPRO --> CRM --> Basic Functions -->  Pricing --> Pricing in the Business Transaction --> Activate Pricing for Item Categories --> Select the  corresponding item category --> Move to Sales Tab --> And uncheck the flag Pricing-rel.
Thanks,
Hamendra

Similar Messages

  • Truned off VMC call

    Hi Experts,
    We have turned off IPC using SAP note "Note 702735 - Switching off IPC" and that works fine. But We can there are some call made up by SAP to VMC and try to get price related information.
    Is there any way to switched off VMC call. We did try VMC turned off through parameter and which causes dump"RFC_VMC_COMMUNICATION_ERROR" as system could not found VMC RFC destination. Example "SPC_GET_PRICING_PROCEDURE_INFO'
    My Requirement is to turned off VMC calls. As we are not using it and also some time it causes performance impact.
    Any help will be appreciate...
    Thanks & Regards,
    Nikhil

    Hi Nikhil,
    We can achieve it by following ways, if I have understood your query properly.
    1. You can control it by using Transactions SM52 & SM 53.
    2. You can also switch off the pricing at item category level by using below
    SPRO --> CRM --> Basic Functions -->  Pricing --> Pricing in the Business Transaction --> Activate Pricing for Item Categories --> Select the  corresponding item category --> Move to Sales Tab --> And uncheck the flag Pricing-rel.
    Thanks,
    Hamendra

  • SAP standard performance&healthy reference indexes values

    Dear Gurus,
    In EWA report there are many sys performance & healthy indexes (see the list below).
    We can evaluate the system's healthy status through them.
    But we have to know the SAP standard reference values first.
    My question is where I can find out the standard reference values for all of the indexes? (or some of the most important ones of them)
    For instance , The index 'Reference for Avg. Response Time (ms) ' for DIA task is 1600ms.
    Average Response Time/Dialog Step(ms)
    Average Wait Time Per Dialog Step(ms)
    AVerage Roll In Time(ms)
    Average Load And Generation Time(ms)
    Average Database Time Per Dialog Step(ms)
    Average Processing Time Per Dialog Step(ms)
    Average Roll Wait Time(ms)
    Average GUI Time Per Dialog Step(ms)
    AVerage CPU Time(ms)
    Average DB Procedure Call Time/Transaction.(ms)
    Average Lock Time Per Dialog Stepz(ms)
    Average RFC Interface Time(ms)
    Average Frontend Network Time(ms)
    Requested Data(KB)
    Number Of Roundtrips
    Number Of VMC Calls
    Total VMC CPU Time(s)
    Total VMC Elapsed Time(s)
    Average VMC CPU Time(ms)
    Average VMC Elapsed Time(ms)
    Number Of Dialog Steps
    Thank you very much!
    Jason

    Hello Pravin Challa,
    I've read the webpasges you offered.
    I've learnt a lot from your help.
    But there are still terms some terms confused me.
    At the part 'Analysis of DB SQL CACHE' of our EWA report.
    I can undstand some terms clearly. For instance,
    'CPU Load [%]','I/O Load [%]','Elapsed Time [%]','Executions','Records Processed'.
    I want to know their specific definition, computing interval and the unit of their value.
    Thanks!
    Jason

  • ST03N report Header meanings

    Hi,
    I have a report from Transaction ST03N and I require an explanation as to what the following headers mean:
    User
    # Steps
    T Response Time
    Ø Time
    Process.
    Avg. Proc. Time
    T CPU~
      Ø CPU~
    T DB Time
    Ø DB Time
    Ø Time
    T Roll Wait Time
    Ø Roll Wait Time
    T WaitTime
    Ø WaitTime
    # Sequential Reads
    T Seq. Read Time
    Ø Seq. Read Time
    # Accesses
    T Time
    Ø Time
    # Changes
    T Changes
    Ø Changes
    # Calls
    Ø Time
    # Reads
    # DB Recs
    # Records
    # Calls
    T Time
    Ø Time
    % CPU~
    % Proc. ~
    % DB Time
    % DB Proc.
    % roll wait time
    % WaitTime
    % GUI Time
    T Time
    T GUI Time
    # Trips
    Ø Time
    Ø GUI Time
    Ø GUI/Trip
    KB
    Ø Input
      Ø Output
    #VMC Calls
    T VMC CPU
    T VMCElaps
    AvgVMC CPU
    AvgVMCElap
    Thanks

    Hi Josef,
    Yes, the option to use F1 help would be great if I had access - which I dont
    I received the report from someone.
    Thanks for your suggestion though. I maybe should have explained the abovementioned point.
    regards

  • Application Log - error in header

    Hi,
    I have created application log using BAL* FM's.
    Now in header part i am filing below columns:
    as_log-context-tabname = 'YCONTEXT'.
    as_log-context-value = ls_extnumber.
    When log is displayed, in header i am getting information:
    Interface type(custom field), Numb, date, Time, User, Tran, Program,Mode, Log number.
    Below Inrterface type there is a folder 'Inbound'(again name is as per requiernment).  Now this folder is a tree like structure.
    When this tree is expanded, fields Bumb, date,time,User.. gets there values.
    Now the problem is:
    below folder 'Inbound', there is a symbol indicating error messages. I want with this error message, some text should also come.
    How to do this?
    If someone can provide his/her email id, i can send the screen shots, which will be easier to understand.
    regards,
    Ashish

    Hi Sai,
    Is there any recent Kernal upgrade has happened in your project? the issue is happening in the VMC call as per the dump detail. I would suggest just ask the basis guys to check the VMC server wether it is up or down and also in case of any upgrade happen basis need to restart the VMC server may be they have forgotten to do so.please check the same and revert with your finding.
    Thanks
    Prem

  • IPC Pricing with AP 7.00 Database Access/Call function module user-exit

    Hi experts,
    we are running SAP ECO on SAP ECC 6.0 with IPC Pricing AP 7.00 running in the VMC.
    I'm facing a new requirement. In an user-exit for requirements the access to the ABAP database is needed.
    (I know that the SAP recommendation is, don't have access to database. But we need this functionality)
    In ABAP it looks like:
    select single * from  a590
          into     LH_674_a590
          where    kappl  = 'V'
          and      kschl  = 'ZSPR'
          and      kunnr  = komk-kunnr
          and      matnr  = komp-matnr
          and      datbi  >= komk-prsdt
          and      datab  =< komk-prsdt.
    Is there a possibility to implement the same SELECT in the Java-User-Exit?
    Is there maybe the alternative to call a function module instead?
    The database exits on the same application server on which the VMC runs.
    If there is a possiblity can anyone provide me with sample coding or give an advice where to find samle coding?
    I would prefer to call a functions module.
    Thanks in adcance
    Karl-Wilhelm

    Hi Shanto & Sumit,
    Thanks for the inputs.
    as per my understanding of the log
    java.lang.IncompatibleClassChangeError: com.sap.leasing.pricing.tools.LeasingPricingTools: method getPricingConditionByConditionTypeName(Lcom/sap/spe/pricing/transactiondata/userexit/IPricingItemUserExit;Ljava/lang/String;)Lcom/sap/spe/pricing/transa ctiondata/IPricingCondition; used to be stati
    error is thrown by the SAP standard user exit and because of which execution is failing in customer user exits and surprisingly we have not made any changes in both of them.
    this was working earlier before upload.could this be because of the jar packaging.
    how i can download the standard user exit com.sap.leasing.pricing.tools.LeasingPricingTools from crm
    for further investigation.
    Thanks,
    Siddharth

  • DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

    Hi
    ABAP instant of ECC6 System is started but Java instant isn’t started please find below of dev_w0
    And i found error in dev_w0 is “DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active” and in dev_disp is “DpSysAdmExtInit: VMC (JAVA VM in WP) is not active”
    Error ==> ThPlgSend00B: MpiwriteOutOfBand <d> failed (14)
    Error ==> DLoadLib: Loadlibrary (D:\usr\sap\xxx\DVEBMGS00\exe\dbsdbslib.dll)
    Error 126 = "the specified module could not be found"
    Error => Couldn't load library 'D:\usr\sap\XXX\DVEBMGS00\exe\dbsdbslib.dll'
    Please find below dev_w0 and dev_disp
    A Fri Apr 25 16:56:30 2008

    A  -PXA--
    A  PXA INITIALIZATION
    A  System page size: 4kb, total admin_size: 10332kb, dir_size: 10260kb.
    A  Attached to PXA (address 5F620040, size 300000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  -PXA--


    A Fri Apr 25 16:56:31 2008
    A  ABAP ShmAdm attached (addr=43A0C000 leng=20955136 end=44E08000)
    A  >> Shm MMADM area (addr=43E81EF8 leng=126176 end=43EA0BD8)
    A  >> Shm MMDAT area (addr=43EA1000 leng=16150528 end=44E08000)
    A  RFC Destination> destination ordvmsapecc_V37_00 host ordvmsapecc system V37 systnr 0 (ordvmsapecc_V37_00)
    A  RFC Options> H=ordvmsapecc,S=00,d=2,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A
    A  RFC rfc/signon_error_log = -1A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 19000 bytes at 0A410040
    N  SsfSapSecin: putenv(SECUDIR=D:\usr\sap\V37\DVEBMGS00\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is D:\usr\sap\V37\DVEBMGS00\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .

    N Fri Apr 25 16:56:32 2008
    N  ===...sucessfully completed.
    N  =================================================
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    B    dbtran INFO (init_connection '<DEFAULT>' [MSSQL:700.08]):
    B     max_blocking_factor =  50,  max_in_blocking_factor      = 255,
    B     min_blocking_factor =   5,  min_in_blocking_factor      =  10,
    B     prefer_union_all    =   1,  prefer_join                 =   1,
    B     prefer_fix_blocking =   0,  prefer_in_itab_opt          =   0,
    B     convert AVG         =   1,  alias table FUPD            =   0,
    B     escape_as_literal   =   0,  opt GE LE to BETWEEN        =   0,
    B     select *            =0x00,  character encoding          = STD / []:X,
    B     use_hints           = abap->1, dbif->0x1, upto->0, rule_in->0,
    B                           rule_fae->0, concat_fae->0, concat_fae_or->0
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.95.20050900]
    W    ITS Plugin: Int.version, [33]
    W    ITS Plugin: Feature set: [12]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    E  Enqueue Info: rdisp/wp_no_enq=1, rdisp/enqname=<empty>, assume ordvmsapecc_V37_00
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.

    M Fri Apr 25 16:56:33 2008
    M  MBUF info for hooks: MS component UP
    M  ThSetEnqName: set enqname by server list
    M  ThISetEnqname: enq name = >ordvmsapecc_V37_00                      <

    E  *************** EnqId_EN_ActionAtMsUpHook ***************
    E  Hook on upcoming Ms (with EnqSrv), get auth EnqId and check it locally

    E  *************** ObjShMem_CheckAuthoritativeEnqId ***************
    E  Checking authoritative EnqId from EnqSrv into ObjShMem
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: EnqId is initial in ShMem
    E  ObjShMem_CheckAuthoritativeEnqId: Overwrite incoming auth EnqId, continue
    E  EnqId inscribed into initial ObjShMem: (ObjShMem_CheckAuthoritativeEnqId)
    E  -SHMEM--
    E  EnqId:          EnqTabCreaTime/RandomNumber    = 25.04.2008 16:56:32  1209135392 / 3024
    E  ReqOrd at Srv:  TimeInSecs/ReqNumberThisSec    = 25.04.2008 16:56:33  1209135393 / 1
    E  ReqOrd at Cli:  TimeInSecs/ReqNumberThisSec    = 25.04.2008 16:56:33  1209135393 / 1
    E  Status:         STATUS_OK
    E  -
    M  ThActivateServer: state = STARTING
    L  BtcSysStartRaise: Begin
    L  Raise event SAP_SYSTEM_START with parameter <ordvmsapecc_V37_00  >
    L  BtcSysStartRaise: End

    S Fri Apr 25 16:56:34 2008
    S  server @>SSRV:ordvmsapecc_V37_00@< appears or changes (state 1)
    S  server @>SSRV:ordvmsapecc_V37_00@< appears or changes (state 1)

    C Fri Apr 25 17:02:53 2008
    C  The IRow interface is supported by this OLEDB provider
    B  table logging switched off for all clients

    S Fri Apr 25 17:03:56 2008
    S  found spool memory service RSPO-ACTIONS at 27719C38
    Please find the dev_disp file
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        V37
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    95
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        4832
    Fri Apr 25 16:55:20 2008
    kernel runs with dp version 224000(ext=109000) (@(#) DPLIB-INT-VERSION-224000-UC)
    length of sys_adm_ext is 572 bytes
    SWITCH TRC-HIDE on ***
    Fri Apr 25 16:55:21 2008
    ***LOG Q00=> DpSapEnvInit, DPStart (00 4832) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 95 successfully loaded
         shared lib "dw_xtc.dll" version 95 successfully loaded
         shared lib "dw_stl.dll" version 95 successfully loaded
         shared lib "dw_gui.dll" version 95 successfully loaded
         shared lib "dw_mdm.dll" version 95 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Fri Apr 25 16:55:25 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5355]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >ordvmsapecc_V37_00                      <
    DpShMCreate: sizeof(wp_adm)          25776     (1432)
    DpShMCreate: sizeof(tm_adm)          4232256     (21056)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1520)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 071C0040, size: 4898888)
    DpShMCreate: allocated sys_adm at 071C0040
    DpShMCreate: allocated wp_adm at 071C1E80
    DpShMCreate: allocated tm_adm_list at 071C8330
    DpShMCreate: allocated tm_adm at 071C8360
    DpShMCreate: allocated wp_ca_adm at 075D17A0
    DpShMCreate: allocated appc_ca_adm at 075D7560
    DpShMCreate: allocated comm_adm at 075D94A0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0765A360
    DpShMCreate: allocated gw_adm at 0765A3A0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0765A3D0
    DpShMCreate: allocated wall_adm at 0765A3D8
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    Fri Apr 25 16:55:28 2008
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Memory Reset disabled as NT default
    <ES> 1999 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 5168
      argv[0] = D:\usr\sap\V37\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\V37\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\V37\SYS\profile\V37_DVEBMGS00_ordvmsapecc
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1789
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=V37
      argv[7] = -DSAPMYNAME=ordvmsapecc_V37_00
      argv[8] = -DSAPPROFILE=D:\usr\sap\V37\SYS\profile\V37_DVEBMGS00_ordvmsapecc
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    Please guide me to solve the issue..
    Thanks
    Jayson.
    Edited by: Peter jayson on Apr 28, 2008 9:52 AM
    Edited by: Peter jayson on Apr 28, 2008 9:55 AM
    Edited by: Peter jayson on Apr 28, 2008 10:02 AM

    Hi Juan,
    i checked in SM52 But in VMC is not loaded
    Shared GC is inactive
    Global Classes is 0 bytes
    Global programs is 0 Bytes
    Global Data is 0 Bytes
    Other Global Data is 0 Bytes
    Error Occured 0
    Please guid me how to load the VMC and make the active the Shared GC
    Thanks
    Jayson

  • Making an RFC call from within the VM container

    Hi all,
    since a long time I am searching for information on how to implement an RFC call from within the VMC. The problem is that we have implemented several (p)functions in ABAP and we need to implement them in JAVA.
    Now I am searching for a way how to just call the already existing pfunctions???
    Is it possible to read CRM DB tables too?
    Thank you in advance
    Boris

    Hi Freeto,
    This may be due to the Network Failures.
    If you have triggered a job then because of the Network fluctuations the system may not respond properly and cannot execute the job.
    So, this is the cause for the failure.
    Hope you understood.
    With Regards,
    Ravi Kanth

  • RFC destination for VMC (Virtual Machine Container)

    Hi ,
    Just loaded the CRM 70 system (customers, materials, contacts, ... ) and the KB from the back-office (ECC 6.0).
    Calling the IPC via transaction COMMPR01 for a configurable material we have the following call in error :
    FUNCTION ipc_get_knowledgebase.
    CALL FUNCTION 'CFG_API_GET_KNOWLEDGEBASE' DESTINATION gv_vmc_dest
    The RFC destination 'gv_vmc_dest' is empty . How to setup the RFC destination for VMC and the configuration so SAP know the RFC destination is the one to use for the VMC.
    Thank you

    Klaus ,
    Thank you , yes VMC is on the same CRM7.0 server , I do get the following short-dump .
    Short text
        "Found no handler for remote function module CFG_API_GET_KNOWLEDGEBASE"
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLIPC_API_CFG_COMMAND" had to be terminated because
         it has
        come across a statement that unfortunately cannot be executed.
        The error occurred during an RFC call to another system.
        In the target system, a short dump has been written as well.
        More detailed information on the error cause can be found there.
    Error analysis
        An error occurred when executing a REMOTE FUNCTION CALL.
        It was logged under the name "RFC_EXTERNAL_ABORT"
        on the called page.
    Trigger Location of Runtime Error
        Program                                 SAPLIPC_API_CFG_COMMAND
        Include                                 LIPC_API_CFG_COMMANDU07
        Row                                     19
        Module type                             (FUNCTION)
        Module Name                             IPC_GET_KNOWLEDGEBASE

  • Performance issue when calling java module

    Hi experts,
    It takes much time to call Java module 'JBND_CRM_SVY_XSLT_TRANSFORM' from abap function module.
    When I executed runtime analysis via t-cd:se30,
    most of time is consumed in 'wait for RFC' .
    When the java module is called, it always takes much time.
    I think VMC memory management is not the cause,
    because the issue also occurs at first call.
    The kernel patch level is 146 of release 700.
    Do you have any idea to improve performance?
    Regards,
    Fukuhara Yohei

    Hi
    try with this code
    remove
    READ TABLE i_events INTO wa_events WITH KEY name = 'USER_COMMAND'.
    IF sy-subrc EQ 0.
    wa_events-form = 'USER_COMMAND'.
    MODIFY i_events FROM wa_events TRANSPORTING form WHERE name =
    wa_events-name.
    ENDIF.
    and change alv
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    i_callback_program = sy-repid
    i_callback_user_command = 'USER_COMMAND'
    it_fieldcat = i_ztal_prof1_cat[]
    i_save = 'A'
    TABLES
    t_outtab = i_ztal_prof1.
    Marco

  • Error while calling a method on Bean (EJB 3.0)

    I am getting an error while calling a method on EJB. I am using EJB3.0 and my bean is getting properly deployed(i am sure b'cos i can see the successfullly deployed message). Can any body help me
    Error is -->
    Error while destroying resource :An I/O error has occured while flushing the output - Exception: java.io.IOException: An established connection was aborted by the software in your host machine
    Stack Trace:
    java.io.IOException: An established connection was aborted by the software in your host machine
    at sun.nio.ch.SocketDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:75)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:302)
    at com.sun.enterprise.server.ss.provider.ASOutputStream.write(ASOutputStream.java:138)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
    at org.postgresql.PG_Stream.flush(PG_Stream.java:352)
    at org.postgresql.core.QueryExecutor.sendQuery(QueryExecutor.java:159)
    at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:70)
    at org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:482)
    at org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:461)
    at org.postgresql.jdbc1.AbstractJdbc1Connection.rollback(AbstractJdbc1Connection.java:1031)
    at org.postgresql.jdbc2.optional.PooledConnectionImpl$ConnectionHandler.invoke(PooledConnectionImpl.java:223)
    at $Proxy34.close(Unknown Source)
    at com.sun.gjc.spi.ManagedConnection.destroy(ManagedConnection.java:274)
    at com.sun.enterprise.resource.LocalTxConnectorAllocator.destroyResource(LocalTxConnectorAllocator.java:103)
    at com.sun.enterprise.resource.AbstractResourcePool.destroyResource(AbstractResourcePool.java:603)
    at com.sun.enterprise.resource.AbstractResourcePool.resourceErrorOccurred(AbstractResourcePool.java:713)
    at com.sun.enterprise.resource.PoolManagerImpl.putbackResourceToPool(PoolManagerImpl.java:424)
    at com.sun.enterprise.resource.PoolManagerImpl.resourceClosed(PoolManagerImpl.java:393)
    at com.sun.enterprise.resource.LocalTxConnectionEventListener.connectionClosed(LocalTxConnectionEventListener.java:69)
    at com.sun.gjc.spi.ManagedConnection.connectionClosed(ManagedConnection.java:618)
    at com.sun.gjc.spi.ConnectionHolder.close(ConnectionHolder.java:163)
    at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.closeDatasourceConnection(DatabaseAccessor.java:379)
    at oracle.toplink.essentials.internal.databaseaccess.DatasourceAccessor.closeConnection(DatasourceAccessor.java:367)
    at oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.closeConnection(DatabaseAccessor.java:402)
    at oracle.toplink.essentials.internal.databaseaccess.DatasourceAccessor.afterJTSTransaction(DatasourceAccessor.java:100)
    at oracle.toplink.essentials.threetier.ClientSession.afterTransaction(ClientSession.java:104)
    at oracle.toplink.essentials.internal.sessions.UnitOfWorkImpl.afterTransaction(UnitOfWorkImpl.java:1816)
    at oracle.toplink.essentials.transaction.AbstractSynchronizationListener.afterCompletion(AbstractSynchronizationListener.java:161)
    at oracle.toplink.essentials.transaction.JTASynchronizationListener.afterCompletion(JTASynchronizationListener.java:87)
    at com.sun.ejb.containers.ContainerSynchronization.afterCompletion(ContainerSynchronization.java:174)
    at com.sun.enterprise.distributedtx.J2EETransaction.commit(J2EETransaction.java:467)
    at com.sun.enterprise.distributedtx.J2EETransactionManagerOpt.commit(J2EETransactionManagerOpt.java:357)
    at com.sun.ejb.containers.BaseContainer.completeNewTx(BaseContainer.java:3653)
    at com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:3431)
    at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1247)
    at com.sun.ejb.containers.EJBObjectInvocationHandler.invoke(EJBObjectInvocationHandler.java:197)
    at com.sun.ejb.containers.EJBObjectInvocationHandlerDelegate.invoke(EJBObjectInvocationHandlerDelegate.java:110)
    at $Proxy84.addDepartment(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.corba.ee.impl.presentation.rmi.ReflectiveTie._invoke(ReflectiveTie.java:121)
    at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:650)
    at com.sun.corba.ee.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:193)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1705)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1565)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:947)
    at com.sun.corba.ee.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:178)
    at com.sun.corba.ee.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:717)
    at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:473)
    at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1270)
    at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:479)
    End of Stack Trace
    |#]
    RAR5035:Unexpected exception while destroying resource. To get exception stack, please change log level to FINE.
    EJB5018: An exception was thrown during an ejb invocation on [DepartmentSessionBean]
    javax.ejb.EJBException: Unable to complete container-managed transaction.; nested exception is: javax.transaction.SystemException
    javax.transaction.SystemException
    at com.sun.enterprise.distributedtx.J2EETransaction.commit(J2EETransaction.java:452)
    at com.sun.enterprise.distributedtx.J2EETransactionManagerOpt.commit(J2EETransactionManagerOpt.java:357)
    at com.sun.ejb.containers.BaseContainer.completeNewTx(BaseContainer.java:3653)
    at com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:3431)
    at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1247)
    at com.sun.ejb.containers.EJBObjectInvocationHandler.invoke(EJBObjectInvocationHandler.java:197)
    at com.sun.ejb.containers.EJBObjectInvocationHandlerDelegate.invoke(EJBObjectInvocationHandlerDelegate.java:110)
    at $Proxy84.addDepartment(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    Means theres an error in XML/ABAP conversion probably due a syntax error...
    Regards
    Juan

  • Caller ID Not working

    I think i am going nuts, cos my new BTVerve 450 is a great phone, but it will not display Caller ID. I am with Virgin for my phone line etc, with a wireless router for my laptop. Can anyone help? I really dont want to return the phones, i am really pleased with the unit, but i really need caller ID, especially as i am paying extra for it! Any suggestions would be welcome, Bernie

    Try just plugging the phone in without anything else connected (BB Router, Filters, Sky box) and see if that works, if it does plug each item back in on at a time, trying an incoming call each time.
    You may find problems with either a duff filter or even the router can sometimes mask the display
    (If I have helped you in any way to say "Thank You" please click on the star next to the message. Thank You)
    If I have solved your Issue please click the "Mark as accepted solution" button.

  • Iphone 5S call voice Low quality.

    Iphone 5S  low quality call voice.  When I make a phone call , people in the other side said my voice is very small and disconnected. The voice is good when I am using the earphone at the same calls

    Hello tigertiger123abd,
    The following article can help sort your iPhone's built-in microphone.
    iPhone: Microphone issues
    http://support.apple.com/kb/TS5183
    Cheers,
    Allen

  • IPhone Voice Memos Interrupted By Incoming Calls

    I notice that every time I use my Voice Memos software on the 3G(s), if an call comes in, the Voice Memo stops recording and I won't know it till I look at the phone later. Is there ANY way to stop that for that not to happen and you can have perhaps the calls go directly into voice mail so that the Voice Memo feature doesn't get interrupted? It's useless to me otherwise.
    Thanks for anyone's input!

    The voice recorder application - just like every other iPhone application, native or 3rd party - will shut down when you receive a phone call. The iPhone operates under the assumption that the device is first and foremost a telephone.
    As far as work arounds go, you can always put the phone in airplane mode when you need to use the voice recorder app uninterrupted. This will send all incoming calls directly to voicemail.
    Message was edited by: Ansuz82

  • Why my iphone 5s voice mail answer call first and my iphone second.

    why my iphone 5s voice mail answer call first and my iphone second.

    Hello celazopdef,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps and helpful advice concerning cellular issues:
    iPhone: Troubleshooting issues making or receiving calls
    http://support.apple.com/kb/TS3406
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

Maybe you are looking for

  • Nik Silver Efex 2 Pro does not start with final Adobe Lightroom 4

    I am not able to start the Plugin with Adobe Lightroom 4; - installed Lightroom 4 - upgraded catalog - deleted Lightroom 3  -now I still can see the menue in Lightroom 4 (edit in ...) but no plugin starts; downloaded newst patch SilverEfexPro2-la-ver

  • RAW images in CS3 won't open

    I have just started taking RAW images with my Canon camera. I have several CR2 images on my computer that I would like to open in CS3. I am getting an error message that says "Could not complete your request, because it isn't the right document." Can

  • MDM Archiving Error

    We are trying to archive a repository on our MDM instance and we receive the following error: $$$ Operation ended in ERROR : 84020008H : Database binary object error. I then went on to check the repository and got this 1 warning: $$$ Warning(1329): T

  • Crash on save/export

    We have recently installed a new editorial system (Newspaper) and started using InDesign 5.5 (7.5.2.318) extensively.  However the editors keep having crashes happen to them when they save or export a document.  The error message I'm seeing in event

  • Turning off previous recipient memorization

    Is there a way to permanently disable Mail's ability to memorize previous recipients? I see I can get into the Previous Recipients window and delete all or individual entries, but I'd prefer turning this feature off entirely. I only ever want people