hi Arun, this is something to track any write happening on any T24 applications either in NAU ,HIS, live files You need define which application , which state of the record ( nau , his or live) has to be capture in the EEP record. when this is done system will itself write a dump whenever the write is done in the defined application.
If we need to track any other information specifically after write , we can attach a routine to the filed EXTRACT.RTN IN EEP. Explore EEP , you will get to know more. Remember all this happens after the write in JOURNAL update... - and so i have suggest for this routine @EEP in my earlier mail. Thankss Saravanan On Tue, Jul 6, 2010 at 5:23 PM, arun kumar <[email protected]>wrote: > Hi Sir, > > What exactly this EEP ? > Is this API? > How to use this? > and where to attach this? > > On Tue, Jul 6, 2010 at 12:52 PM, Saravanan S <[email protected]>wrote: > >> Hi , there are fields in version records AUTH.ROUTINE & BEFORE.AUTH.RTN >> which will be called during authorisation. If this too doesnt help , please >> attach the routine to EB.EXTRACT.PARAMETER( EEP) which will be called after >> the write to disk from the routine JOURNAL.UPDATE.JBASE. if you go for EEP >> , remember that you have to set the conditions in your routine to invoke >> only on auth stage . >> >> >> Thanks >> Saravanan >> >> >> On Mon, Jul 5, 2010 at 7:54 PM, syed raza <[email protected]> wrote: >> >>> Dear All, >>> I want to attach a routine that update the ACCT.LOCKED.EVENTS after the >>> authorization of Account.Now the problem arises i can attach the routine >>> before authorization but cant attach a routine that runs after authorization >>> can you please let me know any feasible solution or any way out from this >>> problem i need to know the how to attach that routine after authorization >>> Regards >>> ALi Raza >>> Technical Consultant >>> >>> -- >>> Please read the posting guidelines at: >>> http://groups.google.com/group/jBASE/web/Posting%20Guidelines >>> >>> IMPORTANT: Type T24: at the start of the subject line for questions >>> specific to Globus/T24 >>> >>> To post, send email to [email protected] >>> To unsubscribe, send email to [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/jBASE?hl=en >>> >> >> -- >> Please read the posting guidelines at: >> http://groups.google.com/group/jBASE/web/Posting%20Guidelines >> >> IMPORTANT: Type T24: at the start of the subject line for questions >> specific to Globus/T24 >> >> To post, send email to [email protected] >> To unsubscribe, send email to [email protected] >> For more options, visit this group at >> http://groups.google.com/group/jBASE?hl=en >> > > > > -- > Regards > > Arun R > > -- > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > IMPORTANT: Type T24: at the start of the subject line for questions > specific to Globus/T24 > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
