Service Startup
If the Service takes a while to startup, the time taken may be from 2 - 3 minutes which is a noticeable delay in startup. See the possible options below to improve the product Server startup time:
Certify Authority
If a trust relationship exists between machines which uses authenticode signing then the recommended way forward is to download and install the root Certificate Authority. Although acceptable, disabling i.e. bypassing the CA effectively breaks the trust relationship between the machines.
The administrator has two options:
- Download and install the Root Certificate Authority.
- Disable or bypass the Root Certificate Authority.
The product Server Machine Configuration file must be updated using the following code snippet:
K2 Server Machine Configuration file update
<configuration>
<runtime>
<generatePublisherEvidence enabled="false"/>
</runtime>
</configuration
Certificate Authority | Description |
---|---|
True |
The Server boots using the Root Certificate Authority. Warning: Unless the Root Certificate Authority has been downloaded and installed, the Service Account may experience delays of up to 3 minutes before starting. |
False |
When set to False the Server boots without using the Root Certificate Authority. Warning: When set to False, the trust between machines is broken. |