CacheKnowledgeBaseTree

Cache Failure Analysis Tree

Minor Business Rule

Object Name: B1700750

Parent DLL: CCRIN

Location: Client/Server

Language: C

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
• 

'1' Get - retrieve the cache element.
• '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


Data Structure

D1700750 - Cache Failure Analysis Tree

Parameter NameData ItemData TypeReq/OptI/O/Both
szCacheActionCodeCACTNcharREQINPUT

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 
Update - Update a cache element     o Delete - Delete a cache element     o Delete All - Delete all cache elements     o Get Next - Retrieve the 
next cache element     o Add/Update - Add a cache element if it does not exist; Update a cache element if it does exist     o Terminate - 
Terminate Cache

szCacheNameJOBNcharREQBOTH

The code that identifies the work station ID that executed a particular job.

cSuppressErrorMessagesEV01charOPTNONE

An option that specifies the type of processing for an event.

szErrorMessageIDDTAIcharOPTNONE

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 
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.

cErrorFlagEV01charOPTNONE

An option that specifies the type of processing for an event.

mnOldUniqueKeyIDUKIDMATH_NUMERICREQINPUT

This field is a unique number used to identify a record in a file.

mnNewUniqueKeyIDUKIDMATH_NUMERICREQBOTH

This field is a unique number used to identify a record in a file.

Related Functions

None

Related Tables

None