Alarm forwarding from rfid tags (Aeroscout)

Hello all,
I have an issue regarding alarm forwarding from rfid tags, to 3rd party systems via sms or e-mail
When the alarmbutton on the Aeroscout T3 tag is pushed, we would like the following info to be
forwarded: tag-name and current location.
As it is now, the forwarded data seems only to contain tag info, not location info (the wireless network
and the location services works flawlessly).
Does anyone out there have any pointers as to how i could set this up properly, or
maybe point me in the right direction for a doc or link on the matter?
Current setup:
Cisco 1300 AP's
Cisco 4400 WLC + Cisco CT 5508 controllers
Cisco MSE 3300 location appliance
Cisco WCS management
Aeroscout T3 Rfid
If any more info is needed to help out on this, please let me know and i'll do my best.
Best regards
Ole V.

If you want to statically place an Aeroscout tag you can do that in Mobileview.  This wouldn't be a bad idea for a tag that is never going to move. 
I'm presuming your using the Aeroscout CLE for tag tracking and PI has nothing to do with the location measurements.  Aeroscout engine (CLE) 4.5 improved floor hopping errors and there might be some other filtering or changes you could make in Aeroscout's System Manager to help with floor hopping as well.  I would suggest that you contact Aeroscout/Stanley support as this is more on their end.
Thanks,
Kevin

Similar Messages

  • 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

  • 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

  • LabVIEW DSC: How to get alarm status from the area?

    Colleagues,
    I have, lets say, 50 Shared Variables where alarming enabled. Some of these variables assigned to area, so I can get status of the entire area or acknowledge an entire area of alarms (prior to version 8.x there was groups of the tags).
    Now I would like to get alarm status from the entire area. How can I do it?
    In version 6 I was able to wire tag group to Get Alarm Summary Status. Now, in version 8, Alarm Status.vi can be wired to the array of the variables, but not to area. Is it possible to get all variables from the area?
    regards,
    Andrey.

    I am not sure if I should be posting my problem under this particular topic. I am having trouble understanding acknowledge alarm vi and what this vi is supposed to do is not clear to me yet.
    I have around 300 shared variables in my project and I have created a particular vi just to view the alarms that may pop up during runs. I created a main menu and this alarm vi can be accessed upon a button click in the main menu. Users get alarm alert based on sound configuration. Then he can navigate to the alarm vi and acknowledge the alarm. The alarm vi only contains alarm and event display found under DSC module.
    The problem is everytime I click the alarm button in the main menu, it takes around 2 minutes for the alarm vi to update which is very annoying and unsatisfactory in the middle of run. I am not sure why it happens and I haven't got any response from support yet. These shared variables are managed under 10 different library files that are set up based on different loops of the process (flow, pressure and so on).
    Then I looked into three alarm examples that ship with DSC module. None of these examples use acknowledge alarm vi. I implemented another vi similar to alarm demo vi in that example - containing multicolumn listbox. I created acknowledge event containing acknowledge button and used the acknowledge alarm vi under this event. Read vi alarm is under timeout event.
    When I click the acknowledge button  as soon as I see the alarm in multicolumn listbox, nothing happens - the color of font does not get changed to purple neither any alarms get acknowledged. I tried to aknowledge alarm by variable name or  alarms or alarm area, it does not give me anything. What is this acknowledge alarm supposed to do? I tried to find examples everywhere in the web that uses this particular vi and haven't found one yet. 

  • 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

  • Forms applet does not load when request forwarded from custom servlet

    I have an existing forms app that I wish to call from a newly-developed servlet. The servlet determines which form to call and then forwards the request to the forms servlet using RequestDispatcher.forward().
    The request is forwarded correctly but when it is done all I see is a blank browser (IE7) window. When I View Source I see all the correct HTML code (from basejpi.htm) but it seems my browser does not attempt to load the forms applet. No messages are displayed in the Java Console. This is the same HTML that comes back if I run the forms app directly, e.g. click a link that goes straight to the forms servlet URL, only in that case the forms app starts up fine.
    Anyone know why this does not work?

    Figured out what is going on:
    In basejpi.htm there is "<SCRIPT LANGUAGE=JavaScript SRC=java/forms_ie.js>" that creates an OBJECT tag to load the forms applet. I believe since the context of my custom servlet is different than that of the forms servlet, forms_ie.js is not found when the request is forwarded from my servlet.
    One question answered raises another. There is also an OBJECT tag inside a NOSCRIPT tag for machines where scripting has been disabled:
    <!-- Forms applet definition (start) -->
    <NOSCRIPT>
    <OBJECT name=FormsApplet
    type="application/x-java-applet"
    ...>
    </NOSCRIPT>
    <SCRIPT LANGUAGE="JavaScript" SRC="java/forms_ie.js"></SCRIPT>
    My thinking is to remove the NOSCRIPT tag, and also the SCRIPT tag mentioned above, so all machines will simply see the OBJECT tag, like so:
    <!-- Forms applet definition (start) -->
    <OBJECT name=FormsApplet
    type="application/x-java-applet"
    ...>
    This makes me wonder why the SCRIPT option is there to begin with. Anyone see a downside to this approach?
    Kevin

  • How to do forward from one XML to other?

    Hello!
    I would to do forward from one XML to other like in HTML use tag <meta>:
    <meta http-equiv="REFRESH" content="0;url=http://...">
    Could XML to control HTTP query?

    I apologize, but your scenario still does not make sense to me.
    The user requests a URL, an XML page is returned to their browser, then immediately another XML page is returned to their browser?
    Maybe try to explain in functional terms what you're trying to achieve rather than assuming that "forwarding" or refreshing is the solution. Stated this way, I still don't have an idea of what kind of application you're trying to build.

  • 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

  • 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.

  • 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!

  • 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)?

  • 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!

  • Forward from action directly to anther action

    Hi all,
    I have the following problem: I have a pageflow application for administering complex configuration. On the main page (where user is forwarded from begin action, begin action reads data from configuration and fills them into form bean and main page displays them) is link for editation of part of configuration, link references to editaction which fills formbean and forwards to form for partial editation. This form submits to saveaction which stores data, and forwards to begin action directly. And here is the problem, somewhere in the portal framework between invocation of saveaction and begin following error is written into log.
    25 X 2006 16:55:58,560 ERROR ArrayIndexToken [ExecuteThread: '13' for queue: 'default'][]: Could not update expression because a public field named "operation" or setter for the property "operation" could not be found.
    I think, that this is beause form data is submitted and handled by saveaction, but because than forward to begin happens, portal tries to to fill submitted form data into formbean of begin action as well, but this formbean is different one and doesn't have corresponding properties. Both formbeans are scoped to request.
    In this particular case it causes no other problem than logging aforementioned error, but in other cases when property names would accidentaly match it may cause some problems with data, so I consider this beaviour as dangerous and want to avoid it.
    So my question is, how to forward from action to action without passing form data which were already handled by first action?

    The problem what I would like to solve is the following:
    I have some information stored on a DB. Depending of these information I would like to show different information on a jsp page with the help of jsf. (This jsp file is reached already with the help of navigation rules of jsf technology)
    An action bean class is instantiated already when the generation of my jsp file started and the information are stored on this object in member variables. There is a boolean variable among these stored information and if the value of it is true, then I would like to send the user "automatically" to another jsp file (using the navigation rules of jsf).
    If I would not use jsf, then I would do something like the following:
    I would store the value of the boolean variable into the session, and I would use a jstl "if " tag to ask the value of this variable and when it would be true then I would use a <jsp:forward...> to send the user to the next page.
    My problem is I can not solve this with the jsf navigation rules?
    If I try to do something similar with jsf than #{myClass.newPage} is not accepted by jsp:forward tag of course, but I do not know a solution instead of it in jsf.
    Is exist a solution in jsf for it?
    If not, how can I create a similar sequence?
    vikot

  • 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

  • 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

