Error no. with no mesaage. Interesting!

  • Hello All,

    This morning, log file of one my database got full, and in the process to shrink it, I took the Tlog backup. The Tlog backUp process was taking longer time, so I tired to change the recovery model of the DB to simple instead, but it did not let me change the model. since then I am getting the following error number with no error msg. Finally I was able to take Tlog backup and shrink the file. Now the DB is in simple recovery mode.

    Error: 18054, Severity: 16, State: 1.

    Error 90005, severity 17, state 1 was raised, but no message with that error number was found in sys.messages. If error is larger than 50000, make sure the user-defined message is added using sp_addmessage.

  • Good to know you resolved it.

    [font="Verdana"]--www.sqlvillage.com[/size][/font]

  • [font="Tahoma"]Can you execute the below query and check whether user defined messages are there in the server.

    select * from sys.messages where message_id=90005

    [/font]

  • Hi

    I have got same message with different Error number and i could not find the Error number 300101 in my message table. I know that SQL Server generate these messages when it has no message template on message tables, but how we can find the event that end up generating this message?

    Any idea?

    thanks , nahid :doze:

  • Anybody resolved this issue? Im also facing this issue.

    Thanks

    Jay.

  • Has anyone come up with an answer to this problem? I just received the same error after upgrading from SQL Server 2000 to 2005.

  • Hi

    I'm getting an error as shown below:

    Error 778263, severity 16, state 1 was raised, but no message with that error number was found in sys.messages. If error is larger than 50000, make sure the user-defined message is added using sp_addmessage.

    I used the sql file and altered it so error 778263 is now also added.

    But i still don't know what kind of error this is. Can anyone help me?

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply