-
One of vital requirements for successful deployment of RFID in enterprises is for sure flexibility to support a number of different processes. Because different processes are covered by different enterprises it is likely that underlying technology behind processes is different. Our main goal in this...
-
The idea around Service Bus technology seems to become a hot topic soon. Because of this, I will describe in this post how one Service Bus can be build on the top of WCF. If you are familiar with WCF after you read this you should know how the Service Bus could be build. Because this topic is very sophisticated...
-
Daenet.FileWatcher DSPI (Device Service Provider) is a provider which simulates RFID specific operation based on system IO hooks. This provider is in general useful for emulating of RFID hardware and it can be used to receive the data form BizTalk server via File Adapter. How does it work? When one device...
-
Sometimes your process may fail with following error: "T he RFID process engine "your process name" encountered an error of type ThresholdBreached. The service will attempt to restart this process engine automatically, unless this was because of a known fatal error. Additional information...
-
(German version below) As with a recent customer scenario we were wondering what the customer was talking about: Please remember that BizTalk RFID documentation was updated after the launch. You can download it here: http://www.microsoft.com/downloads/details.aspx?FamilyID=22b2e8d9-8cda-44f8-8f4e-b372c7660989&DisplayLang...
-
Sometimes it is required to authenticate the user when username and password are known. For this the windows API LogonUser function is used. This function, with little bit .NET code, can be used to fully authenticate the thread in .NET as it would be started by that interactive user. Following code shows...
-
If one EventHandler has to be developed for BizTalk RFID event handler pipeline, the project template " Event Handler Template " should be used. In this case the project solution will contain the project folder "Deploy Scripts". This folder contains three scripts which simplify deployment...
-
One of most exiting features of Microsoft BizTalk RFID is the ability to handle tag read events asynchronously. When one DSPI provider detects one tag in the radio field, the event detection should be notified. Following code snippet shows simplified how to do that: . . . // obtain tagEvent Notification...
-
(German version below) For those who are new to BizTalk RFID or have not used it in a while, here is a recap of the minimal requirements for implementing a EventHandler component. Inherit from RfidEventHandlerBase Parameterless constructor must be accessible Implement public static method RfidEventHandlerMetadata...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
10-08-2007
Filed under:
Filed under: BizTalk 2006, BizTalk RFID, RFID, BizTalk 2006 R2, BizTalk, BizTalk Server 2006, BizTalk Server 2006 R2, BizTalk Server, German, deutsch, .NET
-
As you probably know the current BizTalk RFID setup fails if the .NET35 BETA framework is installed on the target machine. In this case following error is written in the event log: "The Microsoft BizTalk RFID service failed to start: Could not load type 'MS.Internal.Rfid.Service.ResourceInfo'...
-
If you install .NET framework 3.5 beta 2 on the same machine like Microsoft BizTalk RFID, then your RFID Services will not start anymore. See: http://support.microsoft.com/kb/942521 The reason for this is that the installation of .NET framework 3.5 beta 2 does not leave the DLLs of .NET framework 3.0...
-
Event Handler Template This sample ships with a Visual Studio template that can be used to write event handlers. Beep Event Handler This sample shows you how to create a custom event handler and add it to an RFID process pipeline. Duplicate Tag Elimination This sample eliminates duplicates from TagReadEvents...
-
MSDN and TechNet OnLine (same content) http://msdn2.microsoft.com/en-us/library/bb749758.aspx http://technet.microsoft.com/en-us/library/bb749758.aspx CHM Documentation download (same as online content) http://www.microsoft.com/downloads/details.aspx?FamilyID=22b2e8d9-8cda-44f8-8f4e-b372c7660989&DisplayLang...
-
At Th. October 18. 2007 we will introduce the brand new product Microsoft BizTalk Rfid . Not that this talk will be in German language! If you are in Frankfurt area we invite you to first .NET User Group session after summer time. The session will start at 6pm at Microsoft Bad Homburg. Please follow...
-
Deploying of DSPI provider is operation which can be performed in more or less two steps: Register DSPI provider Copy the provider to the provider's system folder. 1. Register DSPI Provider After installation of BizTalk RFID, all bits are installed in folders specified by environment variables: RFIDDATADIR...