Enable Secondary Receive Location with BizTalk.ExplorerOM

Home Page Forums BizTalk 2004 – BizTalk 2010 Enable Secondary Receive Location with BizTalk.ExplorerOM

Viewing 0 reply threads
  • Author
    Posts
    • #24232

      Hey Guys,

      I’m building a port watcher / watchdog for my BizTalk installation.

      One of my orchestrations has a receive port with two receive locations. Both using the File adapter.

      I can’t get the BizTalk.ExplorerOM code to enable both primary and secondary location.

                  Dim rp As ReceivePort = bceExplorer.ReceivePorts(ReceivePortName)
                 
                  For Each rl As ReceiveLocation In rp.ReceiveLocations

                          rl.Enable = True

      If I list the ReceiveLocations in the receive port, it returns both locations.

      But the re.Enable = True command only enables the primary location…

      Any Ideas?

      Thanks, Ole-Petter

Viewing 0 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.