ap_inh_insert_sp

Inserts a row into abainstallhistory. AbaPerls calls this procedure at the start and stop of the build or update of a subsystem.

 

Normally you would not call this procedure yourself, but if would be permissible if you want to insert a history entry for some special fix you are applying.

 

@script ap_scriptname -- Name of tool or update script that was executed.

@action char(6) -- START, STOP or REMOVE.

@actiontime datetime = NULL -- Which time to log. NULL => getdate()

@subsystem ap_subsystem -- The affected subsystem.

@vc_repository ap_path -- The repository from which installation was run.

@repositoryid ap_repositoryid - ID for the repository.

@vc_path ap_path -- VC-path from which installation was run. May be NULL.

@ss_label ap_sslabel -- Label that was used. May be NULL.

@username ap_ntname -- Username to log. NULL => SYSTEM_USER.

@hostname ap_ntname -- Hostname to log. NULL => host_name()

@domain ap_ntname -- Domain for user.

@inhid int OUTPUT -- Entry number in abainstallhistory.