Embedded Event Manager Versions on Routers

Hello Community,
Can someone please tell me if its possible to load a EEM version on a 3600 higher than 2.1 or on a 3700 higher than 2.2?
Cheers
Carlton

The EEM version is fixed to the IOS.  See https://supportforums.cisco.com/docs/DOC-8799 on how to figure out what version is available on your device.  EEM 2.2 requires 12.4(2)T or higher and 2.3 requires 12.4(11)T or higher.

Similar Messages

  • Embedded Event Manager - SNMP - run TCL script

    I would like to run a tcl script on a router using snmp. I understand Embedded Event Manager can do this but haven't found what I need to run that.  Can someone point me in the right direction?

    Yeah, you could do this, but it depends on your version of IOS.  You will need EEM 3.1 or higher (15.0) to be able to intercept SNMP GET requests.  Then, you could do something like:
    event manager applet snmp-trigger event snmp-object oid 1.9.9.9.9 type gauge sync yes istable no action 1.0 policy my_tcl_policy.tcl action 2.0 snmp-object-value event-id _event_id gauge 0 next-oid 1.9.9.9.9.0 action 3.0 exit 1!snmp-server manager
    Then, when you query 1.9.9.9.9.0 on the device, the Tcl policy "my_tcl_policy.tcl" should execute, and the snmp-trigger applet policy will return a value of 0.
    Please support CSC Helps Haiti
    https://supportforums.cisco.com/docs/DOC-8895
    https://supportforums.cisco.com

  • Embedded event manager

    Hi team
    I had open a post in lan switching for this particular problem and the expert from that forum has given the solution of embedded event manager so i need a help from this forum.
    The probelm defination is==
    Cisco 6509 (Core switch) connected to firewall on uplink side and on downlink its connected to 2 diffrent Cisco 6509 switches (Distribution) layer.All these links have been configured as Routed link and not as SVI.Now issue is when both the downlinks (coming from both distribution) switches go down i want to make the uplink from core to firewall to go down so that other core switch will take over and transfer teh traffic.
    Attached diagram has details.tried configuring HSRP between 2 core switches but as teh links are routed link HSRP not working and both switches remain master but as on oppsite side Juniper firewall NSRP is implemented 2nd firewall not responding and core-2 ==fw2 link not transfer traffic.now when both the links of core go down link from core1-fw1 should go down so Fw2 will get active and will send traffic on link betwene core2-firewall2..please let me know what kind of configursation is required in EEM..

    Do the following (assuming you have a disk0:):
    mkdir disk0:/policies
    copy tftp://x.x.x.x/sl_intf_watch.tcl disk0:/policies
    config t
    event manager directory user policy disk0:/policies
    event manager environment intf_watch_interfaces TenGigabitEthernet9/1,TenGigabitEthernet9/3
    event manager environment intf_watch_uplink GigabitEthernet1/2
    event manager policy sl_intf_watch.tcl
    Where x.x.x.x is the IP address of your TFTP server.
    After that, the policy is registered, and waiting for the interfaces to go down.

  • Monitoring PRI using Embedded Event Manager

    Hi,
    I am trying to use Embedded Event Manager to flag  when calls on a pri get above
    28 but its not working.  I found an OID which shows number of calls currently on
    the B Channels of a pri.  I dropped the threshold to two just to check it was
    functioning correctly.  Config below:
    event manager applet bchan-mon
    event snmp oid 1.3.6.1.4.1.9.10.19.1.1.11 get-type exact entry-op gt entry-val
    2 poll-interval 60
    action exceeded syslog priority critical msg "All Chanels in Use"
    I have done a debug and it says the OID is not found even though if i do a show
    snmp mib i see the OID.  Output below:
    Feb  9 08:35:58.097: fh_process_async: re=445EF694, timer_type=POLL
    Feb  9 08:35:58.097: snmp_entry_value_check: OID unavailable, value check
    skipped
    Feb  9 08:35:58.097: snmp_entry_value_check:Returning FALSE
    Feb  9 08:35:58.097: fh_process_async: update_t=0cron_tick: num_matches 0
    Has anyone successfullly used EEM to do this?
    Any help appreciated.
    Thanks
    Kev

    Hi Joe,
    I get this from an snmp walk:
    rh019654@c_nnm_u > snmpwalk lr2196 1.3.6.1.4.1.9.10.19.1.1.11
    cisco.ciscoExperiment.19.1.1.11.0 : Unsigned32: 0
    The device is a cisco 2851 and the IOS is C2800NM-SPSERVICESK9-M 12.4(18e).
    If i run a debug now after adding the 0 i dont get a OID error not found anymore but its still not flagging the message in the log when the amount of calls go above 2.  See below:
    Feb 10 09:43:17.774: fh_process_async: re=463448F0, timer_type=POLL
    Feb 10 09:43:17.774: snmp_value_uint_compare:op1=0 op2=2 ret=FALSE
    Feb 10 09:43:17.774: snmp_entry_value_check:Returning FALSE
    Feb 10 09:43:17.774: fh_process_async: update_t=0
    Thanks
    Kev

  • Cisco Embedded Event Manager Issue

    Hello Experts,
    I have taken the following sample EEM from
    https://learningnetwork.cisco.com/blogs/network-sheriff/2009/06/19/writing-your-first-eem-applet
    The intention is to send a notification to an email address about a network problem. I have modified it bit for illustrative purposes. You will see that there are various show commands.
    Can someone please show me how to email the show commands instead just appending them to the directory called "server_unreachable"?
    TechWiseTV4506(config)#eve
    nt manager environment _email_server 172.16.1.44 (<-my Post Cast server)
    TechWiseTV4506(config)#event manager environment _email_to [email protected]
    TechWiseTV4506(config)#event manager environment _email_from [email protected]
    event manager applet email_server_unreachable
    event track 10 state down
    action 1.0 syslog msg "Houston we have a problem. Ping failed, server unreachable!"
    action 1.1 cli command "enable"
    action 1.2 cli command "del /force flash:server_unreachable"
    action 1.3 cli command "show clock | append server_unreachable"
    action 1.4 cli command "show ip arp 172.16.1.55 | append server_unreachable"
    action 1.5 cli command "show ip route 172.16.1.55 | append server_unreachable"
    action 1.6 cli command "show interface FastEthernet0/1/1 | append server_unreachable"
    action 1.7 cli command "more flash:server_unreachable"
    action 1.8 mail server "$_email_server" to "$_email_to" from "$_email_from" subject "Server Unreachable: ICMP-Echos Failed" body "$_cli_result
    action 1.9 syslog msg "Server unreachable alert has been sent to email server!"
    Cheers
    Carlton

    This applet will actually email the results.  However, in order to get all of the output together, it uses the server_unreachable file as an accumulator buffer.  That file could be deleted as action 2.0:
    action 2.0 cli command "delete /force flash:server_unreachable"
    But that is already there in action 1.2, so it's not really needed.
    What will happen is the applet will more the file to collect all of the output.  That aggregated output will be stored in the $_cli_result variable.  The result is that the body of your email will contain the consolidated command output.

  • Embeded Event Manager on cisco 3560 switch

    Can someone help me please? I have EEM configured on cisco 3560 switch. The configuration is below. I want that switch inform me through email when device with particilular IP address become unavailable. For some reason this configuration is not good and I can't tell why. I already try to debug this with debug event manager action mail but didn't see any output .
    ip sla 11
    icmp-echo ip address
    frequency 20
    ip sla schedule 11 life forever start-time now
    event manager applet device-TEST
    event snmp oid 1.3.6.1.4.1.9.9.42.1.2.9.1.6.11 get-type exact entry-op lt entry-val "2" poll-interval 20
    trigger occurs 5 period 120
    action 02.0 mail server "ip address" to "[email protected]" from "[email protected]" subject "device is down"

    The mail part looks good, I'm not sure you are hitting the trigger right.
    Why not do a track on the ip sla instead of the snmp stuff?
    Here's a good example of that.
    https://learningnetwork.cisco.com/blogs/network-sheriff/2009/06/19/writing-your-first-eem-applet

  • Problem with Embedded Event Manager and Object Tracking

    Hi,
    I have a 2801 running c2801-advipservicesk9-mz.124-24.T2.bin. It has the following configuration:
    track 300 list boolean or
    object 10
    object 11
    object 12
    object 13
    event manager applet clear_ipsec_tunnel
    event track 300 state down
    action 1.0 cli command "enable"
    action 2.0 cli command "clear crypto session"
    action 3.0 syslog msg "IPSec tunnel has been cleared by clear_ipsec_tunnel applet"
    My problem is that after the tracked object number 300 transitions from an up state to a down state, nothing happens. It seems like the applet doesn't work with object tracking. Here's what I see in logs:
    Dec  7 21:52:32.236 MCK: %TRACKING-5-STATE: 12 ip sla 12 reachability Up->Down
    Dec  7 21:52:37.236 MCK: %TRACKING-5-STATE: 13 ip sla 13 reachability Up->Down
    Dec  7 21:52:57.236 MCK: %TRACKING-5-STATE: 10 ip sla 10 reachability Up->Down
    Dec  7 21:53:07.236 MCK: %TRACKING-5-STATE: 11 ip sla 11 reachability Up->Down
    Dec  7 21:53:07.996 MCK: %TRACKING-5-STATE: 300 list boolean or Up->Down
    That's it. For some reason, the applet won't execute the CLI commands when the EEM applet is triggered. Am I doing something wrong or I have encountered some bug? Thanks.

    jclarke,
    Today I added the router into the tacacs server database and the applet started working just fine by using my login name. So the working configuration looks like this:
    event manager session cli username "my login name"
    event manager applet clear_ipsec_tunnel
    event track 300 state down maxrun 30
    action 1.0 cli command "enable"
    action 2.0 cli command "clear crypto session"
    action 3.0 syslog msg "IPSec tunnel has been cleared by clear_ipsec_tunnel applet"
    Then I tried to use a login name from the local database that has "privelege 15" access and of course the debug output showed me this:
    Dec  8 18:12:58.203 MCK: %TRACKING-5-STATE: 300 list boolean or Up->Down
    Dec  8 18:12:58.203 MCK: fh_track_object_changed: Track notification 300 state down
    Dec  8 18:12:58.203 MCK: fh_fd_track_event_match: track ED pubinfo enqueue rc = 0
    Dec  8 18:12:58.215 MCK: fh_send_track_fd_msg: msg_type=64
    Dec  8 18:12:58.215 MCK: fh_send_track_fd_msg: sval=0
    Dec  8 18:12:58.219 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : CTL : cli_open called.
    Dec  8 18:12:58.227 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : OUT : Router>
    Dec  8 18:12:58.227 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : IN  : Router>enable
    Dec  8 18:12:58.747 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : OUT : Command authorization failed.
    Dec  8 18:12:58.747 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : OUT :
    Dec  8 18:12:58.747 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : OUT : Router>
    Dec  8 18:12:58.747 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : IN  : Router>clear crypto session
    Dec  8 18:12:58.771 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : OUT :                                  ^
    Dec  8 18:12:58.771 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : OUT : % Invalid input detected at '^' marker.
    Dec  8 18:12:58.771 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : OUT :
    Dec  8 18:12:58.771 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : OUT : Router>
    Dec  8 18:12:58.775 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel: IPSec tunnel has been cleared by clear_ipsec_tunnel  applet
    Dec  8 18:12:58.775 MCK: %HA_EM-6-LOG: clear_ipsec_tunnel : DEBUG(cli_lib) : : CTL : cli_close called.
    So I guess this problem arises when you have command authorization enabled and the tacacs server is not reachable or something like that. I have tried to find a way to use the local database instead of using the aaa server but didn't succeed. Although I have found an interesting workaround. Here it is:
    Link: http://blog.ioshints.info/2007/05/command-authorization-fails-with-eem.html
    Workaround found after reading the "Executing IOS commands from Tcl shell" from the "Tclsh on Cisco IOS tutorial".
    On the above article it is mentionned that the ios_config command is executed inside the context of another VTY line (also found with the AAA debug). The workaround is to define the FIRST VTY line with "transport input none" to prevent ssh or telnet to grab it and to configure the aaa authorization without any command authorization for this line.
    Kind regards
    Christian Chautems
    Looks great, but I am not quite sure how to "configure the aaa authorization without any command authorization for this line".
    Anyway, jclarke thank you so much for taking your time to look into my problem and for your help.

  • Embedded Event manager scripting help

    Hello,
    I'm looking into a way to do the following:
    If pinging of BGP peer detects packet loss, or circuit flapping, lets say 5 flaps in 60 secs, then I'd like the bgp peering to go into admin down state.
    Would be nice if it also recovered on its own when 1hour or X of stability was detected.
    Thank you

    I found a good doc and think i'll be going with this:
    IP SLA 3
       icmp-echo X.X.X.X  source-interface GIGXXXX
    IP SLA schedule  3 life forever  start-time now
    track 3 ip sla 3  reachability
    delay up XX
    event manager applet  WAN_DOWN
    event track 3 state  down
    action 1.0 syslog msg "Packet loss  or Primary WAN cct loss detected"
    action 2.0 cli command  "enable"
    action 3.0 cli command "config  t"
    action 4.0 cli command "router bgp XXXXX"
    action 5.0 cli command "neighbor X.X.X.X shut"
    action 6.0 cli command  "end"
    action 7.0 syslog msg "BGP neighbor  placed in Admin Down because of packet loss to  Peer"
    event managet applet  wan_up
    event track 3 state  up
    action 1.0 syslog msg "WAN network  restored"
    action 2.0 cli command  "enable"
    action 3.0 cli command "config  t"
    action 4.0 cli command "router bgp XXXXX"
    action 5.0 cli command "no neighbor  x.x.x.x shut"
    action 6.0 cli command  "end"
    action 7.0 syslog msg "BGP neighbor  was brought up due to sustained comm with Peer"

  • Cisco embedded event manager applet

    Hi everyone,
    Can someone please confirm me if we can use cisco eem applet in ASA firewall. I know its for sure used in IOS but whta bout firewall? if yes then please help me out.
    Thanks in advance.

    i want to log-off a vpn tunnel if the VPN tunnel gets stuck. Can it be done on ASA firewall?

  • Cisco Embedded Event Manager Book

    Hello All,
    Can someone let me know if they're any books currently available which I focused purely on Cisco EEM?
    I would very much like to learn/practice EEM. I appreciate there is a lot of samples here, however I would like a more structured approach to learning EEM.
    Cheers
    Carlton

    There is no book dedicated to EEM.  The "Tcl Scripting for IOS" book from Cisco Press does cover EEM in some detail, though.

  • Event Manager question. Monitoring DNS entry.

    Hello everybody,
    I  want to use Cisco Embedded Event Manager in a router for monitoring a  DNS entry that normally resolves 1.1.1.1 but if it changes to 2.2.2.2 the  router has to change some access list automatically in order to permit different  routes.
    I  know how to configure de "action" sentences for change the ACLs but I  dont know how to configure a track or a SLA in order to check the DNS  entry and react if it changes.
    Someone knows how to do that?
    event manager applet ChangeRoutesWhenDNSEntryChanges
    event track 21 state ??????????????????????????????????????????????????<----------
    action 1.0 cli command "enable"
    action 2.0 cli command "configure terminal"
    action 3.0 cli command "ip access...
    Thank you in advance!!
    Marcos.

    Indeed, I just provided the above example to demonstrate how we can force a DNS lookup and parse the IP address...
    I was actually thinking about using the IP SLA DNS probe, but I could not find a way to get the IP address from the results... It just shows the response time.
    In order to make the script work, we would most likely need to use some timer to trigger it periodically.
    This is an adaptation of my previous example to actually accomplish a periodic check:
    event manager applet CHECK-DNS
    event timer watchdog time 60
    action 1.0 cli command "ena"
    action 1.1 cli command "ping host1 repeat 1 timeout 0"
    action 2.0 regexp "ICMP Echos to (.*), timeout is 0 seconds:" "$_cli_result" _match _ip
    action 3.0 if $_ip ne 1.1.1.1
    action 4.0  syslog msg "host1 is now $_ip"
    action 5.0 end
    If you want to do something as a reaction to detecting the change, that would have to go into the "4.0" block (you can use 4.1, 4.2 etc)
    Another thing to consider is that this script would run every minute, so as long as the DNS query resolves to anything but 1.1.1.1 we would re-apply the config changes, which is not that good...
    A way to solve this can be seen in the next example:
    event manager applet HOST1-NOT-1.1.1.1
    event timer watchdog time 60
    action 1.0 cli command "ena"
    action 1.1 cli command "ping host1 repeat 1 timeout 0"
    action 2.0 regexp "ICMP Echos to (.*), timeout is 0 seconds:" "$_cli_result" _match _ip
    action 2.1 track read 100
    action 3.0 if $_ip eq 1.1.1.1
    action 4.0  if $_track_state eq down
    action 4.1   track set 100 state up
    action 4.2   syslog msg "host1 is now 1.1.1.1 again"
    action 4.9  end
    action 5.0 else
    action 6.1  if $_track_state eq up
    action 6.2   track set 100 state down
    action 6.3   syslog msg "host1 is not 1.1.1.1, new ip is $_ip"
    action 6.9  end
    action 7.0 end
    Basically we are using a stub tracking object to maintain state. Track object 100 would be up if we know host1=1.1.1.1, but if we detect it is something else we change it to down. Only after we detect that host1=1.1.1.1 again we change the track object back to up, which would enabled detecting another change...
    Any actions you want to take should go into section "6" and any clean up (when host1=1.1.1.1 again) has to go into section "4".
    It is possible to make this detect any change and not just have a static 1.1.1.1 value by assigning the newly detected value to a variable and basically look for a change... Not sure what is your requirement.
    The output below shows how this works...
    Router#show run | inc ip host
    ip host host1 1.1.1.1
    Router#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    Router(config)#ip hos
    Router(config)#ip host host1 2.2.2.2
    Router(config)#^Z
    Router#
    *Nov  9 18:23:18.009: %TRACKING-5-STATE: 100 stub   Up->Down
    *Nov  9 18:23:18.021: %HA_EM-6-LOG: HOST1-NOT-1.1.1.1: host1 is not 1.1.1.1, new ip is 2.2.2.2
    Router#
    *Nov  9 18:23:18.065: %SYS-5-CONFIG_I: Configured from console by console
    Router#
    Router#
    Router#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    Router(config)#ip host host1 1.1.1.1
    Router(config)#^Z
    Router#
    *Nov  9 18:23:42.805: %SYS-5-CONFIG_I: Configured from console by console
    Router#
    *Nov  9 18:24:18.025: %TRACKING-5-STATE: 100 stub   Down->Up
    Router#
    *Nov  9 18:24:18.033: %HA_EM-6-LOG: HOST1-NOT-1.1.1.1: host1 is now 1.1.1.1 again

  • CSM 4.5 Event Manager for IOS firewall on routers?

    Hi,
    Can anyone confirm fo me whether it's possible to send syslog messages from routers running IOS firewall feature set to CSM, so that the events appear in CSM Event Manager, similar to the way that ASA's do?
    I've setup one of my routers to do this and have confirmed using wireshark that the syslog packets are received on the CSM 4.5 machine, but they don't seem to turn up in Event Manager.
    This would be an extremely useful feature if I can get it to work!
    Thanks,
    Matt                  

    Hello friends,
    Please, allow me to resurect this old post. 
    I have already installed CSM 4.4 and I am already managing an ASA through CSM. I have configured CSM according to next the User Guide.
    http://www.cisco.com/c/en/us/td/docs/security/security_management/cisco_security_manager/security_manager/4-4/user/guide/CSMUserGuide_wrapper/evntchap.html
    I am not able to see the Events in the Event viewer client. Would you give me an advise about how to troublehoot that?
    Regards!

  • How to incorporate training and event management module in ess1.0

    Hi all,
    I am implementing ess1.0 on EP6.0, NW7.0, ecc6.0.
    now in ess1.0 i could not find traing and event manag. module, but i found it in ITS version of ess.
    how can i incorporate 'traing and event manag' module in ess1.0??
    do i need to download two version of ess?...i doubt if its feasible!...can anybody guide me on this?
    I am new to portal, and hence trying to learn thing in EP ESS...please throw in your help ASAP
    Regards,
    JJ

    hi all,
    can anybody please throw some light on the above query?
    i m trying to search in forum but i am unable to find any reasonable answer to this.
    Regards,
    JJ

  • Training and Event Management under ESS

    Hi!!
    I've been looking at the sap´s help and the only way I can find for implementing Training and Event Management as an ESS application is using ITS. But as I uderstand, the use of ITS is in the past. I want to implement that in ECC 6.0, what should I do?
    This is th elink where all they say is using ITS
    http://help.sap.com/saphelp_erp60/helpdata/en/77/bff8ab4a2911d182b80000e829fbfe/frameset.htm
    Thanks a lot

    this is for the erp
    <br><br>
    SAP_ABA - 700 <br>
    SAP_BASIS - 700<br>
    ST-PI - 2005_1_700<br>
    PI_BASIS - 2005_1_700<br>
    SAP_BW - 700<br>
    SAP_AP - 700<br>
    LCAPPS - 2005_700<br>
    SAP_APPL - 600<br>
    SAP_HR - 600<br>
    EA-IPPE - 400<br>
    EA-APPL - 600<br>
    EA-DFPS - 600<br>
    EA-FINSERV - 600<br>
    EA-GLTRADE - 600<br>
    EA-HR - 600<br>
    EA-PS - 600<br>
    EA-RETAIL - 600
    FINBASIS - 600<br>
    FI-CAX - 600<br>
    INSURANCE - 600<br>
    IS-CWM - 600<br>
    IS-H - 600<br>
    IS-M - 600<br>
    IS-OIL - 600<br>
    IS-PS-CA - 600<br>
    IS-UT - 600<br>
    FI-CA - 600<br>
    ERECRUIT - 600<br>
    ECC-DIMP - 600<br>
    CPRXRPM - 400<br>
    WFMCORE - 200<br>
    SLL-LEG - 7.00<br>
    SEM-BW - 600<br>
    LSOFE - 600<br>
    AIN - 400<br>
    <br><br><br>
    and the portal part is
    <br>
    Software Components
    Vendor      Name      Version      Provider      Location      Applied
    <br>sap.com      ADSSAP      7.00 SP19 (1000.7.00.19.0.20090425161554)      SAP AG      SAP AG      20090817182515
    <br>sap.com      BASETABLES      7.00 SP19 (1000.7.00.19.0.20090425162149)      SAP AG      SAP AG      20090817174302
    <br>sap.com      BI_MMR      7.00 SP19 (1000.7.00.19.0.20090425162208)      SAP AG      SAP AG      20090817182624
    <br>sap.com      BI_UDI      7.00 SP19 (1000.7.00.19.0.20090425162218)      SAP AG      SAP AG      20090817182701
    <br>sap.com      BP_DMSCONN      6.75 SP1 (1000.6.75.1.9.20081125093814)      SAP AG      SAP AG      20090706161758
    <br>sap.com      BP_ERP5ESS      1.0 SP1 (1000.1.0.1.0.20051008075035)      SAP AG      MAIN_ERP05PAT_C      20090810173157
    <br>sap.com      CAF      7.00 SP19 (1000.7.00.19.0.20090427142735)      SAP AG      MAIN_APL70P19_C      20090817184849
    <br>sap.com      CAF-KM      7.00 SP19 (1000.7.00.19.0.20090427135649)      SAP AG      MAIN_APL70P19_C      20090817194420
    <br>sap.com      CAF-UM      7.00 SP19 (1000.7.00.19.0.20090427142740)      SAP AG      MAIN_APL70P19_C      20090817182712
    <br>sap.com      CORE-TOOLS      7.00 SP19 (1000.7.00.19.0.20090425162400)      SAP AG      SAP AG      20090817174353
    <br>sap.com      DI_CBS      7.00 SP19 (1000.7.00.19.0.20090427141356)      SAP AG      MAIN_APL70P19_C      20090817192659
    <br>sap.com      DI_CMS      7.00 SP19 (1000.7.00.19.0.20090427141416)      SAP AG      MAIN_APL70P19_C      20090817192939
    <br>sap.com      DI_DTR      7.00 SP19 (1000.7.00.19.0.20090427141423)      SAP AG      MAIN_APL70P19_C      20090817192954
    <br>sap.com      EP-PSERV      7.00 SP19 (1000.7.00.19.1.20090619074403)      SAP AG      SAP AG      20090817193057
    <br>sap.com      EP-WDC      7.00 SP19 (1000.7.00.19.1.20090619074425)      SAP AG      SAP AG      20090817193208
    <br>sap.com      EPBC      7.00 SP19 (1000.7.00.19.1.20090619074204)      SAP AG      SAP AG      20090817182927
    <br>sap.com      EPBC2      7.00 SP19 (1000.7.00.19.1.20090619074221)      SAP AG      SAP AG      20090817193212
    <br>sap.com      JLOGVIEW      7.00 SP19 (1000.7.00.19.0.20090425155500)      SAP AG      SAP AG      20090817174420
    <br>sap.com      JSPM      7.00 SP19 (1000.7.00.19.0.20090425155600)      SAP AG      SAP AG      20090817151518
    <br>sap.com      KM-KW_JIKS      7.00 SP19 (1000.7.00.19.0.20090522114445)      SAP AG      SAP AG      20090817182939
    <br>sap.com      KMC-BC      7.00 SP19 (1000.7.00.19.1.20090619074454)      SAP AG      SAP AG      20090817193310
    <br>sap.com      KMC-CM      7.00 SP19 (1000.7.00.19.1.20090619074602)      SAP AG      SAP AG      20090817193348
    <br>sap.com      KMC-COLL      7.00 SP19 (1000.7.00.19.1.20090619074633)      SAP AG      SAP AG      20090817193434
    <br>sap.com      LM-PORTAL      7.00 SP19 (1000.7.00.19.0.20090427140244)      SAP AG      MAIN_APL70P19_C      20090817193436
    <br>sap.com      LM-TOOLS      7.00 SP19 (1000.7.00.19.0.20090427143229)      SAP AG      MAIN_APL70P19_C      20090817185623
    <br>sap.com      NET-PDK      7.00 SP19 (1000.7.00.19.1.20090618100600)      SAP AG      SAP AG      20090817191644
    <br>sap.com      RTC      7.00 SP19 (1000.7.00.19.1.20090618135900)      SAP AG      SAP AG      20090817191648
    <br>sap.com      RTC-STREAM      7.00 SP19 (1000.7.00.19.1.20090618135900)      SAP AG      SAP AG      20090817193442
    <br>sap.com      SAP-EU      7.00 SP19 (1000.7.00.19.0.20090427140415)      SAP AG      MAIN_APL70P19_C      20090817194226
    <br>sap.com      SAP-JEE      7.00 SP19 (1000.7.00.19.0.20090425162953)      SAP AG      SAP AG      20090817174456
    <br>sap.com      SAP-JEECOR      7.00 SP19 (1000.7.00.19.0.20090425163113)      SAP AG      SAP AG      20090817174642
    <br>sap.com      SAP_JTECHF      7.00 SP19 (1000.7.00.19.0.20090522115053)      SAP AG      SAP AG      20090817174829
    <br>sap.com      SAP_JTECHS      7.00 SP19 (1000.7.00.19.0.20090522115208)      SAP AG      SAP AG      20090817184107
    <br>sap.com      UMEADMIN      7.00 SP19 (1000.7.00.19.0.20090427143818)      SAP AG      MAIN_APL70P19_C      20090817185703
    <br>sap.com      UWLJWF      7.00 SP19 (1000.7.00.19.1.20090619074757)      SAP AG      SAP AG      20090817193546
    <br>sap.com      VCBASE      7.00 SP19 (1000.7.00.19.1.20090619074802)      SAP AG      SAP AG      20090817194605
    <br>sap.com      VCFLEX      7.00 SP19 (1000.7.00.19.1.20090619074835)      SAP AG      SAP AG      20090817194422
    <br>sap.com      VCFRAMEWORK      7.00 SP19 (1000.7.00.19.1.20090619074842)      SAP AG      SAP AG      20090817194428
    <br>sap.com      VCKITGP      7.00 SP19 (1000.7.00.19.1.20090619074842)      SAP AG      SAP AG      20090817194610
    <br>sap.com      VCKITXX      7.00 SP19 (1000.7.00.19.1.20090619074842)      SAP AG      SAP AG      20090817194616
    <br>sap.com      WDEXTENSIONS      7.00 SP19 (1000.7.00.19.0.20090427140606)      SAP AG      MAIN_APL70P19_C      20090817194724

  • Delete Log File: Correspondence in Training and Event Management ( t77vp)

    Is there a standard way of deleting the Log File: Correspondence in Training and Event Management ( T77VP ) from the system.
    Thanks for your help.
    Andi

    Hi Niladri,
    Please open a new discussion for this as it's a different question. Not only is this stated in the guidelines and makes it easier for other members to search for the right things, but it also increases your chances of getting the right answers, because users know you are looking at LSO rather than TEM and because many users, sadly, are driven by points primarily for giving answers and know you could not mark their answer as correct, because it's not your post.
    Please also give context info: which correspondence solution are you using (Smartforms, Adobe forms, SAPscript) and which version of LSO. 

