Document toolboxDocument toolbox

sp430_client_types

This table contains the set of different types of client that may communicate with the ServiceOptimizer instance and the password that they should use. The table has the following data added to it

 

A client whose type does not exist in this table will be rejected. A client whose type has a password of null will need to login using the database password.

 

Important for the API SOAP calls both API and APIAproxy need to have the same values. So if API has a password 'fiona' then APIAproxy also needs a password of 'fiona'. If this is not the case some of the SOAP API calls will fail with an 'invalid logon' message.

This MUST be the same at ALL SITES:

#NamePassword
1'API'Null
2'DAA'Null
3'Gantt'Null
4'APIAproxy'Null



 

Table Definition

Field
Type
Default
Nullable
client_type_nonumber(9) (error)
descriptionvarchar2(50) (error)
passwordvarchar2(50) (tick)

Keys

primary key (client_type_no)

Primary Key Referenced From

 

Column Descriptions

FieldDescription
client_type_noUnique identifier of client type.
description Textual description of the client.
passwordPassword that authorises clients of this type. If null, will default to the database schema password.