Jump to: navigation, search

Difference between revisions of "FAQ:Installation and Configuration"


(Which ports are used by default?)
(Where is the license file stored?)
Line 2: Line 2:
 
=== Where is the license file stored? ===
 
=== Where is the license file stored? ===
 
C:\Users\{Your Name}\AppData\LocalUBIKLicense.xml
 
C:\Users\{Your Name}\AppData\LocalUBIKLicense.xml
 +
 +
Q: Where is the offline licensing file stored?
 +
 +
A: You can find it in C:\Users\[''User Name'']\AppData\LocalUBIKLicense.xml
 +
 +
 +
Q: Can I transfer the licensing file to a new computer?
 +
 +
A: No. It contains information about your hard- and software and will therefore not work on any other computer than the one it was originally activated
 +
 +
 +
Q: Can I modify the information in the licensing file?
 +
 +
A: No. If you modify something in the file it will become invalid
  
 
===Where can I find some logging information and configure its destination? ===
 
===Where can I find some logging information and configure its destination? ===

Revision as of 12:10, 4 March 2015

[edit]

General

Where is the license file stored?

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

Q: Where is the offline licensing file stored?

A: You can find it in C:\Users\[User Name]\AppData\LocalUBIKLicense.xml


Q: Can I transfer the licensing file to a new computer?

A: No. It contains information about your hard- and software and will therefore not work on any other computer than the one it was originally activated


Q: Can I modify the information in the licensing file?

A: No. If you modify something in the file it will become invalid

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>