-
(German version below / deutsche Version weiter unten) A while ago I talked to someone who knows BizTalk RFID inside out about that sometimes it just takes too long to open a connection to a device in an EventHandler. The advice I received was, why not caching the connection to the device in the EventHandler...
-
(German version below / deutsche Version weiter unten) When wanting to set an IOPort in BizTalk RFID, to for example switch on a specific light connected to an RFID reader, you basically deal with bits and bytes that you set somewhere. There are typically two ways of how this is implemented in a device...
-
(German version below / deutsche Version weiter unten) Now I can finally talk about it. Our daenet SOA Suite now has officially been awarded with an important prize . " http://www.imittelstand.de/auszeichnungen/innovationspreis2008/kategoriesieger/soa.html " The "Innovationspreis 2008"...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
03-06-2008
Filed under:
Filed under: Windows Communication Foundation, WCF, BizTalk 2006, BizTalk RFID, RFID, BizTalk 2006 R2, BizTalk, BizTalk Server 2006, BizTalk Server 2006 R2, BizTalk Server, German, deutsch, BPM, SOA
-
(German version below / deutsche Version weiter unten) Expect a huge surprise today. I am waiting for the official press info to leak out so nobody is upset with me that I talk about it. What I can tell you is that it is around daenet and SOA. It will be one more reason to talk to us when it comes to...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
03-06-2008
Filed under:
Filed under: Windows Communication Foundation, WCF, .NET 3.0, BizTalk 2006, BizTalk RFID, BizTalk 2006 R2, BizTalk, BizTalk Server 2006, BizTalk Server 2006 R2, BizTalk Server, German, deutsch, .NET 3.5, SOA
-
(German version below, deutsche Version weiter unten) When dealing with IOPortValueChangedEvents, you will have a method like this: [ RfidEventHandlerMethod ] public IOPortValueChangedEvent HandleIOPortValueChangedEvent( IOPortValueChangedEvent iOPortEvent) What to do with it now?...
-
(German version below / deutsche Version weiter unten) Today I had the honor to present at the 1st Worldwide Microsoft RFID Solution Days (currently the corresponding page can be found here ). You can find my presentation here . In the presentation I spoke about BizTalk RFID and about how a customer...
-
(German Version below - Deutsche Version weiter unten) Read the release notes of the Printronix DSPI! (This section relates to the DSPI available in February 2008) One relevant part of it says: The provider does not support locking tags using the Print Wizard. Tags must be locked using the LOCK option...
-
(German version below, English version is very minimal since this post is targeted to the German audience) On November 15, 2007, I presented BizTalk RFID in a webcast format to the German audience in German as part of the launch of BizTalk 2006 R2. (German version) Am 15. November 2007 durfte ich BizTalk...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
11-15-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, SOA
-
(German version below) Today we presented about Microsoft BizTalk RFID at the TechEd EMEA Developers conference in Barcelona . Some content was similar to the presentation we did last week at the Microsoft SOA&Business Process Management conference in Redmond , but since the audience at TechEd is...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
11-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, SOA
-
(German version below) Damir and I presented at the Microsoft SOA & Business Process Conference 2007 at the Microsoft Conference Center in Redmond. We talked about interesting topics surrounding BizTalk RFID, a completely new component of BizTalk 2006 R2, and a new concept named "Sensor Service...
Posted to
Andreas Erben's posts
by
Andreas Erben
on
11-02-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, BPM, SOA
-
German version below The Visual Studio project template for BizTalk RFID EventHandlers that is shipped with BizTalk RFID demonstrates nicely, how you should use logging from your EventHandler-components unless you have a really good reason to do otherwise :) You can use the static method RfidProcessContext...
-
(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
-
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...
-
(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...
-
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...