Discussion:
New to HL7
(too old to reply)
shagun
2009-07-30 11:48:24 UTC
Permalink
am new to HL7 accelerator and facing issue in using it.I Installed
biztalk server 2009 and HL7 accelerator for Biztalk server 2009 along
with MLLP testing tool in 64 bit machine

To test this deployment, created a test application in BizTalk.
which has a receive location with MLLP adapter (host : localhost and
port 11000).
and a sendport with File adpater. send adapter subscribe to all the
messages coming from the MLLP receive location.

Then i tried to send a message with the help of MLLPSend.exe
i am getting following error
Can't connect to host "localhost" on port "11000": No connection could
be made because the target machine actively refused it 127.0.0.1:11000

Please help me with the same
deepak
2009-09-04 21:41:29 UTC
Permalink
did you check if the location is enabled.

url:http://www.ureader.com/msg/1202484.aspx
Tom Canter - Neudesic
2009-09-05 14:55:10 UTC
Permalink
You realize that BTAHL7 doesn't support x64.
You must run the receive location under a host that has the 32bit only
property set.
Secondly, you should test to see if the host is listening by running:
nestat -na | findstr 11000
TCP 0.0.0.0:11000 0.0.0.0:0 LISTENING

This confirms that the system is listening for a connection.

If that fails then I would start with:
Are there any errors in the event log?
Is the BizTalk Service that hosts the MLLP Adapter running?
Is the Receive Location Enabled?
Is the firewall blocking ports?

Loading...