Document toolboxDocument toolbox

sp431_client_server_map

This table contains the set of different types of client and the specific types of ServiceOptimizer servers that they may communicate with.


 

Table Definition

Field
Type
Default
Nullable
client_type_nonumber(9) (error)
server_type_nonumber(9) (error)

Keys

primary key (server_type_no, client_type_no) 
foreign key (client_type_no) references sp430_client_types(client_type_no) 
foreign key (server_type_no) references sp405_component_types(type_no)

Column Descriptions

FieldDescription
client_type_no Identifier of client type.
server_type_noServer component to which this client is allowed access.