BizTalk Server Setup - EDI Subsystem Port

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Setup > June 2004 > EDI Subsystem Port





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author EDI Subsystem Port
Mike McMaster

2004-06-26, 10:52 am

Hi All,

I have BizTalk 2004 running on a server and I am trying to develop an EDI solution on a development machine. When I try to Validate Schema (it's an included schema) I receive the following error:

XSD2EDI failed to convert XSD: Compiling repository failed

Yes, the EDI service is running. Yes, I have the proper permissions. I have tracked it to the following issue. If I run \EDI\Subsystem\compeif.exe from my development machine I get:

Failed to open session to server=[TEST05], appname=[], port=11000]

If I run the same exe on the BizTalk server using the same account the compile runs.

When I do a netstat -na on the server I see the following:

TCP 127.0.0.1:11000 0.0.0.0:0 LISTENING
TCP 127.0.0.1:11010 0.0.0.0:0 LISTENING

It appears the service only listens on the local host. Is this the case? If so, does that mean that I can only do EDI development on the server? I have installed the EDI files on my development machine, but it did not install the service. To get the s
ervice to install do I need to do a full BizTalk Install?

BizTalk Machine:
BizTalk 2004 on Windows 2003 Adv Svr

Development Machine:
Windows XP SP1

--
Mike McMaster
WellSpan Health
York, PA
Paul Davidson

2004-06-26, 10:52 am

If the binding is based on name then looks up the name, the host file will
take precedence. Add an entry before the 127 for the local machine such
that it is the IP you want to listen on.
The host file is in %systemroot%\system32\drivers\etc\hosts
--------------------
Thread-Topic: EDI Subsystem Port
thread-index: AcRay1QpXW6ENlZtR5e21toztDjq+g==
X-WBNR-Posting-Host: 207.181.180.2
From: "=?Utf-8?B?TWlrZSBNY01hc3Rlcg==?=" <VTHokie93@NoOneHere.com>
Subject: EDI Subsystem Port
Date: Fri, 25 Jun 2004 08:44:41 -0700
Lines: 29
Message-ID: <1CFEE4F2-33DE-44FC-9F9D-F07D4407D0D6@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.biztalk.setup
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.setup:3898
X-Tomcat-NG: microsoft.public.biztalk.setup

Hi All,

I have BizTalk 2004 running on a server and I am trying to develop an EDI
solution on a development machine. When I try to Validate Schema (it's an
included schema) I receive the following error:

XSD2EDI failed to convert XSD: Compiling repository failed

Yes, the EDI service is running. Yes, I have the proper permissions. I
have tracked it to the following issue. If I run
\EDI\Subsystem\compeif.exe from my development machine I get:

Failed to open session to server=[TEST05], appname=[], port=11000]

If I run the same exe on the BizTalk server using the same account the
compile runs.

When I do a netstat -na on the server I see the following:

TCP 127.0.0.1:11000 0.0.0.0:0 LISTENING
TCP 127.0.0.1:11010 0.0.0.0:0 LISTENING

It appears the service only listens on the local host. Is this the case?
If so, does that mean that I can only do EDI development on the server? I
have installed the EDI files on my development machine, but it did not
install the service. To get the service to install do I need to do a full
BizTalk Install?

BizTalk Machine:
BizTalk 2004 on Windows 2003 Adv Svr

Development Machine:
Windows XP SP1

--
Mike McMaster
WellSpan Health
York, PA

Mike McMaster

2004-06-28, 8:46 am

Paul,

It's not that the client can not find the server, it's that the client can see the port. If I do a port scan from the client for port 11000 using the server IP address the port does not show as open. (If I scan for port 80 that shows up, so I can see th
e server.) How can I get the server to open the port on the right IP address?

Thanks
--
Mike McMaster
WellSpan Health
York, PA


"Paul Davidson" wrote:

