
Re: Can't Install SP4 for SQL 2000 / Win2k3
Problem resolved.
My CD had a bad copy of msdbdata.mdf on my installation CDs!
This explains why a reinstall did not fix the errors.
Thanks to the Microsoft engineer who helped me discover this when i called
to obtain the
hotfix mentioned previously in this thread.
I simply shut down SQL Server, copied msdbdata.mdf from the installation CD,
restarted SQL,
ran 'sp_resetstatus msdb' from query analyzer, then stop/restarted SQL. This
resolved the msdb issue.
After the msdb issue was resolved, SP4 installed nicely!
Thanks for attempting to help me, Vikram!
"hamm3r" <hammer@lskjdflkjsdlkjkljsd.com> wrote in message
news:R4QHe.10307$6%2.1229@fe10.lga...
> Looks like I have one of those Microsoft logic problems....
>
> Article ID:328354
> "SYMPTOMS When you run a RESTORE DATABASE WITH RECOVERY statement to bring
> a standby server online, you might receive one of the following error
> messages:
>
> Error: 9003
> The LSN %S_LSN passed to log scan in database '%.*ls' is invalid.
>
> Error: 9004
> An error occurred while processing the log for database '%.*ls'.
>
> CAUSE
> This problem occurs because physical characteristics (virtual log parity)
> for inactive virtual log files in the transaction log are not preserved
> when a full database backup is restored.
>
> RESOLUTION
> To resolve this problem, obtain the latest service pack for Microsoft SQL
> Server 2000.
>
> DANG! Isn't that what I am trying to do in the first place? Maybe I will
> try to find the hotfix and apply that alone.
>
>
> "hamm3r" <hammer@lskjdflkjsdlkjkljsd.com> wrote in message
> news:W%OHe.9150$_R1.515@fe11.lga...
> Upon running 'sp_resetstatus msdb' I see:
>
> "Prior to updating sysdatabases entry for database 'msdb', mode = 0 and
> status = 1073742104 (status suspect_bit = 256).
> For row in sysdatabases for database 'msdb', the status bit 256 was forced
> off and mode was forced to 0.
> Warning: You must recover this database prior to access."
>
> Then, I start and stop the SQL service, like you said. The event logs
> show:
>
> Event Type: Error
> Event Source: MSSQLSERVER
> Event Category: (2)
> Event ID: 17052
> Error: 9003, Severity: 20, State: 6
> The LSN (88:289:1) passed to log scan in database 'msdb' is invalid.
>
> and then it shows:
>
> Event Type: Error
> Event Source: MSSQLSERVER
> Event Category: (2)
> Event ID: 17052
>
> Error: 3414, Severity: 21, State: 1
> Database 'msdb' (database ID 4) could not recover. Contact Technical
> Support.
>
> and then it shows:
>
> Event Type: Information
> Event Source: MSSQLSERVER
> Event Category: (2)
> Event ID: 17055
>
> 17052 :
> Recovery complete.
>
> I then try again to reinstall SP4 but I get the same error as earlier in
> the sqlsp.out file:
>
> "Database 'msdb' cannot be opened. It has been marked SUSPECT by
> recovery. See the SQL Server errorlog for more information."
>
> It seems a little odd that a complete uninstall and reinstall of the
> product nets the same "suspect" msdb...
>
>
> "Vikram Vamshi" <vikram.vamshi@online.eclipsys.com> wrote in message
> news:e0dlR4qlFHA.2852@TK2MSFTNGP15.phx.gbl...
>