sp_iqmpxvalidate procedure

Function

Checks multiplex configuration.

Syntax

dbo.sp_iqmpxvalidate( IN _show_msgs CHAR(1),
		DEFAULT ‘Y’)

Description

Multiple checks ontables SYS.SYSIQFILE and DBA.IQ_MPX_INFO, and SQL Remote configuration. May run on any server. Returns a result to the caller: severity. Values are:

If called interactively, the stored procedure also returns a tableof the errors found, if any, unless the callingargument is not 'Y'.

Each error indicates its severity. If there are no errors, theprocedure returns "No errors detected".