1.Functional Description
1.1Purpose
This function will perform Get, Add, Update, Delete, Delete All, Get Next, Add/Update, and Terminate
functions on the Knowledge Base Tree Cache.
1.2 Setup Notes and Prerequisites
Cache Action Code
'2' Add - add a cache element.
'3' Update - update a cache element.
'4' Delete - delete a cache element.
'5' Delete All - delete all cache elements
'6' Get Next - retrieve the next cache element
'7' Add/Update - NOT IMPLEMETED.
'8' Terminate - terminate cache
'9' Close Cursor and Free Data Ptr NOT IMPLEMETED
D1700750 - Cache Failure Analysis Tree
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szCacheActionCode | CACTN | char | REQ | INPUT |
A code that indicates the activity you want to perform. Valid codes:
o Get - Retrieve the cache element
o Add - Add a cache element
o
| ||||
szCacheName | JOBN | char | REQ | BOTH |
The code that identifies the work station ID that executed a particular job. | ||||
cSuppressErrorMessages | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMessageID | DTAI | char | OPT | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
cErrorFlag | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
mnOldUniqueKeyID | UKID | MATH_NUMERIC | REQ | INPUT |
This field is a unique number used to identify a record in a file. | ||||
mnNewUniqueKeyID | UKID | MATH_NUMERIC | REQ | BOTH |
This field is a unique number used to identify a record in a file. |
None |
None |