Hi everybody,

I made a middleware that takes reports from readers and stores in a
database.
This middleware has been developed under Java and I'm using LTKJava 1.0.0.6
My middleware works well in normal conditions. However, when network breaks,
it loses all reports, this problem happens while the line is broken.

I have been reading llrp protocol documentation and I saw  that if I set
HoldEventsAndReportsUponReconnect parameter to true, reader can hold
reports. Then I must implment ENABLE_EVENTS_AND_REPORTS command in order to
get held reports.

I did it, but once reader restarts, my middleware isn't able to get any
reports. I mean, the middleware get nothing from the reader. Neither on-line
reports nor off-line reports.

Do you have any recommendation about how to get held reports from reader
without affect normal operation?

Thank you in advance for your help.

Regards,
Hugo Hernán Castañeda Pérez
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
llrp-toolkit-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel

Reply via email to