RFID tag reading failed - MI 7.0, MAM 3.0

Hello at all,
I try to make RFID available for Mi7.0 SR14, MAM3.0 SR5, DB2e, Windows Mobile 5, RFID Reader - Microsensys CFCard, Passive Tags (non metal and on metal9).
Currently I don't be able to read any RFID tag. The standard software of RFID scanner manufacturer can read them without any problems. I got the technical details of tags from manufacturer of tags too (see pirfmsycfcrd.tagcfg).
So my questions are:
Why the standard MAM application cannot identify the tags at least?
What can be wrong in my configuration or what I did wrong?
How we can write Tags inital for MAM? Software?
Please take a look to the details of my scenario below:
Thanks a lot in advance if you can help.
Kind regards
Andreas Dommes
I was preparing drivers as described in note 761833 - PIRFMSYCFCRD_ReleaseNote_v1_2_6.htm. Following compoenent have been installed in sequence on device:
MOBILEENGINE_JSP (701400)
DB2E (9.1.2)
CONNECTOR_WM50_XSL_CRM (126)
MICROSENSYS_DRIVER_ADDON_WM50 (adapted PIRFMSYCFCRD_WM50_XSL_CRM by means of 761833)
XMAM30_HANDHELD_SR05
<h3>eSerial driver also installed (litte Hack mentioned in release-notes of driver - Timbatec-Recon Device</h3>
following flag I set manually (as described in 761833 - PIRFMSYCFCRD_ReleaseNote_v1_2_6.htm)
HKEY_LOCAL_MACHINE/Drivers/PCMCIA/elSerail/EnableXScaleHacks = 1
<h3>Following settings we use</h3>
File: pirfmsycfcrd.cfg (we increased timeout (*2)
Configs=DriverParameters
DriverParameters=
DriverParameters.CFPort=COM2:
DriverParameters.IdentifyTimeout=6000
DriverParameters.PortType=0
DriverParameters.ReadTimeout=4000
DriverParameters.WriteTimeout=4000
DriverParameters._Type=DriverParameters
File: pirfmsycfcrd.md
Types=DriverParameters,Integrated
Parameters.DriverParameters=ReadTimeout,WriteTimeout,IdentifyTimeout,PortType,CFPort
DriverParameters.ReadTimeout=4000
DriverParameters.WriteTimeout=4000
DriverParameters.IdentifyTimeout=6000
DriverParameters.PortType=0
DriverParameters.CFPort=COM2:
Parameters.Integrated
File: pirfmsycfcrd.tagcfg - relevant for us is type "TIHFIPLUS"
Configs=EM4135,MYD_ISO,ICODESLI,TIHFIPLUS
EM4135=
EM4135.Name=EM4135
EM4135.NoOfBytes=288
EM4135.NoOfBytesPerBlock=8
EM4135.TagIDLen=8
EM4135.TagIDPasswordLen=0
EM4135.Type=0x01,\ 0x16
EM4135.UserReadableAreas=0-287
EM4135.UserWritableAreas=0-287
EM4135._Type=Tag
ICODESLI=
ICODESLI.Name=ICODESLI
ICODESLI.NoOfBytes=112
ICODESLI.NoOfBytesPerBlock=4
ICODESLI.TagIDLen=8
ICODESLI.TagIDPasswordLen=0
ICODESLI.Type=0x01,\ 0x04
ICODESLI.UserReadableAreas=0-111
ICODESLI.UserWritableAreas=0-111
ICODESLI._Type=Tag
MYD_ISO=
MYD_ISO.Name=MYD_ISO
MYD_ISO.NoOfBytes=992
MYD_ISO.NoOfBytesPerBlock=4
MYD_ISO.TagIDLen=8
MYD_ISO.TagIDPasswordLen=0
MYD_ISO.Type=0x01,\ 0xF5
MYD_ISO.UserReadableAreas=0-991
MYD_ISO.UserWritableAreas=0-991
MYD_ISO._Type=Tag
TIHFIPLUS=
TIHFIPLUS.Name=TIHFIPLUS
TIHFIPLUS.NoOfBytes=240
TIHFIPLUS.NoOfBytesPerBlock=4
TIHFIPLUS.TagIDLen=8
TIHFIPLUS.TagIDPasswordLen=0
TIHFIPLUS.Type=0x00,\ 0x07
TIHFIPLUS.UserReadableAreas=0-239
TIHFIPLUS.UserWritableAreas=0-239
TIHFIPLUS._Type=Tag
<h3>Following error occurred, if I try to read RFID tag:</h3>
RFID-Tag couldn't read
[20081208 15:32:57:706] D [MI/API/Runtime/JSP       ] AbstractMEHttpServlet:getEvent() done with event name = 'onRFIDRead'
[20081208 15:32:57:716] P [MI/PIOS                  ] Called method: ConnectorImpl.open()
[20081208 15:32:57:720] D [MI/PIOS                  ] param: parameters=com.sap.ip.me.api.pios.rfid.RfidParameters@19e6af
[20081208 15:32:57:729] P [MI/PIOS                  ] Called method: RfidConnectionImpl(-1).RfidConnectionImpl()
[20081208 15:32:57:735] P [MI/PIOS                  ] Called method: ConnectorImpl.getConfigFile()
[20081208 15:32:57:740] D [MI/PIOS                  ] param: driverInfo=com.sap.ip.me.api.pios.connection.DriverInfo@19e6bc
[20081208 15:32:57:745] P [MI/PIOS                  ] Called method: ConnectionHelper.open()
[20081208 15:32:57:753] D [MI/PIOS                  ] param: conn=com.sap.ip.me.api.pios.impl.rfid.RfidConnectionImpl@19e682
[20081208 15:32:57:758] D [MI/PIOS                  ] param: params=com.sap.ip.me.api.pios.rfid.RfidParameters@19e6af
[20081208 15:32:57:761] D [MI/PIOS                  ] param: configFile=/MI/pios/config/pirfmsycfcrd.cfg
[20081208 15:32:57:766] P [MI/PIOS                  ] Called method: RfidConnectionImpl(-1).open
[20081208 15:32:57:772] D [MI/PIOS                  ] param: DrvName:=pirfmsycfcrd
[20081208 15:32:57:776] D [MI/PIOS                  ] param: DrvDescription:=Microsensys CF RFID
[20081208 15:32:57:780] D [MI/PIOS                  ] param: DrvVersion:=1.2.6.11
[20081208 15:32:57:783] D [MI/PIOS                  ] param: MIDir:=/MI/
[20081208 15:32:57:787] D [MI/PIOS                  ] param: PIOSDir:=/MI/pios/
[20081208 15:32:57:790] D [MI/PIOS                  ] param: LogDir:=/MI/pios/log/
[20081208 15:32:57:794] D [MI/PIOS                  ] param: ConfigDir:=/MI/pios/config/
[20081208 15:32:57:797] D [MI/PIOS                  ] param: InstallDir:=/MI/pios/install/
[20081208 15:32:57:801] D [MI/PIOS                  ] param: PropsDir:=/MI/pios/props/
[20081208 15:32:57:804] D [MI/PIOS                  ] param: CfgFile:=/MI/pios/config/pirfmsycfcrd.cfg
[20081208 15:32:57:814] D [MI/PIOS                  ] param: IsTraceOn:=true
[20081208 15:32:57:817] D [MI/PIOS                  ] param: EffectiveSeverity:=90
[20081208 15:32:57:821] D [MI/PIOS                  ] param: isOpen:=false
[20081208 15:33:01:830] P [MI/PIOS                  ] Called method: RfidConnectionImpl(314944).identify
[20081208 15:33:01:834] D [MI/PIOS                  ] param: tagTypeList=EM4135,0,8,288,8,{{0-287}{0-287};ICODESLI,0,8,112,4,{{0-111}{0-111};MYD_ISO,0,8,992,4,{{0-991}{0-991};TIHFIPLUS,0,8,240,4,{{0-239}{0-239}
[20081208 15:33:07:861] E [Unknown                  ] RFID READ ERROR: RFID-Etikett nicht erkannt
[20081208 15:33:07:864] E [Unknown                  ] com.sap.mbs.mam.rfid.exception.RFIDTagAccessException: RFID-Etikett nicht erkannt
com.sap.mbs.mam.rfid.exception.RFIDTagAccessException: RFID-Etikett nicht erkannt
     at com.sap.mbs.mam.rfid.util.impl.RFIDTagHandlerImpl.executeRFIDTagRead()
     at com.sap.mbs.mam.rfid.control.RFIDList.onRFIDRead()
     at com.sap.mbs.core.control.AbstractViewController.process()
     at com.sap.mbs.core.control.DefaultStateMachine.process()
     at com.sap.mbs.core.web.FrontServlet.doHandleEvent()
     at com.sap.mbs.mam.application.web.FrontServlet.doHandleEvent()
     at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGetNotThreadSafe()
     at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGet()
     at javax.servlet.http.HttpServlet.service()
     at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.service()
     at javax.servlet.http.HttpServlet.service()
     at org.apache.tomcat.core.ServletWrapper.doService()
     at org.apache.tomcat.core.Handler.service()
     at org.apache.tomcat.core.ServletWrapper.service()
     at org.apache.tomcat.core.ContextManager.internalService()
     at org.apache.tomcat.core.ContextManager.service()
     at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection()
     at org.apache.tomcat.service.TcpWorkerThread.runIt()
     at org.apache.tomcat.util.ThreadPool$ControlRunnable.run()
     at java.lang.Thread.run()
[20081208 15:33:08:047] P [MI/PIOS                  ] Called method: RfidConnectionImpl(314944).close
<h3>Error log of pirfmsycfcrd.log</h3>
Mon Dec 08 16:30:00 2008 : Starting Log: [\Windows\pirfmsycfcrd.dll 1.2.6.11]
Mon Dec 08 16:30:00 2008 : CRfidPeripheral::RfOpen=
Mon Dec 08 16:30:04 2008 : ExportObject::Open
Mon Dec 08 16:30:04 2008 : CRfidPeripheral::RfIdentify=
Mon Dec 08 16:30:04 2008 : Calling CRfidPeripheral::GetTagTypeByName=
Mon Dec 08 16:30:04 2008 : CMicrosensysRFID::Rfid_Identify - *** Starting identify process ***
Mon Dec 08 16:30:10 2008 : *** Identify process finished ***
Mon Dec 08 16:30:10 2008 : CRfidPeripheral::RfClose=
Mon Dec 08 16:30:10 2008 : ExportObject::Close
Mon Dec 08 16:30:10 2008 : ExportObject::Destroy
Mon Dec 08 16:30:10 2008 : ExportObject::~CExportObject
Mon Dec 08 16:32:57 2008 : Starting Log: [\Windows\pirfmsycfcrd.dll 1.2.6.11]
Mon Dec 08 16:32:57 2008 : CRfidPeripheral::RfOpen=
Mon Dec 08 16:33:01 2008 : ExportObject::Open
Mon Dec 08 16:33:01 2008 : CRfidPeripheral::RfIdentify=
Mon Dec 08 16:33:01 2008 : Calling CRfidPeripheral::GetTagTypeByName=
Mon Dec 08 16:33:01 2008 : CMicrosensysRFID::Rfid_Identify - *** Starting identify process ***
Mon Dec 08 16:33:07 2008 : *** Identify process finished ***
Mon Dec 08 16:33:08 2008 : CRfidPeripheral::RfClose=
Mon Dec 08 16:33:08 2008 : ExportObject::Close
Mon Dec 08 16:33:08 2008 : ExportObject::Destroy
Mon Dec 08 16:33:08 2008 : ExportObject::~CExportObject

Hi Andreas,
based on our conversation on the phone:
Have a look here: SAP NOte: 734102
It tells you what is necessars to get it working. I guess in your case the vendor does not deliver the correct driver for the SAP framework. As I said, you need the exact driver for the SAP driver framework. Cause it was not available in our case, we had to develop that one from scratch. But the model you use - if you ask the person that sells it, he was very helpful in our case as well and it was only a question of a few days to get it working correctly with our own JNI Implementation.
Perhaps the following Notes can be helpfull as well:
793100 - MAM RFID tag initialization instruction
791037 - SAP Mobile RFID Interface Software Installation/Deployment
Regards,
Oliver
P.s. Special greets to Kai and a Merry xMas for you all!

Similar Messages

  • RFID Tag reading thru Sensormatic RFID reader

    All,
    Did any body tested the Sensormatic RFID reader with AII ? How to test the HTTP connection between the reader and AII ? We have configured the HTTP RFC destination in SAP AII. But when we read the TAG from the reader, we are not able trace any response from the reader. How to configure the reader ? How will the Reader understand and send the info to AII. Anybody configured the Sensormatic RFID reader for the outband slap & ship scenario. Thanks.
    Regards,
    Velu

    Hi,
    please refer this link
    RFID tag reading failed - MI 7.0, MAM 3.0
    Regards
    Manohar

  • Re: RFID Tag Read from SAP ITS mobile

    Hello,
    I am also using MC3190 RFID Handheld and facing the same problem. can you guide me

    thanks for the reply, we are using Internet Explorer for opening the URL.
    I have another issues like
    1. getting the scanned EPC value in the cursor position on the screen if datawedge application running in background but as soon as the EPC value appears int he field, the screen turns to "Page not found error" ( though in screen sequence next screen available) in short the problem is after getting EPC value in cursor field, without waiting for user/system action the page goes out.
    2. I want to write the EPC value on the RFID tag using the handheld but its not happening
    3. does the RFID handheld returns any value when EPC written succesfully on the tag ( such as tag written successfully )
    your inputs will be really useful for me.
    Thanks,
    Neha

  • RFID tag detection failure on Logout and Login to MI Client

    Hi,
    We have implemented RFID in our MAM3.0 ; application. Every thing is working fine after login to client and could read the data from the tag. But once logout from the client (by clicking on logout from MI client) and login again, I am unable to read the data from the RFID tag. Seems that it is not connecting to the RFID reader. I am getting CAF exception and RFID read exception.
    I am using MI2.5 SP 21 Client
    Below is the trace of the exception
    RFID READ ERROR: RFID tag detection failure
    [20090205 15:06:07:058] E [Unknown                  ] com.sap.mbs.mam.rfid.exception.RFIDTagAccessException: RFID tag detection failure
    com.sap.mbs.mam.rfid.exception.RFIDTagAccessException: RFID tag detection failure
    at com.sap.mbs.mam.rfid.util.impl.ZRFIDTagHandlerImpl.executeRFIDTagRead()
    at com.sap.mbs.mam.notification.control.ZNotificationEdit.onRFIDInsert()
    at com.sap.mbs.core.control.AbstractViewController.process()
    at com.sap.mbs.core.control.DefaultStateMachine.process()
    at com.sap.mbs.core.web.FrontServlet.doHandleEvent()
    at com.sap.mbs.mam.application.web.FrontServlet.doHandleEvent()
    at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGetNotThreadSafe()
    After restarting the device, I am able to read the data from RFID tag. Did anyone encounter this kind of error for this particular scenario. Please advise how to resolve this issue.
    Thanks in Advance,
    Chinna.

    Hi,
    please refer this link
    RFID tag reading failed - MI 7.0, MAM 3.0
    Regards
    Manohar

  • Reading RFID tags with LabVIEW

    Is there an RFID reader which is compatible with LabVIEW (preferably from NI)?
    I'm looking into tagging test samples and then reading sample data with LabVIEW.  Has anyone done this?
    I'm just starting my research so if you can give me some pointers or information about RFID in general it would be useful (costs, suppliers, caveats, and so on).
    Thanks,
    Dave

    Hi Dave,
    We have a DevZone tutorial on The State of Radio Frequency Identification (RFID). Take a look through this, it has a lot of information. Also, scroll down to the bottom of this page, it discusses what NI products can be used for RFID reading. We also have a Case Study called "Using National Instruments Software and Hardware to Develop and Test RFID Tags".
    Hope this helps a bit!
    Regards,
    Claire Reid
    National Instruments

  • Sapscript Syntax to write a RFID Tag on a label with Printronix SL5000r

    Hello everybody,
    does anyone know the syntax in SAPscript, to write data on a RFID Label with the label printer SL5000r from Printronix. I know you need the command "RFWTAG". But do you also need a special font?
    It would be great, if someone could post an example. e.g. to write 1234567890 on the RFID tag.
    Many thanks in advance!
    Bernd

    Hi Andreas,
    based on our conversation on the phone:
    Have a look here: SAP NOte: 734102
    It tells you what is necessars to get it working. I guess in your case the vendor does not deliver the correct driver for the SAP framework. As I said, you need the exact driver for the SAP driver framework. Cause it was not available in our case, we had to develop that one from scratch. But the model you use - if you ask the person that sells it, he was very helpful in our case as well and it was only a question of a few days to get it working correctly with our own JNI Implementation.
    Perhaps the following Notes can be helpfull as well:
    793100 - MAM RFID tag initialization instruction
    791037 - SAP Mobile RFID Interface Software Installation/Deployment
    Regards,
    Oliver
    P.s. Special greets to Kai and a Merry xMas for you all!

  • Error with this Alien-RFID-Tag-List kind of  tag format in flex 1.5

    Hi all
    I am trying to display the following XML file which i am
    getiing from RFID reader when i send the command to reader. I am
    using flex 1.5.
    <Alien-RFID-Tag-List>
    <Alien-RFID-Tag>
    <TagID>1000 0000 0000 0000</TagID>
    <DiscoveryTime>2006/07/14
    12:28:18</DiscoveryTime>
    <LastSeenTime>2006/07/14 12:28:18</LastSeenTime>
    <Antenna>0</Antenna>
    <ReadCount>98</ReadCount>
    </Alien-RFID-Tag>
    </Alien-RFID-Tag-List>
    For this I am using the following codes
    private function onResultAl(oEvent:Object):Void {
    var aResultAl:Array =
    mx.utils.ArrayUtil.toArray(oEvent.result.Alien-RFID-Tag-List.Alien-RFID-Tag);
    for(var i:Number = 0; i<aResultAl.length; i++){
    _aDPAL.addItem(aResultAl
    <mx:HTTPService id="aldt" url="aliendata.jsp"
    result="onResultAl(event)" fault="alert(event.fault.faultstring);"
    resultFormat="xml"/>
    <mx:DataGrid id="aldg" dataProvider="{_aDPAL}" width="630"
    height="350">
    <mx:columns>
    <mx:Array>
    <mx:DataGridColumn columnName="TagID" headerText="Tag
    ID"/>
    <mx:DataGridColumn columnName="DiscoveryTime"
    headerText="Read Counts"/>
    <mx:DataGridColumn columnName="LastSeenTime"
    headerText="Reliability"/>
    <mx:DataGridColumn columnName="Antenna"
    headerText="Antenna No"/>
    <mx:DataGridColumn columnName="ReadCount"
    headerText="Read Time"/>
    </mx:Array>
    </mx:columns>
    </mx:DataGrid>
    But if i run then I am getting the error :There is no
    property with the name 'RFID'.
    Could anybody tell me why the compiler is ignoring after dash
    in this <Alien-RFID-Tag-List> kind of tag format?
    Thanx
    kvijai

    hi all
    Please have a look and tell me why I am getting this error.
    Thanx
    kvijai

  • How do I create an accessible PDF that doesn't generate a "tagged annotations - failed" error on the Accessibility Checker?

    I just reported this as a bug to Adobe, as I think it is.
    ******BUG******
    Concise problem statement: URLs generated from InDesign CC failed on Accessibility Checker (problem also exists in 2014)
    Steps to reproduce bug:
    1. Generated URLs using hyperlinks panel in InDesign. When accessibility report is run, they are flagged as "Tagged annotations - Failed," listed as Element 1, 2, etc. The links are live and clickable.
    2. To test, I removed all hyperlinks in Acrobat. It passed the test.
    3. Then I used "Create Links from URLs." The links were re-created. Running the accessibility report brought up the same error message.
    Results: The links created by Acrobat that actually do work fail the "tagged annotations" report. You have provided the tools to check accessibility, but the program itself can't generate URLs that pass the report.
    Expected results: I should be able to easily create an accessible pdf, as your documentation says I can. This, along with the failure of your "articles" panel detailed in another bug report, strike me as a serious problem with InDesign that should be fixed soon, especially given that designers are required more an more to adhere to accessibility guidelines.

    I have call out boxes like this:  All the links work correctly but they are divided with a tag for each line:

  • Quotes in attributes in a custom tag are failing in weblogic 5.1

    This seems to be on and off behaviour but when my tags are failing I
              have traced it down to the fact that my attributes have quotes in
              them. (By the way I'm running weblogic 5.1 with service pack 10)
              ie:
              <a:foo bar="<%=req.getParemeter("biz")%>">. Escaping the internal
              quotes doesn't seem to help the matter at all.
              After many hours of racking my brain to try and figure out why the
              tags were failing I found a message somewhere in this group which said
              they had the same issue and worked around it by using single qoutes
              around any attribute with a qoute in it ie: <a:foo
              bar='<%=req.getParemeter("biz")%>'>. This work around worked for me as
              well but leaves me with 2 important questions.
              a) According to weblogic this is issue (and I quote from their
              website) "CR 34389: Escaping Quotes was not working in the value tag
              for JSP params; The JSP spec says that quotations (") are to be
              escaped with \" . Fixed quoting problems for double and single quotes.
              " This was supposedly fixed in service pack 9, I'm running service
              pack 10 so what gives???
              b) Since this single qoute thing is not in the JSP spec if I keep it
              like this to get my tags working under my current setup and then we
              eventually migrate to weblogic 6x is there a risk all my tags will
              break?
              

    This seems to be on and off behaviour but when my tags are failing I
              have traced it down to the fact that my attributes have quotes in
              them. (By the way I'm running weblogic 5.1 with service pack 10)
              ie:
              <a:foo bar="<%=req.getParemeter("biz")%>">. Escaping the internal
              quotes doesn't seem to help the matter at all.
              After many hours of racking my brain to try and figure out why the
              tags were failing I found a message somewhere in this group which said
              they had the same issue and worked around it by using single qoutes
              around any attribute with a qoute in it ie: <a:foo
              bar='<%=req.getParemeter("biz")%>'>. This work around worked for me as
              well but leaves me with 2 important questions.
              a) According to weblogic this is issue (and I quote from their
              website) "CR 34389: Escaping Quotes was not working in the value tag
              for JSP params; The JSP spec says that quotations (") are to be
              escaped with \" . Fixed quoting problems for double and single quotes.
              " This was supposedly fixed in service pack 9, I'm running service
              pack 10 so what gives???
              b) Since this single qoute thing is not in the JSP spec if I keep it
              like this to get my tags working under my current setup and then we
              eventually migrate to weblogic 6x is there a risk all my tags will
              break?
              

  • RFID Tags and Readers

    I would like to know the implementation/development process of RFID Tags and Readers.
    Is there any referece hardware architecture by which i can develop RFID readers with CDC/CLDC kit and use Java RFID software.
    Or is there any RFID tag and reader referece platform available to have CDC/CLDC kit with Java RFID software.

    I think you will get better answers if you post this to a forum that is for Flash.  This one is for Director.  Anyway, you can probably not stop it from reading a tag more than once.  But you can store the last tag in an array, along with the time it was scanned.  Then, before you do anything with this info, you would compare it to that array and if it is the same as the last scan, and the time is less than 3 seconds, then ignore it and don't do anything.  If it is different or if it is more than 3 seconds, then do whatever you need to with the tag.

  • Serial Numbers on an RFID Tag

    I am new to RFID technology. My question is: Can 1 RFID tag be designed to capture and transmit 5 non-consecutive serial numbers contained in 1 container box?
    If you can tell me if this is possible with minimum effort or much effort, please let me know.
    Then, if you also know Oracle's e-Business Suite (EBS), let me know if it's possible to have the scanning of such an RFID tag with 5 non-consecutive serial numbers populate the Serial Numbers form in EBS like on a shipping transaction.

    Thanks, Sam.
    The EBS modules would be Inventory and Shipping. We do not use WMS.
    Uh, I do not know 'edge'. We do not use RFID currently and our volumes are small.
    Here's the business issue, whether the solution is RFID or not: Our company makes lasers for fiber optics. Originally, we just made high-end lasers (low volume, high dollar) that were placed into individual container boxes with a barcode label with its single serial number on the outside. All of these lasers were serialized as finished goods in Oracle. Whenever we ship such a laser, we have someone scan the picked lasers manually with a barcode reader one container box at a time. This has not been an issue, since volumes are small.
    But now we sell low-end lasers (higher volume, lower dollar), which often are sold in containers of 5. Each of the 5 small lasers have an individual, non-consecutive serial number. Our business areas want these items serialized in Oracle EBS as well, even though it makes more sense to me to track these items by LOT NUMBERS, not individual SERIAL NUMBERS.
    The dilemma is: When we ship, let's say, 1000 of these small lasers by picking 200 multi-pack containers, how do we have the shipping guy scan in the 1000 serial numbers?
    One way is to print 5 small individual S/N barcode labels on the multi-pack container, then have the poor guy scan in 1000 S/N's into the Oracle Shipping form from the 200 containers.
    That's why I was asking if there could be an easy RFID solution. Perhaps log the 5 S/N's in the multi-pack container onto 1 RFID tag. Then have the guy scan the RFID tag and have it insert the 5 S/N's onto the Shipping S/N form, one S/N at a time with a tab entry to go to the next S/N line. That way, the guy only scans 200 RFID tags. Is this crazy (not possible)?

  • Database Schema to store RFID tag events

    I am designing a Middleware to capture RFID tag events from an RFID Reader and save to Oracle 10g. Does anyone has done similar data schema to store RFID data? If yes, could you share your experience with us.

    Hi,
    <br><br>
    See if this forum help you: <a class="jive-forum-name" id="jive-forum-9" href="forum.jspa?forumID=211">Sensor-Based Services and RFID</a>
    <br><br>
    Cheers

  • Why should Adobe Reader fail to print because of settings in the Edit/Preferences?

    AdobeReaderDocumentCouldNotPrint.txt
    Glyn Price Tue 17 March 2015
    Why should Adobe Reader fail to print because of settings
    in the Edit/Preference?
    Adobe Reader XI Version 11.0.10
    MS Window 7
    File > Print > Print
    I got the error message:
    The document could not be printed
    I googled this error message and used the following
    solution that worked i.e. it then printed successfully.
    Edit >  Preferences
    Category: Security(Enhancement)   'Enable Protected  Mode at Startup'
    It was checked, changed it to unchecked.
    Category: Documents    'View documents in PDF/Mode'
    It was set to 'Only for PDF/A'
    Set it to 'Never'
    Exited Adobe Reader and restart it. Then it printed.
    I had a look on another computer system (Adobe Reader XI Version 11.0.10
    and MS Window 7) and on this different computer I could print
    without doing the above two changes.
    I'm a bit puzzled. Why preferences on one system were not
    needed on a different system?

    Here is an elaborate method of troubleshooting this problem. There may be a simpler method if anybody wants to suggest one.
    There is a general technique that is helpful in this situation. I can't give you complete instructions here, and I haven't tested this with regard to bluetooth devices, but here's the gist of it.
    Create a second log-on account for your music projects. Configure it so that when you log in to the new music account, the drivers needed for the Bluetooth devices don't load. You do this in System Preferences: Accounts.
    When it's time to do music, log out of your usual account and onto the new one.
    When you install drivers for any peripheral, you have the option of installing them "for all users" or only for the user account that is active during the installation.
    This governs whether the drivers go in root/library or root/Users/your name/library.
    If drivers are in root/library, they will load whenever the Mac is booted up and will run for all users.
    But if drivers are loaded in root/Users/your name/library, they will only load if you log in as "your name". If you have a second account called root/Users/music account/, and you log in under that, the drivers in "your name" will not load. Get it?
    To get this working right you need to be knowledgeable about moving or deleting files in the /library/ directory and subdirectories, and you need to be careful because you can unwittingly cause some damage if you are not careful.
    There is also the root/System/library directory, and in general you should never mess around with anything in there or you might hose your system.
    In summary, I would start by using the installer programs for your BlueTooth devices and DE-installing all drivers. Reboot. Log back in as your usual user account. Then RE-install each driver and see if the installer program gives you the OPTION to installl for all users or just for this user. Choose the latter. Then log on to your new Music account and see if the problems go away.

  • Help! I have recently updated LR5 and before doing so I was able to email files to clients! (Very Convenient) Now my problem is I have not been able to get pass this error message reading "failed to send" which gives no further detail about what to do to

    Help! I have recently updated LR5 and before doing so I was able to email files to clients! (Very Convenient) Now my problem is I have not been able to get pass this error message reading "failed to send" which gives no further detail about what to do to rectify the situation. Someone please guide me through this! Thanks in advance!

    Did this ever get resolved, as I am having the same issue.  Trying to learn LR5 AFTER a decade using Aperture.   I was able to set up a validated account but when I try to send an e-mail or photo I get the simple " Failed to Send " message.   Using latest version of Mac OS X.

  • DiB0070 I2C read failed errors on Sony playTV dual tuner.

    Hi Guys,
    As far as I can tell Googl'ing around this error has been aroung since 2008 in the dvb-usb-dib0700 driver.
    I get the following in the log:
    [ 271.882232] DiB0070 I2C write failed
    [ 612.809450] DiB0070 I2C read failed
    [ 792.722569] DiB0070 I2C write failed
    [ 969.609201] perf samples too long (2515 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
    [ 2011.890312] DiB0070 I2C write failed
    When there is enough of them in the log, the tuner stops working. It has crashed at the point as well, see:
    [39237.817501] DiB0070 I2C read failed
    [39648.715000] DiB0070 I2C write failed
    [40324.499602] divide error: 0000 [#1] SMP
    [40324.499637] Modules linked in: udf ctr ccm bnep rfcomm bluetooth parport_pc ppdev arc4 snd_hda_codec_hdmi snd_hda_codec_realtek rt2800usb rt2800lib crc_ccitt rt2x00usb rt2x00lib dvb_usb_dib0700 dib7000p dib0090 dib7000m dib0070 mac80211 snd_hda_intel dvb_usb snd_hda_codec dib8000 rc_imon_mce dvb_core cfg80211 snd_hwdep dib3000mc snd_pcm dibx000_common snd_seq_midi snd_rawmidi imon snd_seq_midi_event rc_core snd_seq snd_timer snd_seq_device hid_appleir joydev snd soundcore snd_page_alloc serio_raw asus_atk0110 lpc_ich mac_hid lp parport hid_generic usbhid hid pata_acpi radeon ttm drm_kms_helper firewire_ohci drm r8169 firewire_core crc_itu_t mii pata_marvell i2c_algo_bit
    [40324.500094] CPU: 1 PID: 2605 Comm: kdvb-ad-0-fe-0 Not tainted 3.13.0-35-generic #62~precise1-Ubuntu
    [40324.500144] Hardware name: System manufacturer P5Q-EM/P5Q-EM, BIOS 2203 07/08/2009
    [40324.500189] task: ffff880079efb000 ti: ffff88007995a000 task.ti: ffff88007995a000
    [40324.500231] RIP: 0010:[<ffffffffa0480b6a>] [<ffffffffa0480b6a>] dib7000p_set_dds+0x3a/0x140 [dib7000p]
    [40324.500292] RSP: 0018:ffff88007995b928 EFLAGS: 00010246
    [40324.500323] RAX: 0000000004000000 RBX: ffff880034fb6000 RCX: 0000000010624dd3
    [40324.500363] RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff880034fb79a0
    [40324.500403] RBP: ffff88007995b968 R08: ffff88007995a000 R09: ffffea0001e16c00
    [40324.500444] R10: ffffffff8156b26a R11: 0000000000000000 R12: 0000000000000000
    [40324.500484] R13: 0000000000000000 R14: ffff880034fb6000 R15: 0000000004000000
    [40324.500524] FS: 0000000000000000(0000) GS:ffff88007fc80000(0000) knlGS:0000000000000000
    [40324.500570] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    [40324.500603] CR2: 00007f1fe9d293d0 CR3: 0000000077c69000 CR4: 00000000000007e0
    [40324.500643] Stack:
    [40324.500656] 0000000000000040 0000000000000384 ffff88007995b968 ffff880034fb6000
    [40324.500704] ffff880034fb6000 ffff880034fb6000 0000000000000002 0000000022739480
    [40324.500750] ffff88007995b9b8 ffffffffa0480e9e ffff880078d3a8f0 0000000000000441
    [40324.500797] Call Trace:
    [40324.500818] [<ffffffffa0480e9e>] dib7000p_agc_startup+0x22e/0x480 [dib7000p]
    [40324.500862] [<ffffffffa0483382>] dib7000p_set_frontend+0x72/0x1f0 [dib7000p]
    [40324.500911] [<ffffffffa040e78e>] dvb_frontend_swzigzag_autotune+0x13e/0x350 [dvb_core]
    [40324.500961] [<ffffffff8156b26a>] ? usb_control_msg+0xea/0x110
    [40324.501002] [<ffffffffa040f8aa>] dvb_frontend_swzigzag+0x29a/0x3c0 [dvb_core]
    [40324.501048] [<ffffffff810135da>] ? __switch_to+0x12a/0x4d0
    [40324.501083] [<ffffffff810a5d2d>] ? set_next_entity+0xad/0xd0
    [40324.501118] [<ffffffff810789ff>] ? try_to_del_timer_sync+0x4f/0x70
    [40324.501155] [<ffffffff81078a72>] ? del_timer_sync+0x52/0x60
    [40324.501191] [<ffffffff8175d345>] ? schedule_timeout+0x135/0x250
    [40324.501228] [<ffffffff81078620>] ? call_timer_fn+0x160/0x160
    [40324.501268] [<ffffffffa0412a64>] dvb_frontend_thread+0x454/0x7c0 [dvb_core]
    [40324.501311] [<ffffffff810affd0>] ? __wake_up_sync+0x20/0x20
    [40324.501351] [<ffffffffa0412610>] ? dvb_frontend_ioctl+0x160/0x160 [dvb_core]
    [40324.501393] [<ffffffff8108fb59>] kthread+0xc9/0xe0
    [40324.501423] [<ffffffff8108fa90>] ? flush_kthread_worker+0xb0/0xb0
    [40324.501460] [<ffffffff8176ab7c>] ret_from_fork+0x7c/0xb0
    [40324.501493] [<ffffffff8108fa90>] ? flush_kthread_worker+0xb0/0xb0
    [40324.501528] Code: 7d f8 41 bf 00 00 00 04 48 89 5d d8 4c 89 65 e0 4c 89 6d e8 41 89 f5 4c 89 75 f0 49 89 fe e8 6e ff ff ff 31 d2 41 89 c4 44 89 f8 <41> f7 f4 8b 0d ad 67 00 00 41 89 c7 44 89 e8 c1 f8 1f 89 c3 44
    [40324.501731] RIP [<ffffffffa0480b6a>] dib7000p_set_dds+0x3a/0x140 [dib7000p]
    [40324.501776] RSP <ffff88007995b928>
    [40324.516014] ---[ end trace 6a9fad8fe9eb61e2 ]---
    Anyone know how I can fix this? I have tried upgrading to the latest kernel 2.13 and have compiled and installed the latest v4l drivers.
    I have also tried vairous module parameters for the relevent modules. i.e
    options dvb_usb disable_rc_polling=1
    options dvb_usb_dib0700 force_lna_activation=1
    options dvb_core dvb_powerdown_on_sleep=0
    Nada!
    Any help much appreciated.
    Last edited by bmentink (2014-09-20 03:38:44)

    The first thing to do is use smartctl to test the drive. Start with the short test ( smartctl -t short /dev/sdX ), and if it passes run the long test ( ... -t long ... ).

Maybe you are looking for