Muokkaa

Jaa


Invalid address (relative uri needs slash ("-"))

Details

Field Error Details
Product Name BizTalk Server
Product Version 3.6
Event ID 0
Event Source 0
Component 0
Symbolic Name 0
Message Text Invalid address; expecting relative uri starting with slash ("/")

Explanation

You did not provide an isolated WCF receive location with a well-formed relative address. For example, http://localhost/svc will not work as a relative address. You cannot set the Address property of the isolated WCF receive location to a absolute address.

User Action

Use the following procedure to configure an address.

To configure an address

  1. Click Start, click All Programs, click Microsoft BizTalk Server, and click BizTalk Server Administration.

  2. In the Console Root, expand BizTalk Server Administration, expand BizTalk Group, and expand Applications.

  3. Locate your application and locate your transport.

  4. Right-click the transport name.

  5. Click Properties.

  6. In the port Type list, select the correct port.

  7. Click Configure.

  8. In the WCF [transport type] Transport Properties dialog box, click the General tab.

  9. In the Address (URI) text box, change the address. An example of a well-formed relative address is /path/service.svc.

    For additional information on receive locations, see the following: