Jump to: navigation, search

Installation and Configuration


Revision as of 16:56, 12 February 2015 by KNO (Talk | contribs) (Which ports are used by default?)

[edit]

General

Where is the license file stored?

C:\Users\{Your Name}\AppData\LocalUBIKLicense.xml

Where can I find some logging information and configure its destination?

Read the article about configure logging to get to know the destinations of log files and how to modify them.

What if license activation fails with HTTP status 417: Expectation Failed.?

If the activation of UBIK® fails with an error The request failed with HTTP status 417: Expectation Failed. make sure that the system.net section in your local UBIK.Studio.config.xml contains a servicePointManager entry similar as

<system.net>
   <settings>
      <servicePointManager expect100Continue="false" />
   </settings>
</system.net>