StartUp
Key_Description |
Key_Data |
Description |
BackUpPeriod |
24 |
Hours between
backups |
BackUpTime |
2:02:00 PM |
Backup of log
start time |
CCEmailOut |
|
Semi colon
separated list of cc recepients |
DGOutputsCol |
5220.284|527.811|1140.095 |
|
DGServersCol |
3539.906|768.189|468.2835|1739.906|624.189|912.189|1607.811|972.2835|1152|1319.811|1019.906 |
|
DGStartUpCol |
1739.906|2520|6168.189 |
|
EC_EmailPeriod |
600 |
Time in
seconds between emails |
EC_NoEvents |
9 |
Number of
events before the email period is active |
EC_ShellPeriod |
600 |
Number of
seconds between periods of shell program activation during errors |
EditPeriod |
10 |
This is the
time of no activity on the data grid before the edit mode is cancelled
and returned to read only mode. |
EmailFrom |
support@mtelcom.net.au |
From address.
Must be valid or post office will not accept message |
EmailOut |
mmtlcomm@bigpond.net.au |
Semi colon
separated list of recepients |
EmailPort |
25 |
The port to
use for the email server |
EmailToName |
Maintenance |
Email To Name.
Can be blank |
EnableEmail |
False |
True activates
the email |
FGOutputCol |
2628|2520|5460 |
|
FGPairingCol |
1956|1428|960|960|960 |
|
FGServerCol |
2748|2232|4152 |
|
HubID |
CDATHUB-Primary |
Primary or
secondary site id |
LastBackUp |
14/11/2014
8:49:36 PM |
Last date/time
of backup |
LogName |
WBBGatewayPRI.log |
Log file name
located in LogsDIR location |
LogsDIR |
. |
Directory
where the logs and backup files are stored. |
MailServer |
mail.bigpond.com |
Server
location for outbound emails |
MessageID |
2229989 |
Unique message
id for every packet presented to Hub |
NoPair2 |
30 |
Long integer
in seconds for the records to be cleaned out of the current list and
notifications generated |
NotifyShellCmd |
m:\MSGSender\msgsen.bat |
See manual to
correctly format this textbox for sending shell commands. |
PausePeriod |
30 |
Number of
seconds any log can be paused |
ShellPeriodError |
580 |
The numbers of
seconds between shell processes for errors |
ShellPeriodErrorRate |
590 |
The number of
seconds to measure the number of errors occuring. This is the rate
(counts/period) |
ShellPeriodNotifyRate |
600 |
The number of
seconds to measure the number of notifications occuring. This is the
rate (counts/period) |
ShellRateErrorThreshold |
2 |
The threshold
of the number of error events in the period. This is the rate
(counts/period) threshold. A higher rate generates a shell process. |
ShellRateNotifyThreshold |
3 |
The threshold
of the number of notify events in the period. This is the rate
(counts/period) threshold. A higher rate generates a shell process. |
SQLCatalog |
CDATHub |
Name of the
database in SQL |
SQLEnabled |
True |
True or False.
Bypasses calls to SQLSever |
SQLRetryPeriod |
30 |
Retry
connection to SQL database in seconds |
SQLServerLoc |
192.168.0.82 |
Machine name
or location of the SQL Server for logging records. Can be an IP address |
WindowHeight |
10488 |
|
WindowWidth |
17076 |
|
Release 24-1-2011
Before starting this version
check the CDATHubsys.mdb has the
following table entries:
If not download the mdb
below and check what entries are missing
-
check that errorlogs
table has 41
entries
-
check that startup table has 25
entries
-
check SQL
CDATNotifications table has 4 fields
[PacketID,
DateSaved, Site, Notify]
CDAT Hub V1.0 (42):
Release 21-1-2011
This version has the
following new features:
Bug Fixes and changes:
-
Fixed the tooltips for
the shell command. also added some extras.
-
Added Errors back into
the logging to email.
-
fixed notifications to
SQL table. the name is now in the Site field rather
-
Added more data fields
to the email. Time stamp and packet.
-
Fixed the email
recipients list
-
Improved the startup
performance and added a progress label.
-
Fixed the CDAT server
grid when adding a new server. (also the same for outputs)
-
added new process codes
look up table.
-
improved the
notification text. made it more readable.
-
Priority fields removed
from ErrorCodes table in CDATHubsys.mdb (do this manually on
your file)
-
Priority fields removed
from Notifications table in CDATHubsys.mdb (do this manually on
your file)
There is a new table for
CDATHubsys.mdb called ProcessCodes. Import it from the database
above.
Also update the ErrorCodes
table. There are now 42 entries.
Release 9-11-2010
This version has the
following modified features:
The backup concept is if the
backup is quite old a new one is created on start-up of the
application.
If the backup is recent then
it sets the back up timer to the next available period.
-
The backup has been
modified to handle a variety of backup situations. The backup
process involves the following times
-
LastBackUp
date/time is the last successful back up of the log.
-
BackUpTime
time field only is the start time of the periodical back up.
-
BackUpPeriod
integer number of hours between backups.
-
BackUpTimer is the
internal timer in the application.
-
If the LastBackUp is
greater than the BackUpPeriod + the LastBackUp
then on startup of the application the log will be backed up and
the new BackUpTime will be the next backup.
-
If the LastBackUp
is less than the BackUpPeriod + the LastBackUp then the BackUpTimer is set to the
BackUpTime. If this BackUpTime is less than the current time it is then set to
the BackUpTime + the BackUpPeriod.