Setting up the Server Scheduler Service

To set up the service, the following files must be stored in the directory:

  • Server.exe (6.0q4)

  • ServerScheduler.exe (6.0q4)

  • DelZip190.dll

  • RServer.ini

  • innosoft.xml

  • ServerScheduler.ini

The ServerSheduler.ini file is structured as follows:

Area Options:

The Debug option specifies how much is logged:

  • 0 = error

  • 1= default

  • 2= trace

The Seconds option specifies the interval (seconds) at which the Server.exe is called.

Die option MaxServerModulesExport specifies the maximum number of instances of the server module.

To change the server name and display name when creating instances on different databases:

Servicename=InnosoftServerScheduler
Displayname=Innosoft Server Scheduler


Area ScheduleLog:

With the option MaxFileSize the maximum size of the file can be specified.

Area DEPENDENCIES:

Dependence on other system services:
Dep1 - DepN = Servicename

must be set before installation.

e.g.: DEP1=MSSQL$SQLEXPRESS DEP2=MSSQLSERVER

Example of a ServerSheduler.Ini file:

[Options]
Debug= 2
Seconds=20
MaxServerModulesExport=2
Servicename=InnosoftServerScheduler
Displayname=Innosoft Server Scheduler

Example of a RServer.ini file:

[MRU]
EINSTELLTABSHEET=0
[PATH]
EmailPath=C:\temp
BackupPath=C:\temp
BerichtPath=C:\temp
ProtokollPath=C:\temp
SendConfigPath=
DokuPath=C:\temp
SpecialDokuPath=C:\temp
[EINSTELLUNGEN]
STARTMINIMIZED=0
IntervallVersand=60
VersandAktiv=0
IntervallEinspielen=60
EinspielenAktiv=0
FragenAktualisierungbeiFormularaufruf=1
FragentextAktualisierung=0
FetchMailBeforeAutomaticImport=0
SignierteDokumenteAblageModus=0
SignierteDokumenteDokumanKategorie=
SpecialDokumenteAblageModus=0
SpecialDokumenteDokumanKategorie=-1000
SendenProtokollierenViel=0
[EMAILEMPFANG]
Empfangshost=
Empfangspassword=
Empfangsuserid=
Empfangsport=0
EmpfangsMailbox=
empfangslba=0
EmpfangsUseTLS=0
OutlookFolderEntryID=
EmpfangArt=0
NotesFolderName=
Protokollieren=1
[SpecialSettings]
SetZipKommentar=0


To install the service, run a command prompt with admin rights and enter the following command:

ServerScheduler.exe -install

This command must be entered for the uninstallation:

ServerScheduler.exe -uninstall