NULL adapter on BizTalk

In this short tutorial I will explain how to install a NULL adapter on BizTalk 2010 (64-bit platform with Windows 7).

Note: BizTalk 2010 is the predecessor of BizTalk 2013 and 2013R2, but is still quite popular and used in companies. It’s good to be aware that its mainstream support end in one year from now (December 1st, 2016).

Having a NULL adapter is fairly useless, unless you want to get rid of messages, without leaving an error trace in the event log, saying “The published message could not be routed because no subscribers were found”.

  1. Download the sample adapter from Winterdom (Created in 2004 and still works fine).
  2. Edit the NullAdapter.reg in Notepad
  3. Change the path of the .dll to the correct one. You need to do this two times in the file.

To the correct path. In our case it’s “C:\Users\i8c\Downloads\NullAdapterSol\NullAdapter\bin\Debug\Winterdom.BizTalk.Adapters.NullAdapter.dll”

The .dll can be found in “NullAdapterSol\NullAdapter\bin\Debug”

  1. Save and close the reg-file.
  2. Double click the reg-file
  3. Open up a Command Prompt as an admin.
    • Cd \Windows\SysWOW64
    • C:\Users\i8c\Downloads\NullAdapterSol\NullAdapter\ reg
    • Cd C:\Windows\Microsoft.NET\Framework\v4.0.30319
    • exe C:\Users\i8c\Downloads\NullAdapterSol\NullAdapter\bin\Debug

\Winterdom.BizTalk.Adapters.NullAdapter.dll

  • exe C:\Users\i8c\Downloads\NullAdapterSol\NullAdapter\bin\Debug\Winterdom.BizTalk.Adapters.NullAdapter.dll
  1. Open “BizTalk Server Administration Console”
7.0
  1. Click BizTalk Group -> “Platform Settings” -> Right click “Adapters” -> “New”
8.0
  1. Enter “NULL” as the name and select “/dev/null” as the adapter.
9.0
  1. You are done!

Note: By default, when double clicking a registry file, it will be added to the registry. But for BizTalk, it is added to the wrong registry. Therefore we need to open a command prompt as we did in step 6, and add this file to the 32-bit registry using the regedit.exe, which represents step 6.1.

Author: Jordy Maes

blogger

blogger

Curious to know more about this topic?

Working at i8c

i8c is a system integrator that strives for an informal atmosphere between its employees, who have an average age of approx 30 years old. We invest a lot of effort in the professional development of each individual, through a direct connection between the consultants and the management (no multiple layers of middle management). We are based in Kontich, near Antwerp, but our customers are mainly located in the triangle Ghent-Antwerp-Brussels and belong to the top 500 companies in Belgium (Securex, Electrabel, UCB, etc…).

Quality Assurance

i8c is committed to delivering quality services and providing customer satisfaction. That’s why we invested in the introduction of a Quality Management System, which resulted in our ISO9001:2000 certification. This guarantees that we will meet your expectations, as a reliable, efficient and mature partner for your SOA & integration projects.

i8c - ISO9001-2015

Also worth reading

Apigee Scope Validation using OpenAPI Specification

In API security and management, we often use a lot of different security mechanisms to protect the requested resource behind the API Gateway. One of these mechanisms is the validation of scopes to authorize a client on a specific sub-resource of the API. Most of

Read More »

Integrating with TIBCO CLOUD

Our experts Glenn, Jason, Jurgen, and Kevin dedicated an i8c FastTrack Day to examining the TIBCO iPaaS offering. Check out their Research & Development day report to learn what they uncovered. 👇  TIBCO CLOUD™ The TIBCO Cloud™ Integration enterprise integration platform-as-a-service (iPaaS) provides self-service integration

Read More »