Applies To | |||
Product(s): | Bentley Transmittal Services | ||
Version(s): | 01.00.01.138 | ||
Environment: | N/A | ||
Area: | Server Deployment | ||
Subarea: | N/A | ||
Original Author: | Steve Boniwell, Bentley Technical Support Group | ||
Error or Warning Message
When trying to deploy Bentley Transmittal Server, the following error is encountered;
An error occurred, Exception thrown while adding mex endpoint http://servername:8086/DeliveryRepositoryService.svc/mex
Explanation
When the website for Bentley Transmittal Server was setup, the bindings were incorrectly set.
How to Avoid
Open IIS and ensure that the net.tcp and net.pipe bindings for the Bentley Transmittal Server are set correctly.
1. For the net.tcp binding, enter the number of an open port, followed by a colon (:), followed by an asterisk (*).
For example, 8086:*
2. For the net.pipe binding, enter just an asterix (*)
3. Click OK and close the Site Bindings dialog.
4. From an administrative command prompt, type IISRESET and press enter.
5. Once IISRESET is done, re-run the Server Deployment
enter the number of an open port, followed by a colon (:), followed by an asterisk
(*). For example, 8086:*