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