You may receive a "Cant make a connection to BizTalk for document" error message when you send a message through a send port that uses the EDI transport in BizTalk Server 2004 (885195)



The information in this article applies to:

  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Standard Edition

SYMPTOMS

In Microsoft BizTalk Server 2004, when you send a message through a send port that uses the EDI transport, you may receive the following error message in the application event log:
Event Type: Error
Event Source: EDI Subsystem
Event Category: BizTalk Server 2004
Event ID: 23
Date: 2/17/2005
Time: 4:55:34 PM
User: N/A
Computer: BIZTALKSERVER
Description: Error encountered: ERROR (1030), interchangenr 10037 : COM_SendMessage(): Cant make a connection to BizTalk for document #10037. Errorcode is -1030 ()
Note In this error message, the word "Cant" is a misspelling for the word "Can't."

CAUSE

This issue occurs if you have not configured and enabled a receive location that uses the EDI transport.

RESOLUTION

To resolve this issue, configure and then enable a receive location that is bound to the EDI transport. To configure the receive location, follow these steps:
  1. Start Microsoft Visual Studio .NET.
  2. On the View menu, click BizTalk Explorer.
  3. In BizTalk Explorer, expand Receive Ports, expand Receive Locations, right-click the receive location that you want to enable, and then click Edit. The Receive Location Properties dialog box appears.
  4. In the left pane, click the General node.
  5. In the Name box, type a name for the receive location.
  6. In the right pane, follow these steps:
    1. In the Transport Type list, click EDI.
    2. In the Address (URI) box, click the ellipsis button (...).
    3. In the EDI Transport Properties dialog box, type your logical address in the Logical Address box.
    4. In the Functional Acknowledgements list, click the setting that you want.
    5. In the Supported document types for EDIFACT list, click the supported EDIFACT document type that you want.
    6. In the Supported document types for X-12 list, click the supported X-12 document type that you want, and then click OK.
    7. In the Host list, click the host for the receive handler.
    8. In the Receive Handler list, click the receive handler.
    9. In the Receive Pipeline list, click the receive pipeline.
    10. In the Start Date box, choose the start date.
    11. In the Stop Date box, choose the stop date, and then click OK.
To enable the receive location, follow these steps:
  1. In Visual Studio .NET, in a BizTalk Server project, click BizTalk Explorer on the View menu.
  2. In BizTalk Explorer, expand Receive Ports, expand Receive Locations, right-click the receive location that you want to enable, and then click Enable.

    The receive location is now enabled.

REFERENCES

For more information about configuring an enabling receive locations, visit the following Microsoft Developer Network (MSDN) Web sites:

Modification Type:MajorLast Reviewed:2/28/2005
Keywords:kbtshoot kbBTSAdapters kbprb KB885195 kbAudDeveloper kbAudITPRO