WebServer starts in Demo-Mode at OS-Start although proper license is available

WebServer starts in Demo-Mode at OS-Start although proper license is available

On very specific PCs (environments) it can happen that the WebServer service is starting before the WIBU-KEY driver is available. Thus the WebServer starts in Demo-Mode although a proper license for the WebServer is available.
Do create a delay of the WebServer service you first have to configure the service ZenWebSrv to "manual" (per default it is "automatic").
Afterwards create a new text-document and insert following Code:
VBA Code:

Option Explicit
Dim objShell
Dim intWait
intWait = 5000 'in Milliseconds
WScript.Sleep intWait
Set objShell = Wscript.CreateObject("Wscript.Shell")
objShell.Run "net start ZenWebSrv"

Finally rename the textfile to .vbs (from .txt) and link the script to the Autostart of Windows.
Using this method the WebServer service will start about 5 seconds after a Windows User has logged in.

This is a migrated post! Originally posted on 25.08.2008 by user herberto. Please be aware that information can be outdated.

    Disclaimer

    This document governs the use of our Community Forum. By registering and using the platform, you accept these conditions.

    The COPA-DATA Community Forum serves to encourage the exchange of information and experience about the zenon software between forum users respectively zenon users.

    Please mind that any published information on the Community Forum is the subjective opinion and view based on the experience and the level of knowledge of the author. COPA-DATA does not overtake any responsibility for the content and the accuracy of the shared information.

    Users of the Community Forum are encouraged to share only well-founded experiences and to point out any risks associated with the implementation of proposed solutions to problems. COPA-DATA at its absolute discretion, reserves the right to moderate the forum. In this connection COPA-DATA may remove any information containing false facts, potentially dangerous solutions, bad language or content that may insult, degrade or discriminate others. COPA-DATA may block a non-complying user from forum access if the user violated this provision.

    COPA-DATA reserves the right to change this document from time to time at own discretion.


    Ing. Punzenberger COPA-DATA GmbH
    Karolingerstraße 7b · 5020 Salzburg · Austria
    www.copadata.com