This table is typically used by Unicenter Asset Management. It contains the Asset Management Event Policy Job that is related to the AMEPDEF. Each Job attached to a Event Policy is one row in the table. EPID and EPDOMID is a foreign key to AMEPDEF.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| epid | integer | not null | |
| epdomid | integer | not null | Foreign Key to DOMAINID in AMEPDEF |
| epjtype | integer | not null | Event policy Job type. PJOBT_JOBLINK = 1, PJOBT_NOTIFICATION = 2, PJOBT_MESSAGE =3, PJOBT_TEXTOUTPUT = 4, PJOBT_MAIL = 6, PJOBT_APPLICATION = 8, PJOBT_ADDTOGROUP = 9, PJOBT_DELETEUNIT = 10, PJOBT_EVENTLOG = 11, PJOBT_REMOVEFROMGROUP = 12, //Internal PJOBT_NTEVENT = 13, PJOBT_SNMP = 14, PJOBT_TNGEVENT = 16, PJOBT_AHD = 17, PJOBT_TRANSACTIONLOG = 18, PJOBT_SERVICEDESK = 100 |
| epjorder | integer | not null | Job Order. |
| epjcont | nvarchar(15000) | with null | Job Contents |
Product Name: Unicenter Desktop and Server Management
Table Type: Table