Application Types by Number
01/05/2024 6:03 pm EST
1
#define APPPROC_UNKNOWN 0 // Unknown process (or not initialized)
2
#define APPPROC_BROKER 1 // Broker
3
#define APPPROC_SENTRY 2 // Sentry
4
#define APPPROC_MARSHLR 3 // Marshaller
5
#define APPPROC_APPSRV 4 // Application Server
6
#define APPPROC_RPTSERVER 5 // Report Server
7
#define APPPROC_RPTPUB 6 // Publisher
8
#define APPPROC_SIGHND 7 // Signal Handler
9
#define APPPROC_LOGGER 8 // Logger
10
#define APPPROC_VRT 9 // VRT
11
#define APPPROC_DISPCHR 10 // Dispatcher
12
#define APPPROC_FEP 11 // FEP
13
#define APPPROC_AUTOCLI 12 // Auto-Client
14
#define APPPROC_DBSRVMN 13 // Main Database Server
15
#define APPPROC_DBSRVST 14 // Standby Database Server
16
#define APPPROC_DBREPSVR 15 // Replication Database Server
17
#define APPPROC_MMONITOR 16 // Manitou Monitor
18
#define APPPROC_SNAPREPORTER 17 // SnapReporter
19
#define APPPROC_RPTSCHED 18 // Report Scheduler Server
20
#define APPPROC_WATCHDOG 19 // Watchdog
21
#define APPPROC_OVERDUE 20 // Overdue Checker
22
#define APPPROC_MSM 21 // Manitou Service Manager
23
#define APPPROC_AEPRINTER 22 // All Events Printer
24
#define APPPROC_BRK_ANALSR 23 // Broker Analyser
25
#define APPPROC_REP_MGR 24 // Replication Manager
26
#define APPPROC_REP_SERVICE 25 // Replication Service
27
#define APPPROC_DB_BACK_SVR 26 // Database Backup Service
28
#define APPPROC_ROUTER 27 // Router
29
#define APPPROC_STEALTH_LOG 28 // Stealth Logger
30
#define APPPROC_DB_LOG_MON 29 // Database Log Monitor
31
#define APPPROC_REP_SWITCH 30 // Replication Switch
32
#define APPPROC_EVNT_CENTRE 31 // Event Centre
33
#define APPPROC_LIC_MGR 32 // License Manager
34
#define APPPROC_DISTRIBUTER 33 // Distributer
35
#define APPPROC_IP_RECEIVER 34 // IP Receiver
36
#define APPPROC_QBINVOICE 35 // QuickBooks Invoice Generator
37
#define APPPROC_WEB_GATEWAY 36 // Web Gateway
38
#define APPPROC_WINPAK_GATEWAY 37 // Win-Pak Gateway
39
#define APPPROC_SEDONAINVOICE 38 // Sedona Invoice Generator
40
#define APPPROC_STDIMPORT 39 // Standard Import Application
41
#define APPPROC_XML_GATEWAY 40 // XML Gateway
42
#define APPPROC_DIALOGIC_SVR 41 // Dialogic Server
43
#define APPPROC_MEDIA_GATEWAY 42 // Media Gateway
44
#define APPPROC_BASE10_RCVR 43 // Base 10 Receiver
45
// Unused
46
#define APPPROC_LOCATION_SERVER 45 // Location Server
47
#define APPPROC_AUTODISP_GATEWAY 46 // Auto Dispatch Gateway
48
#define APPPROC_VIDEO_GATEWAY 47 // Video Gateway
49
#define APPPROC_PBX_SERVER 48 // PBX Server
50
#define APPPROC_ACCESS_GATEWAY 49 // Access Control Gateway
51
#define APPPROC_DATA_WAREHOUSE 50 // Data Warehouse Service
52
#define APPPROC_MANITOU_DASH 51 // Manitou Dashboard Service
53
#define APPPROC_ADDRESS_VERIF 52 // Address Verification Service
54
#define APPPROC_SUREVIEW_CONN 53 // SureView Connector Service
55
#define APPPROC_DASHBOARD 54 // Dashboard Service
56
#define APPPROC_INTEGRATION_GATEWAY 55 // Integration Gateway Service
57
#define APPPROC_COLLECTOR 56 // Collector Service
58
#define APPPROC_TWOWAY_DISTRIBUTER 57 // TwoWay Distributer
59
#define APPPROC_NSWFB_GATEWAY 58 // NSWFB Gateway
60
?
61
#define APPPROC_MANITOU_MAX 99 // Maximum Manitou
Was this article helpful?
Thank you for your feedback!