Difference between revisions of "FAQ:Licensing"
(→Where is the license server located?) |
(→Where is the license server located?) |
||
Line 5: | Line 5: | ||
The current URL of the license server is | The current URL of the license server is | ||
http://80.243.175.50/InstallKeyBusinessService/Validator.asmx | http://80.243.175.50/InstallKeyBusinessService/Validator.asmx | ||
+ | |||
You need to make sure that this address can be reached from the machine weher UBIK is to be installed! | You need to make sure that this address can be reached from the machine weher UBIK is to be installed! | ||
Revision as of 09:22, 3 April 2018
Contents
- 1 Where is the license file stored?
- 2 Where is the license server located?
- 3 Can I transfer the licensing file to a new computer?
- 4 Can I modify the information in the licensing file?
- 5 What if license activation fails with HTTP status 417: Expectation Failed.?
- 6 What if license activation fails with HTTP status 407: Proxy Authentication Required.?
Where is the license file stored?
C:\Users\{Your Name}\AppData\LocalUBIKLicense.xml
Where is the license server located?
The current URL of the license server is http://80.243.175.50/InstallKeyBusinessService/Validator.asmx
You need to make sure that this address can be reached from the machine weher UBIK is to be installed!
Can I transfer the licensing file to a new computer?
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
Can I modify the information in the licensing file?
No. If you modify something in the file it will become invalid
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
<settings>
<servicePointManager expect100Continue="false" />
</settings>
</system.net>
What if license activation fails with HTTP status 407: Proxy Authentication Required.?
If the activation of UBIK® fails with an error The request failed with HTTP status 07: Proxy Authentication Required. make sure that the system.net section in your local UBIK.Studio.config.xml contains a "defaultProxy" entry similar as
<defaultProxy useDefaultCredentials="true" />
</system.net>