iiDaemonId | integer | Daemon id |
icDaemonName | character | Name of the daemon |
icDaemonStatus | character | Status of the daemon |
icDaemonStatusDiffersFrom | character | Status the real daemon status has to be different from. |
field name | data type | db field | description |
---|---|---|---|
tcDaemonAppserver | character | fcDaemon.DaemonAppserver | progress appserver URL When empty, the daemon process will run locally |
tiDaemonId | integer | fcDaemon.DaemonId | identifier |
tiDaemonInterval | integer | fcDaemon.DaemonInterval | amount of seconds to wait before looking for new tasks |
tlDaemonKeepProcessedOKItems | logical | fcDaemon.DaemonKeepProcessedOKItems | When set to true, records in the fcdaemonqueue table will not be deleted. When set to false, records with status 'PROCESSED-OK' will be deleted. |
ttDaemonLastEndDate | date | fcDaemon.DaemonLastEndDate | Last End Date |
tiDaemonLastEndTime | integer | fcDaemon.DaemonLastEndTime | End Time of Last Daemon Run |
tcDaemonLastEndTimeQInfoCalc | character | calculated | DaemonLastStartTimeCalc for query tqDaemonInfo |
ttDaemonLastStartDate | date | fcDaemon.DaemonLastStartDate | Last Start Date |
tiDaemonLastStartTime | integer | fcDaemon.DaemonLastStartTime | Start Time of Last Daemon Run |
tcDaemonLastStartTimeQInfoCalc | character | calculated | DaemonLastStartTimeQInfoCalc |
tcDaemonLogFile | character | fcDaemon.DaemonLogFile | log file with all error messages and other messages from the daemon process |
tcDaemonLogin | character | fcDaemon.DaemonLogin | login name to use to log in to the application |
tiDaemonLogLevel | integer | fcDaemon.DaemonLogLevel | Daemon Log Level |
tiDaemonMaxNumberOfInstances | integer | fcDaemon.DaemonMaxNumberOfInstances | number of processes to start when starting the daemon |
tcDaemonName | character | fcDaemon.DaemonName | Daemon Name |
tiDaemonNrOfRequestsInLoop | integer | fcDaemon.DaemonNrOfRequestsInLoop | the daemon process will pause each time this number of tasks has been processed |
tcDaemonOsCommand | character | fcDaemon.DaemonOsCommand | command line to start a daemon process Points to the progress run-time and may contain extra startup parameters, excluding parameters that will be added by default (-ininame -param -p -b). Tag <DaemonExecutable> will be replaced with the actual value read from server.xml. When empty, default value is 'D_<appservername>_<daemonname>(.exe)' (the progress run-time is copied to a file with this name). This way the daemon processes can be easily recognised in the process list. |
tcDaemonPassword | character | fcDaemon.DaemonPassword | (encoded) password to use to log in to the application |
tcDaemonProcessIDs | character | fcDaemon.DaemonProcessIDs | process ID numbers of the daemon processes |
tiDaemonRunningProcesses | integer | fcDaemon.DaemonRunningProcesses | number of processes currently running this daemon |
tcDaemonStartDirectory | character | fcDaemon.DaemonStartDirectory | working directory for the daemon processes |
tcDaemonStatus | character | fcDaemon.DaemonStatus | indicates the active status of the daemon When set to 'STOPPING' all processes running this daemon will end. possible statuses: INACTIVE RUNNING STOPPING |