RFID event manager and Jini

Hi, I'm trying to use Java Rfid System software 3.0.
I have succesfully installed it on a linux machine, I can start the event manager, the management console, all the applications are correctly deployed and so on.
Now when I try to verify the instllation starting pmlreader and tag reader, it simply does not recognizes any tag (always gives 0 tag read). If I try to communicate with the reader through the management console I get this error (when clicking on RFID readers):
"Cannot connect to Jini lookup service at this time".
(I think this problem is the same of the one with tag reader).
Jini lookup service is on and correctly running (as it is written in the log).
Does anybody have any idea?
Thank you very much
Pyppo

Hi
I think that BMC event manager is like other monitoring softwares (HP OPENVIEW , TIVOLI , NIMBUS).
Grid Control can to send alerts to any console that this console accept SNMP Traps information.
For Create SNMP Traps in GC refer to OEM Grid Control Advanced Configuration book in the OTN documentation library of Enterprise Manager
For your specified BMC refer your documentation to receive SNMP Traps and the special configuration.
In my enviroment i have integrated HP Openview OVO Console with OEM Grid control
Regards

Similar Messages

  • Training & Event management and Appraisal

    Hi,
    Can anyone tell us that Training & Event management and Appraisal are available standard ESS package?
    Thanks,
    Anumit

    Yes, Training & Event management and Appraisal are available in ITS based ESS business package.
    But latest ESS business package(webdynpro based) do not have training and event management. You may need to deploy Learning solution. Full functionality of Appraisal is available with ehp4 of ESS BP.

  • RFID Event Managment

    I am working on RFID event managment, i want to know more about SAP event managment in details. Is there any good article for this ?

    Hi,
    there are many EM articles available
    just check out this link:
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000663838&
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • 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.

  • CSM 4.2 - Event Manager and IOS FW

    Hello,
       I am looking for an event management solution for IOS FW as the one CSM 4.2 already have to manage ASA, FWSM and IPS devices. As stated in the CSM documentation, we cannot use Event Manager for IOS FW.
       Any idea? Any plan to see it in the future? Should we use an external syslog server ...
       Kind regards,
           Carles

    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!

  • Training n event management and pd

    Hi gurus,
    my cliient wants to implement training n event mgnmt and pd.client is not specific about the procedures of training and development. he wants to implement as per the best practices of sap. i was only into om , pa and payroll.
    i dont even  have a tinge of idea abt these submodules. i tried searching in forums and other sites to to my dissapointmnt. i am in a big soup now as i need to gather the requirement and do the configurations in a weeks time i.e by next weekend. plzzzzzz help me out with some best practices or some config docs as i dont know even the basics of these. I would appreciate if some body is helping me out with config docs.
    Thanks n advance,
    tulsi

    Hi Tulsi,
    Please go to our help website :
    Appraisals
    http://help.sap.com/saphelp_47x200/helpdata/en/77/bff8ab4a2911d182b80000e829fbfe/frameset.htm
    and you can also use the link:
    https://websmp209.sap-ag.de/bestpractices
    Thanks
    Chetan

  • Training Need - TN in Training and Event Management

    Hi
    Did any one worked on Training Need (TN) in Training and event management? I have the below question.
    For France there is a legal requirement to capture some 1.6 % of the employee annual gross salary towards training cost.  So where to record the training cost of the employee in Training and event management and is there any link with payroll. 
    Logically it sounds as it does.  but where and how is it connected with payroll.
    Please revert if you know the solution.
    Brs
    Kenu.

    Hi
    In Table V_T77TNM_DC
    We need to have the below entries
    TNM                                              CL_HRTNM_VALO_COMPUT_GUI_FR
    TNM       HRTNM00_REPMOD        CL_HRTNM_VALO_COMPUT_GUI_FR
    TNM       MP168400                       CL_HRBAS_INFTY_1684_GUI_FR
    TNM       RPCTNM9S_REP            CL_HRTNM_INFTY_1036_GUI_FR
    Regards
    Kenu

  • Training and Event Management

    Can anyone guide me as how to create Training Events in bulk through SAP? I am getting stuck in all ways.. I am not sure where exactly FIRMLY BOOKED flag is stored coz of which we are not able to develop any programs.. Please guide me if ther is any way available to create Courses in bulk..

    Firmly Booked flag is stored in Infotype 1026. If you want to create courses (E) in bulk, use planning Menu (PSVP in Training and Event Management and LSO_PSVP in LSO)
    Close the thread if your problem is solved.

  • Training and Event management.Process Flow..

    Hi, Experts,
    Can any body give me some notes on  Training and event management and process flow also like integration between ECC-6.0 to Non SAP
    1.Training request
    2.Appraisal documents for performance feedback
    3.Tracking Feedback processes
    Pls help me in configuring these services.
    With Regards,
    San Rao.

    Hi san rao,
    as per your reply you using the new appraisal template and also you have released the template now simply run the BSP application HAP_DOCUMENT and access the appraisal documents  
    attach these BSP applications in your portal system.
    following pages of the above application will  be help full
    documents_todo
    documents_received_open2
    documents_where_participated
    Regards,
    Umesh Chaudhari.

  • Appraisal for Training and Event Management

    Hi Friends,
    Hope every one doing well.
    I have a requirement regarding the Appraisal of Attendee and send to its reporting manager for review and Manger may change the rating and completed or reject for re-appraise from the attendee.
    Note: We are not using LSO, using old Training and event management and we don't have any ESS,MSS system simply doing in ECC system only.
    here i need the notification for the reporting manager once the attendee save his ratings, if i do with old appraisal functionality with APPCREATE & APPCHANGE system is not giving any notifications to the reporting manager.
    if i go to new appraisal system that is with PHAP_CATALOG and PHAP_ADMIN i am not able to get the course's what employee attended for the training.
    please can any one share your view how to do this.
    using  BS - Appraisal Model
              BG - Criteria Group
              BK - Criterion
    Thanks in advance,
    Best Regards,
    Praneeth kumar

    Thanks for your suggestions.
    i can't go through new appraisal model with catalog & template, because client is not having ESS,MSS.  appraisal has to done in the ECC only.
    Done the customization like this :
    created scales
    created appraisal model and assign the scales
    for appraisal, Employee can do from APPCREATE transaction rate his own ratings and save.
    Now Appraiser (Manager) from APPCHANGE complete the appraisal.
    now my requirement is (1) after saving the APPCREATE by the employee, notification has to go to his reporting manager only. (2) Manager can do review/change and complete the process to his Employees only (who are reporting to him)
    how can i do this, standard functionality is there or i have to go for ABAP coding ? if ABAP coding what i have to ask them to do.
    Please help in this requirement.
    Thanks and Best Regards,
    Praneeth kumar

  • Migrating Training and Event Management...

    I need to migrate between two systems, both structural content and participants of Training and Event Management and is wondering if anyone can help me as to how to go about doing so? Do there exist standard IDOCs and programs/function module to do so?

    Hi,
    i think you could use message type hrmd_a.
    How to configure ALE
    is described in this docu HR special
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEHR/CABFAAL
    EHR_ALE_QS.pdf
    or in this genral
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    Hope this helps.
    Regards
    Bernd

  • Workflows in HR: Training and Event Management (BO PDRELA_025)

    Hi expert!
    I have a problem in the context of SAP HCM Training and Event Management and the generation of a workflow event for BO PDRELA_025! 
    I have created entries in table T779X (through SWEHR3) as:
    E 1001 A025 * BOKF 0 PDRELA_025 REQUESTED
    E 1001 A025 * BOKP 0 PDRELA_025 REQUESTED
    E 1001 A025 * BOKW 0 PDRELA_025 REQUESTED
    E 1001 A025 * CNOW 0 PDRELA_025 DELETEREQUESTED
    E 1001 A025 * CPRB 0 PDRELA_025 DELETEREQUESTED
    ...but as soon as it calls function RH_OBJECTKEY_BUILD, it fails and doesn't create the REQUESTED event.
    As the key field for AttendeeID in object PDRELA_025 references OBJEC-REALO, function RH_OBJECTKEY_BUILD tries to find a corresponding field in structure PPKEY to create the object key. As it can't find this field in PPKEY, it fails and doesn't create the REQUESTED event. Is there something I've done wrong?
    Can anybody help me please?
    Michael

    Hi Rick,
    Thank you for your help.
    The problem occurs in function module RH_OBJECTKEY_BUILD. Following raise is the problem.
        loop at bor_keyfields where bor_object_type = bor_object_type.
          read table structure_key with key
                                   fieldname = bor_keyfields-reffield
                                   binary search.
          if sy-subrc = 0.
            bor_objectkey+bor_keyfields-offset(bor_keyfields-ddlength) =
            hr_record_key+structure_key-offset(structure_key-leng).
          else.
    *     FATAL ERROR!!!! BusObjectKey do not refer Infotypekey of DDIC!!!
            raise problem_to_build_borkey.*
          endif.
        endloop.
    If found SAPNote 1066444 but the recommanted SP is already imported?!
    Can you help me??

  • Configuration documents for Training and event management &apprisals?

    hello xperts
    can anyone forward me configuration documents for treaining and event management and apprisal? to [email protected]

    Thanks for your suggestions.
    i can't go through new appraisal model with catalog & template, because client is not having ESS,MSS.  appraisal has to done in the ECC only.
    Done the customization like this :
    created scales
    created appraisal model and assign the scales
    for appraisal, Employee can do from APPCREATE transaction rate his own ratings and save.
    Now Appraiser (Manager) from APPCHANGE complete the appraisal.
    now my requirement is (1) after saving the APPCREATE by the employee, notification has to go to his reporting manager only. (2) Manager can do review/change and complete the process to his Employees only (who are reporting to him)
    how can i do this, standard functionality is there or i have to go for ABAP coding ? if ABAP coding what i have to ask them to do.
    Please help in this requirement.
    Thanks and Best Regards,
    Praneeth kumar

  • Using a field as the Event Organizer in Training and Event Management

    hello
    I want to add field as Event Organizer in Training and Event Management and i use this doc
    http://scn.sap.com/docs/DOC-53028#comment-512784
    field added but data dosen't save, when I change combox data I could n't see data
    for example I add filed max_houre and save 10 ,after save I selected orgnaize unit and save another data,my pervious data in max houre lost!!!!!!

    hello
    I want to add field as Event Organizer in Training and Event Management and i use this doc
    http://scn.sap.com/docs/DOC-53028#comment-512784
    field added but data dosen't save, when I change combox data I could n't see data
    for example I add filed max_houre and save 10 ,after save I selected orgnaize unit and save another data,my pervious data in max houre lost!!!!!!

  • SAP TM and Event Management

    Hello all,
    I am a student of informations systems and currently I am writing my bachelor-thesis about SAP Transportation Management 7.0 and SAP Event Management 7.0 in view of Supply Chain Event Management focused on a Fulfillment-Process. I have a few questions belongs to the practicability of this process with SAP TM 7.0.
    Usually you use SAP APO to implement SCM-Fulfillment-Processes. But instead of using SAP ERP LES it is also possible to use SAP TM for Transportation Management especially for Transportation Planning, Execution and Service Provider Selection (Integration between SAP ERP LES and SAP TM e.g. via IDocs), isn't it?
    I have got a few experience in customizing SAP TM and SAP EM for a Transportation Execution (FCL) and Tracking Szenario. For this reason, i want to implement e.g. a partial re-planning of the Transportation Execution in SAP TM if there is a variation between planned and actual data (e.g. because of traffic jam).
    I don't want to know, how to implement this in SAP TM, I just want to know, if is it reasonable to implement this and the scenario above with SAP TM? Or is it recommend to use SAP APO only? 
    Kind regards,
    Christian
    Edited by: Christian Beining on May 5, 2009 10:35 AM
    Edited by: Christian Beining on May 5, 2009 11:09 AM

    Hello guys,
    currently we are handling some problems with the integration of SAP Event Management and SAP Transportation Management. Both are running on the same system.
    The Situation:
    I had set up a RFC-Connection between SAP EM and SAP TM. In SAP TM I definied the corresponding settings for EM-Relevance of SRQ. In "Integration with other mySAP.com Components" I defined, the Business Process Types, Application Objects Types and the Event Types.
    After creating a SRQ, I got the message, that event tracking for the expected shipment request type is activated. While debbuging I found out, that SAP TM found the corresponding Business Proccess Type and Application Object Type to the Shipment Request Type. SAP TM also found the Event Manager which I defined in  "Integration with other mySAP.com Components" --> "Define EM" and got the RFC-Destination.
    The Problem is, after creating a SRQ there is no message in the Application Log, like "Event Handler was created successfully". The corresponding tables are empty, too.
    Has got anybody an idea? Maybe the configuration of the RFC-Connection is wrong or something else?
    If you need more detailed information, let me know.
    Thanking you guys in anticipation,
    Regards,
    Christian.

Maybe you are looking for

  • Double-Click speed with new TrackPad preference pane

    I have an original white MacBook. Ever since I updated to 10.5.6 with the new Trackpad preference Pane no matter where I set the Double-click speed setting (everywhere from slow to fast) I constantly get a double click event even when I single click

  • Order of notification center won't "stick" in OS X

    I am often re-arranging the order of items in the Notification Center because OS X won't remember my order for more than few days.  Whenever it shuffles them, I can't even tell what order, if any, it has put them into--perhaps random?  Is this happen

  • Rowid and urowid datatypes

    I'm writing an exercise to learn more about different datatypes and am confused about the use of and difference between rowid and urowid. As I understand it using rowid should only be done when writing for backwards compatibility, and urowid should b

  • Recovery of solvents in process industry

    Dear All, We have a scenario where say methanol is a raw material for producing item X and during this production process some quantity of methanol is recovered which will be recirculated with fresh methanol in producing item X.  At some point of tim

  • Sub contract stock.

    Hello, I want to extract material stock at Sub contract(special stock o) as on past date say 6 months back. I tried to extract report from T code MB5B but could not get output report even after running for more than 1 hour. Morever, this report gives