Registering for Event PROPERTY_SET_TEMPLATE

Hello,
i created a service, which registers for the PROPERTY_SET_TEMPLATE. The event is triggerd for any change of any property of the resource. Is there a possibility to trigger the event only if special properties are changed?
regards,
Marco

Hi Marco,
no, there's not. See my answer before my last in this thread: Register a repository service to part of the repository manager? - here it's the same, just care about the "right" property when called; if you want to offer comfort, make the properties on which you want to react customizable.
Hope it helps
Detlev

Similar Messages

  • Register for Events Generated in a Subvi

    Hi Everyone,
    I am a relatively new labview programmer, so please bear with me if any of my questions are simple.
    Basically I have a project which has multiple different IO sources with an overall top level control and display program.
    To start with, I am writing a driver for a GPS device. The GPS driver reads in strings from the COM port, and then passes them to the GPSParserBuffer, which converts each of the possible strings and puts it into a cluster.
    What i would then like is for an event to be generated whenever a new string comes in.
    This event will then be passed to a GPS display VI, which will listen to the events, and display only a portion of the information to the User.
    at present, the driver and buffer work correctly - i can run my code and the GPS cluster fills correctly.
    What I am struggling with is passing this event to the GPS Display vi. The generated event never seems to make it out of the parserbuffer, and hence the GPS display never gets triggered.
    I have adapted this from another GPS driver i have seen which works in this way, but i cant seem to get mine to work.
    Thanks in advance
    Ben
    Top Level tester VI - GPS.vi runs and fills GPS cluster
    GPS.vi initialise case
    GPS.vi read case. Probe "28" and "30" contain the event number, but Probe "32" does NOT - i suspect this is my problem but im not sure what the issue is.
    GPSparserbuffer.vi - initialise case where the event gets generated
    parserbuffer run case - an event is generated every time the GPS cluster is updated
    GPS Display code - register for a data event and put select values from GPS cluster into the GPS Monitor indicator.
    Attachments:
    GPS.zip ‏167 KB

    If I want to generate event from sub VI what I do is...
    1) Create value change event case associate with any boolean(Say trigger).
    2) Pass boolean reference to subVI.
    3) Generate event using value signaling property node.
    4) In your case you can check for new string and generate event using value signaling property node.
     Check attached VI
    PBP (CLAD)
    Labview 6.1 - 2014
    KUDOS ARE WELCOMED.
    If your problem get solved then mark as solution.
    Attachments:
    Main.vi ‏13 KB
    Sub VI.vi ‏11 KB

  • Register Control events?

    Hallo,
    I've discovered that I can connect a control reference to the EventSource
    input of the RegisterForEvents function. This event (e.g Button1:MouseUp)
    appears as dynamic event in the EventStructure editor. Up to this point it
    seems to be possible to dynamically register for control events. But
    register another event (e.g Numeric1:ValueChanged) in the Button1:MouseUp
    handler fails and LabVIEW tells "Cannot connect different refnum types".
    Dynamically register for control events is something I'm desperately
    searching for.
    1. Is it just an unwanted behaviour that I can connect a control reference
    to a RegisterForEvents function or is this the first step to an
    undocumented feature.
    2. If it is intended behaviour, how can I complete to
    register another
    event in a handler?
    Thank you
    Oliver Friedrich

    > I've discovered that I can connect a control reference to the EventSource
    > input of the RegisterForEvents function. This event (e.g Button1:MouseUp)
    > appears as dynamic event in the EventStructure editor. Up to this point it
    > seems to be possible to dynamically register for control events. But
    > register another event (e.g Numeric1:ValueChanged) in the Button1:MouseUp
    > handler fails and LabVIEW tells "Cannot connect different refnum types".
    >
    > Dynamically register for control events is something I'm desperately
    > searching for.
    >
    > 1. Is it just an unwanted behaviour that I can connect a control reference
    > to a RegisterForEvents function or is this the first step to an
    > undocumented feature.
    >
    > 2. If it is intended behaviour, how can I
    complete to register another
    > event in a handler?
    The register for events lets you specify which object(s) you are
    interested in receiving events on. If you have a VI event, you can
    register and reregister at various points in your program to specify
    which you are currently interested in. If the events is a Boolean
    event, then any Boolean will work, but numerics aren't Booleans. If you
    define the initial event to take a Control reference, then both Booleans
    and Controls can be wired up since both inherit from Control.
    Also note that wiring a not-a-refnum will unregister everything meaning
    you don't want events for any particular control.
    As for whether or not it is unintended or undocumented. It is
    definitely intended, and I suspect that it is documented. Also, I'm
    pretty sure the examples show how to do this.
    Greg McKaskle

  • Error while registering for index relevant events: Invalid RID: No reposito

    Hi,
        I created an index and assigned a datasource to search the Windows network drive. I activated the index and now when I am  monitoring the application log, I see the error <b>Error while registering for index relevant events: Invalid RID: No repository manager found for prefix: and XIndexing documents failed. AbstractTrexIndex: indexing some of the resources failed Continue crawling and Indexing document failed. Access denied </b> for the <b>IndexmanagementService</b>.
    When I see the queue status, the queue status is always idle, even after I activate the queue.
    In the indexing monitor, I see the error <b>Trex: Preparation failed: index operation</b>
    could anyone tell me what could be wrong?
    Thanks,

    Hi Christian,
    thanks for your reply.
    we are using 7.2 SP02. Do you think it could be the version that has some issues with custom mapping functions?
    regards
    Yao

  • [Bug?] DSC - Registering for Server Events

    [LV2009, Win 7 Pro]
    Howdy (Ben S another one for you? )
    I am trying to register for alarm events.
    This works fine by using the Register for Shared Variable Events method.
    Since I have a lot of SVs and a dedicated server, I thought listen to the server would be much easier to implement.
    The LabVIEW Help implies that using the Request System Event Notifications.vi will do the trick:
    However, I can't seem to Register for Server Events - it doesn't work.
    The code seems quite simple (below) - I just want to listen to all SVs on the localhost (default).
    All the Events are coming through to the DSC (viewed in MAX), however, using the Server method I don't get any notifications through the Event Structure.
    Am I doing something wrong? - Or is this a bug?
    Is there somewhere I need to configure stuff?
    Or does it just not send me Alarm and Notification Events of Shared Variables?
    What does it send me then?
    I couldn't even get the Example in NI Example Finder to work (labview\examples\lvdsc\Event Structure Support).
    It shows the SV Registered Event but not the Server/System Event.
    Attached is a simple project I used to demonstrate this - a SV configured for a HiHi Alarm:
    The work around is to list out all Shared Variables and just read that from disk and load it into the application etc...
    However, it is much more desirable to subscribe to the server and get all SV Events - is this possible?
    Cheers
    -JG
    Certified LabVIEW Architect * LabVIEW Champion
    Attachments:
    DSC Server Events [LV2009].zip ‏20 KB

    Ravens Fan wrote:
    I think if you put in the fully qualified name for the network path and process and library on the other machine, you should be able to get the list.
    You'll have to try it and find out.
    Cheers for posting
    From the help - I didn't think this was possible?
    I gave it a go using the following naming 
    But I get the following error (I tried to connect to multiple SVE across our network and got the same error).
    I can use  though and it returns the local SV List, so I think I have the naming correct?
    <edit>
    My other thought is to build a hook in to the app and invoke this across the network using VI Server, so that it can run the VI on the localhost then report back the SV List).
    </edit>
    Certified LabVIEW Architect * LabVIEW Champion

  • How do I register for the timeout Event dynamically

    hello,
    I found this example:
    http://zone.ni.com/reference/en-XX/help/371361K-01/lvhowto/dynamic_modifying_reg/
    I want to do the same thing, except that it's not the mouse move event that I want to toggle (register/unregister) but the timeout event.
    The timeout is in the drop down list of events I can register for, but it is greyed out.
    How can I do this?
    thanks
    Solved!
    Go to Solution.

    Use a shift register to hold what your timeout should be.  Use -1 for never time out.  Wire the value in the shift register to the timeout input on the Event Structure.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How can I register a Event for TAB???

    Hi,
    my problem is, that i search for an solution to register an Event for Tabulator (Tab Key).
    If i klick to tab, than it must be trigger the event!!
    I have found in forum following:
    http://webcache.googleusercontent.com/search?q=cache:fk2pfn0bhiwj:www.sdn.sap.com/irj/scn/thread%3fmessageid%3d1078796eventtabulatoralvgrid&cd=50&hl=de&ct=clnk&gl=de
    How must I register my TAB Event ????
    Please give an example!
    Thanks in forwards.
    Ersin

    Thanks for Help:-)

  • How can I register an EVENT for ALV-GRID?????

    Hi,
    i have create Events for my ALV-Grid Table (cl_gui_alv_grid).
    But there is one Problem!!!!
    Which Event must i create, if users write something in the ALV row and press to key "enter" ???
    With kind regards
    Ersin

    Did you set the handler for one of forementioned events? If no, please suplement your code with the following
    "create handler class
    CLASS lcl_gui_alv_event_receiver DEFINITION.
      PUBLIC SECTION.
        METHODS:
    "        Controlling data changes when ALV Grid is editable
              handle_data_changed FOR EVENT data_changed OF cl_gui_alv_grid
                                  IMPORTING er_data_changed e_onf4 e_onf4_before e_onf4_after,
    "       To be triggered after data changing is finished
              handle_data_changed_finished FOR EVENT data_changed_finished OF cl_gui_alv_grid
                                           IMPORTING e_modified ,
    ENDCLASS.                  
    "implement you handler methods
    CLASS lcl_gui_alv_event_receiver IMPLEMENTATION.
      METHOD handle_data_changed .
        MESSAGE 'Data changed' TYPE 'I'.
      ENDMETHOD.
      METHOD handle_data_changed_finished .
         MESSAGE 'Data changed finished' TYPE 'I'.
      ENDMETHOD .
    ENDCLASS.
    data:  g_alv_event_ref TYPE REF TO lcl_gui_alv_event_receiver.
    CREATE OBJECT g_alv_event_ref.
    "set handlers for these events
    SET HANDLER:
      g_alv_event_ref->handle_data_changed FOR g_alv_grid_ref,
      g_alv_event_ref->handle_data_changed_finished FOR g_alv_grid_ref,
    "register the events after pressing enter
    CALL METHOD g_alv_grid_ref->register_edit_event
          EXPORTING
            i_event_id = cl_gui_alv_grid=>mc_evt_enter.
    Regards
    Marcin

  • Registering for both Click and DoubleClick events!

    I have a situation that forces me to register for both the Click and the
    DoubleClick events on a Panel widget. But I was surprised to see a weird
    behavior that it ignores the double click event and treats that as a
    single click.
    Can someone help me to resolve this issue. Thank you very much in
    advance! Here is the sample code that goes in my Event Handler:
    when self.MainPanel.ChildDoubleClick(SelectedWidget = child) do
    if SelectedWidget.IsA(Panel) then
    self.Window.MessageDialog('Double click event');
    // Never comes inside this block!
    end if;
    when self.MainPanel.ChildClick(SelectedWidget = child) do
    if SelectedWidget.IsA(Panel) then
    self.Window.MessageDialog('Click event');
    end if;
    Regards,
    Alaiah Chandrashekar
    Indus Consultancy Services, Inc.

    Try including the following line of code ahead of all of that...
    stage.doubleClickEnabled = true;
    The default value is false, which is why you don't automatically get the double click working.

  • No Adapter Registered for this channel

    Hi,
    I see the status of one of my Communication Channels (In RWB Mail Communication Channel Monitoring) as
    "No Adapter Registered for this channel". Below is the error log.
    com.sap.aii.af.service.administration.api.AdminException: No adapter registered for channel 3ee106ca190c3e259e9d8c203a602fee
    at com.sap.aii.af.service.administration.impl.AdminManagerImpl.notifyChannelActivationStateChanged(AdminManagerImpl.java:851)
    at com.sap.aii.af.service.administration.impl.cluster.ClusterManager.eventReceivedSync(ClusterManager.java:426)
    at com.sap.aii.af.service.event.impl.worker.sync.SyncLocalWorker.work(SyncLocalWorker.java:52)
    at com.sap.aii.af.service.event.impl.worker.sync.AbstractSyncWorker.startWork(AbstractSyncWorker.java:40)
    at com.sap.aii.af.service.event.impl.EventManagerImpl.sendEventAndWaitForAnswer(EventManagerImpl.java:484)
    at com.sap.aii.af.service.event.impl.EventManagerImpl.sendEventAndWaitForAnswer(EventManagerImpl.java:348)
    at com.sap.aii.af.service.administration.impl.cluster.ClusterManager.notifyChannelActivationStateChanged(ClusterManager.java:280)
    at com.sap.aii.af.service.administration.impl.AdminManagerImpl.setChannelActivationState(AdminManagerImpl.java:699)
    at com.sap.aii.af.service.administration.impl.AdminManagerImpl.setChannelActivationState(AdminManagerImpl.java:625)
    at com.sap.aii.af.service.administration.impl.AdminManagerImpl.setChannelActivationState(AdminManagerImpl.java:618)
    at com.sap.aii.mdt.amt.channelmonitoring.SummaryChannelList.setChannelsActivationState(SummaryChannelList.java:1041)
    at com.sap.aii.mdt.amt.channelmonitoring.ChannelMonitoringDynPage.process_activate(ChannelMonitoringDynPage.java:1621)
    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.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:102)
    at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)
    at com.sapportals.htmlb.page.PageProcessorServlet.doPost(PageProcessorServlet.java:22)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Thanks
    Vijaya

    Hi,
    First check if you have imported the ESR content according to the note below (Apply the one
    that corresponds to your XI/PI version:
    PI 7.1X:
    #1152640 - SAP NetWeaver 7.1 including EHP 1: Importing ESR content
    XI 7.0:
    #836200 - SAP NetWeaver 7.0: Importing Process Integration Content
    XI 3.0:
    #705541 - XI 3.0 (SP1 and higher): Importing XI Content
    You can check the components in your SLD for the correct associations.
    Also, if not solved, please clarify which adapter are you using for that (JMS, JDBC, ...).
    Regards,
    Caio Cagnani

  • Trying to register for Virtual Developer Day

    Hello
    I'm trying to register for Virtual Developer Day in the European time zone but I'cant figure out how to change the timezone....
    Clicking on "view your local time" has no effect and clicking on "register online" gives a time out error.
    I've tried with Chrome 10, Explorer 7 and Firefox 3.6 but with no luck.
    Am I missing something or is the web site broken ?
    Regards
    Paul

    View your local time has now been fixed but it simply displays the times
    for the event on May 3rd.
    I still can't figure out how to switch to the event for May 10th for Europe or are we supposed to register once
    and we register for all of the events....
    Regards
    Paul

  • Registering for My Nokia on English-language websi...

    American, living in Poland, SIM-free 5800XM purchased in Poland (for trans-world travel). I use three different ("Pay-as-you-go") SIM chips: AT&T for the US, T-Kom for Germany and Sami Swoi for Poland (some of these chips are used in other countries as well... I travel a lot).
    None of my cell numbers work for registration with My Nokia in an English-speaking country in Europe and, I understand, there are some subtle differences in the 5800XM sold in the US (and my AT&T SIM chip/cell number will expire in less than 90 days... I also have no reason to renew - will probably just get another US number/chip sometime next year).
    How do I register for My Nokia/get most current updates from an English-speaking website?
    In a pinch, I could possibly use my German/T-kom number and register withthe German website (?)... my German is a littel rusty though...

    To be honest I wouldn't bother registering with My Nokia.
    The "tips" that they send you are at the level of "did you know that the on/off switch turns your phone on and off?", recently they sent everyone a message recommending an antivirus (which is totally unnecessary on a S60 phone), and notifications of firmware updates become irrelevant if you check once a week yourself anyway.
    There's very little value added.
    OTOH, you could sign up with ovi.com, which would allow you to sync your contacts and calendar events (as you can with My Nokia), give you access to ovi share (share online), ovi mail and a few other things. Much more worthwhile IMO.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Registry for event from cid-implementating component failed

    hi,
    I have a problem with the following scenario:
    - I have a component Main, component interface definitions (cid´s) L and MENU
    - component M1 and L1 implement the cid
    now my problem:
    Main embedds the interface view of cid L (in my case the component L1 at runtime) and L1 embedds the interface view of cid Menu (M1 at runtime). both embedding of course in a view container.
    In M1 I got a tree ui-element and when a leaf in the tree is clicked a event in M1 is fired. This event is defined in the cid Menu and Main has registered for it with an eventhandler method.
    when I start my application the event is fired in M1 but Main-component didn´t execute its eventhandler method for this event. what could be the reason?
    has anyone an idea?

    no messias outhere? :-D

  • Can a SAP-MM functional consultant register for TechEd 2008 ?

    Hi
    Can anyone clearly explain what is TechEd ??
    And can a SAP-MM functional consultant register for that and is there any related Workshop/Lecture in this TechEd ??
    If so how to know the list of Workshops/Lectures.
    cheers
    MaruthiRam

    Hi Maruthi,
    TechED is the annual event organizaed by SAP/SDN team. Its basically the get together for SAP folks who wants to share their knowledge or want to gather knowledge on the latest happening. Check thsi for more info on [TechEd|http://www.sapteched.com/india/]
    Yes you can register for the TechED.
    I do not think there is any specific session on SAP-MM, however you can have a check on .[list of sessions at TechEd 2008|http://www.sapteched.com/india/edu_sessions/tracks.htm]
    Regards,
    Subhash

  • Register for attending a conference?

    Hi there and thanx so long for your help.
    CS5, PHP & mySql
    I'm busy putting together the finishing touches on a page for our Church where people can register for attending a conference. I am not a hardcore programmer.
    I need to have the following, if possible:
    1. Each registration to have a unique reference number. (Can this be the auto-increase Primary number?)
    2. Someone wants to register for more than one person, how would how do this? I would preferably want to have the other people's name & surname.
    Sincere Regards,
    Deon

    If the purpose of this DB is to simply to have a list of names of those attending, and the people filling in the form will not have access to "update" their information, a simple html form that feeds the data into your MySQL db via a php script should do the trick.
    In your DB, you could create a column and would be a primary field, auto-increment that would create your unique id number, but I'm not  sure you need to use that.  Unless this is going to be attended by thousands of people, I would think using their email address as an ID should be fine.  Even if you have several people use the same email with different names, it does not sound like it should matter and as long as you are not requiring unique email addresses, it should be fine.
    In your php processing script, you can email back the registrant saying they are resistared and include the where and when information they would want to have.
    Unless there is some apsect of the event I am unaware of, this should work fine.
    Gary

Maybe you are looking for

  • BPM Worklist

    Using SOA 11g and BPM worklist. Created SOA application and ADF Task Form. Deployed on SOA Server. Then go visit BPM worklist and click the Assigned task that appear. displays in the task form. At bottom of worklist, I see options Add Comment and als

  • Ill CS6 not saving files properly

    When closing a file it will save the file without asking if you want to save changes. Have deleated the prefs. multi times. still doing it. Really messing me up with changes to my files that i don't want to save. Any help appricated. CPI Mac 33

  • For ABAP to Excel need all 1320 characters of a field not just 255

    I need to launch Excel from an ABAP program (in ERP).  One field is 1320 characters.  Using MS_EXCEL_OLE_STANDARD_DAT or XXL_SIMPLE_API or XXL_FULL_API I only get 255 characters.  Is there another utility available?

  • Lost Serial number. Can I get new one through buying new product?

    Hi, I'm new to the forums, but not to the products. Been using them over 5 or so years I think. Anyhow, I have an issue that I cannot solve very easily and am kind of stuck. I bought (well, had my University buy for me.) CS4 Master collection 3-4 yea

  • Issues with macbook and wireless compatibility with netgear router

    my macbook wireless is extremely spotty with my netgear router at home. the connection is sometimes very good, but other times, extremely unreliable. the wireless connection to the router is perfect, 4 bars. and it is actually within 10ft of the rout