ap_nm_notify_item

This table is used to store relevant information about each pending notification request.

Column Name Column Datatype Column Null Option Column Comment
nikey integer not null The unique primary key for this table. The last four digits of this key is referred to as the "item number" that is assigned to each notification request. The value of this key can range from 600000001 to 600009999, which means that Notification Manager can handle 9999 concurrent notification requests.
nianswer integer not null This field stores the last answer received for this associated notification request. If an ASK question was not specified, the value of this field will be 0. If an ASK question was specified, this field will either contain the response to the question (1-9) or the value 0 if the question has not yet been answered.
niexpire_tst integer not null This field contains the timestamp that signifies when the associated notification request will expire.
niask_txt varchar(2048) not null This field contains a copy of the initial ASK question (specified in the ASK() parameter of the NMFIND request), including the answer::action pairs.
nitell_txt varchar(2048) not null This field contains a copy of the initial tell text for the notification request (specified in the TELL() parameter of the NMFIND request).
nisend_tst integer not null This field contains the date and time when the associated notification request was initiated.
niprogress integer not null This field is used to store the current progress of the associated notification request. This progres value is then used by the Notification Website to display the status of the notification request.
nireply_txt varchar(512) not null This field is not currently used and is reserved for future use.

Product Name: Unicenter Automation Point

Table Type: Table

Relationships:

Primary Key Related Table Related Column
  ap_nm_auth_call  


Copyright © 2006 CA. All rights reserved.