Thanks John. I was able to workaround this issue by returning immediately from sub safety() in transact method. I guess encode_params() needs to return something which the current implementation doesn't do in link.pm. -Shiv
--- "John R. Hogerhuis" <[EMAIL PROTECTED]> wrote: > On Mon, Jun 16, 2008 at 12:53 AM, Shiv Shankar > Maurya > <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to write LTK Perl script for > > ADD_ACCESSSPEC message with C1G2Write parameter > as > > part of AccessCommand. I get an error message > whenever > > this message is being parsed. This is the message: > > *** > > Uncaught exception from user code: > > SKIPPED: Write access attempted, but no > AuditToken > > provided at ../..//RFID/LLRP/Link.pm line 779. > > at ../..//RFID/LLRP/Link.pm line 779 > > *** > > Is there any additional parameter that needs to > be > > passed to transact method to add an accessspec? > > > > Hello Shiv, I will look at it. It is definitely a > bug in LTK Perl: you > aren't doing anything wrong. > > -- John. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > llrp-toolkit-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ llrp-toolkit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel
