10
Threshold procedure '%.*s' returned an error indication (@status=%d) when called for database '%.*s', segment '%.*s', free_space %ld.
This error occurs when a threshold procedure is activated but is not able to execute successfully.
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:
Select the database:
1> use <database_name> 2> go
Where <database_name> is the database that contains the failed threshold.
Determine the stored procedure that is associated with the segment for which the error occurred:
1> sp_helpthreshold <segment_name> 2> go
Run the stored procedure manually.
All versions