4 Provisioning Interfaces

This chapter describes the following provisioning (upstream) interfaces:

SARM configuration interface

This section covers the functions for the SARM and includes the following subsections:

Static table configuration

To interface to the static configuration database tables, use the function-based interface instead of SQL insert scripts.

The function-based interface reduces the dependency between administrators who configure the system and product developers who need to make changes to the static tables to support new functionality.

This section lists the syntax, descriptions, parameters, and results for the SARM configurations and includes the delete, list, and new procedures interface definitions.

SSP_db_admin

This function performs customer-specific database administration functions, such as purging the database of completed orders, and removing orphaned definitions from the SARM database.

For more information on this function and database purging, refer to the ASAP System Administrator's Guide.

For more information about using functions, see "Oracle Execution Examples."

Affected tables:

  • tbl_wrk_ord

  • tbl_asap_stats

  • tbl_info_parm

  • tbl_srq

  • tbl_srq_csdl

  • tbl_srq_log

  • tbl_asdl_log

  • tbl_srq_parm

  • tbl_srq_asdl_parm

  • tbl_wo_event_queue

  • tbl_wo_audit

  • tbl_usr_wo_prop

  • tbl_aux_wo_prop

Table 4-1 SSP_db_admin Parameters

Name Description Req'd (I)nput/ (O)utput

days

Specifies the age (in days) of work orders to delete. All completed work orders older than the specified number of days are deleted.

Yes

I

SSP_gather_asap_stats

Gathers statistics for objects in the database (tbl_wrk_ord). The information includes the distribution of data, the number of rows in the table and other important statistics. Statistics gathering is governed by the following parameters in ASAP.cfg:

  • GATHER_STATS

  • GATHER_STATS_PROC

  • DB_PCT_ANALYZE

  • DB_PCT_ANALYZE_IDX

  • GATHER_DEGREE

  • DB_ADMIN_TIME

For more information about using functions, see "Oracle Execution Examples."

Syntax:

SSP_gather_asap_stats(
a_tab_estimate_pct number,
a_ind_estimate_pct number,
a_degree number)

Table 4-2 SSP_del_asdl_defn Parameters

Name Description Req'd (I)nput/(O)utput

a_tab_estimate_pct number

This parameter applies to Oracle only. It is used to update statistics on all user-defined tables. The updates are done when the database administrations tasks are performed. (See also DB_ADMIN_TIME.) This parameter is used to optimize the database query performance.

The Oracle SQL statement is “analyze table table_name estimate statistics sample DB_PCT_ANALYZE percent". For further information, refer to “Analyze Command" in the Oracle SQL Reference manual.

Yes

I

a_ind_estimate_pct number

Percentage of the index to analyze when gathering statistics.

Yes

I

a_degree number

Degree of parallelism when gathering statistics. The degree parameter can take the value of auto_degree.

When you specify the auto_degree, Oracle determines the degree of parallelism automatically. It will be either 1 (serial execution) or default_degree (the system default value based on number of CPUs and initialization parameters), according to the size of the object.

Yes

I

SSP_del_asdl_defn

This function deletes ASDL definitions from tbl_asdl_config. Wildcards are permitted.

Note:

If you do not specify an ASDL command, all ASDL command definitions are deleted from the configuration records.

Syntax:

