The application cannot connect to the license server
The customer network may require a proxy. Adapt and add the following section to the web.config:
<system.net>
<defaultProxy>
<proxy
proxyaddress="http://SOMEIP:PORT"
bypassonlocal="true"
/>
</defaultProxy>
</system.net>
PreviousLoad a project works but when clicking on a design Item, you are re-directed to the loginNextThe urls in email notifications are incorrect/missing port information
Last updated
Was this helpful?