> If the binding is based on name then looks up the name, the host file will
> take precedence. Add an entry before the 127 for the local machine such
> that it is the IP you want to listen on.
> The host file is in %systemroot%\system32\drivers\etc\hosts
> --------------------
> Thread-Topic: EDI Subsystem Port
> thread-index: AcRay1QpXW6ENlZtR5e21toztDjq+g==
> X-WBNR-Posting-Host: 207.181.180.2
> From: "=?Utf-8?B?TWlrZSBNY01hc3Rlcg==?=" <VTHokie93@NoOneHere.com>
> Subject: EDI Subsystem Port
> Date: Fri, 25 Jun 2004 08:44:41 -0700
> Lines: 29
> Message-ID: <1CFEE4F2-33DE-44FC-9F9D-F07D4407D0D6@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.biztalk.setup
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
> Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.setup:3898
> X-Tomcat-NG: microsoft.public.biztalk.setup
>
> Hi All,
>
> I have BizTalk 2004 running on a server and I am trying to develop an EDI
> solution on a development machine. When I try to Validate Schema (it's an
> included schema) I receive the following error:
>
> XSD2EDI failed to convert XSD: Compiling repository failed
>
> Yes, the EDI service is running. Yes, I have the proper permissions. I
> have tracked it to the following issue. If I run
> \EDI\Subsystem\compeif.exe from my development machine I get:
>
> Failed to open session to server=[TEST05], appname=[], port=11000]
>
> If I run the same exe on the BizTalk server using the same account the
> compile runs.
>
> When I do a netstat -na on the server I see the following:
>
> TCP 127.0.0.1:11000 0.0.0.0:0 LISTENING
> TCP 127.0.0.1:11010 0.0.0.0:0 LISTENING
>
> It appears the service only listens on the local host. Is this the case?
> If so, does that mean that I can only do EDI development on the server? I
> have installed the EDI files on my development machine, but it did not
> install the service. To get the service to install do I need to do a full
> BizTalk Install?
>
> BizTalk Machine:
> BizTalk 2004 on Windows 2003 Adv Svr
>
> Development Machine:
> Windows XP SP1
>
> --
> Mike McMaster
> WellSpan Health
> York, PA
>

Paul Davidson

2004-06-28, 7:28 pm

From what I recall, that is only a local port. I'm waiting for a reponse
from the EDI team to verify.
--------------------
Thread-Topic: EDI Subsystem Port
thread-index: AcRdB3Eq2SvLG3z2Qoi0PStiWStAXQ==
X-WBNR-Posting-Host: 207.181.180.2
From: "=?Utf-8?B?TWlrZSBNY01hc3Rlcg==?=" <VTHokie93@NoOneHere.com>
References: <1CFEE4F2-33DE-44FC-9F9D-F07D4407D0D6@microsoft.com>
<o#TQ0UvWEHA.4080@cpmsftngxa10.phx.gbl>
Subject: RE: EDI Subsystem Port
Date: Mon, 28 Jun 2004 05:00:01 -0700
Lines: 80
Message-ID: <13B924DD-5271-4160-BEB0-7FD6BBE8E45C@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.biztalk.setup
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.setup:3924
X-Tomcat-NG: microsoft.public.biztalk.setup

Paul,

It's not that the client can not find the server, it's that the client can
see the port. If I do a port scan from the client for port 11000 using the
server IP address the port does not show as open. (If I scan for port 80
that shows up, so I can see the server.) How can I get the server to open
the port on the right IP address?

Thanks
--
Mike McMaster
WellSpan Health
York, PA


"Paul Davidson" wrote:

> If the binding is based on name then looks up the name, the host file

will
> take precedence. Add an entry before the 127 for the local machine such
> that it is the IP you want to listen on.
> The host file is in %systemroot%\system32\drivers\etc\hosts
> --------------------
> Thread-Topic: EDI Subsystem Port
> thread-index: AcRay1QpXW6ENlZtR5e21toztDjq+g==
> X-WBNR-Posting-Host: 207.181.180.2
> From: "=?Utf-8?B?TWlrZSBNY01hc3Rlcg==?=" <VTHokie93@NoOneHere.com>
> Subject: EDI Subsystem Port
> Date: Fri, 25 Jun 2004 08:44:41 -0700
> Lines: 29
> Message-ID: <1CFEE4F2-33DE-44FC-9F9D-F07D4407D0D6@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.biztalk.setup
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
> Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.setup:3898
> X-Tomcat-NG: microsoft.public.biztalk.setup
>
> Hi All,
>
> I have BizTalk 2004 running on a server and I am trying to develop an EDI
> solution on a development machine. When I try to Validate Schema (it's

an
> included schema) I receive the following error:
>
> XSD2EDI failed to convert XSD: Compiling repository failed
>
> Yes, the EDI service is running. Yes, I have the proper permissions. I
> have tracked it to the following issue. If I run
> \EDI\Subsystem\compeif.exe from my development machine I get:
>
> Failed to open session to server=[TEST05], appname=[], port=11000]
>
> If I run the same exe on the BizTalk server using the same account the
> compile runs.
>
> When I do a netstat -na on the server I see the following:
>
> TCP 127.0.0.1:11000 0.0.0.0:0 LISTENING
> TCP 127.0.0.1:11010 0.0.0.0:0 LISTENING
>
> It appears the service only listens on the local host. Is this the case?


