Error 7414

Severity

10

Message text

Threshold procedure '%.*s' returned an error indication (@status=%d) when called for database '%.*s', segment '%.*s', free_space %ld.

Explanation

This error occurs when a threshold procedure is activated but is not able to execute successfully.

Action

Check the Adaptive Server error log for additional information on the reason for the failure. Correct the situation that caused the failure.

Execute the failed procedure:

  1. Select the database:

    1> use <database_name>
    2> go
    

    Where <database_name> is the database that contains the failed threshold.

  2. Determine the stored procedure that is associated with the segment for which the error occurred:

    1> sp_helpthreshold <segment_name>
    2> go
    
  3. Run the stored procedure manually.

Versions in which this error is raised

All versions