var retval number;
exec :retval :=  SSP_del_asdl_defn ([‘asdl_cmd'])

Example:

var rc refcursor;
var retval number;
exec :retval :=  SSP_del_asdl_defn (:rc,‘M-CREATE_SINGLE_LINE_ACCESS');

This example removes the M-CREATE_SINGLE_LINE_ACCESS configuration record from the static configuration tables.

For more information about using functions, see "Oracle Execution Examples."

Table 4-3 SSP_del_asdl_defn Parameters

Name Description Req'd (I)nput/(O)utput

asdl_cmd

The ASDL command to be deleted.

No

I

SSP_del_asdl_map

This function deletes ASDL-to-State Table mappings from tbl_nep_asdl_prog. The mapping is based on the technology and software load.

For more information about using functions, see "Oracle Execution Examples."

Syntax:

var retval number;
exec :retval :=  SSP_del_asdl_map [‘tech'] [, ‘sftwr_load'] [, ‘asdl_cmd']

Table 4-4 SSP_del_asdl_map Parameters

Name Description Req'd (I)nput/(O)utput

tech

The technology type of NE or SRP with which the Interpreter is to interact.

No

I

sftwr_load

The version of the software currently running on the NEP or SRP.

No

I

asdl_cmd

The ASDL command.

No

I

SSP_del_asdl_parm

This function deletes an ASDL parameter from tbl_asdl_parm.

Note:

If you do not enter a sequence number, all parameters associated with this ASDL command are deleted.

For more information about using functions, see "Oracle Execution Examples."

This example removes the ASDL command parameter with the sequence number 4 from the configuration table for the command M-CREATE_SINGLE_LINE_ACCESS.

Table 4-5 SSP_del_asdl_parm Parameters

Name Description Req'd (I)nput/(O)utput

asdl_cmd

The ASDL command.

No

I

parm_seq_no

The parameter sequence number.

No

I

SSP_del_clli_map

This function deletes a remote CLLI to host CLLI mapping in tbl_clli_route.

For more information about using functions, see "Oracle Execution Examples."

Table 4-6 SSP_del_clli_map Parameters

Name Description Req'd (I)nput/(O)utput

mach_clli

The remote NE.

No

I

asdl_cmd

ASDL command.

No

I

SSP_del_comm_param

This function deletes communication parameter information from tbl_comm_param.

For more information about using functions, see "Oracle Execution Examples."

Table 4-7 SSP_del_comm_param Parameters

Name Description Req'd (I)nput/(O)utput

dev_type

The device type. Choose the type of connection from the following:

  • D – Serial Port Dialup

  • F – TCP/IP FTP Connection

  • G – Generic Terminal Based Connection

  • H – Serial Port Hardwired

  • M – Generic Message Based Connection

  • P – SNMP Connection

  • S – TCP/IP Socket Connection

  • T – TCP/IP Telnet Connection

  • W – LDAP Connection

  • C – CORBA

No

I

host

Host CLLI. Set to COMMON_HOST_CFG or the host CLLI associated with the command processor. For a common host, the parameter value is the default value, otherwise, it is host-specific.

No

I

device

The physical or logical device name. Set to COMMON_DEVICE_CFG or the device associated with the command processor. For a common device, the parameter value is the default value, otherwise, it is device-specific.

No

I

param_label

Specifies the communication parameter label.

No

I

param_value

Specifies the communication parameter value.

No

I

param_desc

Specifies the communication parameter description.

No

I

SSP_del_csdl_asdl

This function deletes a CSDL-to-ASDL mapping definition from tbl_csdl_asdl.

Note:

If you do not specify an ASDL command sequence number, all mapping relationships for the specified CSDL command are removed from the configuration tables. If you do not specify a CSDL command, all mapping relationships are removed.

For more information about using functions, see "Oracle Execution Examples."

Table 4-8 SSP_del_csdl_asdl Parameters

Name Description Req'd (I)nput/(O)utput

csdl_cmd

The CSDL command.

No

I

asdl_seq_no

The sequence number of the ASDL command.

No

I

SSP_del_csdl_defn

This function deletes CSDL definitions from tbl_csdl_config.

Note:

If you do not specify a CSDL command, all CSDL command definitions are removed.

Syntax:

var retval number;
exec :retval :=  SSP_del_csdl_defn [‘csdl_cmd']

Example:

var retval number;
exec :retval :=  SSP_del_csdl_defn ‘M-CREATE_BUS_LINE'

The configuration record for M-CREATE_BUS_LINE is removed from the configuration tables.

For more information about using functions, see "Oracle Execution Examples."

Table 4-9 SSP_del_csdl_defn Parameters

Name Description Req'd (I)nput/(O)utput

csdl_cmd

The CSDL command.

No

I

SSP_del_dn_map

This function deletes a directory number mapping from tbl_nep_rte_asdl_nxx.

For more information about using functions, see "Oracle Execution Examples."

Table 4-10 SSP_del_dn_map Parameters

Name Description Req'd (I)nput/(O)utput

asdl_cmd

The ASDL command identifier.

No

I

npa

The Numbering Plan Area code.

No

I

nxx

The Central Office code.

No

I

from_line

The lowest line number in the range.

No

I

to_line

The highest line number in the range.

No

I

SSP_del_id_routing

This function deletes a host NE and the ID_ROUTING mapping record from tbl_id_routing. Use this function when routing by ID_ROUTING is used.

For more information about using functions, see "Oracle Execution Examples."

Table 4-11 SSP_del_id_routing Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

The host NE identifier.

Yes

I

asdl_cmd

The ASDL command.

Yes

I

id_routing_from

The starting point of a range of ID_ROUTING.

Yes

I

id_routing_to

The end point of a range of ID_ROUTING.

Yes

I

SSP_del_intl_msg

This function deletes an international message record from the tbl_msg_convert.

If you do not specify a message identifier, all messages with the specified language code are deleted.

For more information about using functions, see "Oracle Execution Examples."

Table 4-12 SSP_del_intl_msg Parameters

Name Description Req'd (I)nput/(O)utput

lang_cd

The language code.

No

I

msg_id

The unique message identifier for the message to be removed from the SARM database.

No

I

The following example shows how to delete an international message:

var retval number;
exec :retval :=  SSP_del_intl_msg ‘USA', 1

This deletes American English message 1 from the SARM database.

SSP_del_ne_host

This function deletes a host NE definition from tbl_host_clli.

For more information about using functions, see "Oracle Execution Examples."

Table 4-13 SSP_del_ne_host Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

The host NE identifier of an NE or SRP.

No

I

SSP_del_nep

This function deletes an NEP secondary pool definition from tbl_nep.

For more information about using functions, see "Oracle Execution Examples."

Table 4-14 SSP_del_nep Parameters

Name Description Req'd (I)nput/(O)utput

nep_svr_cd

The NEP managing the secondary pool of devices.

No

I

SSP_del_nep_program

This function deletes State Table actions based on the specified program name and/or line number from tbl_nep_program.

If the line number is not supplied, all actions with positive line numbers are removed.

For more information about using functions, see "Oracle Execution Examples."

Table 4-15 SSP_del_nep_program Parameters

Name Description Req'd (I)nput/(O)utput

program

The State Table program identifier.

Yes

I

line_no

The State Table line number to delete. If set to NULL, all lines of the State Table are deleted.

No

I

SSP_del_net_elem

This function deletes an NE definition for an NEP from the SARM database.

This function deletes a network elements from tbl_ne_config.

For more information about using functions, see "Oracle Execution Examples."

Table 4-16 SSP_del_net_elem Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

The host NE identifier of an NE or SRP.

No

I

nep_svr_cd

The logical name of the NEP server that connects to the host NE.

No

I

SSP_del_resource

This function deletes a device from tbl_resource_pool.

For more information about using functions, see "Oracle Execution Examples."

Table 4-17 SSP_del_resource Parameters

Name Description Req'd (I)nput/(O)utput

asap_sys

The ASAP environment (TEST, PROD, and so on).

No

I

device

The physical or logical device name.

No

I

SSP_del_srp

This function deletes an SRP definition from the tbl_asap_srp.

For more information about using functions, see "Oracle Execution Examples."

Table 4-18 SSP_del_srp Parameters

Name Description Req'd (I)nput/(O)utput

srp_id

The logical SRP name.

No

I

SSP_del_stat_text

This function deletes static text labels used in the OCA GUI client from tbl_stat_text.

For more information about using functions, see "Oracle Execution Examples."

Table 4-19 SSP_del_stat_text Parameters

Name Description Req'd (I)nput/(O)utput

stat_id

The logical group of static text messages such as WO_STATE. If this is not specified, all entries in tbl_stat_text are deleted.

No

I

status

The integer identifier for member of logical grouping.

No

I

code

The string identifier for member of logical grouping.

No

I

SSP_del_user_err_threshold

This function deletes a user-defined error threshold or set of thresholds from tbl_user_err_threshold.

For more information about using functions, see "Oracle Execution Examples."

Table 4-20 SSP_del_user_err_threshold Parameters

Name Description Req'd (I)nput/(O)utput

host

The host NE identifier of an NE or SRP.

No

I

asdl_cmd

The ASDL command.

No

I

user_type

The user-defined error type.

No

I

SSP_del_userid

This function deletes a user ID from tbl_uid_pwd.

For more information about using functions, see "Oracle Execution Examples."

Table 4-21 SSP_del_userid Parameters

Name Description Req'd (I)nput/(O)utput

uid

The user ID.

No

I

SSP_get_async_ne

This function returns the names of all the NEs that have a ASYNC_CONN communication parameter defined with a value of TRUE or FALSE. The existence of a parameter labeled ASYNC_CONN indicates that the NE has an asynchronous interface. The parameter value of TRUE or FALSE indicates whether the NEP server should establish an NE element connection at NEP start-up. This function has no input parameters.

For more information about using functions, see "Oracle Execution Examples."

Table 4-22 SSP_get_async_ne Parameters

Name Description Req'd (I)nput/(O)utput

host

The host name of the NE having an ASYNCH_CONN communication parameter defined.

No

O

param_value

Value of the ASYNCH_CONN parameter - either TRUE or FALSE. Indicates whether the NEP server should establish an NE element connection at NEP start-up.

No

O

SSP_get_user_routing

This function returns a Host NE (host_clli) that is used to route the ASDL from tbl_user_routing. You must write this function and the associated database table based on the pre-defined interfaces and your own routing algorithm when using a user-defined routing.

For more information about using functions, see "Oracle Execution Examples."

Table 4-23 SSP_get_user_routing Parameters

Name Description Req'd (I)nput/(O)utput

user_routing

The USER_ROUTING defined as a work order parameter.

No

I

asdl_cmd

The ASDL command.

No

I

host_clli

The host NE identifier to be routed. If it fails to find the host NE associated with the USER_ROUTING, it returns NULL.

No

O

SSP_list_asdl

This function retrieves ASDL-related information from tbl_asdl_config, tbl_asdl_parm, tbl_nep_asdl_prog.

For more information about using functions, see "Oracle Execution Examples."

Table 4-24 SSP_list_asdl Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

RC2

Oracle Database Ref Cursor.

Yes

I/O

RC3

Oracle Database Ref Cursor.

Yes

I/O

asdl

The name of the ASDL.

No

I

The shaded groupings below indicate that multiple result sets are returned: in this case, three sets of data.

For more information about using functions, see "Oracle Execution Examples."

Table 4-25 SSP_list_asdl Results

Name Datatype Description

reverse_asdl

TYP_asdl_cmd

reverse ASDL command

ignore_rollback

TYP_yes_no

ignore rollback flag

route_flag

TYP_route

ASDL routing flag

description

varchar(40)

ASDL command description

asdl_lbl

TYP_parm_lbl

ASDL parameter label

csdl_lbl

TYP_parm_lbl

CSDL parameter label

param_typ

TYP_parm_typ

ASDL parameter type

default_vlu

TYP_parm_vlu

ASDL parameter default value

tech

TYP_tech

technology

sftwr_load

TYP_load

software loads

program

TYP_program

State Table program

SSP_list_asdl_defn

This function lists all or specific ASDL definitions from the SARM database (tbl_asdl_config, tbl_csdl_asdl). You can use wildcards in this procedure. If you do not specify a parameter, all ASDL definitions are returned.

Syntax:

var rc refcursor;
var retval number;
exec :retval :=  SSP_list_asdl_defn (:rc[,‘asdl_cmd']);
print rc;

Example:

var rc refcursor;
var retval number;
exec :retval := SSP_list_asdl_defn (:rc,'M-CREATE_SINGLE_LINE_ACCESS');
print rc;

The following example lists the information for M-SINGLE_LINE_ACCESS:

asdl_cmd                       reverse_asdl                   ignore_rollback route_flag description                              
-------- ---------- ---------------------------------------- 
M-CREATE_SINGLE_LINE_ACCESS  M-DELETE_SINGLE_LINE_ACCESS    N               B       Create a single-line access service.
(1 row affected, return status = 0)

For more information about using functions, see "Oracle Execution Examples."

Table 4-26 SSP_list_asdl_defn Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

asdl_cmd

The ASDL command identifier.

No

I

Table 4-27 SSP_list_asdl_defn Results

Name Datatype Description

asdl_cmd

TYP_asdl_cmd

ASDL command.

reverse_asdl

TYP_asdl_cmd

Reverse ASDL command.

ignore_rollback

TYP_yes_no

Ignore rollback flag.

route_flag

TYP_route

ASDL routing flag.

description

varchar(40)

ASDL command description.

SSP_list_asdl_map

This function lists ASDL-to-State Table mappings according to various criteria. All parameters take wildcards. This function retrieves asdl mapping information from tbl_nep_asdl_prog.

Syntax:

var rc1 refcurson;
var retval number;
exec :retval :=  SSP_list_asdl_map (:RC1) [, ‘tech'] [, ‘sftwr_load'] [, ‘asdl_cmd'] [, ‘interpreter_type']

For more information about using functions, see "Oracle Execution Examples."

Table 4-28 SSP_list_asdl_map Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

tech

The technology type of the NE or SRP with which the Interpreter is to interact.

No

I

sftwr_load

The version of the software currently running on the NEP or SRP.

No

I

asdl_cmd

The ASDL command. Wildcards are accepted.

No

I

program

The State Table program.

No

I

interpreter_type

A value of 'S' indicates a State Table interpreter. A value of J indicates a JInterpreter. A null value defaults to S.

No

I

Table 4-29 SSP_list_asdl_map Results

Name Datatype Description

tech

TYP_tech

Technology.

sftwr_load

TYP_load

Software loads.

asdl_cmd

TYP_asdl_cmd

ASDL command.

program

TYP_program

State Table program.

SSP_list_asdl_parm

This function lists ASDL parameters from the SARM database (tbl_asdl_parm) by ASDL command name and/or ASDL parameter label. Wildcards are allowed.

Syntax:

var rc1 refcurson;
var retval number;
exec :retval :=  SSP_list_asdl_parm (:RC1) [, ‘asdl_cmd'] [, ‘asdl_parm_lbl']

Example:

var rc refcurson;
var retval number;
exec :retval :=  SSP_list_asdl_parm ‘M-CREATE_SINGLE_LINE_ACCESS', ‘NPA'

This example retrieves configuration information for the NPA parameter for the ASDL command M-CREATE_SINGLE_LINE_ACCESS.

For more information about using functions, see "Oracle Execution Examples."

Table 4-30 SSP_list_asdl_parm Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

asdl_cmd

The ASDL command.

No

I

asdl_parm_lbl

The ASDL parameter label.

No

I

Table 4-31 SSP_list_asdl_parm Results

Name Datatype Description

asdl_cmd

TYP_asdl_cmd

ASDL command.

parm_seq_no

TYP_seq_no

ASDL parameter number.

asdl_lbl

TYP_parm_lbl

ASDL parameter label.

csdl_lbl

TYP_parm_lbl

CSDL parameter label.

default_vlu

TYP_parm_vlu

ASDL parameter default value.

param_typ

TYP_parm_typ

ASDL parameter type.

SSP_list_clli_map

This function lists remote CLLI-to-Host CLLI mapping definitions that are contained in tbl_clli_route. All parameters take wildcards.

For more information about using functions, see "Oracle Execution Examples."

Table 4-32 SSP_list_clli_map Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

mach_clli

The remote NE.

No

I

host_clli

The host NE identifier of an NE or SRP.

No

I

Table 4-33 SSP_list_clli_map Results

Name Datatype Description

mach_clli

TYP_clli

Remote NE.

host_clli

TYP_clli

Host NE.

asdl_cmd

TYP_asdl_cmd

ASDL command identifier.

SSP_list_comm_param

This function lists communication parameters based on dev_type, host, device, param_label, or for all of them. This information is retrieved from tbl_comm_param.

For more information about using functions, see "Oracle Execution Examples".

Table 4-34 SSP_list_comm_param Parameters

Name Description Req'd (I)nput/ (O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

dev_type

The device type. Choose from the following types of connections:

  • D – Serial Port Dialup

  • F – TCP/IP FTP Connection

  • G – Generic Terminal Based Connection

  • H – Serial Port Hardwired

  • M – Generic Message Based Connection

  • P – SNMP Connection

  • S – TCP/IP Socket Connection

  • T – TCP/IP Telnet Connection

  • W – LDAP Connection

  • C – CORBA

No

I

host

The host CLLI. It is set to COMMON_HOST_CFG or the host CLLI associated with the command processor. If a common host, the parameter value is the default value, otherwise, it is host-specific.

No

I

device

The physical or logical device (port) name. Set to COMMON_DEVICE_CFG or the device associated with the command processor. If a common device, the parameter value is the default value, otherwise, it is device-specific.

No

I

param_label

The communication parameter label.

No

I

Table 4-35 SSP_list_comm_param Results

Name Datatype Description

dev_type

TYP_dev_type

Type of connection. Choose from:

  • D – Serial Port Dialup

  • F – TCP/IP FTP Connection

  • G – Generic Terminal Based Connection

  • H – Serial Port Hardwired

  • M – Generic Message Based Connection

  • P – SNMP Connection

  • S – TCP/IP Socket Connection

  • T – TCP/IP Telnet Connection

  • W – LDAP Connection

host

TYP_clli

Host CLLI. It is set to COMMON_HOST_CFG or the host CLLI associated with the command processor. If a common host, the parameter value is the default value, otherwise, it is host-specific.

device

TYP_device

The physical or logical device name. Set to COMMON_DEVICE_CFG or the device associated with the command processor. If a common device, the parameter value is the default value, otherwise, it is device-specific.

param_label

TYP_parm_lbl

Specifies the communication parameter label.

param_value

TYP_perf_parm_vlu

Specifies the communication parameter value.

param_desc

TYP_parm_desc

Specifies the communication parameter description.

SSP_list_csdl

This function retrieves CSDL-related information from tables tbl_csdl_config and tbl_csdl_asdl.

For more information about using functions, see "Oracle Execution Examples."

Table 4-36 SSP_list_csdl Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

RC2

Oracle Database Ref Cursor.

Yes

I/O

csdl

The name of the CSDL.

Yes

I

Table 4-37 SSP_list_csdl Results

Name Datatype Description

asdl_cmd

TYP_asdl_cmd

ASDL command.

cond_flag

TYP_cond_flag

Condition flag.

label

TYP_parm_lbl

Parameter label to test the condition flag.

value

TYP_parm_vlu

Parameter value associated with the label.

rollback_req

TYP_yes_no

Flag indicating whether rollback is required.

csdl_level

TYP_csdl_level

The level of the CSDL in the SRQ. An integer between 0 and 255 that indicates the sequence level for the CSDL command within the work order. The SARM uses this integer to determine the order in which to provision CSDL commands from an SRP and then provisions CSDL commands that have lower level numbers first. Sequence levels are only relevant for inter-dependent CSDL commands.

fail_event

TYP_code

The system event to be triggered upon CSDL failure.

complete event

TYP_code

The system event to be triggered upon CSDL completion.

option_asdl

TYP_seq_no

Not used.

description

varchar(40)

ASDL command description.

SSP_list_csdl_asdl

This function lists CSDL-to-ASDL mapping definitions contained in tbl_csdl_asdl. Wildcards are allowed.

Syntax:

var rc refcursor;
var retval number;
exec :retval :=  SSP_list_csdl_asdl (:rc [,'csdl_cmd'] [, 'base_seq_no'] [,'asdl_cmd'] [,'cond_flag'] [,'parm_lbl'] [,'parm_vlu'] [,'eval_exp'])

Example:

var rc refcursor;
var retval number;
exec :retval :=  SSP_list_csdl_asdl (:rc,'M-CREATE_BUS_LINE');

This example lists all mapping relationships associated with the CSDL command M-CREATE_BUS_LINE as follows:

csdl_cmd                  asdl_seq_no asdl_cmd                              cond_flag label     
value                                                                                                                                                                                                                                                           
---------- ------------------------------ --------- -------- 
M-CREATE_BUS_LINE                   1 
M-CLEAR_INTERCEPT              A                                  
M-CREATE_BUS_LINE                   2 
M-CREATE_SINGLE_LINE_ACCESS    A                                  
M-CREATE_BUS_LINE                   3 ADD_ALWAYS_ON_3WC              D         ALWAYS_ON_AREA           
M-CREATE_BUS_LINE                   4 ADD_ALWAYS_ON_CRT              D         ALWAYS_ON_AREA           
(4 rows affected, return status = 0)

Table 4-38 SSP_list_csdl_asdl Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

csdl_cmd

The CSDL command.

No

I

asdl_cmd

The ASDL command.

No

I

cond_flag

Used to specify conditions that need to be met in order for the SARM to generate the ASDL command for the CSDL command. Type one of the following values:

  • A – Always generates the ASDL command for the CSDL command

  • D – Generates the ASDL command if the CSDL parameter is defined (present)

  • N – Generates the ASDL command if the CSDL parameter is not defined (present)

  • E – Generates the ASDL command if the CSDL parameter is defined and equal to a value.

The generation of each ASDL command depends upon the results of the previous ASDL. When the previous command completes successfully, it returns parameters to the SARM.

When using ‘cond_flag'='E', the following values are required:

  • ‘lbl1'

  • ‘lbl2'

  • ‘val1'

  • ‘val2'

When using ‘cond_flag'='D' or ‘N', the following values are required:

  • ‘lbl1'

  • ‘lbl2'

No

I

parm_lbl and parm_vlu parameters

Required when you use CSDL parameter-dependent conditions. Set the CSDL command parameter name for ‘D', ‘N', and ‘E' condition flags using parm_lbl. The ‘E' condition flag checks that the CSDL command parameter is equal to the value specified by parm_vlu.

For more information about these condition flags, refer to the previous parameter, cond_flag.

No

I

eval_exp

Contains combination of parameter names, operators, and values to which the parameters are compared.

No

I

Table 4-39 SSP_list_csdl_asdl Results

Name Datatype Description

csdl_cmd

TYP_csdl_cmd

CSDL command name.

asdl_seq_no

TYP_seq_no

ASDL command sequence number.

asdl_cmd

TYP_asdl_cmd

ASDL command.

cond_flag

TYP_cond_flag

Specifies conditions that need to be met for the SARM to generate the ASDL command for the CSDL command. One of the following values:

  • A – Always generates the ASDL command for the CSDL command

  • D – Generates the ASDL command if the CSDL parameter is defined (present)

  • N – Generates the ASDL command if the CSDL parameter is not defined (present)

  • E – Generates the ASDL command if the CSDL parameter is defined and equal to a value.

Each ASDL command generation depends upon the results of previous ASDL commands on the work order which returned parameters to the SARM upon successful ASDL command completion.

When using ‘cond_flag'='E', the following values are required:

  • ‘lbl1'

  • ‘lbl2'

  • ‘val1'

  • ‘val2'

When using ‘cond_flag'='D' or ‘N', the following values are required:

  • ‘lbl1'

  • ‘lbl2'

label

TYP_parm_lbl

Parameter label to test the condition flag.

value

TYP_parm_vlu

Parameter value associated with the label.

SSP_list_csdl_defn

This function lists configuration information for the CSDL command you specify from the SARM database (tbl_csdl_config). This information includes the rollback flag, CSDL command sequence number, fail and completion events, and a description of the command. If you do not specify a CSDL command, the procedure returns information on all CSDL commands currently defined in the SARM.

Syntax:

exec :retval := SSP_list_csdl_defn (:RC1[, ‘csdl_cmd']

Example:

var rc refcusror;
var retval number;
exec :retval :=  SSP_list_csdl_defn (:rc,‘M-CREATE_BUS_LINE')

For more information about using functions, see "Oracle Execution Examples."

Table 4-40 SSP_list_csdl_defn Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

csdl_cmd

The CSDL command identifier.

No

I

Table 4-41 SSP_list_csdl_defn Results

Name Datatype Description

csdl_cmd

TYP_csdl_cmd

CSDL command name.

rollback_req

TYP_yes_no

Flag indicating whether rollback is required.

csdl_level

TYP_csdl_level

The level of the CSDL in the SRQ. An integer between 0 and 255 that indicates the sequence level for the CSDL command within the work order. The SARM uses this integer to determine the order in which to provision CSDL commands from an SRP and then provisions CSDL commands that have lower level numbers first. Sequence levels are only relevant for inter-dependent CSDL commands.

fail_event

TYP_code

The system event to be triggered upon CSDL failure.

complete_event

TYP_code

The system event to be triggered upon CSDL completion.

description

varchar(40)

ASDL command description.

SSP_list_dn_map

This function lists directory mappings for ASDL command, directory, exchange number, or for all of them from tbl_nep_rte_asdl_nxx.

For more information about using functions, see "Oracle Execution Examples."

Table 4-42 SSP_list_dn_map Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

asdl_cmd

The ASDL command.

No

I

npa

The Numbering Plan Area code.

No

I

nxx

The Central Office code.

No

I

Table 4-43 SSP_list_dn_map Results

Name Datatype Description

asdl_cmd

TYP_asdl_cmd

ASDL command identifier.

npa

TYP_npa

The Numbering Plan Area code.

nxx

TYP_nxx

The Central Office code.

from_line

TYP_line

Beginning LINE of DN range.

to_line

TYP_line

End LINE of DN range.

queue_nm

TYP_clli

Host NE to which the DN routing applies.

SSP_list_host

This function retrieves host-related information from the following tables: tbl_resource_pool, tbl_ne_config, tbl_clli_route.

For more information about using functions, see "Oracle Execution Examples."

Table 4-44 SSP_list_host Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

RC2

Oracle Database Ref Cursor.

Yes

I/O

host

The host CLLI identifier.

Yes

I

Table 4-45 SSP_list_host Results

Name Datatype Description

device

TYP_device

The name of the logical device to be used to establish a connection to the NE.

line_type

TYP_dev_type

The communication protocol used by the specified device.

vs_key

TYP_long

Reserved. The shared memory segment identifier for the Virtual Screen buffer.

mach_clli

TYP_clli

The remote NE identifier.

asdl_cmd

TYP_asdl_cmd

The ASDL command.

SSP_list_id_routing

This function lists the host NE and the ID_ROUTING mapping record in tbl_id_routing. You can use this function when routing by ID_ROUTING is used.

For more information about using functions, see "Oracle Execution Examples."

Table 4-46 SSP_list_id_routing Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

No

I/O

host_clli

The host NE identifier.

Yes

I

Table 4-47 SSP_list_id_routing Results

Name Datatype Description

host_clli

TYP_clli

The host NE identifier.

asdl_cmd

TYP_asdl_cmd

The ASDL command.

id_routing_from

Varchar

The starting point of a range of ID_ROUTING.

id_routing_to

Varchar

The end point of a range of ID_ROUTING.

SSP_list_intl_msg

This function lists the international message records from tbl_msg_convert. It either lists all messages for a specified language or, if you specify a message identifier, a single record.

A list of core ASAP messages is contained in the ASAP System Administrator's Guide.

For more information about using functions, see "Oracle Execution Examples."

Table 4-48 SSP_list_intl_msg Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

lang_cd

The language code.

No

I

msg_id

Unique message identifier.

No

I

Table 4-49 SSP_list_intl_msg Results

Name Datatype Description

lang_cd

TYP_lang_cd

The language code.

msg_id

TYP_unid

Message identifier.

msg_type

TYP_msg_typ

Message formatting types:

  • D – Dynamic

  • S – Static

message

varchar(255)

Message text.

var_description

varchar(40)

Description of the substitute fields.

wo_audit

TYP_wo_audit

Destination for the log message.

SSP_list_ne_host

This function lists host NE definitions from tbl_host_clli. Wildcards are allowed.

For more information about using functions, see "Oracle Execution Examples."

Table 4-50 SSP_list_ne_host Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

host_clli

The host NE identifier of an NE or SRP.

No

I

Table 4-51 SSP_list_ne_host Results

Name Datatype Description

host_clli

TYP_clli

The host NE identifier of an NE or SRP.

tech_type

TYP_tech

Technology type.

sftwr_load

TYP_load

Software loads.

SSP_list_nep

This function lists NEP secondary pool definitions, stored in tbl_nep. Wildcards are allowed.

For more information about using functions, see "Oracle Execution Examples."

Table 4-52 SSP_list_nep Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

nep_svr_cd

The NEP managing the secondary pool of devices.

No

I

Table 4-53 SSP_list_nep Results

Name Datatype Description

nep_svr_cd

TYP_code

The NEP managing the secondary pool of devices.

dialup_pool

TYP_pool

Secondary pool of devices.

SSP_list_nep_program

This function lists the State Table program to be used within the Interpreter. This information is retrieved from tbl_nep_program.

For more information about using functions, see "Oracle Execution Examples."

Table 4-54 SSP_list_nep_program Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

program

The State Table program name.

No

I

Table 4-55 SSP_list_nep_program Results

Name Datatype Description

program

TYP_program

The name of the State Table program.

line_no

int

The line number in the State Table program.

action

TYP_action

The action string used to identify the action performed by the Interpreter in the command processor.

act_string

TYP_action_string

The action string associated with the State Table action.

act_int

int

The action integer which represents the next line number in the State Table program at which the execution of the State Table should continue, or a numeric field specific to the particular action function.

SSP_list_net_elem

This function lists NE definitions based on the host NE and/or NEP server you specify. This function lists NE definitions from tbl_ne_config. Wildcards are allowed.

For more information about using functions, see "Oracle Execution Examples."

Table 4-56 SSP_list_net_elem Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

host_clli

The host NE identifier of an NE or SRP.

No

I

nep_svr_cd

The logical name of the NEP server that connects to this host NE.

No

I

Table 4-57 SSP_list_net_elem Results

Name Datatype Description

host_clli

TYP_clli

The host NE.

nep_svr_cd

TYP_code

The logical name of the NEP server that connects to this host NE.

primary_pool

TYP_pool

The primary resource pool used by the NEP managing this host NE.

max_connections

TYP_short

The maximum number of concurrent connections allowed to this host NE.

drop_timeout

TYP_short

The maximum inactivity (in minutes) before the NEP drops the primary connection to this host NE.

spawn_threshold

TYP_short

The number of ASDL requests in the SARM ASDL Ready Queue at which point the NEP opens a new auxiliary connection to the destination NE.

kill_threshold

TYP_short

The number of ASDL requests in the SARM ASDL Ready Queue. When the number of requests reaches the kill threshold, the SARM disconnects one or more auxiliary connections.

template_flag

TYP_short

Flag to indicate if this network element entry identifies a static NE (N) or a dynamic network element template (Y).

SSP_list_resource

This function lists NEP resource records from tbl_resource_pool. Wildcards are allowed.

For more information about using functions, see "Oracle Execution Examples."

Table 4-58 SSP_list_resource Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

asap_sys

The ASAP environment (for instance, “TEST", “PROD").

No

I

pool

The pool name.

No

I

device

The physical or logical device name.

No

I

Table 4-59 SSP_list_resource Results

Name Datatype Description

asap_sys

TYP_code

The ASAP environment.

pool

TYP_pool

The pool name.

device

TYP_device

The physical or logical device name.

line_type

TYP_dev_type

The device type.

vs_key

TYP_long

Reserved. The shared memory segment identifier for the Virtual Screen buffer.

SSP_list_srp

This function lists SRP definitions from tbl_asap_srp. Wildcards are allowed.

For more information about using functions, see "Oracle Execution Examples."

Table 4-60 SSP_list_srp Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

srp_id

The logical SRP name.

No

I

Table 4-61 SSP_list_srp Results

Name Datatype Description

srp_id

TYP_code

The logical SRP name.

srp_desc

varchar(40)

The SRP description.

srp_conn_type

TYP_srp_conn_type

Connection protocol for the SARM to SRP.

srp_host_name

TYP_host_name

Name of the machine that the SRP resides upon.

srp_host_port

TYP_host_port

The port number that the SRP is listening on for socket connections.

wo_estimate_evt

TYP_code

The work order estimate notification event.

wo_failure_evt

TYP_code

The work order failure notification event.

wo_complete_evt

TYP_code

The work order completion notification event.

wo_start_evt

TYP_code

The work order startup notification event.

wo_soft_err_evt

TYP_code

The work order soft error notification event.

wo_blocked_evt

TYP_code

The work order blocked notification event.

wo_rollback_evt

TYP_code

The work order rollback notification event.

wo_timeout_evt

TYP_code

The work order timeout notification event.

wo_accept_evt

TYP_code

The work order acceptance notification event.

ne_unknown_evt

TYP_code

The unknown NE notification event.

ne_avail_evt

TYP_code

The NE available notification event.

ne_unavail_evt

TYP_code

The NE unavailable notification event.

aux_srp_id

TYP_code

The name of the sister SRP.

aux_srp_conn_type

TYP_srp_conn_type

Connection protocol for SARM to auxiliary SRP communications.

aux_srp_host_name

TYP_host_name

Name of the machine that the auxiliary SRP resides upon.

aux_srp_host_port

TYP_host_port

The number of the port that the auxiliary SRP is listening on for socket connections.

SSP_list_stat_text

This function is used to list static text located in tbl_stat_text. This information is retrieved from tbl_stat_text.

For more information about using functions, see "Oracle Execution Examples."

Table 4-62 SSP_list_stat_text Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

stat_id

The logical group of static text messages such as WO_STATE. If this is not specified, all entries in tbl_stat_text are listed.

No

I

Table 4-63 SSP_list_stat_text Results

Name Datatype Description

srp_id

TYP_code

The logical SRP name.

status

TYP_stat

Integer key field for grouping.

code

TYP_stat_code

String key field for grouping.

stat_text

TYP_stat_txt

Text describing the label.

SSP_list_user_err_threshold

This function is used to list the user-defined error thresholds for a specific NE, ASDL command, and user error type. This information is retrieved from tbl_user_err_threshold.

For more information about using functions, see "Oracle Execution Examples."

Table 4-64 SSP_list_user_err_threshold Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

host

The host NE identifier of an NE or SRP.

No

I

asdl_cmd

The ASDL command.

No

I

user_type

The user-defined error type.

No

I

Table 4-65 SSP_list_user_err_threshold Results

Name Datatype Description

host_clli

TYP_clli

Host NE.

asdl_cmd

TYP_asdl_cmd

ASDL command.

user_type

TYP_code

User-defined type.

minor_threshold

int

Minor event threshold.

minor_event

TYP_code

System event to be triggered when the minor threshold is reached.

major_threshold

int

Major event threshold.

major_event

TYP_code

System event to be triggered when the major threshold is reached.

critical_threshold

int

Critical event notification threshold.

critical_event

TYP_code

System event to be triggered when the critical threshold is reached.

SSP_list_userid

This function lists user ID definitions from tbl_uid_pwd for the SARM security check logic in the SARM connect handler. You can use this procedure to validate SRP connections to the SARM. Wildcards are allowed.

For more information about using functions, see "Oracle Execution Examples."

Table 4-66 SSP_list_userid Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

uid

The user ID.

No

I

Table 4-67 SSP_list_userid Results

Name Datatype Description

uid

TYP_user_id

The user ID.

pwd

TYP_pwd

User password.

status

varchar(40)

User's current status.

SSP_ne_monitor

This is an ASAP function.

SSP_new_asdl_defn

This function defines an ASDL configuration record to tbl_asdl_config.

Syntax:

exec :retval :=  SSP_new_asdl_defn (‘asdl_cmd',‘reverse_asdl',‘ignore_rollback',‘route_flag',‘[description]')

Example:

exec :retval :=  SSP_new_asdl_defn (‘M-CREATE_SINGLE_LINE_ACCESS',‘M-DELETE_SINGLE_LINE_ACCESS',‘N',‘B',‘Create a single-line access service.')

For more information about using functions, see "Oracle Execution Examples."

This example defines the ASDL command M-CREATE_SINGLE_LINE_ACCESS and routes it to the NEP. If the ASDL command fails, rollback is initiated and the ASDL command M-DELETE_SINGLE_LINE_ACCESS is generated using the parameters from the normal ASDL command.

Table 4-68 SSP_new_asdl_defn Parameters

Name Description Req'd (I)nput/(O)utput

asdl_cmd

The ASDL command.

Yes

I

reverse_asdl

The reverse ASDL to be invoked should this ASDL require rollback. This ASDL command is only issued if the ignore_rollback flag is set to ‘N'.

Yes

I

ignore_rollback

Specifies whether or not to rollback the ASDL command. If you want rollback to be performed on the ASDL command, set this flag to ‘N', as well as specifying the reverse ASDL command.

Yes

I

route_flag

The routing of the ASDL, where:

N – Routes the ASDL to the NEP. This is the only valid value.

Yes

I

description

A brief description of the ASDL command.

No

I

SSP_new_asdl_map

This function adds a new ASDL command to a State Table based on the technology and software load in tbl_nep_asdl_prog. The ASDL command must be defined in the configuration records in order for this function to add a new mapping.

Syntax:

exec :retval :=  SSP_new_asdl_map ('tech',‘sftwr_load',‘asdl_cmd',‘program',‘interpreter_type')

Example:

exec :retval :=  SSP_new_asdl_map (‘DMS',‘BCS33',‘M-CREATE_SINGLE_LINE_ACCESS',‘NEW_LINE_SINGLE',‘S')

This example inserts a mapping for the ASDL command M-CREATE_SINGLE_LINE_ACCESS for a DMS switch operating with software load BCS33. For these particular conditions, the Interpreter invokes the State Table program NEW_LINE_SINGLE.

For more information about using functions, see "Oracle Execution Examples."

Table 4-69 SSP_new_asdl_map Parameters

Name Description Req'd (I)nput/(O)utput

tech

The technology type of the NE or SRP with which the Interpreter is to interact.

Yes

I

sftwr_load

The version of the software currently running on the NEP or SRP.

Yes

I

asdl_cmd

The ASDL command.

Yes

I

program

The State Table name.

Yes

I

interpreter_type

A value of 'S' indicates a State Table interpreter, whereas a value of 'J' indicates a JInterpreter. A null value defaults to 'S'.

Yes

I

SSP_new_asdl_parm

This function defines up to nine ASDL parameters for the specified ASDL command starting at base_seq_no in the SARM database parameters.

You cannot add an ASDL command parameter unless the configuration record for the ASDL command has been defined in the SARM database. This ensures data consistency in the static tables.

This function adds new ASDL parameters for a specified ASDL to tbl_asdl_parm.

Syntax:

exec :retval :=  SSP_new_asdl_parm (‘asdl_cmd',‘base_seq_no',‘asdl_parm_lbl',‘csdl_parm_lbl',‘[def_vlu]',‘[parm_typ]',‘asdl_parm_lbl'],‘csdl_parm_lbl', ‘[def_vlu]','[parm_typ]'...)

Example:

In the following example, seven parameters are added to the ASDL command M-CREATE_SINGLE_LINE_ACCESS, starting with parameter sequence number 1. All parameters are required, and the INPA defaults to 506 if it is not supplied. All other parameters result in a SARM translation error if the parameter is not supplied.

exec :retval :=  SSP_new_asdl_parm (‘M-CREATE_SINGLE_LINE_ACCESS', 1,
‘NPA', ‘INPA', ‘506', ‘R',
‘NXX', ‘INXX', ‘', ‘R',
‘LINE', ‘ILINE', ‘', ‘R',
‘EXT', ‘IEXT', ‘', ‘R',
‘LEN', ‘ILEN', ‘', ‘R',
‘MCLI', ‘IMCLI', ‘', ‘R',
‘TYPE', ‘TYPE', ‘', ‘R'
‘SUBSCRIPTION[++]', ‘SUBSCRIBER', ‘', ‘C')

For more information about using functions, see "Oracle Execution Examples."

Table 4-70 SSP_new_asdl_parm Parameters

Name Description Req'd (I)nput/(O)utput

asdl_cmd

The ASDL command to add parameters to. You can add up to nine parameters to asdl_cmd.

Yes

I

base_seq_no

Starting with a base parameter sequence number (). If you add new parameters to an existing ASDL command, enter the next available sequence number for the base_seq_no so that existing parameters are not overwritten.

Yes

I

asdl_parm_lbl

ASDL command parameter is transmitted to the NEP with the parameter value. The type of value for this parameter depends on the parameter format you chose:

  • Scalar asdl_parm_lbl – Specifies the parameter label that is sent on the ASDL command.

  • Compound asdl_parm_lbl – Specifies the base name for the parameter that is sent on the ASDL command.

  • Indexed asdl_parm_lbl – Is the base name for the indexed parameter to be sent on the ASDL command. The current index value is specified using the special literal “++".

Yes

I

csdl_parm_lbl

The parameter label either received from the SRP with the parameter value on the CSDL command or the WO parameter label returned from the NEP State Tables. The label for this parameter depends on the parameter format you choose:

  • Scalar csdl_parm_lbl – Specifies the CSDL command or global WO parameter label.

  • Compound csdl_parm_lbl – Specifies the base name for the compound parameter in the CSDL command or global work order parameter list.

  • Indexed csdl_parm_lbl – Specifies the base name for the indexed parameter in the CSDL command or global work order parameter list. To specify the current index, enter the special literal “++". The initial value is 1 and each ASDL command that is sent causes the value to increment until no more parameters are found at the current index.

Yes

I

def_vlu

The default value for the scalar parameter if it is not specified in the CSDL command or global parameter list. For compound parameters, a default value is not used if a mandatory value can be found.

No

I

parm_typ

Indicates the parameter format by using one of the following values:

  • R – Required scalar parameter

  • O – Optional scalar parameter

  • C – Required compound parameter

  • N – Optional compound parameter

  • S – Parameter count. This value gives the State Table or Java method the total number of parameters associated with this ASDL command.

  • I – Optional indexed parameter

  • M – Mandatory indexed parameter

  • X – Required XML

  • Y – Optional XML

  • P – Required XPATH

  • Q – Optional XPATH

  • + – Current index value for the ASDL command parameter. This value is transmitted to the NEP and equals the current index value for the indexed parameter.

Note, the previous example makes use of a compound indexed parameter (‘SUBSCRIPTION[++]', ‘SUBSCRIBER', ‘', ‘C'). For more information on compound indexed parameters, refer to the ASAP Cartridge Development Guide.

No

I

al10

Reserved.

No

I

SSP_new_clli_map

This function defines a mapping from a remote CLLI to a host CLLI in tbl_clli_route.

For more information about using functions, see "Oracle Execution Examples."

Table 4-71 SSP_new_clli_map Parameters

Name Description Req'd (I)nput/(O)utput

mach_clli

The remote NE.

Yes

I

host_clli

The host NE identifier of an NE or SRP.

Yes

I

asdl_cmd

The ASDL command.

No

I

SSP_new_comm_param

This function adds a communication parameter for a specified device type, host, and device into tbl_comm_param. The COMMON_HOST_CFG and/or parameter definition can be used for the following combinations:

  • common host and common device

  • common host and specific device

  • specific host and common device

  • specific host and specific device

Because the second and third combinations may overlap, the system warns you when communication parameters are updated.

For more information about using functions, see "Oracle Execution Examples."

Table 4-72 SSP_new_comm_param Parameters

Name Description Req'd (I)nput/(O)utput

dev_type

The device type. Choose from the following connections:

  • D – Serial Port Dialup

  • F – TCP/IP FTP Connection

  • G – Generic Terminal Based Connection

  • H – Serial Port Hardwired

  • M – Generic Message Based Connection

  • P – SNMP Connection

  • S – TCP/IP Socket Connection

  • T – TCP/IP Telnet Connection

  • W – LDAP Connection

  • C – CORBA

Yes

I

host

The host CLLI. Set to COMMON_HOST_CFG or the host CLLI associated with the command processor. If a common host, the parameter value is the default value, otherwise, it is host-specific.

Yes

I

device

The physical or logical device name. Set to COMMON_DEVICE_CFG, the device associated with the command processor, or the name of a multiplexing device. If a common device, the parameter value is the default value, otherwise, it is device-specific.

Yes

I

param_label

The communication parameter label.

Yes

I

param_value

The communication parameter value.

Yes

I

param_desc

The communication parameter description.

Yes

I

SSP_new_csdl_asdl

This function defines up to nine CSDL-to-ASDL mappings from an CSDL command to an ASDL command with consecutive numbers starting from base_seq_no to tbl_csdl_asdl.

CSDL and ASDL commands must be defined before adding a CSDL-to-ASDL mapping relationship, otherwise this function rejects the insertion attempt. This is an enforced integrity check that ensures configuration consistency. You can add up to nine mapping relationships with one procedure call.

Syntax:

exec :retval :=  SSP_new_csdl_asdl (‘csdl_cmd',‘base_seq_no',
‘asdl_cmd',‘cond_flag',‘parm_lbl',‘parm_vlu',‘eval_exp',‘prn',
‘[asdl_cmd]',‘[cond_flag]',‘[parm_lbl]',‘[parm_vlu]',‘[eval_exp]',
‘[prn]', ...)

Example:

exec :retval :=  SSP_new_csdl_asdl ('M-CREATE_BUS_LINE', 1,
'M-CLEAR_INTERCEPT', 'A', '', '', '', '0',
'M-CREATE_SINGLE_LINE_ACCESS', 'A', '', '', '', '0',
'ADD_ALWAYS_ON_3WC', 'D', 'ALWAYS_ON_AREA', '', '', '0',
'ADD_ALWAYS_ON_CRT', 'D', 'ALWAYS_ON_AREA', '', '', '0',
'ADD_ALWAYS_ON_CTR', 'A', '', '','' '0')

In this example, the CSDL command M-CREATE_BUS_LINE is mapped to four ASDL commands that start with the ASDL sequence number 1.

ASDL commands M-CLEAR_INTERCEPT and M-CREATE_SINGLE_LINE_ACCESS are always generated.

ADD_ALWAYS_ON_3WC and ADD_ALWAYS_ON_CRT are generated only if the CSDL command parameter ALWAYS_ON_AREA is defined.

The fifth ASDL command, ADD_ALWAYS_ON_CTR, is generated only if the CSDL command parameter TRACE_OPT is defined and has an ON value.

For more information about using functions, see "Oracle Execution Examples."

Table 4-73 SSP_new_csdl_asdl Parameters

Name Description Req'd (I)nput/(O)utput

csdl_cmd

The CSDL command identifier.

Yes

I

base_seq_no

The number of the first ASDL mapping to insert. Because each CSDL command may map to several ASDL commands, an index is kept in the static table and used to determine the order of the ASDL commands being sent to the NEP. Up to nine ASDL commands can be mapped with a single call of this procedure. Each call is assigned a sequence number based on the base_seq_no. For example, if the CSDL command maps to twelve ASDL commands, the base sequence number should be 1 for the first procedure call (which will create nine mapping relationships, ASDL command sequence numbers 1-9) and 10 for the second procedure call (which will create the remaining three mapping relationships, ASDL command sequence numbers 10-12).

Yes

I

asdl_cmd

The name of the ASDL command that the CSDL command maps to. The ASDL command is generated by the CSDL command based on the value of the condition flag (cond_flag).

Yes

I

cond_flag

Used to specify conditions that need to be met in order for the SARM to generate the ASDL command for the CSDL command. Type one of the following values:

  • A – Always generates the ASDL command for the CSDL command

  • D – Generates the ASDL command if the CSDL parameter is defined (present)

  • N – Generates the ASDL command if the CSDL parameter is not defined (present)

  • E – Generates the ASDL command if the CSDL parameter is defined and equal to a value.

The generation of each ASDL command depends upon the results of the previous ASDL. When the previous command completes successfully, it returns parameters to the SARM.

When using ‘cond_flag'='E', the following values are required:

  • ‘lbl1'

  • ‘lbl2'

  • ‘val1'

  • ‘val2'

When using ‘cond_flag'='D' or ‘N', the following values are required:

  • ‘lbl1'

  • ‘lbl2'

Yes

I

parm_lbl and parm_vlu parameters

Required when you use CSDL parameter-dependent conditions. Set the CSDL command parameter name for ‘D', ‘N', and ‘E' condition flags using parm_lbl. The ‘E' condition flag checks that the CSDL command parameter is equal to the value specified by parm_vlu.

For more information about these condition flags, refer to the previous parameter, cond_flag.

Yes

I

eval_exp

Contains combination of parameter names, operators, and values to which the parameters are compared.

No

I

pnr

Value of 'point of no return' for rollbacks.

Values are:

  • 0 (default) – This ASDL is not the 'point of no return' for rollback purposes

  • 1 – This ASDL is the 'point of no return' for partial rollback. If rollback occurs, and execution has continued beyond this point, roll back to this ASDL but no further.

  • 2 – 'point of no return' for no rollback. Once past this ASDL, no rollback can occur.

Yes

I

SSP_new_csdl_asdl_idx

This function allows multiple conditions to be inserted into tbl_csdl_asdl_eval. Up to nine rules can be inserted with each call. If adding up to nine rules, leave append_rule set to 0. To add more than nine rules to one mapping, call the function again with append_rule set to 1.

Syntax:

exec :retval :=  SSP_new_csdl_asdl_idx (‘append_rule',‘csdl_cmd', ‘base_seq_no', 
‘asdl_cmd', c‘cond_flag', ‘parm_lbl', ‘parm_vlu',
‘eval_exp', ‘apply_from', ‘apply_to',
‘[cond_flag]', ‘[parm_lbl]', ‘[parm_vlu]', ‘[eval_exp]',‘[apply_from]', ‘[apply_to])
...

Examples:

exec :retval :=  SSP_new_csdl_asdl_idx (0,'M-CREATE_BUS_LINE',1,'M-CLEAR_INTERCEPT','0',
'A', '', '', '', 1, 1)

exec :retval :=  SSP_new_csdl_asdl_idx (0,'M-CREATE_BUS_LINE',2,
'M-CREATE_SINGLE_LINE_ACCESS', '0',
'A', '', '', '', 1, 1)
exec :retval :=  SSP_new_csdl_asdl_idx (0,'M-CREATE_BUS_LINE',3,'ADD_ALWAYS_ON_3WC','0',
'D', 'ALWAYS_ON_AREA', '', '', 1, 1)
exec :retval :=  SSP_new_csdl_asdl_idx (0,'M-CREATE_BUS_LINE',4,'ADD_ALWAYS_ON_CRT','0',
'D', 'ALWAYS_ON_AREA', '', '', 1, 1)

exec :retval :=  SSP_new_csdl_asdl_idx (0,'M-CREATE_BUS_LINE',5,'ADD_EMAIL_ACCOUT','0',
'E', 'MAX_ADDRESS_EXCEED', 'FALSE', '', 1, 9999,
'E', 'CREATE_ADDRESS_1', 'TRUE', '', 1, 1, 
'E', 'CREATE_ADDRESS_2', 'TRUE', '', 2, 2,
'E', 'CREATE_ADDRESS_3', 'TRUE', '', 3, 3,
'E', 'CREATE_ADDRESS_4', 'TRUE', '', 4, 4,
'E', 'CREATE_ADDRESS_5', 'TRUE', '', 5, 5,
'E', 'CREATE_ADDRESS_6', 'TRUE', '', 6, 6,
'E', 'CREATE_ADDRESS_7', 'TRUE', '', 7, 7,
'E', 'CREATE_ADDRESS_8', 'TRUE', '', 8, 8)
exec :retval :=  SSP_new_csdl_asdl_idx (1,'M-CREATE_BUS_LINE',5,'ADD_EMAIL_ACCOUT','0',
'E', 'CREATE_ADDRESS_9', 'TRUE', '', 9, 9,
'E', 'CREATE_ADDRESS_10', 'TRUE', '', 10, 10,
'E', 'CREATE_ADDRESS_11', 'TRUE', '', 11, 11)

In this example, the CSDL command M-CREATE_BUS_LINE is mapped to five ASDL commands that start with the ASDL sequence number 1.

ASDL commands M-CLEAR_INTERCEPT and M-CREATE_SINGLE_LINE_ACCESS are always generated.

ADD_ALWAYS_ON_3WC and ADD_ALWAYS_ON_CRT are generated only if the CSDL command parameter ALWAYS_ON_AREA is defined.

The fifth ASDL command, ADD_EMAIL_ACCOUNT, is an indexed ASDL command that contains 12 rules. Each instance of this ASDL command is generated only if the CSDL command parameter MAX_ADDRESS_EXCEED is defined and the current index rule has a FALSE value and for each index rule is evaluated to true.

For example, if the current index is 5 then this rule ('E', 'CREATE_ADDRESS_5', 'TRUE', '', 5, 5) says the CSDL command parameter CREATE_ADDRESS_5 is defined and the current index rule has a TRUE value.

Note that the last call of the fifth example has append_rule set to 1 to indicate that the rules are to be appended to those added by the previous call:

exec :retval :=  SSP_new_csdl_asdl_idx (1,'M-CREATE_BUS_LINE',5...)

For more information about using functions, see "Oracle Execution Examples."

Table 4-74 SSP_new_csdl_asdl_idx Parameters

Name Description Req'd (I)nput/(O)utput

append_rule

Indicates whether rules are inserted to a new or existing mapping.

The initial call, with this parameter set to 0, can insert up to 9 rules. To add additional rules, call SSP_new_csdl_asdl_idx again, with this parameter set to 1.

Yes

I

csdl_cmd

The CSDL command identifier.

Yes

I

base_seq_no

The number of the first ASDL mapping to insert. Because each CSDL command may map to several ASDL commands, an index is kept in the static table and used to determine the order of the ASDL commands being sent to the NEP. Up to nine ASDL commands can be mapped with a single call of this procedure. Each call is assigned a sequence number based on the base_seq_no. For example, if the CSDL command maps to twelve ASDL commands, the base sequence number should be 1 for the first procedure call (which will create nine mapping relationships, ASDL command sequence numbers 1-9) and 10 for the second procedure call (which will create the remaining three mapping relationships, ASDL command sequence numbers 10-12).

Yes

I

asdl_cmd

The name of the ASDL command that the CSDL command maps to. The ASDL command is generated by the CSDL command based on the value of the condition flag (cond_flag).

Yes

I

pnr

Value of 'point of no return' for rollbacks.

Values are:

  • 0 (default) – This ASDL is not the 'point of no return' for rollback purposes

  • 1 – This ASDL is the 'point of no return' for partial rollback. If rollback occurs, and execution has continued beyond this point, roll back to this ASDL but no further.

  • 2 – 'point of no return' for no rollback. Once past this ASDL, no rollback can occur.

Yes

I

cond_flag

Used to specify conditions that need to be met in order for the SARM to generate the ASDL command for the CSDL command. Type one of the following values:

  • A – Always generates the ASDL command for the CSDL command

  • D – Generates the ASDL command if the CSDL parameter is defined (present)

  • N – Generates the ASDL command if the CSDL parameter is not defined (present)

  • E – Generates the ASDL command if the CSDL parameter is defined and equal to a value.

The generation of each ASDL command depends upon the results of the previous ASDL. When the previous command completes successfully, it returns parameters to the SARM.

When using ‘cond_flag'='E', the following values are required:

  • ‘lbl1'

  • ‘lbl2'

  • ‘val1'

  • ‘val2'

When using ‘cond_flag'='D' or ‘N', the following values are required:

  • ‘lbl1'

  • ‘lbl2'

Yes

I

parm_lbl

parm_vlu

Required when you use CSDL parameter-dependent conditions. Set the CSDL command parameter name for ‘D', ‘N', and ‘E' condition flags using parm_lbl. The ‘E' condition flag checks that the CSDL command parameter is equal to the value specified by parm_vlu.

For more information about these condition flags, refer to the previous parameter, cond_flag.

Yes

I

eval_exp

Contains combination of parameter names, operators, and values to which the parameters are compared.

No

I

apply_from

The first indexed ASDL that this rule should apply to:

Valid range is from 1 to 9999. Must be less than or equal to the value specified in column apply_to.

If is not specified, then this rule will be applied to any indexed ASDL up to and including the one specified in column apply_to.

No

I

apply_to

The last indexed ASDL that this rule should apply to:

Valid range is from 1 to 9999. Must be greater than or equal to the value specified in column apply_from.

If is not specified, then this rule will be applied to any indexed ASDL starting from the one specified in column apply_from.

No

I

SSP_new_csdl_defn

This function adds a new CSDL command into tbl_csdl_config.

Syntax:

exec :retval :=  SSP_new_csdl_defn (‘csdl_cmd', ‘rollback_req', csdl_level, ‘[fail_event]', ‘[complete_event]', ‘[description]')

Example:

exec :retval :=  SSP_new_csdl_defn (‘M-CREATE_BUS_LINE', ‘Y', 82, ‘SYS_ERR', ‘SYS_INFO', ‘Add Business Access Line')

In this example, the M-CREATE_BUS_LINE CSDL command adds a business access line with a CSDL command level of 82. If the CSDL command fails, the SYS_ERR system event is triggered and rollback is performed on the entire order. Upon successful completion, the SYS_INFO system event is issued.

For more information about using functions, see "Oracle Execution Examples."

Table 4-75 SSP_new_csdl_defn Parameters

Name Description Req'd (I)nput/(O)utput

csdl_cmd

The name of the CSDL command to add. It should be a unique CSDL command label in ASAP.

Yes

I

rollback_req

A Yes/No (Y or N) flag that indicates whether rollback is required for this CSDL command. If you set this flag to Y, ASAP automatically rolls back any actions performed by the work order if the work order fails.

Yes

I

csdl_level

An integer between 0 and 255 that indicates the sequence level for the CSDL command within the work order. The SARM uses this integer to determine the order in which to provision CSDL commands from an SRP and then provisions CSDL commands that have lower level numbers first. Sequence levels are only relevant for inter-dependent CSDL commands.

Yes

I

fail_event

ASAP system events that are triggered upon completion or failure of the CSDL command. The events must be first defined in the control database if alarms are to be generated from such events. These are optional parameters.

No

I

complete_event

No

I

description

A CSDL command description. ASAP front-end tools that are monitoring the progress of the work order can use this description. This is an optional parameter.

No

I

SSP_new_dn_map

This function adds new ASDL command routings by directory number to tbl_nep_rte_asdl_nxx.

For more information about using functions, see "Oracle Execution Examples."

Table 4-76 SSP_new_dn_map Parameters

Name Description Req'd (I)nput/(O)utput

asdl_cmd

The ASDL command.

No

I

npa

The Numbering Plan Area code.

No

I

nxx

The Central Office code.

No

I

from_line

The lowest line number in the range of telephone numbers to provide routing for.

No

I

to_line

The highest line number in the range.

No

I

queue_nm

The host NE to which this ASDL should be routed.

Yes

I

SSP_new_id_routing

This function adds a new host NE and the ID_ROUTING mapping record to tbl_id_routing. You can use this function when routing by ID_ROUTING is used.

For more information about using functions, see "Oracle Execution Examples."

Table 4-77 SSP_new_id_routing Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

The host NE identifier.

No

I

asdl_cmd

The ASDL command.

Yes

I

id_routing_from

The starting point of a range of ID_ROUTING.

No

I

id_routing_to

The end point of a range of ID_ROUTING.

No

I

SSP_new_intl_msg

This function defines an international message for a particular language in tbl_msg_convert.

For more information about using functions, see "Oracle Execution Examples."

Table 4-78 SSP_new_intl_msg Parameters

Name Description Req'd (I)nput/(O)utput

lang_cd

The language code.

Yes

I

msg_id

The unique message identifier.

Yes

I

type

The type of message formatting.

Yes

I

message

The message text.

Yes

I

var_description

The description of the substitutable fields, if any, within the message.

No

I

wo_audit

Destination for the log message.

No

I

The following example shows how to add an international message:

exec :retval :=  SSP_new_intl_msg ('USA', 1, 'D', 'Work Order %s Timed Out',  'WO Id: %s')

This example adds an international message to the SARM database for American English (USA). International messages use parameters to identify the entity they are associated with. The var_description parameter (‘WO id: %s') specifies the format and the arguments that are used to generate the actual message.

SSP_new_ne_host

This function defines a host NE with its technology type, software version, and inventory manager in the SARM database table, tbl_host_clli.

For more information about using functions, see "Oracle Execution Examples."

Table 4-79 SSP_new_ne_host Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

The host NE to which the remote NE is connected.

Yes

I

tech_type

The technology type of the host NE or SRP.

Yes

I

sftwr_load

The version of the software currently running on the NEP or SRP.

Yes

I

SSP_new_nep

This function defines a secondary (dialup) pool of devices or connections for a specified NEP in the SARM database. This function adds a pool of devices or connections to tbl_nep.

For more information about using functions, see "Oracle Execution Examples."

Table 4-80 SSP_new_nep Parameters

Name Description Req'd (I)nput/(O)utput

nep_svr_cd

The NEP managing the secondary pool of devices.

Yes

I

dialup_pool

The secondary pool of devices.

No

I

SSP_new_nep_program

This function inserts or updates a line of State Table code into tbl_nep_program. If the line exists, it will be updated.

If there is no ASDL-to-State Table mapping relationship, the user is warned that the mapping relationship does not exist. The insertion of the State Table, however, is not affected.

For more information about using functions, see "Oracle Execution Examples."

Table 4-81 SSP_new_nep_program Parameters

Name Description Req'd (I)nput/(O)utput

program

The State Table program identifier.

Yes

I

line_no

The State Table line number to delete. If set to NULL, all lines of the State Table are deleted.

Yes

I

action

The action string identifying a particular action performed by the Interpreter.

Yes

I

act_string

The action string associated with the State Table.

Yes

I

act_int

The action integer.

Yes

I

SSP_new_net_elem

This function defines a host NE in the SARM database (tbl_ne_config).

For more information about using functions, see "Oracle Execution Examples."

Table 4-82 SSP_new_net_elem Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

The host NE identifier of an NE or SRP.

Yes

I

nep_svr_cd

The logical name of the NEP that connects to this host NE.

Yes

I

primary_pool

The primary resource pool used by the NEP managing this host NE to determine the devices to use to connect to it.

Yes

I

max_connections

The maximum number of concurrent connections allowed to this host NE.

Yes

I

drop_timeout

The maximum inactivity (in minutes) before NEP drops the primary connection to this host NE.

Yes

I

spawn_threshold

Number of ASDL requests in the SARM ASDL Ready Queue to be exceeded before the NEP opens a new auxiliary connection to that NE.

Yes

I

kill_threshold

Once the SARM has fewer ASDL requests in its ASDL Ready Queue than this number, it disconnects one or more auxiliary connections.

Yes

I

template_flag

Flag to indicate whether this network element entry identifies a static NE (N) or a dynamic network element template (Y).

Y

I

SSP_new_resource

This function defines an NEP resource (“device") to be used for NE access in the SARM database (tbl_resource_pool).

For more information about using functions, see "Oracle Execution Examples."

Table 4-83 SSP_new_resource Parameters

Name Description Req'd (I)nput/(O)utput

asap_sys

The ASAP environment (TEST, PROD, etc.)

Yes

I

pool

The pool name.

Yes

I

device

The physical or logical device name.

Yes

I

line_type

The type of line for the serial communication.

Yes

I

vs_key

Reserved. The shared memory segment identifier for the Virtual Screen buffer.

No

I

SSP_new_srp

This function adds an SRP to tbl_asap_srp.

For more information about using functions, see "Oracle Execution Examples."

Table 4-84 SSP_new_srp Parameters

Name Description Req'd (I)nput/(O)utput

srp_id

The logical SRP name.

Yes

I

srp_desc

The SRP description.

Yes

I

aux_srp_id

The name of the sister SRP.

No

I

wo_estimate_evt

The work order estimate notification event.

No

I

wo_failure_evt

The work order failure notification event.

No

I

wo_complete_evt

The work order completion notification event.

No

I

wo_start_evt

The work order startup notification event.

No

I

wo_soft-err_evt

The work order soft error notification event.

No

I

wo_blocked_evt

The work order blocked notification event.

No

I

wo_rollback_evt

The work order rollback notification event.

No

I

wo_timeout_evt

The work order timeout notification event.

No

I

ne_unknown_evt

The unknown NE notification event.

No

I

ne_avail_evt

The NE available notification event.

No

I

ne_unavail_evt

The NE available notification event.

No

I

wo_accept_evt

The system event to be issued.

No

I

srp_conn_type

Connection protocol for SARM to SRP.

No

I

srp_host_name

SRP host machine name.

No

I

srp_host_port

Port number for socket connections.

No

I

aux_srp_conn_type

Connection protocol for SARM communication to the auxiliary SRP.

No

I

aux_srp_host_name

Host machine name of the auxiliary SRP.

No

I

aux_srp_host_port

Port number for socket connections on an auxiliary SRP.

No

I

SSP_new_stat_text

This function adds new static text into tbl_stat_text. If an entry already exists for the static text identifier, the static text is updated with the new information.

For more information about using functions, see "Oracle Execution Examples."

Table 4-85 SSP_new_stat_text Parameters

Name Description Req'd (I)nput/(O)utput

stat_id

The logical group of static text messages.

Yes

I

status

The integer identifier for member of a logical grouping.

No

I

code

The string identifier for a member of a logical grouping.

No

I

stat_text

The actual text message to use in place of a string/integer identifier.

Yes

I

SSP_new_user_err_threshold

This function creates a new user-defined error threshold in the system for the specified NE, ASDL command, and the user-defined error type in tbl_user_err_threshold.

For more information about using functions, see "Oracle Execution Examples."

Table 4-86 SSP_new_user_err_threshold Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

The host NE identifier of an NE or SRP.

Yes

I

asdl_cmd

The ASDL command.

Yes

I

user_type

The user-defined error type.

Yes

I

minor_threshold

The threshold for minor system events. This is the number of times the user_type can be returned before the corresponding minor event is generated.

Yes

I

minor_event

The minor system event to be generated when the threshold is exceeded.

Yes

I

major_threshold

The threshold for major system events. This is the number of times the user_type can be returned before the corresponding major event is generated.

Yes

I

major_event

The major system event to be generated when the major threshold is reached.

Yes

I

critical_threshold

The threshold for critical event notifications. This is the number of times the user_type can be returned before the corresponding critical event is generated.

Yes

I

critical_event

The critical system event to be generated when the critical threshold is reached.

Yes

I

SSP_new_userid

This function adds a new user account for the SARM to control access from the SRP in tbl_uid_pwd.

For more information about using functions, see "Oracle Execution Examples."

Table 4-87 SSP_new_userid Parameters

Name Description Req'd (I)nput/(O)utput

uid

The user ID.

Yes

I

pwd

The password.

Yes

I

status

The user's current status.

No

I

SSP_orphan_purge

This stored procedure scans SARM database tables and deletes fragments of old work orders that do not have an entry in tbl_wrk_ord. Occasionally, the database becomes fragmented and records are left behind in various tables, including:

  • tbl_asap_stats

  • tbl_info_parm

  • tbl_srq

  • tbl_srq_csdl

  • tbl_srq_log

  • tbl_asdl_log

  • tbl_srq_parm

  • tbl_srq_asdl_parm

  • tbl_wo_event_queue

This stored procedure is time-consuming and requires considerable system resources. Therefore, it should not run during peak hours.

For more information, see Database Purging in the ASAP System Administrator's Guide.

For more information about using functions, see "Oracle Execution Examples."

Error management

The management of errors related to provisioning by an NEP provides a detailed error tracking scheme and lets the administrator configure error-processing thresholds using NE and ASDL commands. The thresholds control the release of specific ASDL commands to the NE to prevent an excessive number of errors from occurring.

The following table lists the types or errors that can occur:

  • SUCCEED: The ASDL provisioning was successful.

  • FAIL: Fails the current order and stops any subsequent processing.

  • RETRY: Retries the current ASDL command after a user-configured interval and up to a user-configured number of times before failing the order.

  • MAINTENANCE: Causes the current ASDL command to wait for the NE to come out of maintenance before processing continues.

  • SOFT_FAIL: An error has occurred at the NE but order processing can continue.

  • DELAYED_FAIL: An ASDL had failed during provisioning. The SARM skips any subsequent ASDL in the CSDL, continues provisioning at the next CSDL, and then fails the order.

Refer to the ASAP Cartridge Development Guide for more detailed descriptions of these base_types.

User-configured history windows and polling intervals that update the ASAP database are also supported. Information is available in real-time from the SARM server or in a batch from the ASAP database. This batch information can then be used by administrative tools to perform root cause analysis.

SSP_del_err_threshold

This function deletes error thresholds for a specific NE and ASDL command from tbl_err_threshold.

For more information about using functions, see "Oracle Execution Examples."

Table 4-88 SSP_del_err_threshold Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

The host NE identifier of an NE or SRP.

No

I

asdl_cmd

The ASDL command associated with the threshold. This can be NULL to indicate an NE threshold.

No

I

SSP_del_err_type

This function deletes mappings between base and user exit types. These mappings are defined in tbl_user_err.

For more information about using functions, see "Oracle Execution Examples."

Table 4-89 SSP_del_err_type parameters

Name Description Req'd (I)nput/(O)utput

user_type

The user-defined error type.

Yes

I

asdl

The ASDL that is executing. Error types can be defined for user_type and ASDL combinations.

No

I

csdl

The CSDL that is executing. Error types can be defined for user_type and CSDL combinations.

No

I

ne_vendor

The vendor of the network element.

No

I

tech_type

The technology of the network element.

No

I

sftwr_load

Software version of the host network element.

No

I

SSP_err_enable

This function enables the provisioning of an ASDL command that has been disabled because it exceeded an error threshold. If the NE is down, the NE will be enabled by this function. A particular ASDL may also be marked as disabled to an NE, therefore it may be re-enabled to that NE by specifying it along with the NE in the call to SSP_err_enable.

Note:

The action performed by this function is not persistent. That is, if the SARM is taken down after this function has been executed, the changes made to the state of the NE and ASDL are lost.

For more information about using functions, see "Oracle Execution Examples."

Table 4-90 SSP_err_enable Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

The host NE identifier of an NE or SRP.

Yes

I

asdl_cmd

The optional ASDL command to enable a specific type of provisioning.

No

I

SSP_list_err_host

This function lists the NEs and the ASDL commands that have been disabled for provisioning.

For more information about using functions, see "Oracle Execution Examples."

Table 4-91 SSP_list_err_host Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

host_clli

The host NE identifier of an NE or SRP.

No

I

asdl_cmd

The ASDL command.

No

I

Table 4-92 SSP_list_err_host Results

Name DataType Description

host_clli

TYP_clli

Host NE.

disable_dts

datetime

Timestamp when the NE was disabled.

asdl_cmd

TYP_asdl_cmd

ASDL command that has been disabled.

order_count

TYP_long

Number of orders waiting for the NE.

SSP_list_err_threshold

This function lists the error thresholds for a specific NE and ASDL command. Error thresholds are stored in tbl_err_threshold.

For more information about using functions, see "Oracle Execution Examples."

Table 4-93 SSP_list_err_threshold Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

host_clli

The host NE identifier of an NE or SRP.

No

I

asdl_cmd

The ASDL command associated with the threshold. This can be NULL to indicate an NE threshold.

No

I

Table 4-94 SSP_list_err_threshold Results

Name DataType Description

host_clli

varchar(64)

The host NE identifier.

asdl_cmd

varchar(30)

The ASDL command associated with the threshold. This can be NULL to indicate an NE threshold.

threshold

TYP_long

Error threshold.

SSP_list_err_type

This function lists the mapping between user exit types and base exit types. This mapping is stored in tbl_user_err.

You cannot define both user_type and base_type at the same time.

For more information about using functions, see "Oracle Execution Examples."

Table 4-95 SSP_list_err_type Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

user_type

The user-defined error type.

No

I

base_type

The base error type.

No

I

Table 4-96 SSP_list_err_type Results

Name DataType Description

user_type

TYP_code

User-defined type.

base_type

TYP_code

Base error type.

description

varchar(50)

A brief description of the user exit type.

SSP_new_err_threshold

This function adds a new threshold for a specific NE and ASDL command in tbl_err_threshold.

For more information about using functions, see "Oracle Execution Examples."

Table 4-97 SSP_new_err_threshold Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

The host NE identifier.

Yes

I

asdl_cmd

The ASDL command associated with the threshold. This can be NULL to indicate an NE threshold.

Yes

I

threshold

The error threshold for the time period (consecutive number of errors before connection to an NE should be disabled).

Yes

I

SSP_new_err_type

This function adds a new mapping between user exit types and the base exit types in tbl_user_err.

For more information about using functions, see "Oracle Execution Examples."

Table 4-98 SSP_new_err_type Parameters

Name Description Req'd (I)nput/(O)utput

user_type

The user-defined error type.

Yes

I

base_type

The base error type.

Yes

I

description

A brief description of the ASDL command.

No

I

asdl

The ASDL that is executing. Error types can be defined for user_type and ASDL combinations.

No

I

csdl

The CSDL that is executing. Error types can be defined for user_type and CSDL combinations.

No

I

ne_vendor

The vendor of the network element.

No

I

tech_type

The technology of the network element.

No

I

sftwr_load

Software version of the host network element.

No

I

search_pattern

Regular expression pattern that is used to match on network element responses.

No

I

Switch blackout processing

If ASAP shared a port to an NE with another system or if regular NE maintenance must be performed, you can define the NE blackout period during which time the NEP will not connect to that NE.

To identify switch blackout periods, ASAP checks a database table to see if the current time is within the user-defined blackout period. You can configure both static (keyed by date and time) and dynamic (keyed by specific day and time) blackout periods. If a blackout period is detected, the switch is placed into maintenance mode automatically.

SSP_add_blackout

This function configures the static and dynamic blackout periods for a specific NE host. Blackout information is stored in tbl_blackout.

For more information about using functions, see "Oracle Execution Examples."

Table 4-99 SSP_add_blackout Parameters

Name Description Req'd (I)nput/(O)utput

dayname

The name of the day of the week for a weekly blackout (such as Mondays). Set to NULL to use specific date and time intervals for blackout.

No

I

host_clli

The Host NE identifier of an NE or SRP.

Yes

I

start_tm, end_tm

The start time and end time for the blackout interval. If you have specified a dayname blackout, the blackout is based on the day and the start time and end time. If the dayname parameter is set to NULL, the blackout is based on a specified date and time.

Yes

I

descr

A brief description of the blackout.

No

I

SSP_check_blackout

This function determines whether or not the specified NE is currently blacked out. An NE is blacked out if an entry exists in tbl_blackout for the specified NE, where the current time is between the entry's start time and end time.

For more information about using functions, see "Oracle Execution Examples."

Table 4-100 SSP_check_blackout Parameters

Name Description Req'd (I)nput/(O)utput

curday

The current day.

Yes

I

host_clli

The Host NE identifier.

Yes

I

curr_dt_tm

The current time.

Yes

I

ret

The return status.

Yes

O

SSP_del_blackout

This procedure removes blackout periods for a specific NE host from tbl_blackout.

For more information about using functions, see "Oracle Execution Examples."

Table 4-101 SSP_del_blackout Parameters

Name Description Req'd (I)nput/(O)utput

dayname

The name of the day of the week for default setup (e.g., Monday). Set to NULL to use specific day and time intervals for the blackout.

No

I

host_clli

The host NE identifier of an NE or SRP.

No

I

start_tm

The start time for the blackout interval. If the dayname parameter is not NULL, then these fields are used as time intervals for the day. If the dayname parameter is NULL, this field must include both date and time.

No

I

SSP_list_blackout

This procedure lists blackout periods for a specific NE host. This information is stored in tbl_blackout.

For more information about using functions, see "Oracle Execution Examples."

Table 4-102 SSP_list_blackout Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

RC2

Oracle Database Ref Cursor.

Yes

I/O

RC3

Oracle Database Ref Cursor.

Yes

I/O

dayname

The name of the day of the week for default setup (e.g., Monday). Set to NULL to use specific date and time intervals for the blackout.

No

I

host_clli

The host NE identifier of an NE or SRP.

No

I

start_tm

The start time for the blackout interval. If the dayname parameter is not NULL, then these fields are used as time intervals for the day. If the dayname parameter is NULL, this field must include both date and time.

No

I

Table 4-103 SSP_list_blackout Results

Name Datatype Description

dayname

varchar(10)

The name of the day.

host_clli

TYP_clli

The host CLLI.

start_tm

datetime

The start time for the blackout interval.

end_tm

datetime

The end time for the blackout interval.

description

varchar(40)

The description of the blackout period.

dayname

varchar(10)

The name of the day.

host_clli

TYP_clli

The host CLLI.

start_tm

datetime

The start time for the blackout interval.

end_tm

datetime

The end time for the blackout interval.

description

varchar(40)

The description of the blackout period.

dayname

varchar(10)

The name of the day.

host_clli

TYP_clli

The host CLLI.

start_tm

datetime

The start time for the blackout interval.

end_tm

datetime

The end time for the blackout interval.

description

varchar(40)

The description of the blackout period.

Switch direct interface (SWD)

This section describes ASAP's support of direct terminal session access to NEs (SWDs).

The following assumptions apply:

  • Only one SWD session is allowed per NE.

  • ASAP automatically selects the port that is used in the session.

  • An SWD Client does not have access to the NE if the NE is in maintenance mode or provisioning black-out mode.

  • An SWD request has the highest priority in ASAP, but an active ASDL command is not pre-empted.

  • The activity that occurs during the session is not logged by ASAP.

  • BSD style sockets are used on the server side.

  • The SWD Client Application sends/receives only raw data to/from ASAP because ASAP just acts as a gateway for passing data to and from the NE. The SWD Client Application is responsible for mapping raw data received from ASAP to terminal emulation: specific data and vice versa. The SWD client must support the terminal emulation interface used by the NE (for example, VT220).

  • Security validation checks for SWD access are controlled by the SWD client.

  • When an SWD session is completed, ASAP disconnects from the NE before resuming normal provisioning activities.

  • No message is sent to the SWD client if the connection cannot be granted immediately.

  • An NEP supports SWD sessions only if it supports Multi-Protocol Manager functionality (that is, it links in the ASAP Communication API libasccomm).

  • SWD sessions to an NE are possible only if the communication to the NE is terminal-based, not message-based.

  • As the number of SWD sessions increases, performance may degrade because all the SWD sessions are managed by a single thread. This arrangement ensures that SARM's primary function of provisioning is not affected by SWD access.

Configuration parameters

Table 4-104 SWD Configuration parameters

Name Default Value Cfg File Description

SWD_LISTEN_PORT

N/A

Global

TCP/IP listen port for the SARM server.

SWD_IDLE_TIMEOUT

120

Global

Idle period in seconds for automatically disconnecting the SWD session if no activity is detected.

General message format

Table 4-105 SWD General message format

Field Name Offset Length Description

Message Type

0

4

Integer message type to be processed.

Data Length

4

4

Integer message data length.

Message Data

8

variable

Optional message data. The format is dependent on message type and is specified below for each type.

All fields are passed using the standard network independent format (i.e., network byte ordering).

SWD Client-to-SARM messages

Table 4-106 SWD Client-to-SARM messages

Msg Type Msg Format Description

1

HOST=<hostname>; USERID=<userid>

Connect to the specified NE for an SWD session (SWD_CLT_\CONNECT).

2

keystroke data

User entered keystroke data. This is binary data (SWD_CLT_DATA).

3

User entered break key (SWD_CLT_BREAK_KEY).

4

SWD session complete (SWD_CLT_NE_DISCONNECT).

SARM-to-SWD client messages

Table 4-107 SARM-to-SWD client messages

Msg Type Msg Format Description

10

STATUS=<2-digit status value>; ERR_MSG=<error message>

Connection acknowledgment message (SWD_SESS_CONNECT_ACK).

11

session data

Session data returned by the NE (SWD_SESS_DATA).

12

Unexpected port disconnection (SWD_SESS_NE_PORT_FAILURE).

13

SWD session timeout (SWD_SESS_TIMEOUT).

The following table lists all of the valid availability status values and the associated error message formats for message type 10.

Table 4-108 Message Type 10 Information

Availability Status Error Msg Description Error Msg Format

1

SWD Session to Host established successfully.

Connected successfully to Host.

2

Time out waiting for NE Connection Request from SWD Client.

Timed out waiting for SWD Connect Request.

3

ASAP not configured to connect to NE.

Invalid Host CLLI.

4

NE does not support SWD Session.

NEP does not support SWD Sessions

5

NEP in loopback mode.

NEP in loopback mode.

6

SWD Session to NE already attempted or in use.

SWD Session to NE already exists or attempted.

7

NEP connecting to NE is down.

NEP down.

8

NE is down.

NE down.

9

NEP connecting to NE is in maintenance mode.

NE in maintenance or blackout mode.

10

NE is disabled.

NE is disabled.

11

NE is busy provisioning for more than the “SWD_CONNECT_WAIT_TIMEOUT" seconds.

Timed out waiting for connection. NE is busy provisioning.

12

Resource Allocation Error; Cannot connect to NEP.

System Resource Error.

13

Not connected yet.

Data/Break/Disconnect request from SWD Client rejected because NE Connect Request not received yet.

14

Connected already.

NE Connect Request rejected since the SWD Client is already connected to an NE.

Stop work order interface

The Stop Work Order feature is a user-generated event from the OCA client or the JSRP that is received directly by the SARM and applied to a specific work order. The event is received as a function aims_stop_wo.

Syntax:

CS_RETCODE aims_stop_wo_rpc(SRV_PROC *srvproc)
{
    ASAP_WO_ID wo_id;
    CS_INT rollback;
    CS_RETCODE ret_status;
    CS_CHAR tmp[ASAP_SRQ_EVENT_TEXT_L],evt_text[ASAP_SRQ_EVENT_TEXT_L];
    CS_CHAR audit_flag[10];
    CS_CHAR user_id[32];

The aims_stop_wo function stops a work order that is in progress. This allows the user to correct any problems that may be occurring before continuing the work order.

The function determines:

  • When to stop a work order.

  • When to roll back a work order once it has been stopped. Once the function has been received, the SARM applies it as an asynchronous event to the specified work order.

  • When to send a return status variable to indicate whether or not the operation was successful.

  • A work order for which an aims_stop_wo function was received can go through two states:

    • WO_STOP_WAIT if rollback is required and is in progress. While in this state, the work order can be cancelled.

    • WO_STOPPED if rollback is not required or has finished. While in this state, the work order can be cancelled or its status changed to WO_HELD, WO_INIT, or WO_REVIEW.

A work order is stopped only if it is in the WO_IN PROGRESS state when the aims_stop_wo function is received. A request for a work order in any other state is rejected immediately without affecting the work order.

Table 4-109 aims_stop_wo Arguments

Name Description Req'd (I)nput/(O)utput

wo_id

The work order identifier.

Yes

I

rollback

An integer value that specifies whether or not to roll back the work order before it is stopped. Valid values are:

  • 1 – Rollback

  • 0 – Do not rollback

Any other value causes the work order to be stopped without rollback.

Yes

I

ret_status

A return parameter that stores the return value of the RPC. Valid values are:

  • 0 – Request to stop the work order was not accepted.

  • 1 – Request to stop the work order was accepted.

Yes

O

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

userid

Optional user identification for audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure to enable the audit log.

No

I

Localizing International Messages

Localization is the process of preparing a product for use with a single language and character set. Localization can include:

  • Translating the user interface and documentation

  • Adapting time, date, and number formats

  • Adding punctuation conventions

  • Reconstructing icons and symbols

With the support of the ASAP localization toolkit, you can localize software and non-software components to any language based on the Roman alphabet (English, German, French, Spanish, etc.). Localization usually involves translating the user interface and documentation and adapting time, date, and number formats. In some cases, more significant changes may be required, and sometimes icons, symbols, metaphors, and even concepts must be reconsidered.

The localization toolkit does not let you localize or translate the system messages generated by third-party tools or operating systems.

The stored procedures locate international messages in the SARM database. The default language of American English is provided in the base release for ASAP. You can use it as a guide for defining other languages in ASAP.

Such messages are generated by the SARM and logged in the SARM database. They may be retrieved by the SRP and passed back to the originating system.

Use the following stored procedures to add, remove, and query international messages.

Table 4-110 lists the current messages used by ASAP and distributed as part of the core release.

Table 4-110 ASAP Messages

lang_cd msg_id type message var_description

USA

1

D

Work Order %s Timed Out

WO Id: %s

USA

2

D

ASDL Command %s Skipped

ASDL: %s

USA

3

D

Cannot Find Mandatory Parameter %s, ASDL %s Fails

Parameter: %s, ASDL: %s

USA

4

D

Soft Error on ASDL %s, WO Processing Continuing

ASDL: %s

USA

5

D

ASDL %s of SRQ %d Completed

ASDL: %s, SRQ Id: %d

USA

6

D

ASDL %s of SRQ %d Failed

ASDL: %s, SRQ Id: %d

USA

7

D

Start of ASDL Provisioning Request for SRQ %d

SRQ Id: %d

USA

8

D

Sent ASDL %s to NE, Awaiting NE Response

ASDL: %s

USA

9

D

Unable to get ASDL Command %s of SRQ %d

ASDL: %s, SRQ Id: %d

USA

10

D

SRQ %d (Last CSDL %s) has Completed

SRQ Id: %d, CSDL: %s

USA

11

D

CSDL %s of SRQ %d has Completed

CSDL: %s, SRQ Id: %d

USA

12

D

Will Retry ASDL Command %s of SRQ %d. Current Retry # is %d

ASDL: %s, SRQ Id: %d, Retry #: %d

USA

13

D

ASDL Command %s of SRQ %d Failed after %d Retries

ASDL: %s, SRQ Id: %d

USA

14

D

NE %s Unavailable while Processing %s

Host Clli: %s, ASDL: %s

USA

15

D

Q Info:

Queued: %02d:%02d:%02d, Start: %02d:%02d:%02d, Comp: %02d:%02d:%02d

NEP Queue Information

USA

16

D

ASDL Failure Msg: %s

NE %s ASDL Failed Message

USA

17

D

ASDL Command %s of SRQ %d Failed on Unknown NE Return Status

ASDL: %s, SRQ Id: %d

USA

18

D

NE Command: %s\nASDL Command: %s

NE Command Returned From NE: %s

USA

19

D

Network Element Routing Error, Failed SRQ %d

SRQ Id: %d

USA

20

D

ASDL %s of SRQ %d Rollback Ignored

ASDL: %s, SRQ Id: %d

USA

21

D

NE %s Unavailable while Rolling Back ASDL %s of SRQ %d

Host Clli: %s, ASDL: %s, SRQ Id: %d

USA

22

D

Roll Back ASDL %s Sent to NE

ASDL: %s

USA

23

D

Roll Back ASDL %s Rejected by NE %s

ASDL: %s

USA

24

D

Will Retry Roll Back of ASDL %s, SRQ %d, Current Retry # %d

ASDL: %s, SRQ Id: %d, Retry #: %d

USA

25

D

Roll Back ASDL %s, SRQ %d Failed After %d Retries

ASDL: %s, SRQ Id: %d, # Retries: %d

USA

26

D

Roll Back ASDL %s, SRQ %d Completed

ASDL: %s, SRQ Id: %d

USA

27

D

Roll Back ASDL %s of SRQ %d Failed\nNEP Message %s

ASDL: %s, SRQ Id: %d, NEP Message: %s

USA

28

D

Roll Back ASDL %s Failed due to Unknown NE Return Status

ASDL: %s

USA

29

D

State Table Syntax Error Processing %s

ASDL: %s

USA

30

D

Error Detected Loading State Table for ASDL %s

ASDL: %s

USA

31

D

Unknown ASDL Error %s

ASDL: %s

USA

32

D

Continue to Process Next ASDL

ASDL: %s

USA

33

D

N.E. Host %s

ASDL: %s Host %s

USA

34

S

Invalid ASDL Parameter Type in Configuration

-

USA

35

D

No ASDL Configuration defined for %s

ASDL: %s

USA

36

D

Network Element %s is in maintenance

Host: %s

USA

37

D

Port Failure on Connection to %s

Host: %s

USA

38

S

SRQ Provisioning Stopped

USA

39

D

Updated for ASDL %s of SRQ %d

ASDL: %s SRQ %d

USA

40

D

End of Indexed Parameters for ASDL %s

ASDL: %s

USA

41

D

ASDL %s Provisioning Request to %s

ASDL: %s Host: %s

USA

42

D

ASDL %s for %s Route to NE %s

ASDL: %s MCLI/DN: %s Host: %s

USA

43

D

Delay failure threshold exceeded, SRQ Provisioning Stopped

-

USA

44

S

Delay failure with rollback required, SRQ Provisioning Stopped

-

SARM provisioning interface

This section covers the functions for the SARM configuration. The following topics are discussed:

  • SARM Interface RPCs

  • Update RPC Interface Definitions

  • Control Interface RPCs

  • Retransmission of Recent Change Messages

  • Real-Time Performance Data Gathering

  • Switch Activation and Deactivation

SARM interface RPCs

This section defines the function interface that accesses the SARM database. These procedures provide query and update facilities that allow an OCA or JSRP application to monitor system performance, perform error correcting, and resubmit failed work orders.

This subsection lists the syntax, descriptions, parameters, and results for the functions that apply to the Inquiry RPC interface definition.

SAS_asdl_counts

This function generates a list of statistical information for an ASDL command on the service request (specified by srq_id and asdl_unid).

For more information about using functions, see "Oracle Execution Examples."

Table 4-111 SAS_asdl_counts Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier.

Yes

I

asdl_unid

ASDL identifier.

Yes

I

num_sw_history

Number of ASDL switch history occurrences for this ASDL.

Yes

O

num_params

Number of parameters used by this ASDL.

Yes

1

SAS_asdl_list

This function retrieves a list of ASDL commands and their information for a CSDL on the service request (specified by srq_id and csdl_seq_no). This information is retrieved from tbl_asdl_log.

For more information about using functions, see "Oracle Execution Examples."

Table 4-112 SAS_asdl_list Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

srq_id

Service request identifier.

Yes

I

csdl_seq_no

CSDL sequence number.

Yes

I

Table 4-113 SAS_asdl_list Results

Name Datatype Description

asdl_cmd

TYP_asdl_cmd

ASDL command.

asdl_stat

TYP_asdl_stat

ASDL status updated while this ASDL is in progress.

asdl_unid

TYP_seq_no

A unique ASDL identifier generated when an ASDL is routed to an NE.

host_clli

TYP_clli

The Host NE to which the ASDL command is routed by the SARM.

rollback_asdl

TYP_asdl_cmd

ASDL command used to roll back the original ASDL.

comp_dts

datetime

The completion date and time of the ASDL processing.

rollback_dts

datetime

The date and time of the ASDL rollback, if rollback was required on this ASDL.

description

varchar(40)

ASDL command description.

queue_dts

datetime

Queuing date and time for the ASDL command to the NE.

start_dts

datetime

Provisioning start date and time for the ASDL command.

retry_count

TYP_long

Number of times the ASDL command was retried.

stat_text

TYP_stat_text

The status text for the ASDL.

SAS_asdl_parms

This function retrieves the ASDL parameters for an ASDL command on the service request that has been provisioned. These parameters are used and generated during the provisioning process. This information is retrieved from tbl_srq_asdl_parm.

For more information about using functions, see "Oracle Execution Examples."

Table 4-114 SAS_asdl_parms Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

srq_id

Service request identifier.

Yes

I

asdl_unid

ASDL identifier.

Yes

I

Table 4-115 SAS_asdl_parms Results

Name Datatype Description

parm_lbl

TYP_parm_lbl

Parameter name.

parm_vlu

TYP_parm_vlu

Parameter value.

SAS_asdl_sw_history

This function retrieves the switch history for an ASDL command from tbl_srq_log on the service request (specified by srq_id and asdl_unid).

For more information about using functions, see "Oracle Execution Examples."

Table 4-116 SAS_asdl_sw_history Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

srq_id

Service request identifier.

Yes

I

asdl_unid

ASDL identifier.

Yes

I

Table 4-117 SAS_asdl_sw_history Results

Name Datatype Description

evt_dt_tm

datetime

Event timestamp.

csdl_seq_no

TYP_seq_no

Sequence number for the CSDL associated with the ASDL command.

srq_stat

TYP_srq_stat

Service request status.

evt_text

TYP_evt_text

Switch history record. Note that each returned event text field may contain new line characters within the event text itself.

SAS_csdl_counts

This function generates statistical information for a CSDL command on the service request.

Affected tables:

  • tbl_srq_parm

For more information about using functions, see "Oracle Execution Examples."

Table 4-118 SAS_csdl_counts Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier.

Yes

I

csdl_seq_no

CSDL sequence number.

Yes

I

num_events

Number of CSDL provisioning events for this CSDL.

Yes

O

num_sw_history

Number of ASDL switch history occurrences for this ASDL.

Yes

O

num_asdl

Number of ASDLs which have been executed for this CSDL.

Yes

O

num_csdl_params

Number of CSDL parameters for this CSDL.

Yes

O

SAS_csdl_event_history

This function generates a listing of provisioning events for a CSDL command on the service request. This information is contained in tbl_srq_log, tbl_stat_text.

For more information about using functions, see "Oracle Execution Examples."

Table 4-119 SAS_csdl_event_history Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

srq_id

Service request identifier.

Yes

I

csdl_seq_no

CSDL sequence number.

Yes

I

Table 4-120 SAS_csdl_event_history Results

Name Datatype Description

evt_dt_tm

datetime

Date and time that the event occurred.

evt_text

TYP_evt_text

Switch history record. Note that each returned event text field may contain new line characters within the event text itself.

srq_evt

TYP_srq_evt

The service request log event.

srq_stat

TYP_srq_stat

Status of the service request at the time the event occurred.

stat_text

TYP_stat_text

Status text for the service request.

SAS_csdl_list

This function generates a list of CSDL commands and information pertaining to them for a service request. This information is contained in tbl_srq_csdl, tbl_stat_text.

For more information about using functions, see "Oracle Execution Examples."

Table 4-121 SAS_csdl_list Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

srq_id

Service request identifier.

Yes

I

Table 4-122 SAS_csdl_list Results

Name Datatype Description

csdl_seq_no

TYP_seq_no

Sequence number for the CSDL associated with the ASDL command.

actn_noun_lbl

TYP_csdl_cmd

CSDL command.

csdl_st

TYP_csdl_st

CSDL command status.

asdl_seq_no

TYP_seq_no

ASDL command sequence number.

index_parm_cnt

TYP_seq_no

Index parameter count for the current ASDL command.

asdl_route

TYP_asdl_route

Routing status of the current ASDL command.

csdl_id

TYP_unid

CSDL identification specified by SRP.

asdl_route_rep_1

TYP_asdl_route

Routing status of the current ASDL command.

csdl_type

TYP_csdl_type

Type of CSDL command (for example, ORIGINAL, REVISION, SAS_ORIGINAL, SAS_REVISION).

orig_seq_no

TYP_seq_no

Original CSDL command sequence number associated with revision CSDL commands.

estimate

TYP_long

Initial estimate for ASDL processing calculated when the CSDL command was received.

start_dts

datetime

Provisioning start date and time for the first ASDL command of the CSDL command.

abort_dts

datetime

Abort time for the CSDL command.

failure_dts

datetime

Failure time for the CSDL command.

comp_dts

datetime

Completion time for the CSDL command.

update_dts

datetime

Last update timestamp for the CSDL command.

update_uid

TYP_user_id

User ID of user who last updates the CSDL command.

prov_sequence

TYP_seq_no

Provisioning sequence number for the CSDL command.

stat_text

TYP_stat_text

CSDL status text.

description

varchar(40)

CSDL description.

SAS_csdl_parms

This function retrieves the CSDL parameters for a CSDL command on the service request (specified by srq_id and csdl_seq_no). This information is retrieved from tbl_srq_parm.

For more information about using functions, see "Oracle Execution Examples."

Table 4-123 SAS_csdl_parms Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

srq_id

Service request identifier.

Yes

I

csdl_seq_no

CSDL sequence number.

Yes

I

Table 4-124 SAS_csdl_parms Results

Name Datatype Description

parm_lbl

TYP_parm_lbl

Parameter name.

parm_vlu

TYP_parm_vlu

Parameter value.

SAS_csdl_sw_history

This function retrieves the switch history for a CSDL command on the service request (specified by srq_id and csdl_seq_no) from tbl_srq_log.

For more information about using functions, see "Oracle Execution Examples."

Table 4-125 SAS_csdl_sw_history Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

srq_id

Service request identifier.

Yes

I

csdl_seq_no

CSDL sequence number.

Yes

I

Table 4-126 SAS_csdl_sw_history Results

Name Datatype Description

evt_dt_tm

datetime

Event timestamp.

csdl_seq_no

TYP_seq_no

Sequence number for the CSDL associated with the ASDL command.

srq_stat

TYP_srq_stat

Service request status.

evt_text

TYP_evt_text

Switch history record. Note that each returned event text field may contain new line characters within the event text itself.

SAS_info_parms

This function retrieves the information parameters for a work order (specified by wo_id). This information is retrieved from tbl_info_parm.

For more information about using functions, see "Oracle Execution Examples."

Table 4-127 SAS_info_parms Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

wo_id

Work order identifier.

Yes

I

Table 4-128 SAS_info_parms Results

Name Datatype Description

parm_lbl

TYP_parm_lbl

Parameter name.

parm_group

TYP_parm_grp

Parameter group.

parm_vlu

TYP_parm_vlu

Parameter value.

csdl_seq_no

TYP_seq_no

Sequence number for the CSDL which generated the information parameter.

csdl_cmd

TYP_csdl_cmd

CSDL command name.

csdl_id

TYP_unid

CSDL identification specified by SRP.

description

archar(40)

CSDL description.

SAS_map_srq_id

This function maps the service request ID to the work order identifier.

For more information about using functions, see "Oracle Execution Examples."

Table 4-129 SAS_map_srq_id Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier.

Yes

I

wo_id

Work order identifier associated with the service request. Set to NULL if srq_id is invalid.

Yes

O

SAS_map_wo_id

This function maps the work order identifier to its service request ID. This information is stored in tbl_srq.

For more information about using functions, see "Oracle Execution Examples."

Table 4-130 SAS_map_wo_id Parameters

Name Description Req'd (I)nput/(O)utput

wo_id

Work order identifier.

Yes

I

srq_id

Service request identifier associated with the work order. Set to NULL if the work order is not found.

Yes

I

SAS_wo_detail

This function retrieves the detailed information for a work order specified in the input parameter wo_id. This information is retrieved from tbl_wrk_ord.

For more information about using functions, see "Oracle Execution Examples."

Table 4-131 SAS_wo_detail Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

wo_id

Work order identifier.

Yes

I

Table 4-132 SAS_wo_detail Results

Name Datatype Description

wo_id

TYP_wo_id

Work order identifier associated with the ASDL command.

wo_stat

TYP_wo_stat

Work order status.

org_unit

TYP_org_unit

Organization unit specified on order.

sched_dts

datetime

Due date and time.

orig_login

TYP_user_id

Originator of the work order in the host system.

comp_dts

datetime

The completion date and time of the ASDL processing.

srp_id

TYP_code

Name of the SRP that transmits the work order.

update_dts

datetime

Update date and time.

revs_flag

char(1)

Indicates whether any revisions were made.

exceptions

char(1)

Indicates whether there are any exceptions in the completion of the work order.

pend_cancel

char(1)

Indicates whether there is a pending order cancellation for this work order.

rollback_stat

TYP_status

Work order roll back status.

command

TYP_long

Provisioning command transmitted from SRP

srq_id

TYP_srq_id

Service request identifier.

grp_cd

TYP_grp_cd

Action to be taken by ASAP, which is transmitted from SRP.

srq_pri

TYP_srq_pri

Work order priority.

proc_type

TYP_proc_typ

Process type which specifies if the work order is immediate or a future type.

SAS_wo_by_host_clli

This function retrieves a list of work orders by host_clli in combination with other parameters from tbl_wrk_ord and tbl_srq.

For more information about using functions, see "Oracle Execution Examples."

Table 4-133 SAS_wo_by_host_clli Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

Host CLLI identifier.

No

I

sched_dts

The date and time the work order is scheduled to begin provisioning.

No

I

wo_stat

Work order status.

No

I

wo_id

Work order identifier or partial work order identifier. You can use wildcards.

No

I

SAS_wo_list

This function retrieves a list of work orders based on specified query criteria from tbl_wrk_ord, tbl_stat_text.

Three independent types of queries are supported by this function:

  • By specifying wo_id, the work orders exactly matching the work order ID are selected.

  • If wo_id is not specified (set to null), then the wo_stat, sched_dts_from, sched_dts_to and org_unit can be specified individually or in any combination. Work orders are retrieved based on all the parameters specified (and boolean relationships are used among the parameters).

  • When no parameters are supplied (that is, all fields are NULL), all work orders in SARM are retrieved.

For more information about using functions, see "Oracle Execution Examples."

Table 4-134 SAS_wo_list Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

wo_state

Work order status.

No

I

sched_dts_from

Start point of due date range.

No

I

sched_dts_to

End point of due date range.

No

I

org_unit

Organization Unit Code. This could be a partial org_unit with wildcards.

No

I

wo_id

Work order identifier or partial work order identifier. You can use wildcards.

No

I

Table 4-135 SAS_wo_list Results

Name Datatype Description

wo_id

TYP_wo_id

Work order identifier associated with the ASDL command.

srp_id

TYP_code

The logical SRP name.

wo_stat

TYP_wo_stat

Work order status.

org_unit

TYP_org_unit

Organization unit specified on order.

sched_dts

datetime

Due date and time.

orig_login

TYP_user_id

Originator of the work order in the host system.

lock_uid

TYP_user_id

User ID of the user who has locked the order for update.

lock_dts

datetime

Lock timestamp.

stat_text

TYP_stat_text

The work order status.

SAS_wo_parms

This function retrieves the global parameters for a service request (specified by srq_id) from tbl_srq_parm.

For more information about using functions, see "Oracle Execution Examples."

Table 4-136 SAS_wo_parms Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

srq_id

Service request identifier.

Yes

I

Table 4-137 SAS_wo_parms Results

Name Datatype Description

parm_lbl

TYP_parm_lbl

Parameter name.

parm_vlu

TYP_parm_vlu

Parameter value.

Update RPC interface definitions

This section describes the RPC interface definitions.

CSDL processing model

Note:

The work order must be in the LOCK state before the update can be performed. To avoid race conditions when updating a work order, the order must be locked using SAS_lock_wo.

Once the work order has been locked for processing, the following CSDL state transition model must be observed.

Figure 4-1 CSDL State Transition Model

Description of Figure 4-1 follows
Description of "Figure 4-1 CSDL State Transition Model"

Order management transactions:

The following table contains work order transactions and their associated functions.

Table 4-138 Order management transactions:

Transaction function Description

Change Due Date

SAS_change_due_dt

Changes the due date on one work order or a range of work orders.

Change Priority

SAS_change_priority

Changes the priority on the locked work order.

Lock service request

SAS_lock_wo

Locks the work order for update.

Hold service request

SAS_hold_wo

Holds the work order in ASAP to prevent provisioning. If the order is to be reviewed, the review indicator should be set.

Release service request to pending queue

SAS_release_wo

Releases a work order from the HELD, REVIEW, or LOCKED state to the ready queue for provisioning.

Before you can update a CSDL command on a locked order, the CSDL command must be in the INITIAL state. This is done by using the SAS_release_wo procedure.

Global parameter maintenance

1. SAS_lock_wo

2. SAS_add_wo_parm

3. SAS_delete_wo_parm

4. SAS_updt_wo_parm

5. SAS_release_wo

1. Locks the work order for update.

2. Creates a global work order parameter for the work order.

3. Deletes an existing work order parameter on the work order.

4. Updates an existing work order parameter on the work order.

5. Releases the work order to the pending, held, or review queue.

CSDL Management Transactions:

Table 4-139 CSDL Management Transactions

Transaction Function Description

Add a new CSDL command to an order

1. SAS_lock_wo

2. SAS_csdl_list (Optional)

3. SAS_renumber_csdl (Optional)

4. SAS_add_csdl

5. SAS_add_csdl_parm

6. SAS_release_wo

1. Locks the work order for update.

2. Determines the sequence insertion point for the CSDL command within the order.

3. Optional CSDL sequencing renumber that creates an insertion point for the new CSDL command.

4. Adds the CSDL command to the order for provisioning.

5. Adds the necessary parameters to the CSDL command.

6. Releases the work order to the pending, held, or review queue.

Delete a CSDL command from the order

1. SAS_lock_wo

2. SAS_csdl_list (Optional)

3. SAS_abort_csdl

4. SAS_release_wo

1. Locks the work order for update.

2. Selects an INITIAL state CSDL command on the order.

3. Aborts the CSDL command to prevent provisioning. Do not set the “copy CSDL" parameter.

4. Releases the work order to the pending, held, or review queue.

Update a CSDL command on the order

-

Aborts the specified CSDL command and then creates a new CSDL command.

CSDL parameter maintenance

1. SAS_lock_wo

2. SAS_csdl_list (Optional)

3. SAS_add_csdl_parm

4. SAS_csdl_parms (Optional)

5. SAS_updt_csdl_parm

6. SAS_delete_csdl_parm

7. SAS_release_wo

1. Locks the work order for update.

2. Selects an INITIAL state CSDL command on the order.

3. Creates a new CSDL parameter on a specific CSDL command.

4. Selects the CSDL parameter to be modified or deleted.

5. Updates the CSDL parameter value.

6. Deletes the CSDL parameter.

7. Releases the work order to the pending, held, or review queue.

Change the CSDL command provisioning sequence

1. SAS_lock_wo

2. SAS_csdl_list (Optional)

3. SAS_renumber_csdl (Optional)

4. SAS_move_csdl

5. SAS_release_wo

1. Locks the work order for update.

2. Selects an INITIAL state CSDL command on the order.

3. Optional CSDL sequencing renumber that creates an insertion point for the CSDL command.

4 .Moves the selected CSDL command within the order.

5. Releases the work order to the pending, held, or review queue.

Failed Order Processing Transactions:

Table 4-140 Failed Order Processing Transactions:

Transaction Function Description

Fix an order with inconsistent or missing parameters (Note: This includes routing errors.)

1. SAS_wo_list (Optional)

2. SAS_lock_wo

3. SAS_csdl_list (Optional)

4. SAS_abort_csdl

5. SAS_release_wo, SAS_hold_wo, SAS_resubmit_wo

1. Selects the failed orders or a specific order.

2. Locks the work order for update.

3. Analyzes the CSDL commands on the order to determine the failed CSDL. Fixes the global work order parameters as described in “Global parameter maintenance".

4. Aborts the failed CSDL command and creates a revision copy of the CSDL command. Fixes the CSDL parameters as described in “CSDL parameter maintenance".

5. Releases the work order to the pending, held, or review queue or resubmits for immediate processing.

Retry a failed order with no changes

1. SAS_wo_list (Optional)

2. SAS_lock_wo

3. SAS_csdl_list (Optional)

4. SAS_release_wo, SAS_resubmit_wo

1. Selects the failed orders or a specific order.

2. Locks the work order for update.

3. Analyzes the CSDL commands on the order to determine the failed CSDL.

4. Releases the work order to the pending queue or resubmits for immediate processing.

Fix a failed order with a translation error

1. SAS_lock_wo

2. SAS_release_wo

1. Locks the work order for update.Fixes the global and/or CSDL parameters that caused the translation error.

2. Releases the work order to the pending, held, or review queue.

functions

This section lists the syntax, descriptions, parameters, and results for the functions that apply to the Update RPC interface definition.

SAS_abort_csdl

This function aborts a CSDL and creates a copy of that CSDL. When the copy is created, the copy can be edited, or changes can be made to the CSDL parameters to fix provisioning problems. Upon the order completion, the original CSDL and copy of the CSDL command is available for revisions and for further processing. Updates tbl_srq_parm.

For more information about using functions, see "Oracle Execution Examples."

Table 4-141 SAS_abort_csdl Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier that is used to specify the work order.

Yes

I

csdl_seq_no

Sequence number used to identify the CSDL command within the service request.

Yes

I

copy_flag

Yes/no flag indicating whether or not a copy of the CSDL command should be made.

Yes

I

new_seq_no

Sequence number used to identify the copy of the CSDL command within the service request. If the copy cannot be created, this parameter is returned as -1.

Yes

O

userid

Optional user identification for audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_abort_wo

This function aborts a work order that has not begun provisioning, or one that has failed during the translation or provisioning phase. Affected tables: tbl_wrk_ord, tbl_srq,

For more information about using functions, see "Oracle Execution Examples."

Table 4-142 SAS_abort_wo Parameters

Name Description Req'd (I)nput/(O)utput

wo_id

Work order identifier or partial work order identifier. For a partial work order, use a syntax similar to “C1234%". Using partial order numbers like “%123" when using this function requires considerable system resources and therefore may affect system performance.

Yes

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_add_csdl

This function adds a CSDL command to the service request (tbl_srq_csdl).

For more information about using functions, see "Oracle Execution Examples."

Table 4-143 SAS_add_csdl Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier that is used to specify the work order.

Yes

I

csdl_seq_no

Sequence number used to identify the sequence of the CSDL command within the service request.

Yes

O

csdl_cmd

The CSDL command to add to the service request.

Yes

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure (for instance, guest) to enable the audit log.

No

I

rev_seq_no

Sequence number for the original CSDL command used to identify that this is a revision.

Yes

I

csdl_id

CSDL identification for the SRP.

Yes

I

sequence

Sequence number.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_add_csdl_parm

This function adds CSDL parameters to an existing CSDL command, which is in the INIT state (tbl_srq_parm).

For more information about using functions, see "Oracle Execution Examples."

Table 4-144 SAS_add_csdl_parm Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier that is used to specify the work order.

Yes

I

csdl_seq_no

Sequence number used to identify the CSDL command within the service request.

Yes

I

parm_lbl

CSDL parameter name.

Yes

I

parm_vlu

CSDL parameter value.

Yes

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_add_wo_parm

This function adds global work order parameters to an existing service request (tbl_srq_parm).

For more information about using functions, see "Oracle Execution Examples."

Table 4-145 SAS_add_wo_parm Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier that is used to specify the work order.

Yes

I

parm_lbl

CSDL parameter name.

Yes

I

parm_vlu

CSDL parameter value.

Yes

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_change_due_dt

This function changes the due date on specified work orders in tbl_srq. It is not necessary for work orders to be in the LOCKED state. The criteria must comply with the following rules:

  • Either wo_id or wo_stat must be supplied.

  • wo_id can be supplied with the wildcard % for an approximate search.

  • If wo_id is given, wo_stat, date range and org_unit are ignored.

  • If wo_id is not given, but wo_stat is given, date range and org_unit take effect.

For more information about using functions, see "Oracle Execution Examples."

Table 4-146 SAS_change_due_dt Parameters

Name Description Req'd (I)nput/(O)utput

wo_id

Work order identifier or a partial work order identifier. For a partial work order use a syntax similar to “C1234%". Note: using partial order numbers like “%123" when using this function requires considerable system resources and therefore may affect system performance.

No

I

due_dt

New due date for the work orders.

Yes

I

wo_stat

Work order status. This parameter cannot be set if the wo_id parameter is specified.

No

I

from_dt, to_dt

Optional due date range for specifying the work orders to update. These parameters cannot be set if the wo_id parameter is specified.

No

I

org_unit

Optional organization unit identifier.

No

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_change_priority

Changes the priority on the work orders specified by the query criteria. Work orders do not need to be in the LOCKED state. Affected tables: tbl_wrk_ord, tbl_srq. The query criteria must comply with the following rules:

  • Either wo_id or wo_stat must be supplied.

  • wo_id can be supplied with the wildcard % for an approximate search (like in SQL).

  • If wo_id is given, wo_stat, date range and org_unit are ignored.

  • If wo_id is not given, but wo_stat is given, date range and org_unit take effect.

For more information about using functions, see "Oracle Execution Examples."

Table 4-147 SAS_change_priority Parameters

Name Description Req'd (I)nput/(O)utput

wo_id

Work order identifier or partial work order identifier. For a partial work order use syntax similar to “C1234%". Note: using a partial order numbers like “%123" when using this function requires considerable system resources and therefore may affect system performance.

No

I

priority

New priority for the work order(s).

Yes

I

wo_stat

Optional work order status. This parameter cannot be set if the wo_id parameter is specified.

No

I

from_dt, to_dt

Optional due date range to specify the work orders to update. These parameters cannot be set if the wo_id parameter is specified.

No

I

org_unit

Optional organization unit identifier.

No

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure (for instance, guest) to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_delete_csdl_parm

This function deletes CSDL parameters from an existing CSDL command (tbl_srq_parm).

For more information about using functions, see "Oracle Execution Examples."

Table 4-148 SAS_delete_csdl_parm Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier that is used to specify the work order.

Yes

I

csdl_seq_no

Sequence number used to identify the CSDL command within the service request.

Yes

I

parm_lbl

CSDL parameter name.

Yes

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure (for instance, guest) to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_delete_wo_parm

This function deletes work order parameters from a service request (tbl_srq_parm).

For more information about using functions, see "Oracle Execution Examples."

Table 4-149 SAS_delete_wo_parm Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier that is used to specify the work order.

Yes

I

parm_lbl

CSDL parameter name.

Yes

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure (for instance, guest) to enable the audit log.

No

I

ora_option

If option is set to Y, the parameters deleted are based on a wildcard search; if option is N, only the parameter exactly matching parm_lbl will be deleted.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_get_csdl_stat

This function is used to retrieve the status of a CSDL command in a service request.

For more information about using functions, see "Oracle Execution Examples."

Table 4-150 SAS_get_csdl_stat Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

The service request identifier.

Yes

I

csdl_seq_no

The sequence number used to identify the CSDL command within the service request.

Yes

I

csdl_stat

The status of the CSDL when the function is returned.

Yes

O

SAS_get_srq_stat

This function is used to retrieve the status of a service request from tbl_srq.

For more information about using functions, see "Oracle Execution Examples."

Table 4-151 SAS_get_srq_stat Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

The service request identifier.

Yes

I

srq_stat

The status of the service request when the function is returned.

Yes

O

SAS_get_wo_stat

This function is used to retrieve the status of a work order from tbl_wrk_ord.

For more information about using functions, see "Oracle Execution Examples."

Table 4-152 SAS_get_wo_stat Parameters

Name Description Req'd (I)nput/(O)utput

wo_id

The work order identifier.

Yes

I

wo_stat

The status of the work order when the function is returned.

Yes

O

SAS_hold_wo

This function holds a work order specified by wo_id. Only work orders in the LOCKED state can be held. Work order status information is contained in tbl_wrk_ord.

For more information about using functions, see "Oracle Execution Examples."

Table 4-153 SAS_hold_wo Parameters

Name Description Req'd (I)nput/(O)utput

wo_id

Work order identifier.

Yes

I

review

Yes/no flag indicating whether or not the order should be set for REVIEW.

No

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure (for instance, guest) to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_lock_wo

This function locks the work order specified and sets its state to LOCKED. Only work orders in INIT, REVIEW, TRANSLATION FAILED, HELD and FAILED state can be locked. Transfer_WO and latency_timout parameters can be used in high availability mode only. Work order status information is contained in tbl_wrk_ord.

For more information about using functions, see "Oracle Execution Examples."

Table 4-154 SAS_lock_wo Parameters

Name Description Req'd (I)nput/(O)utput

wo_id

Work order identifier.

Yes

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure (for instance, guest) to enable the audit log.

No

I

result

Set to:

  • 0 – Indicates successful order lock

  • 1 – Indicates order lock failed

Yes

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

latency_timeout

Deprecated.

transfer_wo

Deprecated.

SAS_move_csdl

This function changes the provisioning sequence number for an existing CSDL command on a service request. This information is contained in tbl_srq_csdl.

For more information about using functions, see "Oracle Execution Examples."

Table 4-155 SAS_move_csdl Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

srq_id

Service request identifier used to specify the work order.

Yes

I

csdl_seq_no

Sequence number used to identify the CSDL command within the service request.

Yes

I

prov_seq

The new provisioning sequence number for the CSDL on the service request.

Yes

I

userid

Optional user identification for audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure (for instance, guest) to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_release_wo

This function releases a work order for ASAP processing. The work order must be in a HELD, REVIEW or LOCKED state before it can be released. Work order status information is contained in tbl_srq_csdl.

For more information about using functions, see "Oracle Execution Examples."

Table 4-156 SAS_release_wo Parameters

Name Description Req'd (I)nput/(O)utput

wo_id

Work order identifier.

Yes

I

immediate

A flag indicating if the order should be released immediately or on the due date. Possible values:

  • Y – Immediate release

  • N – Release on due date

No

I

due_dt

Optional due date used to specify a new due date for the work order. If the order is immediate, then this parameter is ignored.

No

I

rel_to_fail

Yes/no flag indicating the value of new_wo_stat. Possible values:

  • N – new_wo_stat is set to WO_INIT.

  • Y – new_wo_stat is set to WO_FAILED.

No

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_renumber_csdl

This function renumbers the provisioning sequence of all CSDL commands on a service request using the interval specified by the interval parameter. This information is contained in tbl_srq_csdl.

For more information about using functions, see "Oracle Execution Examples."

Table 4-157 SAS_renumber_csdl Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier that is used to specify the work order.

Yes

I

interval

Optional renumbering interval for the CSDL commands within the order (defaults to 5).

No

I

userid

Optional user identification for audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure (for instance, guest) to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_resubmit_wo

This function resubmits a failed or locked work order for provisioning. The work order must be in the FAILED or LOCKED state before it can be resubmitted. Work order information is contained in tbl_wrk_ord.

For more information about using functions, see "Oracle Execution Examples."

Table 4-158 SAS_resubmit_wo Parameters

Name Description Req'd (I)nput/(O)utput

wo_id

Work order identifier.

Yes

I

abort_cur_csdl

Yes/no flag indicating whether or not the current CSDL should be aborted before resubmitting the order (defaults to No).

No

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure (for instance, guest) to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_updt_csdl_parm

This function updates the CSDL parameters of an existing CSDL command in a service request (tbl_srq_parm).

For more information about using functions, see "Oracle Execution Examples."

Table 4-159 SAS_updt_csdl_parm Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier that is used to specify the work order.

Yes

I

csdl_seq_no

Sequence number used to identify the CSDL command within the service request.

Yes

I

parm_lbl

CSDL parameter name.

Yes

I

parm_vlu

CSDL parameter value.

Yes

I

userid

Optional user identification for audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure (for instance, guest) to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S – SRQ log

  • W – Work order audit log

  • B – Both

  • N – Neither

No

I

update_dts

Date and time of the last update.

No

I

SAS_updt_wo_parm

This function updates global work order parameters on the service request (tbl_srq_parm).

For more information about using functions, see "Oracle Execution Examples."

Table 4-160 SAS_updt_wo_parm Parameters

Name Description Req'd (I)nput/(O)utput

srq_id

Service request identifier that is used to specify the work order.

Yes

I

parm_lbl

CSDL parameter name.

Yes

I

parm_vlu

CSDL parameter value.

Yes

I

userid

Optional user identification for the audit log. Set to NULL to disable the audit log. Set to the user ID of the user who executes the procedure (for instance, guest) to enable the audit log.

No

I

evt_text

The text of the message associated with the event.

No

I

audit_flag

Indicates which audit log receives the message:

  • S for SRQ log

  • W for work order audit log

  • B for both

  • N for neither

No

I

update_dts

Date and time of the last update.

No

I

Control interface RPCs

This section describes the function interface that accesses the dynamic data in the Control database.

SAS_list_alarm_log

This function lists system-generated alarms contained in tbl_alarm_log. Alarms can be retrieved using the ID of the event that generates the alarm (event_unid), system alarm code (alarm_code), or alarm ID (alarm_unid), or any combination of these three parameters (and Boolean relationships). If no parameters are specified, all the alarms saved to the alarm log.

For more information about using functions, see "Oracle Execution Examples."

Table 4-161 SAS_list_alarm_log Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

event_unid

Unique ID of the event that generated the alarm.

No

I

alarm_code

The alarm code of the generated alarm.

No

I

alarm_unid

Unique ID of the alarm.

No

I

Table 4-162 SAS_list_alarm_log Results

Name Datatype Description

event_unid

TYP_unid

Unique ID of the event that generated the alarm.

alarm_code

TYP_code

The alarm code of the generated alarm.

alarm_unid

TYP_unid

Unique ID of the alarm.

start_dts

datetime

The start date and time of the system alarm.

escalation_dts

datetime

The date and time of the last alarm escalation.

clear_dts

datetime

The date and time when the alarm was cleared.

SAS_list_appl_proc

This function lists ASAP application configuration information contained in tbl_appl_proc. Application configuration information can be retrieved using the ASAP application server (appl_cd) or the ASAP startup sequence (start_seq), or by combining these two parameters. If neither parameter is specified, configuration information for all the ASAP application servers is retrieved.

For more information about using functions, see "Oracle Execution Examples."

Table 4-163 SAS_list_appl_proc Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

appl_cd

The logical ASAP application client/server code, for instance SARM, NEP01, etc.

No

I

start_seq

Specifies the ASAP startup sequence. This allows control to be exercised over the sequence in which applications are started.

No

I

Table 4-164 SAS_list_appl_proc Results

Name Datatype Description

start_seq

TYP_start_seq

Startup sequence number.

appl_type

TYP_appl_type

Application type, i.e., Client (“C") or Server (“S"), Master Control Server (“M"), Remote Slave Control Server (“R").

appl_cd

TYP_code

ASAP logical Client/Server name.

control_svr

TYP_code

The logical ASAP control server that spawns and monitors the application.

description

TYP_desc

Brief description of the ASAP application.

diag_file

TYP_unix_file

Diagnostic file name where all application diagnostic messages are output.

auto_start

TYP_yesno

Determines if the application is started automatically when ASAP starts.

program

varchar(40)

The name of the executable UNIX file that corresponds to the application.

diag_level

TYP_diag_level

Diagnostic level of the ASAP application.

isactive

isactive

Indicates whether the application is currently active.

last_start

datetime

The last date and time when the application was started.

last_halt

datetime

The last date and time when the application was terminated.

last_abnormal

datetime

The last date and time when the application was abnormally terminated.

svr_type

varchar(8)

This field defines the type of server.

SAS_list_event_log

This function lists system events generated by ASAP applications. This information is retrieved from tbl_event_log. Events can be retrieved using event ID (event_unid), ASAP application server (appl_cd) or date range that the event is generated (from_dt and to_dt), or any combination of these parameters (and boolean relationships). If no parameters are specified, the events for all the ASAP application servers are retrieved.

For more information about using functions, see "Oracle Execution Examples."

Table 4-165 SAS_list_event_log Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

event_unid

Unique ID of the event that generated the alarm.

No

I

appl_cd

Logical name of the ASAP application server.

No

I

from_dt

The start from date and time in the date range that the events are generated.

No

I

to_dt

End date and time in the date range that the events are generated.

No

I

Table 4-166 SAS_list_event_log Results

Name Datatype Description

appl_cd

TYP_code

Logical name of the ASAP application that generated the system event.

event_type

TYP_event

The event type that determines if the alarm is to be generated when the event occurs.

event_unid

TYP_unid

Unique ID of the event that generated the alarm.

source_file

TYP_unix_file

Source file that corresponds to the ASAP application that generated the event.

source_line

TYP_short

Line number in the source file.

reason

TYP_reason

Brief description of the reason for the event.

evt_dts

datetime

Date and time of the system event.

SAS_list_proc_info

This function retrieves process information from tbl_process_info for a specified application server.

Table 4-167 SAS_list_proc_info Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

appl_cd

Logical name of the ASAP application server.

No

I

from_dt

The start from date and time in the date range that the application process information is logged.

No

I

to_dt

End date and time in the date range that the application process information is logged.

No

I

Table 4-168 SAS_list_proc_info Results

Name Datatype Description

appl_cd

TYP_code

ASAP logical Client/Server name.

info_dts

datetime

Date and time when process information was logged.

sys_events

TYP_short

The number of system events generated by the ASAP application process.

user_cpu

TYP_long

The user CPU usage of the process.

system_cpu

TYP_long

The system CPU usage of the process.

Real-time performance data gathering

To support the use of real-time performance monitoring tools, the SARM server maintains statistical data such as the number of orders that have been processed, flowed through, required manual intervention, and so on.

First, an Administration Server (ADMS) off-loads the performance data inquiry processing required by the SARM. Then, ADMS queries the SARM based on a system-configured parameter and responds to queries from the monitoring clients for real-time data. The polling requests from the clients are independent of the polling requests performed by the ADMS to the SARM. Finally, the ADMS updates the performance monitoring database periodically to generate historical information.

The RPCs defined in the Interface Definition are sent to ADMS for real-time information (ADM_*) and to the database server (PSP_*) for historical information.

For more information about using functions, see "Oracle Execution Examples."

Table 4-169 Real-time Performance Data Gathering Configuration Parameters

Name Default Value Config File Description

POLL_TIMER_ORDER

120

Global

Polling time, in minutes, to query order-related statistics from the SARM.

POLL_TIMER_CSDL

120

Global

Polling time, in minutes, to query CSDL-related statistics from the SARM.

POLL_TIMER_ASDL

120

Global

Polling time, in minutes, to query ASDL related statistics from the SARM.

POLL_TIMER_NE

120

Global

Polling time, in minutes, to query NE-related statistics from the SARM.

POLL_TIMER_NE_ASDL

120

Global

The polling timer is limited to the following values: 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60, and 120. ADMS queries the SARM at these intervals to store historical information in the database. These queries occur on the exact hour and at regular intervals within the hour.

ADM_asdl_stats, PSP_asdl_stats

These RPCs query the ASDL command statistics. ADM_asdl_stats performs a wildcard match on the ASDL. For example, if the ASDL passed is “A-ADD_", statistics are returned for all ASDLs that start with “A-ADD_".

Similarly, the PSP RPC is used for the same ASDL, together with a timestamp range. Historical statistics are returned from tbl_perf_asdl for all ASDLs meeting the criteria.

For more information about using functions, see "Oracle Execution Examples."

Table 4-170 ADM_asdl_stats, PSP_asdl_stats Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

sarm

SARM where data originated.

No

I/O

asdl_cmd

ASDL command.

No

I

from_dts, to_dts

Historical inquiry timestamp range.

No

I

Table 4-171 ADM_asdl_stats, PSP_asdl_stats Results

Name Datatype Description

sarm

char(8)

SARM where data originated.

update_dts

datetime

Update timestamp.

asdl_cmd

TYP_asdl_cmd

ASDL command.

asdl_exe

int

Number of times an ASDL command was sent to the NEP.

asdl_fail

int

Number of times an ASDL command failed.

asdl_comp

int

Number of times an ASDL command successfully completed.

asdl_parm_avg

float

Average number of ASDL parameters on the ASDL command.

asdl_parm_min

int

Minimum number of parameters on the ASDL command.

asdl_parm_max

int

Maximum number of parameters on the ASDL command.

asdl_rbacks

int

Number of times the ASDL command was rolled back.

asdl_soft_err

int

Number of times the ASDL command returned with a soft error.

asdl_retries

int

Number of times the ASDL was executed.

asdl_skipped

int

Number of times that the ASDL command was skipped.

comp_time_avg

float

Average completion time of the ASDL command.

comp_time_min

float

Minimum completion time of the ASDL command.

comp_time_max

float

Maximum completion time of the ASDL command.

ADM_csdl_stats, PSP_csdl_stats

These RPCs query CSDL command statistics from tbl_perf_csdl.

For more information about using functions, see "Oracle Execution Examples."

Table 4-172 ADM_csdl_stats, PSP_csdl_stats Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

sarm

SARM where data originated.

No

I/O

csdl_cmd

The CSDL command.

No

I

from_dts, to_dts

Historical inquiry timestamp range.

No

I

Table 4-173 ADM_csdl_stats, PSP_csdl_stats Results

Name Datatype Description

sarm

char(8)

SARM where data originated.

update_dts

datetime

Update timestamp.

csdl_cmd

csdl_cmd

CSDL command name.

csdl_rcvd

int

Number of times CSDL command was received by the SARM from the SRP.

csdl_prov

int

Number of times the CSDL command was provisioned.

csdl_comp

int

Number of times the CSDL command successfully completed.

csdl_fail

int

Number of times the CSDL command failed.

comp_time_avg

float

Average completion time of the ASDL command.

comp_time_min

float

Minimum completion time of the ASDL command.

comp_time_max

float

Maximum completion time of the ASDL command.

asdl_comp_avg

float

Average number of completed ASDLs for the CSDL command.

asdl_comp_min

int

Minimum number of completed ASDLs for the CSDL command.

asdl_comp_max

int

Maximum number of completed ASDLs for the CSDL command.

asdl_skip_avg

float

Average number of skipped ASDLs for the CSDL command.

asdl_skip_min

int

Minimum number of skipped ASDLs for the CSDL command.

asdl_skip_max

int

Maximum number of skipped ASDLs for the CSDL command.

csdl_parm_avg

float

Average number of CSDL parameters on the CSDL command.

csdl_parm_min

int

Minimum number of CSDL parameters on the CSDL command.

csdl_parm_max

int

Maximum number of CSDL parameters on the CSDL command.

PSP_db_admin

This function purges all admin performance data that have been stored for more than a specified number of days. The default value of a_days is 3 days if it is not provided.

Affected tables:

  • tbl_perf_order

  • tbl_perf_ne_asdl

  • tbl_perf_ne

  • tbl_perf_csdl

  • tbl_perf_asdl

For more information about using functions, see "Oracle Execution Examples."

Table 4-174 PSP_db_admin Parameters

Name Description Req'd (I)nput/(O)utput

days

Specifies the age (in days) of performance datato delete. All data older than the specified number of days is deleted.

Yes

I

ADM_ne_asdl_stats, PSP_ne_asdl_stats

These RPCs query NE statistics from tbl_perf_ne_asdl.

For more information about using functions, see "Oracle Execution Examples."

Table 4-175 ADM_ne_asdl_stats, PSP_ne_asdl_stats Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

sarm

SARM where data originated.

No

I/O

host_clli

The host NE identifier of an NE or SRP.

No

I

asdl_cmd

ASDL command.

No

I

user_type

User defined error type.

No

I

from_dts, to_dts

Historical inquiry timestamp range.

No

I

Table 4-176 ADM_ne_asdl_stats, PSP_ne_asdl_stats Results

Name Datatype Description

sarm

char(8)

SARM where data originated.

update_dts

datetime

Update timestamp.

host_clli

TYP_mcli

Host NE identifier.

asdl_cmd

TYP_asdl_cmd

ASDL command.

user_type

TYP_code

User defined error type.

value

int

User exit type count.

ADM_ne_stats, PSP_ne_stats

These RPCs query NE statistics from tbl_perf_ne.

For more information about using functions, see "Oracle Execution Examples."

Table 4-177 ADM_ne_stats, PSP_ne_stats Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

sarm

SARM where data originated.

No

I/O

host_clli

The host NE identifier of an NE or SRP.

No

I

from_dts, to_dts

Historical inquiry timestamp range.

No

I

Table 4-178 ADM_ne_stats, PSP_ne_stats Results

Name Datatype Description

sarm

char(8)

SARM where data originated.

update_dts

datetime

Update timestamp.

nep_svr_cd

TYP_code

The NEP managing the secondary pool of devices.

host_clli

TYP_mcli

Host NE identifier.

tech

TYP_tech

NE technology.

sftwr_load

TYP_load

NE software version.

state

varchar(25)

Current NE status.

estimate

int

ASDL estimate for the NE.

pending

int

Pending queue size.

in_progress

int

In progress queue size.

connect_count

int

Number of connections to NE.

retry_count

int

Retry queue size.

asdl_qtm_avg

float

Average time for an ASDL in the pending queue.

asdl_qtm_min

int

Minimum time for an ASDL in the pending queue.

asdl_qtm_max

int

Maximum time for an ASDL in the pending queue.

tot_ne_avail

float

Total time in seconds for which the NE is available. NE available time is defined as the time from when NE became available (successful connect), to the time that a disconnect was sent to the NE.

cur_ne_avail

float

Amount of time for which the NE has been available. If the NE is currently down, this time will be 0.

ne_usage

float

Percentage of time that the NE was used for provisioning activities.

num_asdl_comp

int

Number of ASDLs completed at the NE.

num_asdl_fail

int

Number of ASDLs that failed at the NE.

num_asdl_retry

int

Number of ASDLs that were retried at the NE.

tot_maint_tm

float

Total time for which NE has been in maintenance mode.

cur_maint_tm

float

Current time for which the NE is in maintenance mode.

num_asdl_rcvd

int

Total number of ASDLs received by the NE.

num_asdl_xfer

int

Total number of ASDLs transferred.

asdl_comp_tm_avg

float

Average completion time for an ASDL command.

asdl_comp_tm_min

float

Minimum completion time for an ASDL command.

asdl_comp_tm_max

float

Maximum completion time for an ASDL command.

pend_q_avg

float

Average number of ASDLs in the pending queue.

pend_q_max

int

Maximum number of ASDLs in the pending queue.

ADM_order_stats, PSP_order_stats

These RPCs query order statistics from tbl_perf_order.

For more information about using functions, see "Oracle Execution Examples."

Table 4-179 ADM_order_stats, PSP_order_stats Parameters

Name Description Req'd (I)nput/(O)utput

RC1

Oracle Database Ref Cursor.

Yes

I/O

sarm

SARM where data originated.

No

I/O

org_unit

Organization unit.

No

I

ord_type

Order type.

No

I

from_dts, to_dts

Historical inquiry timestamp range.

No

I

Table 4-180 ADM_order_stats, PSP_order_stats Results

Name Datatype Description

sarm

char(8)

SARM where data originated.

update_dts

datetime

Update timestamp.

org_unit

TYP_org_unit

Organization unit specified on order.

org_type

TYP_grp_cd

Order type.

global_p_avg

Float

Average number of global parameters.

global_p_min

int

Minimum number of global parameters.

global_p_max

int

Maximum number of global parameters.

ord_rec

int

Number of orders recorded.

ord_cancelled

int

Number of orders cancelled.

ord_rcvd

int

Number of order operations received. This value can be greater than the number of orders saved in the database.

ord_future

int

Number of future orders received.

ord_imm_fail

int

Number of orders that have failed.

ord_imm_comp

int

Number of orders that have been completed.

ord_tran_err

int

Number of orders that have translation errors.

ord_tmout

int

Number of orders timed-out.

ord_auto_rback

int

Number of orders that have been rolled back automatically.

ord_update

int

Number of orders that were updated after the original order was sent.

ord_collision

int

Number of order collisions.

ord_rtng_err

int

Number of orders that had routing errors.

latency_avg

float

Average order latency.

latency_min

int

Minimum order latency.

latency_max

int

Maximum order latency.

ord_fut_fail

int

The number of future-dated work orders that have failed.

ord_fut_comp

int

The number of future-dated work orders that have completed.

Switch activation and deactivation

A system administrator can activate and deactivate NE access using ASAP.

Once the system has been taken down and then brought back up, the NEs are automatically enabled.

SSP_ne_control

This function controls NE access by ASAP.

For more information about using functions, see "Oracle Execution Examples."

Table 4-181 SSP_ne_control Parameters

Name Description Req'd (I)nput/(O)utput

host_clli

The host NE identifier of an NE or SRP.

Yes

I

activate

Yes/no to activate or deactivate access to the NE.

Yes

I

C++ SRP API library

This chapter describes the ASAP C++ SRP API functions implemented in the libcsolsrp. This library provides an object-oriented API interface to the SARM to submit work orders and receive information about the progress of work orders, including events generated by the SARM.

SRP_Context class

The SRP_Context class initializes and starts the SRP. You must call the getInstance function with arguments before calling any functions in the libcsolsrp. This object has only one instance in the SRP.

Synopsis
class SRP_Context
{
public:
static SRP_Context * getInstance(void);
static SRP_Context * getInstance(int argc, char **argv,
SRP_EventInterfaceFactory *eventInterfaceFactory);
static SRP_WoUtils *getWoUtils(void);
static SRP_EventInterfaceFactory *getEventInterfaceFactory(void);
CS_RETCODE getUnId(WORK_ORD_NUM unIdType, 
CS_INT &unIdValue, CS_INT nonBlock);
CS_RETCODE extSysAvailable(ASAP_EXTSYS_ID extSysId, 
CS_INT nonBlock);
;
Public methods

The following are the public methods.

getInstance

Returns the object of this class. Returns 0 if failed. This can only be used after the one with the arguments is called.

Syntax:

static SRP_Context * getInstance(void);
getInstance

Returns the object of this class. If the object does not exist, a new object of the class is created and returned. The argc and argv arguments make an analogy to the arguments of main().

For more information, see "SRP_EventInterfaceFactory class."

The eventInterfaceFactory is an object of the SRP_EventInterfaceFactory class. You must create an object of the SRP_EventInterfaceFactory class before calling or using SRP_Context class. It returns 0 if failed.

Syntax:

static SRP_Context * getInstance(int argc, char **argv, SRP_EventInterfaceFactory *eventInterfaceFactory);
getWoUtils

Returns the object of the SRP_WoUtils class. It returns 0 if failed.

Syntax:

static SRP_WoUtils *getWoUtils(void);
getUnId

Returns the unId value of a specified unIdType from the SARM database. If the nonBlock is set to 1, this function returns CS_FAIL when a Sybase RPC communication problem occurs. If the nonBlock is set as 0, this function does not return CS_FAIL even if a Sybase RPC communication problem occurs. This function returns CS_SUCCEED if successful; CS_FAIL if failed.

Syntax:

CS_RETCODE getUnId(WORK_ORD_NUM unIdType, CS_INT &unIdValue, CS_INT nonBlock);
extSysAvailable

This function notifies SARM that a specified external system has become available again. If the nonBlock is set as 1, this function returns CS_FAIL when a Sybase RPC communication problem occurs. If the nonBlock is set as 0, this function does not return CS_FAIL even if a Sybase RPC communication problem occurs. This function returns CS_SUCCEED if successful; CS_FAIL if failed.

Syntax:

CS_RETCODE extSysAvailable(ASAP_EXTSYS_ID extSysId, CS_INT nonBlock);
getEventInterfaceFactory

Returns the object of the SRP_EventInterfaceFactory class. The user application must pass the object when it creates the object of the SRP_Context class.

Syntax:

static SRP_EventInterfaceFactory *getEventInterfaceFactory(void);

SRP_Parameter class

You can use the SRP_Parameter class to create and manipulate a parameter object. The object of this class is assigned to a CSDL or work order.

Synopsis
class SRP_Parameter
{
public:
    SRP_Parameter(const CSDL_PARAM_LABEL label, const CSDL_PARAM_VALUE value);
    SRP_Parameter(SRP_CSDL *csdl, const CSDL_PARAM_LABEL label, 
    const CSDL_PARAM_VALUE value);
    SRP_Parameter(SRP_WO *wo, const CSDL_PARAM_LABEL label, 
    const CSDL_PARAM_VALUE value);
    SRP_Parameter(const SRP_Parameter &parameter);    // new!
    ~SRP_Parameter(void);
    inline void getParameterLabel(CSDL_PARAM_LABEL &label) const;
    inline void setParameterLabel(const CSDL_PARAM_LABEL label);
    inline void getParameterValue(CSDL_PARAM_VALUE &value) const;
    inline void setParameterValue(const CSDL_PARAM_VALUE value);
    CS_BOOL operator==(const SRP_Parameter &parameter) const;
    SRP_Parameter& operator=(const SRP_Parameter &parameter);
    void print(std::ofstream &outFile);
    inline CS_RETCODE lock(void);
    inline CS_RETCODE unlock(void);
private:
    SRP_Parameter(void) {};
    CSDL_PARAM_LABEL m_label;
    CSDL_PARAM_VALUE m_value;
    ASC_Mutex *m_mutex;
    Diagnosis m_diag;    Event m_event;
};
Constructors

Use this constructor to provide the label and value arguments for the parameter object.

Syntax:

SRP_Parameter(const CSDL_PARAM_LABEL label, const CSDL_PARAM_VALUE value);

In addition to providing the label and value arguments, this constructor function inserts the parameter object into the specified CSDL object.

Syntax:

SRP_Parameter(SRP_CSDL *csdl, const CSDL_PARAM_LABEL label, const CSDL_PARAM_VALUE value);

Provides the label and value arguments. In addition, this constructor function inserts the parameter object into the specified work order object as a global parameter.

Syntax:

SRP_Parameter(SRP_WO *wo, const CSDL_PARAM_LABEL label, const CSDL_PARAM_VALUE value);
Public methods

The following are the public methods.

getParameterLabel

Returns the parameter label.

Syntax:

void getParameterLabel(CSDL_PARAM_LABEL &label) const;
setParameterLabel

Sets the parameter label. You can use this function to modify the object.

Syntax:

void setParameterLabel(const CSDL_PARAM_LABEL label);
getParameterValue

Returns the parameter value.

Syntax:

void getParameterValue(CSDL_PARAM_VALUE &value) const;
setParameterValue

Sets the parameter value. You can use this function to modify the object.

Syntax:

void setParameterValue(const CSDL_PARAM_VALUE value);
operator==

This operator compares two parameter objects. If the parameter labels are the same, this function returns CS_TRUE. If the labels are different, this function returns CS_FALSE.

Syntax:

CS_BOOL operator==(const SRP_Parameter &parameter) const;
print

This function writes the label and value of the current parameter object into the output file that you specify. You must open the output file before calling this function.

Syntax:

void print(std::ofstream &outFile);
lock

This function locks the current parameter object. Returns CS_SUCCEED if successful.

Syntax:

CS_RETCODE lock(void);
unlock

This function unlocks the current parameter object. Returns CS_SUCCEED if successful.

Syntax:

CS_RETCODE unlock(void);

SRP_CSDL class

The SRP_CSDL class is used to create and manipulate a CSDL object. The object of this class is assigned to a work order object.

Synopsis
class SRP_CSDL
{
public:
    SRP_CSDL(
    const CSDL_CMD_ST csdlCmd, 
    const ASAP_CSDL_TRAN_STATUS csdlStatus, 
    ASAP_CSDL_DESC csdlDesc = "", 
    ASAP_CSDL_ID csdlId = 0);
    SRP_CSDL(
    SRP_WO *wo, 
    const CSDL_CMD_ST csdlCmd, 
    const ASAP_CSDL_TRAN_STATUS csdlStatus, 
    ASAP_CSDL_DESC csdlDesc = "", 
    ASAP_CSDL_ID csdlId = 0);
    SRP_CSDL(const SRP_CSDL &csdl);
    ~SRP_CSDL(void);
    inline ASAP_CSDL_ID getCsdlId(void) const;
    inline void setCsdlId(const ASAP_CSDL_ID csdlId);
    inline void getCsdlCmd(CSDL_CMD_ST &csdlCmd) const;
    inline void setCsdlCmd(const CSDL_CMD_ST csdlCmd);
    inline ASAP_CSDL_TRAN_STATUS getCsdlStatus(void) const;
    inline void setCsdlStatus(const ASAP_CSDL_TRAN_STATUS csdlStatus);
    inline void getCsdlDesc(ASAP_CSDL_DESC &csdlDesc) const;
    inline void setCsdlDesc(const ASAP_CSDL_DESC csdlDesc);
    SRP_CSDL& operator=(const SRP_CSDL& csdl);  
    CS_RETCODE addParameter(SRP_Parameter *parameter);
    CS_INT getParameterCount(void);
    void print(std::ofstream &outFile);
    void deleteAllParameters(void);
    SRP_Parameter * findParameter(const CSDL_PARAM_LABEL label);
    SRP_Parameter * findParameter(SRP_Parameter *parameter);
    SRP_Parameter * findParameter(CS_INT sequence);
    SRP_Parameter *  removeParameter(const CSDL_PARAM_LABEL label);
    SRP_Parameter *  removeParameter(SRP_Parameter *parameter);
    inline std::set<SRP_Parameter*, SRPParamComparator>::iterator
    find_by_label(std::set<SRP_Parameter*, SRPParamComparator> &container, const CSDL_PARAM_LABEL label);
    inline CS_RETCODE lock(void);
    inline CS_RETCODE unlock(void);
    inline std::set<SRP_Parameter*, SRPParamComparator>* getParameters(void) const;
private:
    friend class SRP_RPCSubmitInterface;
    SRP_CSDL(void) {};
    ASC_Mutex *m_mutexParameters;
    CSDL_CMD_ST m_csdlCmd;
    ASAP_CSDL_TRAN_STATUS m_csdlStatus;
    ASAP_CSDL_DESC m_csdlDesc;
    ASAP_CSDL_ID m_csdlId;
    std::set<SRP_Parameter*, SRPParamComparator> m_parameters;
    ASC_Mutex *m_mutex;
    Diagnosis m_diag;
    Event m_event;
};
Constructors

This constructor function must include the CSDL command and status. The CSDL description and CSDL ID are optional.

Syntax:

SRP_CSDL(const CSDL_CMD_ST csdlCmd, const ASAP_CSDL_TRAN_STATUS csdlStatus, ASAP_CSDL_DESC csdlDesc = ““, ASAP_CSDL_ID csdlId = 0);

This constructor function must include the CSDL command and status. The CSDL description and CSDL ID are optional. In addition, this function inserts the CSDL object into the specified work order object.

Syntax:

SRP_CSDL(SRP_WO *wo, const CSDL_CMD_ST csdlCmd, const ASAP_CSDL_TRAN_STATUS csdlStatus, ASAP_CSDL_DESC csdlDesc = ““, ASAP_CSDL_ID csdlId = 0);

This constructor function must include an object of type SRP_CSDL.

Syntax:

SRP_CSDL(const SRP_CSDL &csdl);
Public methods

The following are the public methods.

getCsdlId

Returns the CSDL unique identifier.

Syntax:

ASAP_CSDL_ID getCsdlId(void) const;
setCsdlId

Sets the CSDL ID is used to modify the object.

Syntax:

void setCsdlId(const ASAP_CSDL_ID csdlId);
getCsdlCmd

Returns the CSDL command.

Syntax:

void getCsdlCmd(CSDL_CMD_ST &csdlCmd) const;
setCsdlCmd

Sets the CSDL value and is used to modify the object.

Syntax:

void setCsdlCmd(const CSDL_CMD_ST csdlCmd);
getCsdlStatus

Returns the CSDL status. Possible values are:

  • ASAP_CSDL_INITIAL – The CSDL command is ready to be provisioned.

  • ASAP_CSDL_HELD – The CSDL command is held from provisioning.

  • ASAP_CSDL_MANUAL_TRAN – CSDL command to be manually translated. This causes the work order not to be provisioned.

  • ASAP_CSDL_TRAN_ERR – CSDL command translation error.

Syntax:

ASAP_CSDL_TRAN_STATUS getCsdlStatus(void) const;
setCsdlStatus

Sets the CSDL status.

Syntax:

void setCsdlStatus(const ASAP_CSDL_TRAN_STATUS csdlStatus);
getCsdlDesc

Returns the CSDL description.

Syntax:

void getCsdlDesc(ASAP_CSDL_DESC &csdlDesc) const;
setCsdlDesc

Sets the CSDL description.

Syntax:

void setCsdlDesc(const ASAP_CSDL_DESC csdlDesc);
addParameter

Adds a parameter to the CSDL.

Syntax:

CS_RETCODE addParameter(SRP_Parameter *parameter);
getParameterCount

Returns the number of parameters in the CSDL.

Syntax:

CS_INT getParameterCount(void);
print

Writes the contents of the CSDL into the output file.

Syntax:

void print(std::ofstream &outFile);
deleteAllParameters

Removes all parameters from the CSDL and deletes the parameters. After the execution of this command, the result of referencing the deleted parameters is unpredictable.

Syntax:

void deleteAllParameters(void);
findParameter

Finds a specified parameter from the CSDL by the parameter label. The operation does not remove the parameter from the C++ SRP API.

Syntax:

SRP_Parameter * findParameter(const CSDL_PARAM_LABEL label);

Finds a specified parameter from the CSDL by the parameter object.

Syntax:

SRP_Parameter * findParameter(SRP_Parameter *parameter);

Finds a specified parameter from the CSDL by the sequence of the parameters in the CSDL.

Syntax:

SRP_Parameter * findParameter(CS_INT sequence);
removeParameter

Removes a specified parameter from the CSDL by the parameter label. This operation does not delete the parameter removed.

Syntax:

SRP_Parameter * removeParameter(const CSDL_PARAM_LABEL label);

Removes a specified parameter from the CSDL by parameter object. This operation does not delete the parameter removed.

Syntax:

SRP_Parameter * removeParameter(SRP_Parameter *parameter);
lock

Locks the current CSDL. The operation is blocked until it obtains the lock.

Syntax:

CS_RETCODE lock(void);
find_by_label

Finds a specified parameter from the CSDL by the parameter label. This function takes the container, set, as an argument and returns the iterator to the specified parameter.

Syntax:

find_by_label(std::set<SRP_Parameter*, SRPParamComparator> &container, const CSDL_PARAM_LABEL label);
unlock

Unlocks the current CSDL. You must always use the lock() method before using unlock() in a thread.

Syntax:

CS_RETCODE unlock(void);
getParameters

Returns a set of parameters corresponding to the CSDL.

inline std::set<SRP_Parameter*, SRPParamComparator>* getParameters(void) const;

SRP_WO class

The SRP_WO class is used to create and manipulate a work order object. The SRP_WO class provides all services for the upstream application to submit a service request to ASAP. The upstream application must generate a work order object in order to complete a service request. This class provides work order generation and submission functions.

Synopsis
class SRP_WO
{
public:
SRP_WO(void);
SRP_WO(const WORK_ORD_NUM woId);
SRP_WO(
const WORK_ORD_NUM woId,
const CS_DATETIME dueDate,
CS_INT operation = ASAP_CMD_WO_UPDATE,
CS_INT asdlTimeout = 0,
SRP_USERID userId = ““,
SRP_PASSWORD password = ““,
ASAP_SRQ_PRIORITY priority = ASAP_SRQ_NORMAL_PRIO,
DAT_ACTN_ST srqAction = ADD_ACTN,
ASAP_ORG_UNIT orgUnit = ““,
SRP_LOGIN origin = ““,
WORK_ORD_NUM parentWo = ““,
CS_INT woTimeout = USE_DEFAULT,
CS_INT retry = USE_DEFAULT,
CS_INT retryInt = USE_DEFAULT,
ASAP_BOOL_PROP_TYPE rback = “D",
ASAP_BOOL_PROP_TYPE delayFail = “N",
CS_INT delayFailThreshold = 0
);
// Work Order General Transaction Member Functions


// Property processing functions
void getWoId(WORK_ORD_NUM &workId) const;
void setWoId(const WORK_ORD_NUM workId);

void getDueDate(CS_DATETIME &dueDate) const;
CS_RETCODE getDueDate(CS_CHAR *dueDate) const;
void setDueDate(const CS_DATETIME dueDate);
void setDueDate(const CS_INT dtdays, const CS_INT dttime);
CS_RETCODE setDueDate(CS_CHAR *dueDate) const;

CS_INT getOperation(void) const;
void setOperation(const CS_INT operation);

void getMisc(ASAP_WO_MISC &misc) const;
void setMisc(const ASAP_WO_MISC misc);

void getOrgUnit(ASAP_ORG_UNIT &orgUnit) const;
void setOrgUnit(const ASAP_ORG_UNIT orgUnit);

void getOrigin(SRP_LOGIN &origin) const;
void setOrigin(const SRP_LOGIN origin);

CS_INT getEstimate(void) const;
void setEstimate (const CS_INT estimate);

CS_INT getStatus(void) const;
void setStatus (const CS_INT status);

CS_INT getAsdlTimeout(void) const;
void setAsdlTimeout(const CS_INT asdlTimeout);

void getUserId(SRP_USERID &userId) const;
void setUserId(const SRP_USERID userId);

void getPassword(SRP_PASSWORD &password) const;
void setPassword(const SRP_PASSWORD password);

void getPriority(ASAP_SRQ_PRIORITY &priority) const;
void setPriority(const ASAP_SRQ_PRIORITY priority);

void getSrqAction(DAT_ACTN_ST &srqAction) const;
void setSrqAction(const DAT_ACTN_ST srqAction);

void getParentWo(WORK_ORD_NUM &parentWo) const;
void setParentWo(const WORK_ORD_NUM parentWo);

CS_INT getWoTimeout(void) const;
void setWoTimeout(const CS_INT woTimeout);

CS_INT getRetry(void) const;
void setRetry(const CS_INT retry);

CS_INT getRetryInt(void) const;
void setRetryInt(const CS_INT retryInt);

void getRback(ASAP_BOOL_PROP_TYPE &rback) const;
void setRback(const ASAP_BOOL_PROP_TYPE rback);

void getDelayFail(ASAP_BOOL_PROP_TYPE &delayFail) const;
void setDelayFail(const ASAP_BOOL_PROP_TYPE delayFail);

CS_INT getDelayFailThreshold(void) const;
void setDelayFailThreshold(const CS_INT delayFailThreshold);

void getBatchGroup(WORK_ORD_NUM &batchGroup) const;
void setBatchGroup(const WORK_ORD_NUM batchGroup);

void getExtSysId(ASAP_EXTSYS_ID &extSysId) const;
void setExtSysId(const ASAP_EXTSYS_ID extSysId);

VOIDPTR getUserData(void) const;
void setUserData(const VOIDPTR userData);

void getApplName(APPL_NAME & applName) const;
void setApplName(const APPL_NAME applName);

CS_RETCODE getProperty(CS_INT property, CS_CHAR * value);
CS_RETCODE getProperty(CS_INT property, CS_INT &value);
CS_RETCODE getProperty(CS_INT property, CS_DATETIME &value);

CS_RETCODE setProperty(CS_INT property, const CS_CHAR * value);
CS_RETCODE setProperty(CS_INT property, const CS_INT value);
CS_RETCODE setProperty(CS_INT property, const CS_DATETIME value);

// Transaction processing functions
CS_RETCODE addCsdl(SRP_CSDL *csdl);
CS_RETCODE addGlobalParameter(SRP_Parameter *parameter);

CS_RETCODE restore(void);

CS_INT getGlobalParameterCount(void);
CS_INT getCsdlCount(void);

void print(ofstream &outFile);
//Work Order Submission member functions
CS_RETCODE submit(CS_INT noneBlock = 0);
CS_RETCODE deleteInSarm(CS_INT noneBlock = 0);
CS_RETCODE changeStatus(CS_INT noneBlock = 0);

// Special delete functions
void deleteAll(void);
SRP_Parameter * findGlobalParameter(const CSDL_PARAM_LABEL label);
SRP_Parameter * findGlobalParameter(SRP_Parameter *parameter);
SRP_Parameter * findGlobalParameter(CS_INT sequence);

SRP_Parameter * removeGlobalParameter(const 
CSDL_PARAM_LABEL label);
SRP_Parameter * removeGlobalParameter(SRP_Parameter 
*parameter);

SRP_CSDL * findCsdl(const CSDL_CMD_ST csdlCmd);
SRP_CSDL * findCsdl(const ASAP_CSDL_ID csdlId);
SRP_CSDL * findCsdl(SRP_CSDL *csdl);
SRP_CSDL * findCsdlBySequence(CS_INT sequence);

SRP_CSDL * removeCsdl(const CSDL_CMD_ST csdlCmd);
SRP_CSDL * removeCsdl(const ASAP_CSDL_ID csdlId);
SRP_CSDL * removeCsdl(SRP_CSDL *csdl);

CS_RETCODE lock(void);
CS_RETCODE unlock(void);
};
Constructors

This constructor invokes a work order object.

Syntax:

SRP_WO(void);

This constructor invokes a work order object. This function requires specified work order identification.

Syntax:

SRP_WO(const WORK_ORD_NUM woId);
Work order properties
SRP_WO(const WORK_ORD_NUM woId, 
const CS_DATETIME dueDate,
CS_INT operation = ASAP_CMD_WO_UPDATE,
CS_INT asdlTimeout = 0, 
SRP_USERID userId = ““,
SRP_PASSWORD password = ““,
ASAP_SRQ_PRIORITY priority = 
ASAP_SRQ_NORMAL_PRIO,
DAT_ACTN_ST srqAction = ADD_ACTN, 
ASAP_ORG_UNIT orgUnit = ““,
SRP_LOGIN origin = ““,
WORK_ORD_NUM parentWo = ““,
CS_INT woTimeout = USE_DEFAULT,
CS_INT retry = USE_DEFAULT,
CS_INT retryInt = USE_DEFAULT,
ASAP_BOOL_PROP_TYPE rback = “D",
ASAP_BOOL_PROP_TYPE delayFail = “N",
CS_INT delayFailThreshold = 0
);

This constructor requires the following attributes which assign all work order properties:

  • woId: Work order identification.

  • dueDate: The due date and time for work order provisioning.

  • operation: The operation that the SARM is to perform with the work order. The values are defined in the asap_core.h.

  • asdlTimeout: ASDL timeout.

  • userId: The user ID to be used for security authorization.

  • password: The password to be used for security authorization.

  • priority: The provisioning priority of the Service Request. The values are defined in the asap_core.h.

  • srqAction: The action type of the Service Request being sent. The values are defined in the libcsolsrp.h.

  • orgUnit: Organization Unit associated with the work order. This is the ID of a person or group to whom notification should be transmitted should an error or exception occur on the work order.

  • origin: Identifies the Host system user who created the work order.

  • parentWo: Parent work order for work order dependencies.

  • woTimeout: Work order timeout. If a work order is in progress more than the set number of seconds, then the SARM will fail the work order.

  • retry: The number of times to retry the work order.

  • retryInt: The retry interval on the work order.

  • rback: Rollback flag on the work order.

  • delayFail: Treat Hard ASDL errors in the SARM as Delayed Errors.

  • delayFailThreshold: If delayFail is set, this field represents the number of such delayed errors that must occur for the SARM to stop the work order processing.

Most of these attributes have a default value that is used if you do not provide one. To modify the properties after a work order object is created, you can also use the set operations below.

Public methods

The following are the public methods.

getWoId

Returns the work order ID.

Syntax:

void getWoId(WORK_ORD_NUM &workId) const;
setWoId

Sets a specified work order ID.

Syntax:

void setWoId(const WORK_ORD_NUM workId);
getDueDate

Returns the duration date by the CS_DATETIME data type.

Syntax:

void getDueDate(CS_DATETIME &dueDate) const;

Returns the due date by the CS_CHAR data type.

Syntax:

CS_RETCODE getDueDate(CS_CHAR *dueDate) const;
setDueDate

Sets the CSDL description by the CS_DATETIME.

Syntax:

void setDueDate(const CS_DATETIME dueDate);

Sets the due date and time by the dtdays and dttime.

Syntax:

void setDueDate(const CS_INT dtdays, const CS_INT dttime);

Sets the due date and time by CS_CHAR data type.

Syntax:

CS_RETCODE setDueDate(CS_CHAR *dueDate) const;
getOperation

Returns the operation.

Syntax:

CS_INT getOperation(void) const;
setOperation

Sets a specified operation.

Syntax:

void setOperation(const CS_INT operation);
getMisc

Returns the miscellaneous information.

Syntax:

void getMisc(ASAP_WO_MISC &misc) const;
setMisc

Sets miscellaneous information.

Syntax:

void setMisc(const ASAP_WO_MISC misc);
getOrgUnit

Returns the organization unit.

Syntax:

void getOrgUnit(ASAP_ORG_UNIT &orgUnit) const;
setOrgUnit

Sets a specified organization unit.

Syntax:

void setOrgUnit(const ASAP_ORG_UNIT orgUnit);
getOrigin

Returns the origin.

Syntax:

void getOrigin(SRP_LOGIN &origin) const;
setOrigin

Sets a specified origin.

Syntax:

void setOrigin(const SRP_LOGIN origin);
getEstimate

Returns the estimated amount of time (in seconds) for a work order to be completed by the SARM. The value is the total time from the work order being initially received by the SARM. The upstream application can set the estimate using the setEstimate function.

Syntax:

CS_INT getEstimate(void) const;
getStatus

Returns the status of a specified work order transaction, returned by the SARM. These values are defined in asap_core.h. This value must be checked after the submission to determine if the submission is successful.

Syntax:

CS_INT getStatus(void) const;
getAsdlTimeout

Returns the ASDL timeout.

Syntax:

CS_INT getAsdlTimeout(void) const;
setAsdlTimeout

Sets a specified ASDL timeout.

Syntax:

void setAsdlTimeout(const CS_INT asdlTimeout);
getUserId

Returns the user ID.

Syntax:

void getUserId(SRP_USERID &userId) const;
setUserId

Sets the user ID.

Syntax:

void setUserId(const SRP_USERID userId);
getPassword

Returns the password.

Syntax:

void getPassword(SRP_PASSWORD &password) const;

setPassword

Sets the password.

Syntax:

void setPassword(const SRP_PASSWORD password);
getPriority

Returns the priority of the Service Request.

Syntax:

void getPriority(ASAP_SRQ_PRIORITY &priority) const;
setPriority

Sets the priority of the Service Request.

Syntax:

void setPriority(const ASAP_SRQ_PRIORITY priority);
getSrqAction

Returns the action type of the Service Request.

Syntax:

void getSrqAction(DAT_ACTN_ST &srqAction) const;
setSrqAction

Sets the specified action type of the Service Request.

Syntax:

void setSrqAction(const DAT_ACTN_ST srqAction);
getParentWo

Returns the parent work order for work order dependencies.

Syntax:

void getParentWo(WORK_ORD_NUM &parentWo) const;
setParentWo

Sets the parent work order.

Syntax:

void setParentWo(const WORK_ORD_NUM parentWo);
getWoTimeout

Returns the work order timeout.

Syntax:

CS_INT getWoTimeout(void) const;
setWoTimeout

Sets the work order timeout.

Syntax:

void setWoTimeout(const CS_INT woTimeout);
getRetry

Returns the number of times to retry the work order.

Syntax:

CS_INT getRetry(void) const;m
setRetry

Sets the number of retries.

Syntax:

void setRetry(const CS_INT retry);
getRetryInt

Returns the retry interval.

Syntax:

CS_INT getRetryInt(void) const;
setRetryInt

Sets a specified retry interval.

Syntax:

void setRetryInt(const CS_INT retryInt);
getRback

Returns the rollback flag.

Syntax:

void getRback(ASAP_BOOL_PROP_TYPE &rback) const;
setRback

Sets the rollback flag.

Syntax:

void setRback(const ASAP_BOOL_PROP_TYPE rback);
getDelayFail

Returns the delay fail flag.

Syntax:

void getDelayFail(ASAP_BOOL_PROP_TYPE &delayFail) const;
setDelayFail

Sets the delay fail flag.

Syntax:

void setDelayFail(const ASAP_BOOL_PROP_TYPE delayFail);
getDelayFailThreshold

Returns the delay fail threshold.

Syntax:

CS_INT getDelayFailThreshold(void) const;
setDelayFailThreshold

Sets the delay fail threshold.

Syntax:

void setDelayFailThreshold(const CS_INT delayFailThreshold);
getBatchGroup

Returns the batch group.

Syntax:

void getBatchGroup(WORK_ORD_NUM &batchGroup) const;
setBatchGroup

Sets the batch group.

Syntax:

void setBatchGroup(const WORK_ORD_NUM batchGroup);
getExtSysId

Returns the external system ID for this work order.

Syntax:

void getExtSysId(ASAP_EXTSYS_ID &extSysId) const;
setExtSysId

Sets a specified external system ID.

Syntax:

void setExtSysId(const ASAP_EXTSYS_ID extSysId);
getUserData

Returns the user-defined data segment in the work order.

Syntax:

VOIDPTR getUserData(void) const;
setUserData

Sets a user-defined data segment.

Syntax:

void setUserData(const VOIDPTR userData);
getApplName

Returns the application name.

Syntax:

void getApplName(APPL_NAME & applName) const;
setApplName

Sets a specified application name in the work order. If you do not define a specified application name, the default is the current SRP name.

Syntax:

void setApplName(const APPL_NAME applName);
getProperty

Returns the value of a specified property. This is one of the overloaded operations. The properties are defined in libcsolsrp.h.

Syntax:

CS_RETCODE getProperty(CS_INT property, CS_CHAR * value);

Returns the value of a specified property. This is one of the overloaded operations. The properties are defined in libcsolsrp.h.

Syntax:

CS_RETCODE getProperty(CS_INT property, CS_INT &value);

Returns the value of a specified property. This is one of the overloaded operations. The properties are defined in libcsolsrp.h.

Syntax:

CS_RETCODE getProperty(CS_INT property, CS_DATETIME &value);
setProperty

Sets the value for a specified property whose data type is CS_CHAR.

Syntax:

CS_RETCODE setProperty(CS_INT property, const CS_CHAR * value);

Sets the value for a specified property whose data type is CS_INT.

Syntax:

CS_RETCODE setProperty(CS_INT property, const CS_INT value);

Sets the value for a specified property whose data type is CS_DATETIME.

Syntax:

CS_RETCODE setProperty(CS_INT property, const CS_DATETIME value);
addCsdl

Adds a specified CSDL into the work order.

Syntax:

CS_RETCODE addCsdl(SRP_CSDL *csdl);
addGlobalParameter

Adds a specified global parameter into the work order.

Syntax:

CS_RETCODE addGlobalParameter(SRP_Parameter *parameter);
restore

Rebuilds the current work order from the SARM.

Syntax:

CS_RETCODE restore(void);
getGlobalParameterCount

Returns the number of global parameters.

Syntax:

CS_INT getGlobalParameterCount(void);
getCsdlCount

Returns the number of CSDLs.

Syntax:

CS_INT getCsdlCount(void);
print

Prints the content of the work order. The upstream application must provide a file descriptor to print. The file must be opened.

Syntax:

void print(ofstream &outFile);
submit

Submits the current work order. If nonBlock is set, this function returns a fail when the connection to the SARM is unavailable. If nonBlock is not set, this function retries sending the RPC until it succeeds. The default is block.

Syntax:

CS_RETCODE submit(CS_INT nonBlock = 0);
deleteInSarm

Deletes the current work order from the SARM. If nonBlock is set, this function returns a fail when the connection to the SARM is unavailable. If nonBlock is not set, this function retries sending the RPC until it succeeds. The default is block.

Syntax:

CS_RETCODE deleteInSarm(CS_INT nonBlock = 0);
changeStatus

Changes the status of the current work order from the SARM. If nonBlock is set, this function returns a fail when the connection to the SARM is unavailable. If nonBlock is not set, this function retries sending the RPC until it succeeds. The default is block.

Syntax:

CS_RETCODE changeStatus(CS_INT nonBlock = 0);
deleteAll

Removes all global parameter and CSLD objects from the current work order, and deletes them. The result is unpredictable if you reference those objects after deleting them.

Syntax:

void deleteAll(void);
findGlobalParameter

Finds a global parameter by parameter label. This operation does not remove the object.

Syntax:

SRP_Parameter * findGlobalParameter(const CSDL_PARAM_LABEL label);

Finds a global parameter by parameter object. This operation does not remove the object.

Syntax:

SRP_Parameter * findGlobalParameter(SRP_Parameter *parameter);

Finds a global parameter by sequence of parameter in the work order. This operation does not remove the object.

Syntax:

SRP_Parameter * findGlobalParameter(CS_INT sequence);
removeGlobalParameter

Removes a global parameter from the work order by parameter label. This operation does not delete the object.

Syntax:

SRP_Parameter * removeGlobalParameter(const CSDL_PARAM_LABEL label);

Removes a global parameter from the work order by a specified parameter. This operation does not delete the object.

Syntax:

SRP_Parameter * removeGlobalParameter(SRP_Parameter *parameter);
findCsdl

Finds a CSDL by a specified CSDL command. This operation does not remove the object.

Syntax:

SRP_CSDL * findCsdl(const CSDL_CMD_ST csdlCmd);

Finds a CSDL by a specified CSDL ID. This operation does not remove the object.

Syntax:

SRP_CSDL * findCsdl(const ASAP_CSDL_ID csdlId);

Finds a CSDL by a specified CSDL object. This operation does not remove the object.

Syntax:

SRP_CSDL * findCsdl(SRP_CSDL *csdl);
findCsdlBySequence

Finds a CSDL by the sequence of CSDLs in the work order. This operation does not remove the object.

Syntax:

SRP_CSDL * findCsdlBySequence(CS_INT sequence);
removeCsdl

Removes a specified CSDL by CSDL command from the work order. This operation does not delete the object.

Syntax:

SRP_CSDL * removeCsdl(const CSDL_CMD_ST csdlCmd);

Removes a specified CSDL by CSDL ID from the work order. This operation does not delete the object.

Syntax:

SRP_CSDL * removeCsdl(const ASAP_CSDL_ID csdlId);

Removes a specified CSDL by CSDL object from the work order. This operation does not delete the object.

Syntax:

SRP_CSDL * removeCsdl(SRP_CSDL *csdl);
lock

Locks the work order object. The operation is blocked until it obtains the lock.

Syntax:

CS_RETCODE lock(void);
unlock

Releases the work order object. You must always use the lock() method before using unlock() in a thread.

Syntax:

CS_RETCODE unlock(void);

SRP_WoUtils class

The SRP_WoUtils class is used to lock work orders by work order ID.

Synopsis
class SRP_WoUtils
{
public:
CS_RETCODE lockWo(const WORK_ORD_NUM woId);
CS_RETCODE unlockWo(const WORK_ORD_NUM woId);
CS_RETCODE accessWo(const WORK_ORD_NUM woId);
};
Public methods

The following are the public methods.

lockWo

This function locks a specified work order by work order ID. Used to synchronize work order submission and work order event handling.

If the work order has been locked already, this operation is blocked until the work order is unlocked. Returns CS_SUCCEED if successfully completed.

Syntax:

CS_RETCODE lockWo(const WORK_ORD_NUM woId);
unlockWo

Unlocks a specified work order by work order ID. Returns CS_SUCCEED if successfully completed.

Syntax:

CS_RETCODE unlockWo(const WORK_ORD_NUM woId);
accessWo

This function is called by the work order event notification handlers upon receiving an event for a work order, and before performing any processing of the event involving work order access or update in the SRP database. This helps avoid data integrity problems when the SARM returns an event for the work order before the order is saved in the SRP database. This function returns CS_SUCCEED if successfully completed; CS_FAIL if failed.

Syntax:

CS_RETCODE accessWo(const WORK_ORD_NUM woId);

SRP_EventInterfaceFactory class

The SRP_EventInterfaceFactory class is used to instantiate the SRP_EventInterface objects that you define. This is an abstract class that you must define as a subclass, typically by overwriting create(). The C++ SRP API calls this function to create the event interface object that you define.

Synopsis
class SRP_EventInterfaceFactory 
{
public:
SRP_EventInterfaceFactory(void);

virtual SRP_EventInterface* create(void) = 0;
void setCondition(void *condition);
void* getCondition(void);
protected:
void * m_condition;

Diagnosis m_diag;
Event m_event;
};
Constructors

This constructor invokes a SRP_EventInterfaceFactory object.

Syntax:

SRP_EventInterfaceFactory(void);
Public methods

The following are the public methods.

create

This function that you have defined, creates and returns an object of the event interface that you have defined.

Syntax:

virtual SRP_EventInterface* create(void) = 0;
setCondition

Sets the condition for instantiating an event interface object. You can use this condition to create a different event interface object. For example, you can change the condition from time to time, and when the create() operation is invoked, it can check the condition to determine which event interface object must be created.

Syntax:

void setCondition(void *condition);
getCondition

Returns the condition.

Syntax:

void* getCondition(void);

SRP_EventInterface class

The SRP_EventInterface class is the base class for specific event interface objects. The SRP_EventInterface object calls the required event handler that you have defined when the corresponding events are received by the SRP from the SARM.

This is an abstract class. You must create a subclass from the SRP_EventInterface, and redefine the work order complete and work order failure event handlers. C++ SRP API provides other types of undefined event handlers. If you define these optional handlers, the event interface object calls the event handler that you have defined with the event object as the argument.

Synopsis
class SRP_EventInterface 
{
public:
SRP_EventInterface(void);
virtual CS_RETCODE woCompleteHandler (SRP_Event *event) = 0;
virtual CS_RETCODE woFailureHandler (SRP_Event *event) = 0;
virtual CS_RETCODE softErrorHandler (SRP_Event *event);
virtual CS_RETCODE woEstimateHandler(SRP_Event *event);
virtual CS_RETCODE woStartupHandler (SRP_Event *event);
virtual CS_RETCODE woRollbackHandler (SRP_Event *event);
virtual CS_RETCODE neUnknownHandler (SRP_Event *event);
virtual CS_RETCODE woBlockHandler(SRP_Event *event);
virtual CS_RETCODE woTimeOutHandler (SRP_Event *event);
virtual CS_RETCODE neAvailHandler (SRP_Event *event);
virtual CS_RETCODE neUnavailHandler (SRP_Event *event);
virtual CS_RETCODE woAcceptHandler (SRP_Event *event);
protected:
Diagnosis m_diag;
Event m_event;
};
Constructor

Constructor of the class.

Syntax:

SRP_EventInterface(void);
Public methods

The following are the public methods.

woCompleteHandler

The event handler is for the WO_COMPLETE event. You must redefine this function in the subclass of this class.

Syntax:

virtual CS_RETCODE woCompleteHandler (SRP_Event *event);
woFailureHandler

The event handler is for the WO_FAILURE event. You must redefine this function in the subclass of this class.

Syntax:

virtual CS_RETCODE woFailureHandler (SRP_Event *event);
softErrorHandler

The optional event handler is for the SOFT_ERROR event.

Syntax:

virtual CS_RETCODE softErrorHandler (SRP_Event *event);
woEstimateHandler

The optional event handler is for the WO_ESTIMATE event.

Syntax:

virtual CS_RETCODE woEstimateHandler(SRP_Event *event);
woStartupHandler

This optional event handler is for the WO_STARTUP event.

Syntax:

virtual CS_RETCODE woStartupHandler (SRP_Event *event);
woRollbackHandler

The optional event handler is for the WO_ROLLBACK event.

Syntax:

virtual CS_RETCODE woRollbackHandler (SRP_Event *event);
neUnknownHandler

This optional event handler is for the NE_UNKNOWN event.

Syntax:

virtual CS_RETCODE neUnknownHandler (SRP_Event *event);
woBlockHandler

The optional event handler is for the WO_BLOCKED event.

Syntax:

virtual CS_RETCODE woBlockHandler(SRP_Event *event);
woTimeOutHandler

The optional event handler is for the WO_TIMEOUT event.

Syntax:

virtual CS_RETCODE woTimeOutHandler (SRP_Event *event);
neAvailHandler

The optional event handler is for the NE_AVAIL event.

Syntax:

virtual CS_RETCODE neAvailHandler (SRP_Event *event);
neUnavailHandler

The optional event handler is for the NE_UNAVAIL event.

Syntax:

virtual CS_RETCODE neUnavailHandler (SRP_Event *event);
woAcceptHandler

The optional event handler is for the WO_ACCEPT event.

Syntax:

virtual CS_RETCODE woAcceptHandler (SRP_Event *event);

SRP_Event class

The SRP_Event class is a base class for different event classes. This class delivers specified event information to the event handlers. Normally, the upstream application retrieves the content in the event object to check work order provisioning status. It does not need to use the set functions in this class, except to produce a copy of the event object in the event handlers.

Note:

You must not delete this object. C++ SRP API creates and deletes this object.

Synopsis
class SRP_Event 
{
public:
SRP_Event(void);
void getWoId(WORK_ORD_NUM& woId) const;
CS_INT getEventUnId(void) const;
void getExtsysId(ASAP_EXTSYS_ID& extsysId) const;
CS_INT getEventStatus(void) const;
void setWoId (const WORK_ORD_NUM woId);
void setEventUnId(const CS_INT eventUnId);
void setExtsysId(const ASAP_EXTSYS_ID extsysId);
void setEventStatus(const CS_INT eventStatus);
};
Public methods

The following are the public methods.

getWoId

Returns the work order identification.

Syntax:

void getWoId(WORK_ORD_NUM& woId) const;
getEventUnId

Returns the event unit ID.

Syntax:

CS_INT getEventUnId(void) const;
getExtsysId

Returns the external system ID.

Syntax:

void getExtsysId(ASAP_EXTSYS_ID& extsysId) const;
getEventStatus

Returns the event status.

Syntax:

CS_INT getEventStatus(void) const;
setWoId

Sets the work order identification.

Syntax:

void setWoId (const WORK_ORD_NUM woId);
setEventUnId

Sets the event unit ID.

Syntax:

void setEventUnId(const CS_INT eventUnId);
setExtsysId

Sets the external system ID.

Syntax:

void setExtsysId(const ASAP_EXTSYS_ID extsysId);
setEventStatus

Sets the event status.

Syntax:

void setEventStatus(const CS_INT eventStatus);

SRP_WoCompleteEvent class

This class delivers the WO_COMPLETE event information to the completion event handler. It inherits from the SRP_Event class.

Synopsis
class SRP_WoCompleteEvent : public SRP_Event 
{
public:
SRP_WoCompleteEvent(void);
SRP_WoCompleteEvent(WORK_ORD_NUM woId, CS_INT eventUnId, 
ASAP_EXTSYS_ID extSysId, ASAP_REVISIONS_FLAG 
revFlag, ASAP_EXCEPTIONS_FLAG except);

void getRevFlag(ASAP_REVISIONS_FLAG& revFlag) const;
void getExcept(ASAP_EXCEPTIONS_FLAG& except) const;
void setRevFlag(const ASAP_REVISIONS_FLAG revFlag);
void setExcept(const ASAP_EXCEPTIONS_FLAG except);
};
Public methods

The following are the public methods.

getRevFlag

Returns the revision flag.

Syntax:

void getRevFlag(ASAP_REVISIONS_FLAG& revFlag) const;
getExcept

Returns the exception flag.

Syntax:

void getExcept(ASAP_EXCEPTIONS_FLAG& except) const;
setRevFlag

Sets the revision flag.

Syntax:

void setRevFlag(const ASAP_REVISIONS_FLAG revFlag);
setExcept

Sets the exception flag.

Syntax:

void setExcept(const ASAP_EXCEPTIONS_FLAG except);

SRP_WoFailureEvent class

The SRP_WoFailureEvent class delivers the WO_FAILURE event information to the failure event handler. This class inherits from the SRP_Event class.

Synopsis
class SRP_WoFailureEvent : public SRP_Event 
{
public:
SRP_WoFailureEvent(void);
SRP_WoFailureEvent(WORK_ORD_NUM woId, CS_INT eventUnId,
ASAP_EXTSYS_ID extSysId, ASAP_CSDL_SEQ_NO csdlSeqNo,
ASAP_CSDL_ID csdlId);
ASAP_CSDL_SEQ_NO getCsdlSeqNo(void) const;
ASAP_CSDL_ID getCsdlId(void) const;
void setCsdlSeqNo(const ASAP_CSDL_SEQ_NO csdlSeqNo);
void setCsdlId(const ASAP_CSDL_ID csdlId);
};
Public methods

The following are the public methods.

getCsdlSeqNo

Returns the CSDL sequence number.

Syntax:

ASAP_CSDL_SEQ_NO getCsdlSeqNo(void) const;
getCsdlId

Returns the CSDL ID.

Syntax:

ASAP_CSDL_ID getCsdlId(void) const;
setCsdlSeqNo

Sets the CSDL sequence number.

Syntax:

void setCsdlSeqNo(const ASAP_CSDL_SEQ_NO csdlSeqNo);
setCsdlId

Sets the CSDL ID.

Syntax:

void setCsdlId(const ASAP_CSDL_ID csdlId);

SRP_SoftErrorEvent class

The SRP_SoftErrorEvent class delivers the SOFT_ERROR event information to the soft error event handler. This class inherits from the SRP_Event class.

Synopsis
class SRP_SoftErrorEvent : public SRP_Event 
{
public:
SRP_SoftErrorEvent(void);
SRP_SoftErrorEvent(WORK_ORD_NUM woId, CS_INT eventUnId,
ASAP_EXTSYS_ID extSysId, ASAP_CSDL_SEQ_NO csdlSeqNo,
ASAP_CSDL_ID csdlId);
ASAP_CSDL_SEQ_NO getCsdlSeqNo(void) const;
ASAP_CSDL_ID getCsdlId(void) const;
void setCsdlSeqNo(const ASAP_CSDL_SEQ_NO csdlSeqNo);
void setCsdlId(const ASAP_CSDL_ID csdlId);
};
Public methods

The following are the public methods.

getCsdlSeqNo

Returns the CSDL sequence number.

Syntax:

ASAP_CSDL_SEQ_NO getCsdlSeqNo(void) const;
getCsdlId

Returns the CSDL ID.

Syntax:

ASAP_CSDL_ID getCsdlId(void) const;
setCsdlSeqNo

Sets the CSDL sequence number.

Syntax:

void setCsdlSeqNo(const ASAP_CSDL_SEQ_NO csdlSeqNo);
setCsdlId

Sets the CSDL ID.

Syntax:

void setCsdlId(const ASAP_CSDL_ID csdlId);

SRP_WoEstimateEvent class

The SRP_WoEstimateEvent class delivers the WO_ESTIMATE event information to the work order estimate event handler.

Synopsis
class SRP_WoEstimateEvent: public SRP_Event 
{
public:
SRP_WoEstimateEvent(void);
SRP_WoEstimateEvent(WORK_ORD_NUM woId, CS_INT eventUnId,
ASAP_EXTSYS_ID extSysId, ASAP_ESTIMATE estimate, ASAP_WO_MISC misc);
ASAP_ESTIMATE getEstimate(void) const;
void getMisc(ASAP_WO_MISC& misc) const;
void setEstimate(const ASAP_ESTIMATE estimate);
void setMisc(const ASAP_WO_MISC misc);
};
Public methods

The following are the public methods.

getEstimate

Returns the estimation.

Syntax:

ASAP_ESTIMATE getEstimate(void) const;
getMisc

Returns miscellaneous information.

Syntax:

void getMisc(ASAP_WO_MISC& misc) const;
setEstimate

Sets the estimation.

Syntax:

void setEstimate(const ASAP_ESTIMATE estimate);
setMisc

Sets the miscellaneous information.

Syntax:

void setMisc(const ASAP_WO_MISC misc);

SRP_WoStartupEvent class

The SRP_WoStartupEvent class delivers the WO_STARTUP event information to the work order startup handler.

Synopsis
class SRP_WoStartupEvent: public SRP_Event 
{
public:
SRP_WoStartupEvent(void);
SRP_WoStartupEvent(WORK_ORD_NUM woId, CS_INT eventUnId,
ASAP_EXTSYS_ID extSysId);
};

SRP_WoRollbackEvent class

The SRP_RollbackEvent class is used to deliver the WO_ROLLBACK event information to the work order roll-back event handler.

To inplement rollback of completed ASDLs, you must configure the WO_ROLLBACK, ROLLBACK_REQ, and IGNORE_ROLLBACK variables.

Synopsis
class SRP_WoRollbackEvent: public SRP_Event 
{
public:
SRP_WoRollbackEvent(void);
SRP_WoRollbackEvent(WORK_ORD_NUM woId, CS_INT eventUnId,
ASAP_EXTSYS_ID extSysId);
};

SRP_NEUnknownEvent class

The SRP_NEUnknownEvent class delivers the NE_UNKNOWN event information to the NE unknown event handler.

Synopsis
class SRP_NEUnknownEvent : public SRP_Event 
{
public:
SRP_NEUnknownEvent(void);
SRP_NEUnknownEvent(WORK_ORD_NUM woId, CS_INT eventUnId,
ASAP_EXTSYS_ID extSysId, ASAP_CSDL_SEQ_NO csdlSeqNo,
ASAP_CSDL_ID csdlId, ASAP_CLLI machClli);
ASAP_CSDL_SEQ_NO getCsdlSeqNo(void) const;
ASAP_CSDL_ID getCsdlId(void) const;
void getMachClli(ASAP_CLLI& machClli) const;
void setCsdlSeqNo(const ASAP_CSDL_SEQ_NO csdlSeqNo);
void setCsdlId(const ASAP_CSDL_ID csdlId);
void setMachClli(const ASAP_CLLI machClli);
};
Public methods

The following are the public methods.

getCsdlSeqNo

Returns the order sequence of the CSDL command within the work order.

Syntax:

ASAP_CSDL_SEQ_NO getCsdlSeqNo(void) const;
getCsdlId

Returns the CSDL ID. The CSDL ID uniquely identifies the CSDL command to be provisioned.

Syntax:

ASAP_CSDL_ID getCsdlId(void) const;
getMachClli

Returns the machine CLLI. The machine CLLI identifies the NE that is not known to SARM.

Syntax:

void getMachClli(ASAP_CLLI& machClli) const;

SRP_WoBlockEvent class

The SRP_WoBlockEvent class delivers the WO_BLOCKED event information to the work order block event handler.

Synopsis
class SRP_WoBlockEvent : public SRP_Event 
{
public:
SRP_WoBlockEvent(void);
SRP_WoBlockEvent(WORK_ORD_NUM woId, CS_INT eventUnId,
ASAP_EXTSYS_ID extSysId, ASAP_WO_BLOCK_REASON 
m_reason);
void getReason(ASAP_WO_BLOCK_REASON& reason) const;
void setReason(const ASAP_WO_BLOCK_REASON reason);
};
Public methods

The following are the public methods.

getReason

Returns the reason why provisioning of the work order has been blocked.

Syntax:

void getReason(ASAP_WO_BLOCK_REASON& reason) const;
setReason

Sets the reason why provisioning of the work order can be blocked.

Syntax:

void setReason(const ASAP_WO_BLOCK_REASON reason);

SRP_WoTimeOutEvent class

The SRP_WoTimeOutEvent class delivers the WO_TIMEOUT event information to the work order timeout event handler.

Synopsis
class SRP_WoTimeOutEvent: public SRP_Event 
{
public:
SRP_WoTimeOutEvent(void);
SRP_WoTimeOutEvent(WORK_ORD_NUM woId, CS_INT eventUnId,
ASAP_EXTSYS_ID extSysId, ASAP_WO_TIMEOUT_STATUS status);
ASAP_WO_TIMEOUT_STATUS getStatus(void) const;
void setStatus(const ASAP_WO_TIMEOUT_STATUS status);
};
Public methods

The following are the public methods.

getStatus

Returns the status of the work order. Possible values include:

(ASAP_TIMEOUT_EXECUTING, ASAP_TIMEOUT_FAIL, ...) These are defined in the “asap_core.h".

Syntax:

ASAP_WO_TIMEOUT_STATUS getStatus(void) const;
setStatus
void setStatus(const ASAP_WO_TIMEOUT_STATUS status);

SRP_NEAvailEvent class

The SRP_NEAvailEvent class delivers the NE_AVAIL event information to the NE available event handler.

Synopsis
class SRP_NEAvailEvent : public SRP_Event 
{
public:
SRP_NEAvailEvent(void);
SRP_NEAvailEvent(WORK_ORD_NUM woId, CS_INT eventUnId,
ASAP_EXTSYS_ID extSysId, ASAP_CLLI hostClli);
void getHostClli(ASAP_CLLI& hostClli) const;
void setHostClli(const ASAP_CLLI hostClli);
};
Public methods

The following are the public methods.

getHostClli
void getHostClli(ASAP_CLLI& hostClli) const;

Syntax:

Returns the host CLLI.

setHostClli
void setHostClli(const ASAP_CLLI hostClli);

SRP_NEUnAvailEvent class

The SRP_NeUnAvailEvent class delivers the NE_UNAVAIL event information to the NE unavailable event handler.

Synopsis
class SRP_NEUnavailEvent : public SRP_Event 
{
public:
SRP_NEUnavailEvent(void);
SRP_NEUnavailEvent(WORK_ORD_NUM woId, CS_INT eventUnId,
ASAP_EXTSYS_ID extSysId, ASAP_CLLI hostClli);

void getHostClli(ASAP_CLLI& hostClli) const;
void setHostClli(const ASAP_CLLI hostClli);
};
Public methods

The following are the public methods.

getHostClli

Returns the host CLLI.

Syntax:

void getHostClli(ASAP_CLLI& hostClli) const;
setHostClli
void setHostClli(const ASAP_CLLI hostClli);

SRP_WoAcceptEvent class

The SRP_WoAcceptEvent class is used to deliver the WO_ACCEPT event information to the work order accepted event handler.

Synopsis
class SRP_WoAcceptEvent : public SRP_Event 
{
public:
SRP_WoAcceptEvent(void);
SRP_WoAcceptEvent(WORK_ORD_NUM woId, CS_INT eventUnId,
ASAP_EXTSYS_ID extSysId, CS_INT newWoStat, CS_INT 
oldWoStat, CS_INT status);
CS_INT getNewWoStat(void) const;
CS_INT getOldWoStat(void) const;
CS_INT getStatus(void) const;
void setNewWoStat(CS_INT newWoStat);
void setOldWoStat(CS_INT oldWoStat);
void setStatus(CS_INT status);
};
Public methods

The following are the public methods.

getNewWoStat

Returns the new work order status.

Syntax:

CS_INT getNewWoStat(void) const;
getOldWoStat

Returns the old work order status.

Syntax:

CS_INT getOldWoStat(void) const;
getStatus

Returns the event status.

Syntax:

CS_INT getStatus(void) const;
setNewWoStat

Returns the new work order status.

Syntax:

CS_INT setNewWoStat(void) const;
setOldWoStat

Returns the old work order status.

Syntax:

CS_INT setOldWoStat(void) const;
setStatus

Returns the event status.

Syntax:

CS_INT setStatus(void) const;

ASC_RetrieveInfo class

This class is the base class of all other information classes described in this section.

Synopsis
class ASC_RetrieveInfo
{
public:
    ASC_RetrieveInfo(void) {}
    ~ASC_RetrieveInfo(void) {}
    void getWoId(ASAP_WO_ID& woId) const 
    { strcpy(woId, m_woId); }
    VOIDPTR getDataPtr(void) const
    { return m_dataPtr; }
    void setWoId(const ASAP_WO_ID woId) 
    { 
    ::memset(m_woId, '\0', sizeof(ASAP_WO_ID));
    ::strncpy(m_woId, woId, sizeof(ASAP_WO_ID)-1); 
    }
    void setDataPtr(const VOIDPTR dataPtr)     { m_dataPtr = dataPtr; }
private:
    ASAP_WO_ID m_woId;
    VOIDPTR m_dataPtr;
};
Constructor

Constructor of the class.

Syntax:

ASC_RetrieveInfo(void);
Public methods

The following are the public methods.

getWoId

Returns the work order ID.

Syntax:

void getWoId(ASAP_WO_ID& woId) const; 
setWoId

Sets the work order ID. Ensure the work order ID does not exceed the length of the ASAP_WO_ID data type. Otherwise, the work order will be rejected.

Syntax:

void setWoId(const ASAP_WO_ID woId)            
{
::memset(m_woId, '\0', sizeof(ASAP_WO_ID));::strncpy(m_woId, woId, sizeof(ASAP_WO_ID)-1);
}
getDataPtr

Returns the data pointer. Currently not used by C++ SRP API.

Syntax:

VOIDPTR getDataPtr(void) const
     { return m_dataPtr; }
setDataPtr

Sets the data pointer. Currently not used by C++ SRP API.

Syntax:

void setDataPtr(const VOIDPTR dataPtr)
     { m_dataPtr = dataPtr; }

ASC_CsdlListInfo class

This class defines the information objects for CSDL list retrieval information. The CSDL list information is retrieved from the SARM database row by row and parsed into the ASC_CsdlListInfo objects. All objects are inserted into an ASC_RetrieveInfoSet container object, which is then passed to the handler that you define.

Synopsis
class ASC_CsdlListInfo : public ASC_RetrieveInfo
{
public:
ASC_CsdlListInfo(void)
void getCsdlCmd(ASAP_CSDL_CMD& csdlCmd) const;
ASAP_STAT getCsdlStat(void) const;
ASAP_SEQ_NO getCsdlSeqNo(void) const;
ASAP_CSDL_ID getCsdlId(void) const;
ASAP_CSDL_ESTIM getCsdlEst(void) const;
void getCsdlDesc(ASAP_CSDL_DESC& csdlDesc) const;
void setCsdlCmd(const ASAP_CSDL_CMD csdlCmd);
void setCsdlStat(const ASAP_STAT csdlStat);
void setCsdlSeqNo(const ASAP_SEQ_NO csdlSeqNo); 
void setCsdlId(const ASAP_CSDL_ID csdlId);
void setCsdlEst(const ASAP_CSDL_ESTIM csdlEst);
void setCsdlDesc(const ASAP_CSDL_DESC csdlDesc); 
};
Constructor

Constructor of the class.

Syntax:

ASC_CsdlListInfo(void);
Public methods

The following are the public methods.

getCsdlCmd

Returns the CSDL command.

Syntax:

void getCsdlCmd(ASAP_CSDL_CMD& csdlCmd) const;
setCsdlCmd

Sets the CSDL command. The CSDL command length must not exceed the length of the ASAP_CSDL_CMD data type. Otherwise, the work order will be rejected.

Syntax:

void setCsdlCmd(const ASAP_CSDL_CMD csdlCmd);
getCsdlStat

Returns the CSDL state. Possible values include ASAP_CSDL_INITIAL, ASAP_CSDL_HELD, ASAP_CSDL_MANUAL_TRAN, ASAP_CSDL_TRAN_ERR.

Syntax:

ASAP_STAT getCsdlStat(void) const;
setCsdlStat

Sets the CSDL state. Possible values include ASAP_CSDL_INITIAL, ASAP_CSDL_HELD, ASAP_CSDL_MANUAL_TRAN, ASAP_CSDL_TRAN_ERR.

Syntax:

void setCsdlStat(const ASAP_STAT csdlStat);
getCsdlSeqNo

Returns the CSDL sequence number.

Syntax:

ASAP_SEQ_NO getCsdlSeqNo(void) const;
setCsdlSeqNo

Sets the CSDL sequence number.

Syntax:

void setCsdlSeqNo(const ASAP_SEQ_NO csdlSeqNo);
getCsdlId

Returns the CSDL ID.

Syntax:

ASAP_CSDL_ID getCsdlId(void) const;
setCsdlId

Sets the CSDL ID.

Syntax:

void setCsdlId(const ASAP_CSDL_ID csdlId);
getCsdlEst

Returns the CSDL estimation.

Syntax:

ASAP_CSDL_ESTIM getCsdlEst(void) const;
setCsdlEst

Sets the CSDL estimation.

Syntax:

void setCsdlEst(const ASAP_CSDL_ESTIM csdlEst);
getCsdlDesc

Returns the CSDL description. The length of the description must not exceed the size of ASAP_CSDL_DESC data type. Otherwise, the work order will be rejected.

Syntax:

void getCsdlDesc(ASAP_CSDL_DESC& csdlDesc) const;
setCsdlDesc

Sets the CSDL description. The length of the description should not exceed the size of ASAP_CSDL_DESC data type. Otherwise, the work order will be rejected.

Syntax:

void setCsdlDesc(const ASAP_CSDL_DESC csdlDesc);

ASC_CsdlLogInfo class

The ASC_CsdlLogInfo class defines the information objects for CSDL log retrieval information. The CSDL log information is retrieved from the SARM database row by row, and parsed into the ASC_CsdlLogInfo objects. All objects will be inserted to an ASC_RetrieveInfoSet container object, which will in turn be passed to the user-defined handler.

Synopsis
class ASC_CsdlLogInfo : public ASC_RetrieveInfo
{
public:
ASC_CsdlLogInfo(void);

ASAP_DTS getDateTm(void) const;
void getEventType(SRQ_EVENT_TYPE& evtBuf) const;
void getEventText(SRQ_EVENT_TEXT& evtLineBuf) const;
void getCsdlCmd(ASAP_CSDL_CMD& csdlCmd) const;
ASAP_SEQ_NO getCsdlSeqNo(void) const;
void getHostClli(ASAP_CLLI& hostClli) const;
void setDateTm(const ASAP_DTS dateTm);
void setEventType(const SRQ_EVENT_TYPE evtBuf); 
void setEventText(const SRQ_EVENT_TEXT evtLineBuf); 
void setCsdlCmd(const ASAP_CSDL_CMD csdlCmd);
void setCsdlSeqNo(const ASAP_SEQ_NO csdlSeqNo);
void setHostClli(const ASAP_CLLI hostClli);
}
Public methods

Constructor of the class.

See also ASC_RetrieveRequest, ASC_RetrieveInfo, and ASC_RetrieveInfoSet.

Syntax:

ASC_CsdlLogInfo(void);
getDateTm

Returns the date and time.

Syntax:

ASAP_DTS getDateTm(void) const; 
setDateTm

Sets the date and time.

Syntax:

void setDateTm(const ASAP_DTS dateTm);
getEventType

Returns the event types. Ensure the type name does not exceed the length of the SRQ_EVENT_TYPE data type. Otherwise, the work order will be rejected.

Syntax:

void getEventType(SRQ_EVENT_TYPE& evtBuf) const;
setEventType

Sets the event types. Ensure the type name does not exceed the length of the SRQ_EVENT_TYPE data type. Otherwise, the work order will be rejected.

Syntax:

void setEventType(const SRQ_EVENT_TYPE evtBuf);
getEventText

Returns the event text. Ensure the event text does not exceed the length of the SRQ_EVENT_TEXT data type. Otherwise, the work order will be rejected.

Syntax:

void getEventText(SRQ_EVENT_TEXT& evtLineBuf) const;
setEventText

Sets the event text. Ensure the event text does not exceed the length of the SRQ_EVENT_TEXT data type. Otherwise, the work order will be rejected.

Syntax:

void setEventText(const SRQ_EVENT_TEXT evtLineBuf);
getCsdlCmd

Returns the CSDL command. Ensure the CSDL command does not exceed the length of the ASAP_CSDL_CMD data type. Otherwise, the work order will be rejected.

Syntax:

void getCsdlCmd(ASAP_CSDL_CMD& csdlCmd) const;
setCsdlCmd

Sets the CSDL command. Ensure the CSDL command does not exceed the length of the ASAP_CSDL_CMD data type. Otherwise, the work order will be rejected.

Syntax:

void setCsdlCmd(const ASAP_CSDL_CMD csdlCmd);
getCsdlSeqNo

Returns the CSDL sequence number.

Syntax:

ASAP_SEQ_NO getCsdlSeqNo(void) const;
setCsdlSeqNo

Sets the CSDL sequence number.

Syntax:

void setCsdlSeqNo(const ASAP_SEQ_NO csdlSeqNo);
getHostClli

Returns the host_clli name. Ensure the host_clli name does not exceed the length of the ASAP_CLLI data type. Otherwise, the work order will be rejected.

Syntax:

void getHostClli(ASAP_CLLI& hostClli) const;
setHostClli

Sets the host_clli name. Ensure the host_clli name does not exceed the length of the ASAP_CLLI data type. Otherwise, the work order will be rejected.

Syntax:

void setHostClli(const ASAP_CLLI hostClli);

ASC_WoLogInfo class

This class defines the information objects for work order log retrieval information. The work order log information is retrieved from the SARM database row by row, and parsed into the ASC_WoLogInfo objects. All objects will be inserted to an ASC_RetrieveInfoSet container object, which will in turn be passed to the user-defined handler.

Synopsis
class ASC_WoLogInfo : public ASC_RetrieveInfo
{
public:
ASC_WoLogInfo(void);
ASAP_DTS getDateTm(void) const;
void getEventType(SRQ_EVENT_TYPE& evtBuf) const;
void getEventText(SRQ_EVENT_TEXT& evtLineBuf) const;
ASAP_SEQ_NO getCsdlSeqNo(void) const;
void getHostClli(ASAP_CLLI& hostClli) const;
void setDateTm(const ASAP_DTS dateTm);
void setEventType(const SRQ_EVENT_TYPE evtBuf);
void setEventText(const SRQ_EVENT_TEXT evtLineBuf);
void setCsdlSeqNo(const ASAP_SEQ_NO csdlSeqNo);
void setHostClli(const ASAP_CLLI hostClli);
}
Public methods

Constructor of the class.

See also ASC_RetrieveRequest, ASC_RetrieveInfo, and ASC_RetrieveInfoSet.

Syntax:

ASC_WoLogInfo(void);
getDateTm

Returns the date and time.

Syntax:

ASAP_DTS getDateTm(void) const;
setDateTm

Sets the date and time.

Syntax:

void setDateTm(const ASAP_DTS dateTm);
getEventType

Returns the event type name. Ensure the type name does not exceed the length of the SRQ_EVENT_TYPE data type. Otherwise, the work order will be rejected.

Syntax:

void getEventType(SRQ_EVENT_TYPE& evtBuf) const;
setEventType

Sets the event type name. Ensure the type name does not exceed the length of the SRQ_EVENT_TYPE data type. Otherwise, the work order will be rejected.

Syntax:

void setEventType(const SRQ_EVENT_TYPE evtBuf);
getEventText

Returns the event text. Ensure the event text does not exceed the length of the SRQ_EVENT_TEXT data type. Otherwise, the work order will be rejected.

Syntax:

void getEventText(SRQ_EVENT_TEXT& evtLineBuf) const;
setEventText

Sets the event text. Ensure the event text does not exceed the length of the SRQ_EVENT_TEXT data type. Otherwise, the work order will be rejected.

Syntax:

void setEventText(const SRQ_EVENT_TEXT evtLineBuf);
getCsdlSeqNo

Returns the CSDL sequence number.

Syntax:

ASAP_SEQ_NO getCsdlSeqNo(void) const;
setCsdlSeqNo

Sets the CSDL sequence number.

Syntax:

void setCsdlSeqNo(const ASAP_SEQ_NO csdlSeqNo);
getHostClli

Returns the host_clli name. Ensure the host_clli name does not exceed the length of the ASAP_CLLI data type. Otherwise, the work order will be rejected.

Syntax:

void getHostClli(ASAP_CLLI& hostClli) const;
setHostClli

Sets the host_clli name. Ensure the host_clli name does not exceed the length of the ASAP_CLLI data type. Otherwise, the work order will be rejected.

Syntax:

void setHostClli(const ASAP_CLLI hostClli);

ASC_WoParamInfo class

This class defines the information objects for the retrieval of work order parameter information. The work order parameter information is retrieved from the SARM database row by row, and parsed into the ASC_WoParamInfo objects on a one-row-one-object basis. All objects will be inserted to an ASC_RetrieveInfoSet container object, which will in turn be passed to the user-defined handler.

Synopsis
class ASC_WoParamInfo : public ASC_RetrieveInfo
{
public:
ASC_WoParamInfo(void);
void getParmGrp(ASAP_PARM_GRP& parmGrp) const;
void getParmLbl(ASAP_CSDL_LABEL& parmLbl) const;
void getParmVlu(ASAP_CSDL_VALUE& parmVlu) const;
void getCsdlCmd(ASAP_CSDL_CMD& csdlCmd) const;
ASAP_SEQ_NO getCsdlSeqNo(void) const;
ASAP_CSDL_ID getCsdlId(void) const;
void setParmGrp(const ASAP_PARM_GRP parmGrp);
void setParmLbl (const ASAP_CSDL_LABEL parmLbl);
void setparmVlu(const ASAP_CSDL_VALUE parmVlu);
void setCsdlCmd(const ASAP_CSDL_CMD csdlCmd);
void setCsdlSeqNo(const ASAP_SEQ_NO csdlSeqNo); 
void setCsdlId(ASAP_CSDL_ID csdlId);
};
Public methods

Constructor of the class.

See also ASC_RetrieveRequest, ASC_RetrieveInfo, and ASC_RetrieveInfoSet.

Syntax:

ASC_WoParamInfo(void);
getParmGrp

Returns the parameter group name. Ensure the group name does not exceed the length of the ASAP_PARM_GRP data type. Otherwise, the work order will be rejected.

Syntax:

void getParmGrp(ASAP_PARM_GRP& parmGrp) const;
setParmGrp

Sets the parameter group name. Ensure the group name does not exceed the length of the ASAP_PARM_GRP data type. Otherwise, the work order will be rejected.

Syntax:

void setParmGrp(const ASAP_PARM_GRP parmGrp);
getParmLbl

Returns the parameter label name. Ensure the label name does not exceed the length of the ASAP_CSDL_LABEL data type. Otherwise, the work order will be rejected.

Syntax:

void getParmLbl(ASAP_CSDL_LABEL& parmLbl) const;
setparmLbl

Sets the parameter label name. Ensure the label name does not exceed the length of the ASAP_CSDL_LABEL data type. Otherwise, the work order will be rejected.

Syntax:

void setparmLbl(const ASAP_CSDL_LABEL parmLbl);
getParmVlu

Returns the parameter value. Ensure the value does not exceed the length of the ASAP_CSDL_VALUE data type. Otherwise, the work order will be rejected.

Syntax:

void getParmVlu(ASAP_CSDL_VALUE& parmVlu) const;
setparmVlu

Sets the parameter value. Ensure the value does not exceed the length of the ASAP_CSDL_VALUE data type. Otherwise, the work order will be rejected.

Syntax:

void setparmVlu(const ASAP_CSDL_VALUE parmVlu);
getCsdlCmd

Returns the CSDL command. Ensure the command does not exceed the length of the ASAP_CSDL_CMD data type. Otherwise, the work order will be rejected.

Syntax:

void getCsdlCmd(ASAP_CSDL_CMD& csdlCmd) const;
setCsdlCmd

Sets the CSDL command. Ensure the command does not exceed the length of the ASAP_CSDL_CMD data type. Otherwise, the work order will be rejected.

Syntax:

void setCsdlCmd(const ASAP_CSDL_CMD csdlCmd);
getCsdlSeqNo

Returns the CSDL sequence number.

Syntax:

ASAP_SEQ_NO getCsdlSeqNo(void) const;
setCsdlSeqNo

Sets the CSDL sequence number.

Syntax:

void setCsdlSeqNo(const ASAP_SEQ_NO csdlSeqNo);
getCsdlId

Returns the CSDL ID.

Syntax:

ASAP_CSDL_ID getCsdlId(void) const;
setCsdlId

Sets the CSDL ID.

Syntax:

void setCsdlId(ASAP_CSDL_ID csdlId);

ASC_WoRevInfo class

This class defines the information objects for the retrieval information of work order revisions. The work order revision information is retrieved from the SARM database row by row, and parsed into the ASC_WoRevInfo objects on a one-row-one-object basis. All objects will be inserted to an ASC_RetrieveInfoSet container object, which will in turn be passed to the user-defined handler.

Synopsis
class ASC_WoRevInfo : public ASC_RetrieveInfo
{
public:
ASC_WoRevInfo(void);
CS_CHAR getRevFlag(void) const;
void getLabel(ASAP_CSDL_LABEL& label) const;
void getValue(ASAP_CSDL_VALUE& value) const;
void getCsdlCmd(ASAP_CSDL_CMD& csdlCmd) const;
void getCsdlDesc(ASAP_CSDL_DESC& csdlDesc) const;
ASAP_SEQ_NO getCsdlSeqNo(void) const;
ASAP_SEQ_NO getParmSeqNo(void) const;
void setRevFlag(const CS_CHAR revFlag);
void setLabel(const ASAP_CSDL_LABEL label);
void setValue(const ASAP_CSDL_VALUE value);
void setCsdlCmd(const ASAP_CSDL_CMD csdlCmd);
void setCsdlDesc(const ASAP_CSDL_DESC csdlDesc);
void setCsdlSeqNo(const ASAP_SEQ_NO csdlSeqNo);
void setParmSeqNo(const ASAP_SEQ_NO parmSeqNo);
};
Public methods

Constructor of the class.

See also ASC_RetrieveRequest, ASC_RetrieveInfo, and ASC_RetrieveInfoSet.

Syntax:

ASC_WoRevInfo(void);
getRevFlag

Returns the revision flag. The revision flag indicates whether a work order CSDL has been revised, possible values include ASAP_WO_REVISIONS, ASAP_WO_NO_REVISIONS.

Syntax:

CS_CHAR getRevFlag(void) const;
setRevFlag

Sets the revision flag. The revision flag indicates whether a work order CSDL has been revised, possible values include ASAP_WO_REVISIONS, ASAP_WO_NO_REVISIONS.

Syntax:

void setRevFlag(const CS_CHAR revFlag);
getLabel

Returns the parameter label. Ensure the label name does not exceed the length of the ASAP_CSDL_LABEL data type. Otherwise, the work order will be rejected.

Syntax:

void getLabel(ASAP_CSDL_LABEL& label) const;
setLabel

Sets the parameter label. Ensure the label name does not exceed the length of the ASAP_CSDL_LABEL data type. Otherwise, the work order will be rejected.

Syntax:

void setLabel(const ASAP_CSDL_LABEL label);
getValue

Returns the parameter value. Ensure the value does not exceed the length of the ASAP_CSDL_VALUE data type. Otherwise, the work order will be rejected.

Syntax:

void getValue(ASAP_CSDL_VALUE& value) const;
setValue

Sets the parameter value. Ensure the value does not exceed the length of the ASAP_CSDL_VALUE data type. Otherwise, the work order will be rejected.

Syntax:

void setValue(const ASAP_CSDL_VALUE value);
getCsdlCmd

Returns the CSDL command. Ensure the command does not exceed the length of the ASAP_CSDL_CMD data type. Otherwise, the work order will be rejected.

Syntax:

void getCsdlCmd(ASAP_CSDL_CMD& csdlCmd) const;
setCsdlCmd

Sets the CSDL command. Ensure the command does not exceed the length of the ASAP_CSDL_CMD data type. Otherwise, the work order will be rejected.

Syntax:

void setCsdlCmd(const ASAP_CSDL_CMD csdlCmd);
getCsdlDesc

Returns a brief CSDL description. Ensure the description does not exceed the length of the ASAP_CSDL_DESC data type. Otherwise, the work order will be rejected.

Syntax:

void getCsdlDesc(ASAP_CSDL_DESC& csdlDesc) const;
setCsdlDesc

Sets a brief CSDL description. Ensure the description does not exceed the length of the ASAP_CSDL_DESC data type. Otherwise, the work order will be rejected.

Syntax:

void setCsdlDesc(const ASAP_CSDL_DESC csdlDesc);
getCsdlSeqNo

Returns the CSDL command sequence number.

Syntax:

ASAP_SEQ_NO getCsdlSeqNo(void) const;
setCsdlSeqNo

Sets the CSDL command sequence number.

Syntax:

void setCsdlSeqNo(const ASAP_SEQ_NO csdlSeqNo);
getParmSeqNo

Get/set the parameter sequence number.

Syntax:

ASAP_SEQ_NO getParmSeqNo(void) const;
setParmSeqNo

Get/set the parameter sequence number.

Syntax:

void setParmSeqNo(const ASAP_SEQ_NO parmSeqNo);

ASC_RetrieveInfoSet class

This class defines the container for the information objects described above. An ASC_RetrieveInfoSet object, which possibly contains zero to multiple information objects, is passed to the user-defined handler for a particular type of retrieval when the retrieval is done. You must retrieve the information objects from the ASC_RetrieveInfoSet object,and process them before returning from the handler.

The C++ SRP API library will delete the ASC_RetrieveInfoSet object and all the information objects it contains, upon the termination of the user-defined handler. Make copies if you want to keep the information beyond the lifetime of the handler.

Synopsis
class ASC_RetrieveInfoSet
{
public:
    ASC_RetrieveInfoSet(void) 
    : m_iter(retInfoList.begin()) {}
    ~ASC_RetrieveInfoSet(void); 
    void goToHead(void);
    int itemCount(void);
    void *goToNext(void);
    void *removeNext(void);
    void *insertItem(void *c);
private:
    std::list<ASC_RetrieveInfo *> retInfoList;
    std::list<ASC_RetrieveInfo *>::iterator m_iter;
    int current_position;
};
Public methods

Constructor of the class.

See also ASC_RetrieveRequest, ASC_CsdlListInfo, ASC_CsdlLogInfo, ASC_WoLogInfo, ASC_WoParamInfo, ASC_WoRevInfo, and ASC_RetrieveInfo.

Syntax:

ASC_RetrieveInfoSet(void);
goToHead

This method resets the retrieval pointer to the starting status.

void goToHead(void);
itemCount

This method returns the number of items in the container.

Syntax:

int itemCount(void);
goToNext

This method moves the retrieval pointer to the next item and returns it. The returned item is not removed from the list. NULL will be returned if the end of the list is reached.

Syntax:

void *goToNext(void);
removeNext

This method removes the next item from the list and returns it. If the end of the list is reached, it will return NULL. If you remove an information object from the container, you must delete this object.

Syntax:

void *removeNext(void);
insertItem

This method inserts an item into the container. If the equivalent is already in, the new one will not be inserted and the old one is returned.

Syntax:

void *insertItem(void *c);

ASC_RetrieveRequest class

This class is used to construct retrieval requests to the SARM databases. Whenever you need to retrieve the persistent data (for example, work order logs, revisions, parameters, and/or CSDL logs, lists, parameters, and/or SRP event handler listening port) or rebuild a work order from the SARM database, a request object of this class type should be created.

The class provides five default (do nothing) processing functions for retrieval types of CSDL list, CSDL logs, work order parameters, work order revisions, and work order logs, respectively.

Create a subclass from this class and override these processing functions if you would like to handle the retrieval results with your own logic.

There are no virtual processing functions defined for rebuilding work order objects and retrieving the SRP event handler listen port, because a request object directly populates the work order object passed to it, and copies the port number (string) to the user-supplied buffer.

Synopsis
class ASC_WoRetrieveRequest : public Diagnosis
// DESC: This class is used to construct a retrieval request and then
// fire the request down.
{
public:
// For WO_REVS, CSDL_LIST, REBUILD_WO.
ASC_WoRetrieveRequest(const ASAP_WO_ID woId, 
const CS_INT retrieveType);

// For WO_PARAM.
ASC_WoRetrieveRequest(const ASAP_WO_ID woId,
const ASAP_CSDL_LABEL label, const ASAP_PARM_GRP group);

// For WO_LOG.
ASC_WoRetrieveRequest(const ASAP_WO_ID woId,
const SRQ_EVENT_TYPE srqEvt, const CS_BOOL neRespLineByLine); 

// For CSDL_LOG.
ASC_WoRetrieveRequest(const ASAP_WO_ID woId,
const SRQ_EVENT_TYPE logType, const ASAP_CSDL_ID csdlId, 
const CS_BOOL neRespLineByLine);

// For SRP PORT Retrieval.
ASC_WoRetrieveRequest(void) {}

// Following functions are used by ASC_WoRetrieveInterface.

CS_INT getRetrieveType(void) const;
void getWoId(ASAP_WO_ID& woId) const;
void getLogType(SRQ_EVENT_TYPE& logType) const;
ASAP_CSDL_ID getCsdlId(void) const;
CS_BOOL getNeRespLineByLine(void) const;
void getSrqEvt(SRQ_EVENT_TYPE& srqEvt) const;
void getLabel(ASAP_CSDL_LABEL& label) const;
void getGroup(ASAP_PARM_GRP& group) const;
CS_RETCODE retrieve(void);
CS_RETCODE rebuildWo(SRP_WO *wo);
CS_RETCODE getMyPort(char *srpId, SRP_PORT_NUM& port) const;

virtual void csdlListProcessFn(ASC_RetrieveInfoSet *) {}
virtual void csdlLogProcessFn(ASC_RetrieveInfoSet *) {}
virtual void woLogProcessFn(ASC_RetrieveInfoSet *) {}
virtual void woParamProcessFn(ASC_RetrieveInfoSet *) {}
virtual void woRevProcessFn(ASC_RetrieveInfoSet *) {}
};
Public methods

Constructor for types of work order revision, CSDL list, and rebuilding work order.

See also ASC_RetrieveInfoSet, ASC_CsdlListInfo, ASC_CsdlLogInfo, ASC_WoLogInfo, ASC_WoParamInfo, ASC_WoRevInfo, and ASC_RetrieveInfo.

ASC_WoRetrieveRequest(const ASAP_WO_ID woId, const CS_INT retrieveType);

Constructor for work order parameter retrieval type.

ASC_WoRetrieveRequest(const ASAP_WO_ID woId, const ASAP_CSDL_LABEL label, const ASAP_PARM_GRP group); 

Constructor for work order log retrieval type.

ASC_WoRetrieveRequest(const ASAP_WO_ID woId, const SRQ_EVENT_TYPE srqEvt, const CS_BOOL neRespLineByLine); 

Constructor for CSDL log retrieval type.

ASC_WoRetrieveRequest(const ASAP_WO_ID woId, const SRQ_EVENT_TYPE logType, const ASAP_CSDL_ID csdlId, const CS_BOOL neRespLineByLine);

Constructor for retrieving SRP listen-port.

ASC_WoRetrieveRequest(void);
getRetrieveType

Get the retrieval type of the object.

Syntax:

CS_INT getRetrieveType(void) const;
getUserData

Get user-defined data from the object.

Syntax:

VOIDPTR getUserData(void) const;
getWoId

Get the work order ID from the object.

Syntax:

void getWoId(ASAP_WO_ID& woId) const;
getLogType

Get the log type of the request.

Syntax:

void getLogType(SRQ_EVENT_TYPE& logType) const;
getCsdlId

Get the CSDL ID recorded by the object.

Syntax:

ASAP_CSDL_ID getCsdlId(void) const;
getNeRespLineByLine

Get the flag for whether one-object-one-line mode should be used for CSDL or work order log retrievals.

Syntax:

CS_BOOL getNeRespLineByLine(void) const;
getSrqEvt

Get the retrieval event type for the request.

Syntax:

void getSrqEvt(SRQ_EVENT_TYPE& srqEvt) const;
getLabel

Get the parameter label.

Syntax:

void getLabel(ASAP_CSDL_LABEL& label) const;
getGroup

Get the group name for the work order parameter retrieval.

Syntax:

void getGroup(ASAP_PARM_GRP& group) const;
retrieve

Start up the retrieval (of type WO_REVS, CSDL_LIST, CSDL_LOG, WO_LOG, WO_PARAM) defined by the object. The function will return CS_SUCCEEDon successfully completing the retrieval; otherwise it will return CS_FAIL.

Syntax:

CS_RETCODE retrieve(void);
rebuildWo

Start up to rebuild a work order object. The input argument is a pointer to the work order skeketon object. Upon successful completion, the function returns CS_SUCCEED. The work order object has been populated with all the attributes, global parameters, and CSDLs and their parameters.

Syntax:

CS_RETCODE rebuildWo(SRP_WO *wo);
getMyPort

Get the SRP event handler's listen port number from the SARM database. If successful, CS_SUCCEED will be returned with the argument port populated with the port number (string). If the retrieval is not successful, CS_FAIL will be returned and port will have a value of “0".

Syntax:

CS_RETCODE getMyPort(char *srpId, SRP_PORT_NUM& port) const; virtual void csdlListProcessFn(ASC_RetrieveInfoSet *); virtual void csdlLogProcessFn(ASC_RetrieveInfoSet *); virtual void woLogProcessFn(ASC_RetrieveInfoSet *); virtual void woParamProcessFn(ASC_RetrieveInfoSet *); virtual void woRevProcessFn(ASC_RetrieveInfoSet *);

Retrieval results in processing functions for CSDL list, CSDL log, work order log, work order parameter, and work order revision retrievals, respectively. No action is defined in any of these functions. You should subclass this class to provide your own processing functions.

You should not delete the ASC_RetrieveInfoSet object passed to a processing function and any information objects contained in the ASC_RetrieveInfoSet object.

Note:

You should make your own copy of this information if you want to keep the information stored in an object beyond the lifetime of the processing function.