Avatar
Please consider registering
guest
sp_LogInOut Log Insp_Registration Register
Register | Lost password?
Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
sp_Feed Topic RSSsp_TopicIcon
Subscribe Event without a Filter
March 12, 2014
14:41, EET
Avatar
infraview.schmidt
Member
Members
Forum Posts: 7
Member Since:
August 13, 2013
sp_UserOfflineSmall Offline

Can i subscribe a event without a filter?

The MonitoringEventItem provides a constructor which takes only a NodeId, but i get a Exception when i try to subscribe.

com.prosysopc.ua.StatusException: Bad_MonitoredItemFilterUnsupported (0x80440000) “The server does not support the requested monitored item filter.” StatusCode=Bad_MonitoredItemFilterUnsupported (0x80440000) “The server does not support the requested monitored item filter.”
at com.prosysopc.ua.client.UaClient.a(Unknown Source)
at com.prosysopc.ua.client.Subscription.addItem(Unknown Source)

My code is:
private static void startSubscription() throws ServiceException, StatusException {

subscription = new Subscription();
client.addSubscription(subscription);
statusEventTest = new MonitoredEventItem(Properties.NODE_ID_STATUS_TEST);
subscription.addItem(statusEventTest);

}

The goal is to implement a Client which can subscribe different events with generic code.

March 12, 2014
15:34, EET
Avatar
Jouni Aro
Moderator
Moderators
Forum Posts: 1029
Member Since:
December 21, 2011
sp_UserOfflineSmall Offline

No you cannot. The filter is used to define the event fields (in the SelectClause) that you wish to listen to. So without a filter, there would not be anything to send. The WhereClause of the filter, which can limit events that are sent based on the field values, is optional.

March 13, 2014
6:45, EET
Avatar
infraview.schmidt
Member
Members
Forum Posts: 7
Member Since:
August 13, 2013
sp_UserOfflineSmall Offline

ok thanks

i tought there would be something like SELECT * in SQL, but i can also define each field

March 13, 2014
6:49, EET
Avatar
Jouni Aro
Moderator
Moderators
Forum Posts: 1029
Member Since:
December 21, 2011
sp_UserOfflineSmall Offline

The number of possible fields can be very large, so ‘*’ does not make sense. And you need to know what the fields are, when you get the notifications as an array of Variant values only.

Forum Timezone: Europe/Helsinki
Most Users Ever Online: 1919
Currently Online:
Guest(s) 36
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 90
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 732
Moderators: 8
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1545
Posts: 6516
Newest Members:
mood edibles, LouieWreve, daniellabdx, janessan21, sammiebeak359, gena7127517, thorstenbouldin, Brett.Rollason, steven014223542, Roberthat
Moderators: Jouni Aro: 1029, Pyry: 1, Petri: 1, Bjarne Boström: 1045, Jimmy Ni: 26, Matti Siponen: 353, Lusetti: 0, Elias: 0
Administrators: admin: 1