Maybe you are looking for

  • Error while loading transaction data from an Infoprovider Mapping C_ACCT

    Hi Gurus, We are implementing BPC Consolidation for NetWeaver 7.5, and we're facing the following situation: We have loaded master data from 0RC_ACCOUNT (group account) to our dimension C_ACCT without a problem, but when we run the loading package fr

  • File adapter: file processing in correct sequence

    Hello All We have inbound file scenario. File will be picked up and processed by XI and sent to SAP system. All the files have to be processed in the same sequence. Once the file is picked and processed in XI, data will be sent to receiving SAP syste

  • Invalid Object "Swapping" Between Two Schemas

    Hi all, I have an issue in my 11.2.0.2 database. I have two schemas that are almost exactly the same (one is part of a development environment, the other is a test environment) that have invalid procedures in them. These procedures exist in both sche

  • MacBook Pro won't close have to use power button

    My Mac won't turn off. Desk top is blank with mouse cursor showing. Will only quit using the power button. I have run the FSCK as David Pogue suggests, ran Disk Utilities from the Install disk but no change. Anyone have any similar problems or better

  • Error message upgrading Sun One Web Server

    We currently use Sun One Web Server SP 4. I have a RSA Cleartrust Agent to install that specifies SP 5. I downloaded SP 7. When I try to install it I receive the following message - "A previous release of the Web Server has been detected in the serve