Maybe you are looking for

  • RSS Feeds on Yahoo Front Page/My Yahoo are no longer loading. Please help!

    After "fixing" my installation of Firefox I am unable to load any RSS feeds onto My Yahoo Front Page! They are all gone. Please help me to recover these important feeds. They are my only source of News every day.

  • How to send lotus mail

    Forms [32 Bit] Version 10.1.2.0.2 (Production) Oracle Toolkit Version 10.1.2.0.2 (Production) PL/SQL Version 10.1.0.4.2 (Production) hi iam having a form name complaint_main in that iam having some fields, out of those there is one field name dept .

  • Technical Upgrade Guide for Custom Code

    Hi, My client is in the process of upgrading from 11.5.9 to 12.1 and has a relatively large customisation footprint. There is a wealth of infomation on high-level technical changes made in R12 i.e. banks moved to TCA, suppliers moved to TCA etc. howe

  • ORA-20100: ORA-01116: error in opening database file

    Hi - I'm hitting this error for the first time. Anyone encountered this before? Any suggestions will be very appreciated. Thanks! 141 EXCEPTION 142 143 when others then 144 raise_application_error('-20100',SQLERRM); 145 End; 146 / 20080207 20080312 D

  • Help flash php

    i have 2 dynamic text in same keyframe the name of 1st text is home_txt and the 2on home_txtb. i won't to load php file so do i with this flash action script code var homePageText:String; var homePageTextb:String; // Assign a variable name for our UR