> If so, does that mean that I can only do EDI development on the server?

I
> have installed the EDI files on my development machine, but it did not
> install the service. To get the service to install do I need to do a

full
> BizTalk Install?
>
> BizTalk Machine:
> BizTalk 2004 on Windows 2003 Adv Svr
>
> Development Machine:
> Windows XP SP1
>
> --
> Mike McMaster
> WellSpan Health
> York, PA
>


Paul Davidson

2004-06-28, 7:28 pm

Response from EDI team is that it's only for local use.
--------------------
Newsgroups: microsoft.public.biztalk.setup
From: paulda@online.microsoft.com (Paul Davidson)
Organization: Microsoft
Date: Mon, 28 Jun 2004 20:12:56 GMT
Subject: RE: EDI Subsystem Port
X-Tomcat-NG: microsoft.public.biztalk.setup
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="--Next.Tomcat.Message.With.ASCII.and.RTF.8973497230230"
Content-Transfer-Encoding: 7bit

From what I recall, that is only a local port. I'm waiting for a reponse
from the EDI team to verify.
--------------------
Thread-Topic: EDI Subsystem Port
thread-index: AcRdB3Eq2SvLG3z2Qoi0PStiWStAXQ==
X-WBNR-Posting-Host: 207.181.180.2
From: "=?Utf-8?B?TWlrZSBNY01hc3Rlcg==?=" <VTHokie93@NoOneHere.com>
References: <1CFEE4F2-33DE-44FC-9F9D-F07D4407D0D6@microsoft.com>
<o#TQ0UvWEHA.4080@cpmsftngxa10.phx.gbl>
Subject: RE: EDI Subsystem Port
Date: Mon, 28 Jun 2004 05:00:01 -0700
Lines: 80
Message-ID: <13B924DD-5271-4160-BEB0-7FD6BBE8E45C@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.biztalk.setup
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.setup:3924
X-Tomcat-NG: microsoft.public.biztalk.setup

Paul,

It's not that the client can not find the server, it's that the client can
see the port. If I do a port scan from the client for port 11000 using the
server IP address the port does not show as open. (If I scan for port 80
that shows up, so I can see the server.) How can I get the server to open
the port on the right IP address?

Thanks
--
Mike McMaster
WellSpan Health
York, PA


"Paul Davidson" wrote:

> If the binding is based on name then looks up the name, the host file

will
> take precedence. Add an entry before the 127 for the local machine such
> that it is the IP you want to listen on.
> The host file is in %systemroot%\system32\drivers\etc\hosts
> --------------------
> Thread-Topic: EDI Subsystem Port
> thread-index: AcRay1QpXW6ENlZtR5e21toztDjq+g==
> X-WBNR-Posting-Host: 207.181.180.2
> From: "=?Utf-8?B?TWlrZSBNY01hc3Rlcg==?=" <VTHokie93@NoOneHere.com>
> Subject: EDI Subsystem Port
> Date: Fri, 25 Jun 2004 08:44:41 -0700
> Lines: 29
> Message-ID: <1CFEE4F2-33DE-44FC-9F9D-F07D4407D0D6@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.biztalk.setup
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
> Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.setup:3898
> X-Tomcat-NG: microsoft.public.biztalk.setup
>
> Hi All,
>
> I have BizTalk 2004 running on a server and I am trying to develop an EDI
> solution on a development machine. When I try to Validate Schema (it's

an
> included schema) I receive the following error:
>
> XSD2EDI failed to convert XSD: Compiling repository failed
>
> Yes, the EDI service is running. Yes, I have the proper permissions. I
> have tracked it to the following issue. If I run
> \EDI\Subsystem\compeif.exe from my development machine I get:
>
> Failed to open session to server=[TEST05], appname=[], port=11000]
>
> If I run the same exe on the BizTalk server using the same account the
> compile runs.
>
> When I do a netstat -na on the server I see the following:
>
> TCP 127.0.0.1:11000 0.0.0.0:0 LISTENING
> TCP 127.0.0.1:11010 0.0.0.0:0 LISTENING
>
> It appears the service only listens on the local host. Is this the case?


> If so, does that mean that I can only do EDI development on the server?

I
> have installed the EDI files on my development machine, but it did not
> install the service. To get the service to install do I need to do a

full
> BizTalk Install?
>
> BizTalk Machine:
> BizTalk 2004 on Windows 2003 Adv Svr
>
> Development Machine:
> Windows XP SP1
>
> --
> Mike McMaster
> WellSpan Health
> York, PA
>




Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com