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= 2Seconds=20MaxServerModulesExport=2Servicename=InnosoftServerSchedulerDisplayname=Innosoft Server SchedulerExample of a RServer.ini file:
[MRU]EINSTELLTABSHEET=0[PATH]EmailPath=C:\tempBackupPath=C:\tempBerichtPath=C:\tempProtokollPath=C:\tempSendConfigPath=DokuPath=C:\tempSpecialDokuPath=C:\temp[EINSTELLUNGEN]STARTMINIMIZED=0IntervallVersand=60VersandAktiv=0IntervallEinspielen=60EinspielenAktiv=0FragenAktualisierungbeiFormularaufruf=1FragentextAktualisierung=0FetchMailBeforeAutomaticImport=0SignierteDokumenteAblageModus=0SignierteDokumenteDokumanKategorie=SpecialDokumenteAblageModus=0SpecialDokumenteDokumanKategorie=-1000SendenProtokollierenViel=0[EMAILEMPFANG]Empfangshost=Empfangspassword=Empfangsuserid=Empfangsport=0EmpfangsMailbox=empfangslba=0EmpfangsUseTLS=0OutlookFolderEntryID=EmpfangArt=0NotesFolderName=Protokollieren=1[SpecialSettings]SetZipKommentar=0To 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