_DbServiceManager VST field descriptions
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The table below contains the field descriptions of the OpenEdge Replication VST,
_DbServiceManager.
| Field name | Field number | Data type | Description |
|---|---|---|---|
_DbSvcMgr-Id
|
2 | INT64 |
The ROWID of the
Format ->>>>>>>>>>>>>>>>>>9 |
_DbSvcMgr-CommunicationAreaSize
|
3 | DECIMAL | The size of the plugin communication area (PICA)
queue in kilobytes. Format >>>>>>>>9.999 |
_DbSvcMgr-TotalMsgEntries
|
4 | INT64 | The total number of messages available in the PICA
queue. Format ->>>>>>>>>>>>>>>>>>9 |
_DbSvcMgr-FreeMsgEntries
|
5 | INT64 | The total number of free messages in the PICA
queue. Format ->>>>>>>>>>>>>>>>>>9 |
_DbSvcMgr-UsedMsgEntries
|
6 | INT64 | The total number of in-use messages in the PICA
queue. Format ->>>>>>>>>>>>>>>>>>9 |
_DbSvcMgr-MessageHWM |
7 | INT64 | Maximum number of in-use messages in the PICA queue
at any one point. Format ->>>>>>>>>>>>>>>>>>9 |
_DbSvcMgr-PicaFilled |
8 | INT64 | The number of times the PICA queue filled. Format ->>>>>>>>>>>>>>>>>>9 |
_DbSvcMgr-LatchHolder |
9 | INTEGER | The user number of last PICA latch holder. Format ->>>>>>>>>9 |
_DbSvcMgr-AccessCount |
10 | INT64 | The number of times the PICA queue was locked. Format ->>>>>>>>>>>>>>>>>>9 |
_DbSvcMgr-AccessCollisions |
11 | INT64 | The number of times the PICA queue was already locked
when a user attempted to lock it. Format ->>>>>>>>>>>>>>>>>>9 |
_DbSvcMgr-LockPID |
12 | INTEGER | The PID of the process that currently holds the lock
on the PICA queue. 0 if the queue is not locked. Format >>>>>>>>9 |
_DbSvcMgr-LockUserType |
13 | CHARACTER | The user type of the PICA queue lock holder (if the
PICA queue locked). "Not available" if the queue is not locked Format X(32) |
_DbSvcMgr-LockUserNumber |
14 | INT64 | The user number of the PICA queue lock holder (if
PICA queue locked). 0 if the queue is not locked. Format ->>>>>>>>>>>>>>>>>>9 |