Table of Contents

SYB - Service Status Record

Module SYB

Description

For every instance of a manager and for every service one entry in this table is created.

The SYB record contains
1. information, that a service has been started
2. information, that a service is alive
3. approximate performance information about the last CNTTIM period

If last update time + 1.5 x UPDFRE has elapsed, this service is assumed to have failed (as it should update itself automatically every UPDFRE hours).


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
MGR Manager Text 8 1 Edit Yes Public
SRV Service Text 6 1 Edit Yes Public
SSNINR Session ID Text 8 1 Edit Yes Public
INS Instance Text 16 1 Edit Yes Public
STRDATTIM Creation of Service Instance Datetime 15 0 Unknown Yes Public
UPDDATTIM Last Update The date and time on when this service instance has been started. Datetime 15 0 Unknown Yes Public
UPDFRE Update Frequency (in Hours) (-1 for 'no Update') Numeric 6 4 Edit Yes Public
CNTSUC Count Successful Numeric 8 0 Edit Yes Public
CNTRET Count Retry Numeric 8 0 Edit Yes Public
CNTERR Count Errors Numeric 8 0 Edit Yes Public
CNTTIM Period for Count (in Hours) Numeric 8 4 Edit Yes Public
STA Status Text 1 1 Edit Yes Public Embedded

Indices

Name Fields Properties
SYB_MGR MGR, SRV, INS
SYB_SSNSRV SSNINR, SRV Unique
SYB_STA STA

/


Lock

SRV, SSNINR

Datafield Description and Properties


Datafield MGR Manager

Description

Transaction name of the manager.

Helpinformation

Transaction name of the manager.


Datafield SRV Service

Description

Name of the service instance.

Helpinformation

Name of the instance for the service.


Datafield SSNINR Session ID

Description

Session INR of the session executing the manager

Helpinformation

ID of the session launching the Manager


Datafield INS Instance

Description

Currently unused

Helpinformation

Not currently used


Datafield STRDATTIM Creation of Service Instance

Description

The date and time on when this service instance has been started.

Helpinformation

The date and time when this instance of the service was started.


Datafield UPDDATTIM Last Update of Service Instance Record

Description

Last date and time when this service instance record has been updated.

Helpinformation

Date and time when this instance record was last updated.


Datafield UPDFRE Update Frequency (in Hours) (-1 for 'No update')

Description

Update frequency of a service in hours.

Helpinformation

Update frequency of a service in hours.


Datafield CNTSUC Count Successful

Description

Counter of successful completed service entries.

Helpinformation

Counter of successful completed service entries.


Datafield CNTRET Count Retry

Description

Counter of retry attempts of in service entries.

Helpinformation

Counter of retry attempts of in service entries.


Datafield CNTERR Count Errors

Description

Counter of errors of a service entry.

Helpinformation

Counter of errors of a service entry.


Datafield CNTTIM Period for Count (in Hours)

Description

Period for Count (in Hours)

Helpinformation

Period for Count (in Hours)


Datafield STA Status

Description

Status of a service.

Helpinformation

Status of a service.

Codetable
Code Text
R Running
X Stopped due to errors
I Inactive
T Terminated
S During Start
C Recovered