Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MLLP rejects remote connections

41 views
Skip to first unread message

Kish

unread,
Jun 26, 2008, 11:22:56 AM6/26/08
to
Hi,

I have developed a interface which forwards the ORM order messages to
the lab system from SCM system.

The main problem is with the MLLP, BizTalk receives and process the
order messages when sent from the same machine i.e., using the
MLLPSend tool on a given port number. But unfortunately BizTalk
(BTAHL7) rejects any connections which are made from outside the
server i.e., when the messages are sent from different machine or from
the SCM system itself.

The error msg I can see from the sending computer is "Can't connect to
host 10.17.125.1 on port 13000: No connection could be made because
the target machine actively refused it".

I'm totally stuck with this problem, could someone help me with this
please?

Thanks in advance...

Kish

Tom Canter - Neudesic

unread,
Jun 27, 2008, 8:20:20 AM6/27/08
to
Kish,
It seems unlikely to me (having physically seen it work) that this
could be a problem with the MLLP Adapter.

1) Check to see that you have configured the MLLP Adapter to listen on
that address, in the Receive Location, make sure 10.17.125.1 is the
receive IP Address
2) Make sure that you are listening on that address, Open a command
prompt and type:
netstat -na | findstr 13000
3) Make sure that you don't have a firewall blocking that port

Tom

Kish

unread,
Jun 27, 2008, 10:35:58 AM6/27/08
to

Hi Tom,

Thank you, well I have checked the IP address and the port number, its
not been blocked by the firewall and the port is in the listening
mode.
Infact, if I disable the listening port in the biztalk and run the
mllpreceive tool listening to that port I can clearly see the incoming
message.

Would there be an issue with the permissions on the biztalk side of
things which is rejecting the connections from other systems.

Thank you,
Kishore


Kish

unread,
Jun 27, 2008, 10:36:16 AM6/27/08
to
On 27 Jun, 13:20, Tom Canter - Neudesic <tcan...@ojmot.com> wrote:

Hi Tom,

Eric Stott

unread,
Jul 1, 2008, 3:55:50 PM7/1/08
to
Can you run your DOS window under the same userid that BizTalk is running
under and see if you experience the same behavior?

Eric
http://stottis.com

"Kish" <bachu....@gmail.com> wrote in message
news:673a75bf-caa3-42f3...@x35g2000hsb.googlegroups.com...

Kish

unread,
Jul 12, 2008, 4:40:51 AM7/12/08
to
On 1 Jul, 20:55, "Eric Stott" <ericst...@nospam.nospam> wrote:
> Can you run your DOS window under the same userid that BizTalk is running
> under and see if you experience the same behavior?
>
> Erichttp://stottis.com
>
> "Kish" <bachu.kish...@gmail.com> wrote in message

>
> news:673a75bf-caa3-42f3...@x35g2000hsb.googlegroups.com...
>
> > On 27 Jun, 13:20, Tom Canter - Neudesic <tcan...@ojmot.com> wrote:
> >> Kish,
> >> It seems unlikely to me (having physically seen it work) that this
> >> could be a problem with the MLLP Adapter.
>
> >> 1) Check to see that you have configured the MLLP Adapter to listen on
> >> that address, in the Receive Location, make sure 10.17.125.1 is the
> >> receive IP Address
> >> 2) Make sure that you are listening on that address, Open a command
> >> prompt and type:
> >> netstat -na | findstr 13000
> >> 3) Make sure that you don't have a firewall blocking that port
>
> >> Tom
>
> > Hi Tom,
>
> > Thank you, well I have checked the IP address and the port number, its
> > not been blocked by the firewall and the port is in the listening
> > mode.
> > Infact, if I disable the listening port in the biztalk and run the
> > mllpreceive tool listening to that port I can clearly see the incoming
> > message.
>
> > Would there be an issue with the permissions on the biztalk side of
> > things which is rejecting the connections from other systems.
>
> > Thank you,
> > Kishore

Hi,
I did check the user under which BizTalk is running and tried to run
the DOS promt and it works just fine including the MLLP tools.
For some reason the mmc/biztalk is rejecting the connections made from
network traffic on the listed port.

Thank you,
Kishore

0 new messages