Jump to: navigation, search

Difference between revisions of "FAQ:Installation and Configuration"


Line 1: Line 1:
=== Can I use {{UBIK}} via an Application-Delivery-Solution, e.g. Citrix Reveiver? ===
+
= General =
No, that is not possible as such applications are mostly clients accessing a server based application pool. {{UBIK}} is a stand-alone mobile application, which does not communicate via such virtualization client.
+
=== Where is the license file stored? ==
 +
C:\Users\{Your Name}\AppData\LocalUBIKLicense.xml
  
=== Which ports are used by default? ===
+
== Where can I find some logging information and configure its destination? ==
* Communication between the {{UBIK}} and {{UBIKCLIENT}} uses '''443''' (https) or '''80''' (http). The authentication requires '''https''' always!
+
* Microsoft SQL Server uses '''1433''' by default
+
 
+
=== Where can I find some logging information and configure its destination? ===
+
 
Read the article about [[HowTo:Configure Logging|configure logging]] to get to know the destinations of log files and how to modify them.
 
Read the article about [[HowTo:Configure Logging|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.''? ===
+
== 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
 
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
 
<source lang="xml">
 
<source lang="xml">
Line 19: Line 16:
 
</source>
 
</source>
  
=== Where is the license file stored? ===
+
= Network =
C:\Users\{Your Name}\AppData\LocalUBIKLicense.xml
+
== Can I use {{UBIK}} via an Application-Delivery-Solution, e.g. Citrix Reveiver? ==
 +
No, that is not possible as such applications are mostly clients accessing a server based application pool. {{UBIK}} is a stand-alone mobile application, which does not communicate via such virtualization client.
 +
 
 +
== Which ports are used by default? ==
 +
* Communication between the {{UBIK}} and {{UBIKCLIENT}} uses '''443''' (https) or '''80''' (http). The authentication requires '''https''' always!
 +
* Microsoft SQL Server uses '''1433''' by default
  
=== Does {{UBIK}} support other databases than MS SQL? ===
+
= Database =
 +
== Does {{UBIK}} support other databases than MS SQL? ==
 
No, since {{UBIK}} integrates quite deep into the database in order to be scalable.
 
No, since {{UBIK}} integrates quite deep into the database in order to be scalable.
  
=== What SQL Server should I use? What are the differences of the editions? ===
+
== What SQL Server should I use? What are the differences of the editions? ==
 
Please have a look at [http://technet.microsoft.com/en-us/library/cc645993%28SQL.110%29.aspx Microsoft SQL Server Library] to check for limitations.
 
Please have a look at [http://technet.microsoft.com/en-us/library/cc645993%28SQL.110%29.aspx Microsoft SQL Server Library] to check for limitations.
  
=== Can I use SQL Server Express? ===
+
== Can I use SQL Server Express? ==
 
Basically yes, but be aware of the limitations listed [https://technet.microsoft.com/en-us/library/bb545450.aspx here].
 
Basically yes, but be aware of the limitations listed [https://technet.microsoft.com/en-us/library/bb545450.aspx here].
  

Revision as of 08:58, 11 February 2015

[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>

Network

Can I use UBIK® via an Application-Delivery-Solution, e.g. Citrix Reveiver?

No, that is not possible as such applications are mostly clients accessing a server based application pool. UBIK® is a stand-alone mobile application, which does not communicate via such virtualization client.

Which ports are used by default?

  • Communication between the UBIK® and UBIKCLIENT uses 443 (https) or 80 (http). The authentication requires https always!
  • Microsoft SQL Server uses 1433 by default

Database

Does UBIK® support other databases than MS SQL?

No, since UBIK® integrates quite deep into the database in order to be scalable.

What SQL Server should I use? What are the differences of the editions?

Please have a look at Microsoft SQL Server Library to check for limitations.

Can I use SQL Server Express?

Basically yes, but be aware of the limitations listed here.