- 3 minutes to read

Receive Locations

Nodinite BizTalk Monitoring Agent empowers you to monitor Receive Locations from all BizTalk Applications. The agent automatically detects and manages new or removed Receive Locations, ensuring your monitoring is always up to date.

  • Receive Locations in BizTalk are listed within Nodinite as resources using the same name as the Receive Location.
  • Nodinite mirrors the Application structure, providing a 1:1 mapping with BizTalk Applications.
  • Receive Locations are grouped by the Category Receive Location for streamlined management.

Filter
Here's an example of a Monitor View filtered by the 'Receive Location' category.

Note

All User operations within Nodinite are Log Audited, supporting your security and corporate governance compliance policies.

Actions

The following Remote Actions are available for the Receive Location Category:

Receive Location Actions Menu
Receive Location Actions Menu in Nodinite Web Client.

  • Enable – Start receiving messages
  • Disable – Stop receiving messages
  • Tracking – View and manage Tracking Settings
  • Details – Displays information about the receive location

What are the key features for Monitoring BizTalk Server Receive Locations?

  • Remote Actions – Execute powerful remote actions directly from Nodinite
  • State Evaluation – Monitor and evaluate the real-time run-time state of Receive Locations

What is evaluated for Receive Locations?

The table below explains the different evaluated states for any Receive Location:

State Status Description Actions
Unavailable Resource not available Evaluation of the 'BizTalk Receive Locations' is not possible due to network or security-related problems Review prerequisites
Error Disabled A Disabled Receive Location renders as state 'Error' Enable
OK Enabled and running Receive Location is operational, and no other problems are detected Disable
Details
Tracking

Tip

You can reconfigure the evaluated state using the Expected State feature on every Resource within Nodinite.


Filter

The BizTalk Monitoring Agent supports filtering unwanted resources. See Configuration for details.

Errors

The following problems and solutions may exist depending on your environment and configuration.

Schedule Task Adapter

Issues may exist with the BizTalk Schedule Task Adapter. Read more here

Problem

The Actions Enable and Disable for ports using the Schedule Task Adapter require the Microsoft.BizTalk.Scheduler.dll to be loaded from the GAC. If you get an error like this executing the Action Enable/Disable, check that the file is really in the GAC on the server running the BizTalk Monitoring Agent.
Error on Action Start or Stop
Error dialog when enabling or disabling a port using the Schedule Task Adapter.

Solution 1 using Developer Command Prompt for Visual Studio:

Check if it is installed using a Developer Command Prompt for Visual Studio

gacutil /l Microsoft.BizTalk.Scheduler

If missing, add the solution is to the assembly into the GAC, enter the proper path for the version of BizTalk

gacutil /i "C:\Program Files (x86)\Microsoft BizTalk Server 2013 R2\Microsoft.BizTalk.Scheduler.dll"

Add the dll to the GAC
Adding the DLL to the GAC using Developer Command Prompt.

Solution 2 using PowerShell

To install:

  1. Run the PowerShell console as Administrator (elevated mode)
  2. Enter the following PowerShell, enter the proper path according to the installed path of your BizTalk Server
[System.Reflection.Assembly]::Load("System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
$publish = New-Object System.EnterpriseServices.Internal.Publish
$publish.GacInstall("C:\Program Files (x86)\Microsoft BizTalk Server 2013 R2\Microsoft.BizTalk.Scheduler.dll")

Add the DLL to the GAC
Adding the DLL to the GAC using PowerShell.


Next Step

Enable
Disable
Tracking
Details
Monitor Views
Configuration

Send Ports
Add or manage a Monitoring Agent Configuration
Monitoring Agents
Administration
Monitoring Agents