-
By using of BizTalk RFID additionally to asynchronous event processing the provided API allows one to deal synchronously with devices. More about this framework can be read here . Following example shows how to write a number of bytes to the tag. public static void WriteData() { try { // Shows how to...
-
While implementing a DSPI provider, I was often asking myself what commands are predefined in RFID SDK. To make it clear, the command is any class implicitly derived from Command class and can/should be processed (executed) in the asynchrony method SendMessage of the DeviceProxy . Following picture shows...
-
Few days ago I implemented one DSPI provider. Everything was working fine. Today I came back to my office and tried to deploy some new provider. Unfortunately the deployment of the provider failed with some strange error. After that I tried to redeploy the old working provider. Suddenly, the RFID just...
-
Microsoft BizTalk RFID is an open platform that enables industry vendors to develop RFID and sensor solutions on the .NET platform. In the yesterday’s release of BizTalk Server 2006 R2 Microsoft is shipping an innovative device management and event processing platform at the edge of the enterprise, designed...
-
On Tuesday Sept. 11 2007, Microsoft launched BizTalk RFID in Taiwan. Microsoft Taiwan held a launch seminar to highlight the integration of RFID, SOA , and EDI with BizTalk Server 2006 R2. After the launch series in Taiwan, Microsoft Global Headquarters announced that the next launch for BizTalk Server...
-
If you have built your own the DSPI (Device Service Provider Interface), you may find that the provider cannot be registered by using of BizTalk RFID Release Candidate version. The error popped-up describes that the assembly implementing the provider code cannot be loaded. To work around this problem...
-
The BizTalk-RFID infrastructure is designed to allow one connection at time only. This seems to be a bad design decision, but it is not. This is a really good design, because devices are individual hardware units, which mostly can deal with one task only. If you have a more intelligent device, there...
-
By developing of the custom Device Service Provider Interface, you will be required many times to re-install the the provider. For example, you deploy one version and find some bug, which has to be fixed. After fixing of the bug, the new version has to be deployed. This process is usually recurring for...
-
(deutsche Version weiter unten) BizTalk RFID integration too slow? I heard discussions that BizTalk RFID is too slow when integrating with "regular" BizTalk. It is true that when you use only "out-of-the-box" components, you might end up building a solution like that: transactional BizTalk RFID process...
-
The RFID Console in BizTalk RFID allows one to define the process which defines some business operation. This process definition bounds several entities together. First, it defines the number of event handlers (components), which build a kind of event handler stack responsible for processing of the tag...
-
When one DSPI provider is started (in RFID Management Console, right Click on Provider then Start) the method Init is invoked. public override void Init( RfidProviderContext providerContext, string providerName, PropertyProfile providerInitParameters) This method receives the argument providerInitParameters...
-
Dieses Post ist eine Zusammenfassung aus unseren englischensprachigen Posts zum Thema. Wir arbeiten an einem Provider für BizTalk RFID und stießen auf eine Situation, wo wir sogenannte "custom connection properties" verwenden wollten, um Informationen anzugeben, wie man sich mit einem DSPI...
-
While creating the metadata in DSPI provider sometimes it will be required to provide the list of values, which administrator can choose during installing of the provider. Following example shows the method which creates two properties. First one is "Copyright" of type "string" in...
-
This blog-post is based on the English-language post " First look at Microsoft BizTalk RFID " found in the blog of Damir Dobric . There is no new information in the German language version. Dieser Blog-Post basiert auf dem englischsprachigen Post " First look at Microsoft BizTalk RFID...
-
Over the next months, we will work on providing more information on BizTalk 2006 R2 with a possible emphasis on BizTalk RFID. Besides of catering to our usual (English language) audience, we will try to help the German market in providing German language information also. This will be driven mostly by...