Issue in event R402 of Billing & FI

Hello all
             We had done a development in event R402 for FI in 4.6C version , where we DID NOT pass any data to
Y_VKK_DOC_NEW - T_FKKCL[ ]   , as it was not required and it was working successfully.
But now we have upgraded system to  ECC 6.0  , where it is giving me an error saying 'Internal Error during construction of clearing document ' . When i debugged it , i found that  it checking if theinternal table T_FKKCL is empty or not.. in my case i am not passing any data , hence it is giving me error..and during tcode EASIBI  invoicing gets cancelled.
Please tell what data should i passs to internal table T_FKKCL.
Thanks & Regards
Nilesh

Hello
The problem is solved.
Thanks Bill for your direction.
After lot of debugging of std code n scratching my head i came to know abt it.
Actually the problem was not due to the data in FKKCL structure. But in ECC ,  in R402  , after splitting up the line item if you pass the records with amount 0.00 it will give an error. so In the FM you need to eliminate the line items with amount 0.00 (BETWR) .
Cheers
Nilesh

Similar Messages

  • [svn:fx-trunk] 5819: Fix asdoc issue for event description getting copied over to the class definition .

    Revision: 5819
    Author: [email protected]
    Date: 2009-03-31 13:15:14 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fix asdoc issue for event description getting copied over to the class definition.
    QE Notes: None.
    Doc Notes: None.
    tests: checkintests, asdoc tests
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    THank you , Nancy. Appreciate the input.
    So instead of this:
    <a class="brand" href="index.html"><img src="../img/logo-ca.png"alt="Consumers Advocate Review"> </a>
    Would it be something like this?:
    <a class="brand" href="index.html"><img src="http://ConsumersAdvocate/img/logo-ca.png"alt="Consumers Advocate Review"> </a>
    And if I do that, is there a way to cope with that locally so that DW can still display the images?
    jeff

  • Event R402

    Hi ,
    I am working on a utilities project.
    I want to create a contract account document while the invoice is created and should be included in the same invoice.
    We have event R402 to create the document and include in same invoice. Can anyone please demonstrate the use of this event with example so as to how i can create a document of type donation (Main Transaction 0100, Sub Transaction 0235, Document Type DO) in event R402.
    Regards,
    Arun Devidas

    Hello
    do the follwing
    Append you Data
       APPEND wa_fkkopk TO wa_vkk_doc_r402-n_fkkopk.
    Add the Data in the export table
      PERFORM update_vkk_doc_id_r402 TABLES t_vkk_doc_id
                                    USING co_vkkdoc_main (   VALUE 'A')
                                          wa_vkk_doc_r402. ( DATA: WA_VKK_DOC_R402    TYPEISU21_VKK_DOC_R402.
    Coding
    FORM READ_VKK_DOC_R402
               TABLES
                 XT_VKK_DOC_ID_R402 TYPE ISU21_T_VKK_DOC_ID_R402
               USING
                 X_DOC_ID           TYPE ISU21_VKK_DOC_ID_R402-ID
                 X_BELNR            TYPE ISU21_VKK_DOC_ID-TMP_BELNR
                 Y_VKK_DOC          TYPE ISU21_VKK_DOC_R402.
      DATA: H_VKK_DOC_ID_R402 TYPE ISU21_VKK_DOC_ID_R402.
      READ TABLE XT_VKK_DOC_ID_R402
                    INTO H_VKK_DOC_ID_R402 WITH KEY ID = X_DOC_ID
                                             TMP_BELNR = X_BELNR.
      IF SY-SUBRC = 0.
        Y_VKK_DOC   = H_VKK_DOC_ID_R402-VKK_DOC_R402.
      ELSE.
        CLEAR Y_VKK_DOC.
      ENDIF.
    That all

  • Agreement issue for Event based Billing

    Hi,
    We are on R12.0.6 and using Project Billing (not using Project Costing)
    For the monthly reimbursements approved by our customer, we create project & task based events, enter total amounts in revenue and billing fields. We use Event types in AA rules to record revenue in different account codes.
    Customer issues quarterly POs for this purpose. So there are multiple POs against single Project & Task.
    For the revenue accrued and billing done in the past, if we need to make adjustments, is there a functionality available similar to that of expenditure item? e.g. split, transfer etc so that linkage with originally billed item will be maintained?
    If there is no such functionality, then we will have to enter negative events. In that case, how do we ensure that correct agreement will get picked (same as that of the original revenue-invoice)? Also, since rules for revenue and invoicing are different, we will not have control on whether same agreement will get picked for negative revenue and credit memo.
    Please help
    Regards,
    Ketan

    Hi
    Controling the agreement that will be used is a new feature Oracle presented with R12.1.1.
    You might want to look at upgrade.
    On your corrent release, the solution is more complex (however, it works for us).
    A) Add a flexfield on the event form, so user may enter the agreement number for any new event.
    B) When running the GDR / GDI processes, users should enter the agreement number as a parameter.
    C) Develop a billing extension called on pre-processing of GDR/GDI. That extension reads the agreement number on the parameter, and then go on and put all existing events of the project on hold, but those events with the sameagreement number on their dff. The same billing extension is also updating the customer on all agreements which are not the selected agreement. Upodate to a dummy customer which is not one of the project customers.
    D) Develop a billing extension called on post-process of GDR/GDI. That extension remove the hold from all events, and also update back the customer on all agreements from the dummy customer to the real project customer.
    Dina

  • Rebate Conditions issue (Pricing incorrect Order Viz Billing)

    Hi Forum,
    We have an issue with the rebate conditions.
    User has created a credit memo request (VA01) due to change in the Price. Due to this change rebate accruals have got reduced. The rebate accruals should not be reduced in this case, since there is no material return.
    There is a specific order reason while creating such credit memo requests Eg. ZXX.
    As a solution to this we have created a new routine AAA and assigned to the rebate condition types in Pricing procedure.
    This routine will function when there is a order reason ZXX entered in the Credit memo request (in VA01), therefore all the rebate condition types (assigned with routine AAA) will get deactivated in Conditions. This not change any accruals value. This is working correctly.
    The issue is -
    When the credit memo (VF01) is created, these condition types are again activated and accruals are posted.
    This should not happen. Pricing from the CM request (VA01) should get copied in Credit memo (VF01) completely.
    When we open the Credit memo we find all the conditions are activated and accruals posted.
    Is there any one who has faced the similar issue in billing documents where pricing data is not getting copied from Order conditions.
    Please help.
    Thx / Sheetal

    Hi Sheetal,
    Suggest to make a seperate CR memo order type for cases wherein you don,t want reduction of rebate accruals.
    You would have to redetermine a new pricing procedure (create one keeping all condition type as are in Billing procedure except rebate) and assgin the determination of new PP basis the sales areacustomer PPOrder PP.
    Pls go through the below link.
    Re: New pricing procedure in credit note created w.r.t.  billing document.
    Regrds
    Sanjay

  • Issues: new events show from google calendar but not the other way round

    Hi,
    I've just followed the instructions to the letter on these pages: http://support.google.com/mobile/bin/answer.py?hl=en&topic=14252&answer=138740
    & http://support.google.com/mobile/bin/answer.py?hl=en&answer=139206 and looked at the known issues page, but I am still stuck.
    Entries in my Google Calendar have now synced in iOS Calendar (and weekcal which I use instead of iOS Cal) - however, none of my existing entries in my iOS Cal have synced with Google Cal.
    Here are the issues:
    A recurring event created by someone else and me invited showed in iOS when I set this up
    None of my events from iOS show in Google Calendar
    New events I create in Google Calendar do not show in iOS
    New events I create in iOS don't show in Google Calendar
    To test, I deleted the recurring event which was the only one showing on iOS - immediately it was also deleted on iOS which indicates it is set-up to sync betweeb Google and iOS
    Cannot find any information on help pages about this.

    I'm not sure what else to suggest. As the Nokia 5800 is not natively supported by iSync you must be using an iSync Plugin, so I'd advise contacting the author of the plugin - it may be buggy and need fixing.

  • Issue for creation date of Billing document in third party ???

    Hello SAP Folks,
    This issue is related to third party scenario. The basic requirement is to create to a billing document with a creation date same as
    Good issue date of Sales Order.
    For your information, with the help of enhacement we have passed on the value of posting date of material document generated
    from MIGO to Goods issue date in Sales Order. I am very much aware that setting up a new copying routine would help me but
    relating the GI date field of Sales Order from the techincal point of view is a complete work stopper. Could anyone throw light on
    the workaround for mapping this case ???
    Regards,
    Sarthak

    Hello,
    Thanks Alex for your input on the topic !!
    But i would like to say that the billing relevance of the item category has to "B" as this process of Third part Sales talks about creation of billing document after the MIGO. And i am basically interested to Populated the posting date of MIGO for Biling creation date. 
    In Sales Order, the GI date is modified to Posting date of MIGO through enhancement. I have been looking around relevant tables to fetch the GI date of Sales Order but not getting the right track...
    Could anyone provide any other workaround to implement this sort of requirement ???
    Eager to hear from Lakshmipathi ...
    Regards,
    Sarthak

  • Issue with Event.EXITING in AIR 2.5

    I am facing an issue with the Exiting event in AIR when creating my application using Flash builder. The exiting event does not function on windows shutdown... howevere if I click the 'X' button to exit the app it works perfectly fine....is there a bug in the exiting event...
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:mx="library://ns.adobe.com/flex/mx"
                           creationComplete="init()"
                           styleName="plain" width="100%" height="100%">
        <fx:Script>
            <![CDATA[
                import flash.events.Event;
                import mx.controls.Alert;
                protected function init():void
                    trace("handle exit");
                    NativeApplication.nativeApplication.addEventListener(Event.EXITING,handleExiting);
                public function handleExiting(e:Event):void
                        Alert.show("Exit!");
                        trace("Handle Exit!!");
                        var f:File = File.desktopDirectory;
                        f = f.resolvePath("air-exit-test.txt");
                        var stream:FileStream = new FileStream();
                        stream.open(f,FileMode.WRITE);
                        stream.writeUTFBytes(ta.text);
                        stream.close();
            ]]>
        </fx:Script>
        <s:Panel width="100%" height="100%" title="Exit Event on Shutdown">
            <s:HGroup width="95%" left="10" top="10">
                <s:Label text="Enter text to save upon shutdown:"/>
                <s:TextArea id="ta" height="200"/>
                <s:Label width="95%" verticalAlign="justify" color="#323232" horizontalCenter="0" bottom="20"
                         text="The Exiting event can now be handled upon the user shutting down the OS giving you a chance to handle any unsaved data in your application upon shutdown. If you run this code in an AIR application and shutdown your OS, it will still save the data that you have entered in Text Area to air-exit-test.txt in your Desktop directory."/>
            </s:HGroup>
        </s:Panel>
    </s:WindowedApplication>

    This bug has not been fixed as of AIR 2.7, I don't have a date/version I can give you when this will be addressed. 
    However, I would recommend adding a new bug to bugbase.adobe.com and include the sample project and a reference to our internal bug number.  The public bug will then be linked to our internal bug and you'll be able to see updates as the state and status are changed.  If you post back with the public bug URL, others effected can cast their votes and add notes as well.
    Thanks,
    Chris

  • Issue with events not propagating when selecting toolbar items

    Hey All,
    I'm on OS X Lion using CS6 beta and observing events in Photoshop form an outside application using Cocoa's NSEvent#addGlobalMonitorForEventsMatchingMask.
    It seems Photoshop is stoping the propogation of some events coming out of selection of toolbar items. Here's the issue:
    There are two ways to select the Pencil tool from the toolbar. (Method A) I can click the Paintbrush, holding down for a second and releasing, then mouse move to the Pencil and click, OR (Method B) I can mouse down the on the Paintbrush and drag the mouse to the Pencil.
    If I use Method A I get what seems to be every event associated with the interaction, BUT If I use Method B Photoshop seems to stop the propogation of a lot of drag events.
    Are there any experts out there that have an knowledge of why this is, or if there are any known work arounds?
    Regards,
    Ned
    ps This is also an isue in Photoshop 5

    Ned, this is a bit over my head, but FYI (and your troubleshooting research), there are other methods to get alternate tools: ALT+click to cycle them, CMD/right-click to get the flyout, and Shift+Tool shortcut (unless you changed the setting in preferences)
    BTW, method B is not  the same as A? The only difference is that in A, there is a release, then a move to target area, then another click, while in B, we have a hold, then a move to the target area, then release.

  • Issue When cancel the SD-Billing Document

    Hi,
    When i cancel the billing document It should debit the Sales account with posting key 40 & credit the Customer Account with posting key 12 (Reverse invoice).
    But in my case it is debiting the Sales account with Posting key 40 and Credit the customer with posting key 11(Credit memo) which is wrong posting key in this case.
    Kindly advice me how to correct this wrong posting key issue and how can i fix this with correct posting key 12 instead of 11?
    Kindly help me and give some inputs.
    Thanks
    Supriya

    Dear Supriya
    Go to OB40 and double click on the required Transaction.  Place your mouse on the G/L Account and click on top "Posting Key".   Check what is maintained there.
    thanks
    G. Lakshmipathi

  • Infoview Issues Missing Events and Parameters

    Very strange problem.  I am on BO 3.1... the CMC shows all events and parameters.  When I open up Infoview under the same login (administrator), I am not able to see any events when I go to schedule.  In its place, under job history, the report would show NO parameters even though it has parameters and it is showing in CMC.  Also, when trying to schedule it based on an events, there are no available events.  Instead, I get a message of "This is a formatting string" in all of the boxes. 
    At first I thought maybe it is a setting for the Infoview application on CMC but it does not make sense since administrators have FULL CONTROL.
    Help.
    Thanks!

    Hi,
    Does this happen for all reports?  If so, then its probably an interface issue more than anything else.  You'll want to redeploy the web applications, or at least the InfoView releated ones (InfoViewApp, InfoViewAppActions, PlatformServices)
    You can use WDeploy to do this. 
    [Web Application Deployment Guide - Windows|http://service.sap.com/~sapidb/011000358700001647122008E/xi3-1_deployconfig_win_en.pdf]
    [Web Application Deployment Guide Unix|http://service.sap.com/~sapidb/011000358700001647132008E/xi3-1_deployconfig_unix_en.pdf]
    Or, an easy way in Tomcat is to go to the WebApps directory and just rename the folders of the apps you want to redeploy.  Then restart tomcat and wait about 20 minutes for the apps to re-deploy.
    Other than that, have you modified the out of the box security at all?  Locked down permissions to the InfoView application or anything along those lines?
    Thanks
    Jonathan
    Edited by: Jonathan Brown on Jul 13, 2010 6:47 PM

  • FI311 issued when release an SD billing document

    Dear all gurus,
    The system issues the error message FI311 ('No commitment item entered in item & & &').
    So I have created the derivation rule between sales organization (have only one sales organization) with fund center and commitment item (not relevant budget commitment item) , there still be shows this errors.
    I also checked the SAP notes but there is only old release version but now i use ECC6 release version 600
    anybody can give an advice?

    Dear NDUWAYEZU SALVATOR,
    This is the derivation rule that i had set
    Sales organization > Fund center , Commitment Item
    Dear Mar,
    I have checked the note that you mentioned, this means that for SD side, they have to configure to activate field fund center and commitment item, Am i right?
    Now when i display the billing doc, there's only cost object of profit center. no commitment item and fund center field. But for MM, they activated commitment item and fund center field. Is it necessary to activate these fields in SD?
    Thank you all for your reply.

  • Issue with Events

    All
    I am attempting to build a simple orchestration that is kicked off via the TaskCreated event. As of now, I don't care about using a filter - I just want the orchestration to run any time the TaskCreated event is fired.
    I've created such an orchestration. First I placed a start point TaskCreated event on the canvas. I followed this with a SetValue operation that assigns some random sentence to a String variable. I've saved and activated this service.
    Now, when I go into Workspace and launch a workflow, I can see in my log that the TaskCreated event seems to be firing properly but that something is definitely wrong. The following errors can be found in the server.log:
    2009-02-20 17:21:55,491 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doSupports(c om.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transacti onCallback) throws com.adobe.idp.dsc.DSCException:
    com.adobe.workflow.template.document.TemplateNodeNotFoundException: Template object: STRT_ER1235167537085 not found.
    I have Recording and Playback set for my orchestration with the event and a new instance of this orchestration is being fired whenever I create a task but it can't seem to actually make it past the event start point because of the above error.
    Any ideas?

    I am also experiencing many errors that are filling up the log file and making it difficult to find what I am looking for in the log.  The culprit is:
    2010-11-29 11:21:21,151 INFO (STDOUT:206) - 2010-11-29 11:21:21,150 ERROR(org.jboss.ejb.plugins.jms.JMSContainerInvoker:1462) - Exception in JMSCI message listener
    javax.ejb.TransactionRolledbackLocalException: RuntimeException
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:262)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:109)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:399)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:1139)
    at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerI nvoker.java:1452)
    at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:266)
    at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:891 )
    at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170)
    at org.jboss.mq.SpySession.run(SpySession.java:323)
    at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:194)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:761)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.ejb.EJBException: RuntimeException
    at com.adobe.workflow.engine.ProcessCommandControllerBean.doOnMessage(ProcessCommandControll erBean.java:206)
    at com.adobe.workflow.engine.ProcessCommandControllerBean.onMessage(ProcessCommandController Bean.java:99)
    at sun.reflect.GeneratedMethodAccessor352.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.j ava:492)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterc eptor.java:116)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    ... 15 more
    Caused by: javax.ejb.EJBException: RuntimeException
    at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:417)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:209)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    at $Proxy214.asyncTerminateActionCommand(Unknown Source)
    at com.adobe.workflow.engine.ProcessCommandControllerBean.doOnMessage(ProcessCommandControll erBean.java:177)
    ... 24 more
    Caused by: com.adobe.workflow.template.document.TemplateNodeNotFoundException: Template object: A1284756038469 not found.
    at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncTerminateActionCommand(ProcessEngineB MTBean.java:1028)
    at sun.reflect.GeneratedMethodAccessor354.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 73)
    at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    ... 31 more
    Caused by: com.adobe.workflow.template.document.TemplateNodeNotFoundException: Template object: A1284756038469 not found.
    at com.adobe.workflow.template.document.DefaultAbstractTemplateDocument.getTemplateNodeById( DefaultAbstractTemplateDocument.java:84)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncTerminateActionCommand(ProcessEngineB MTBean.java:998)
    ... 44 more
    Has anyone found a solution beyond scrapping (I am assuming that is intent of the reference to scraping) the database.  We don't have that kind of time now.
    For your issue with reporting assignments in the log file, have you tried to read the adobe.tb_assignment joined with the adobe.EDCPRINCIPALENTITY tables for that information?  LiveCycle is tracking and storing that information already.

  • Issue with Foreighn trade during billing

    Hi All,
    We have an issue related to Foreign trade during billing.
    The system is not throwing any error message even though the foreign trade data is not filled.
    We have maintained the incompleteness schemas and incompleteness procedures and other relevant settings for foreign trade but the system is not stopping the user from saving the billing document.
    Please let us know what needs to be done so that filling the Foreign trade becomes mandatory.
    Regards,
    Teja

    Dear Teja
    Go to OVE6, select the origin country and there you can see various "Procedures" listed out with two boxes "Export" and "Import".   Maintain "E"  under the tab Export against any Procedure and save.
    Now go to OVE7, select the origin country and there assign the above procedure to the combination of sales area, Exp/Imp Group and item category.
    thanks
    G. Lakshmipathi

  • Issue with Event ID 5038

    Hi 
    we have 10 servers (windows server 2008 standard) in that 4 servers Event logs really showing with bad eventID 5038
    please anybody respond to my two questions
    a) due to which reason this EVENT ID triggers??
    b) how to stop this EVENT ID 5038 further??
    really appriciate your effort
    thanks in advance
    subbu

    If it is an OS issue then simply install missing Windows Updates (To be tested first in a test environment). Fixes to known problems will then be installed. So, if the problem remains, you might want to get back to IBM.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

Maybe you are looking for