• 50001 is a user defined error, not a system error.

    You first need to find out which application\database has created this error and when it's fired.

    You can also check in sys.messages if there is a message text defined for this error or not.

    select * from sys.messages

    where message_id = 50001

    [font="Verdana"]Markus Bohse[/font]