Cisco Systems Version 1.1 manual 4 TestOutputs Table, 5 LogEntries Table, 6 StringResources Table

Models: Version 1.1

1 110
Download 110 pages 58.42 Kb
Page 27
Image 27
Table2-4 TestOutputs Table

Chapter2

PostgreSQL Database Operations and Functionalities

Database Functionalities

Table2-4 TestOutputs Table

 

 

Allow

Name

Type

Null

TestKey

integer

NO

SelectOrder

integer

NO

DstCarrierID varchar(64) NO

ListKey integer NO

IsSelected

boolean

NO

Default

FALSE

Constraints

Comments

Foreign key. Key of this test (see TestRoutes table).

For a given TestKey, this shows the order in which the carriers will be returned. The database does not guarantee the original ordering.

ID of Destination Carrier.

Specifies key for the contact list associated with the particular carrier.

Specifies whether this is a selected carrier.

Table2-5 LogEntries Table

Name

TestKey

EntryOrder

LogString

Type

integer

integer

varchar(1024)

Allow

Null

NO

NO

NO

Default Constraints

Comments

Foreign key. Test key that this log file was generated for.

For a given Test key, this field is used to show the order in which the log events were generated.

The database does not guarantee the original ordering.

The log entries associated with the test run.

Caution The following table should not be modified or deleted. It consists of error messages that are logged. The CSR application does not work without this table.

Table2-6 StringResources Table

 

 

Allow

Name

Type

Null

ResourceKey

integer

NO

ResourceString

text

NO

 

 

 

Default

Constraints Comments

Primary key. Key to the resource.

String (error value).

Cisco Carrier Sensitive Routing User Guide

2-9

Page 27
Image 27
Cisco Systems Version 1.1 manual 4 TestOutputs Table, 5 LogEntries Table, 6 StringResources Table