Resources for IT Professionals >
Forums Home
>
BizTalk Server Forums
>
BizTalk Server RFID
>
problem writing tag on Impinj speedway reader
problem writing tag on Impinj speedway reader
- Hi, can someone help me please, i have this problem when i try write a tag on a Impinj Speedway reader, the antenna's power is set to full and i put the tag very closer to the antenna, i try this with and without the reader attached process running, with and without the event mode enabled. i dont know what is happening.code:DeviceConnection connection;connection = new DeviceConnection("reader 1");string id = "161600000045";byte[] tagid = ASCIIEncoding.ASCII.GetBytes(id);connection.Open();connection.WriteTagId("Antenna_1", tagid, null, null, null, null);connection.Close();biztalk rfid throw the following an exception:when antenna's power is not at 100%:The command execution failed due to error <commandError><errorCode>There was an error</errorCode><message>The command WriteIdCommand executed incorrectly. Error returned was Insufficient_Power.</message><errorKey>1073741923</errorKey><parameters></parameters><providerException></providerException></commandError>. Resolve the issue that is causing the exception, and then retry the operation.when antenna's power is set to 100%The command execution failed due to error <commandError><errorCode>There was an error</errorCode><message>The command WriteIdCommand executed incorrectly. Error returned was Nonspecific_Reader_Error.</message><errorKey>1073741923</errorKey><parameters></parameters><providerException></providerException></commandError>. Resolve the issue that is causing the exception, and then retry the operation.thanx
Answers
- Hi,
I would recommend you also contact with Impinj's engineer for help.
http://www.impinj.com/support/default.aspx
Regards
Microsoft Online Community Support- Marked As Answer byAndrew_ZhuMSFT, ModeratorWednesday, October 14, 2009 2:31 AM
- Please contact Impinj, just as Andrew has suggested. (I assume you are using the LLRP Provider provided with BizTalk RFID). These are errors that are being reported by the device, and they are not caused by BizTalk RFID per se.
- Marked As Answer byAndrew_ZhuMSFT, ModeratorWednesday, October 14, 2009 2:31 AM
All Replies
- Hi,
I would recommend you also contact with Impinj's engineer for help.
http://www.impinj.com/support/default.aspx
Regards
Microsoft Online Community Support- Marked As Answer byAndrew_ZhuMSFT, ModeratorWednesday, October 14, 2009 2:31 AM
- Please contact Impinj, just as Andrew has suggested. (I assume you are using the LLRP Provider provided with BizTalk RFID). These are errors that are being reported by the device, and they are not caused by BizTalk RFID per se.
- Marked As Answer byAndrew_ZhuMSFT, ModeratorWednesday, October 14, 2009 2:31 AM

