I'm trying to create a new database on a SQL2000 server
from an existing one in a SQL7 server. If I dettach/attach
database or restore from an existing backup, I have this
error message:
"Microsoft SQL-DMO (ODBC SQLState:HY000)
Error 3624:
Location: xdes.cpp:1060
Expression: (m_state==XDES_ACTIVE_NOLOG)||IS_ON_SAFE
(XDES_OUTCOME_ONLY, m_status)||(IS_ON_SAFE
(XDES_BEGINXACT_LOGGED, m_status)&&(m_beginLsn!=NullLSN)&&
(m_lastLsn!=NullLSN))
SPID: 53
Process ID: 1064"
What can I do?Suggest running DBCC CHECKDB on the source database to ensure there is no
corruption.
Also check these resources :-
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b317852
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b283899
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b274266
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b324630
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b319212
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b295039
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b281220
HTH
Ryan Waight, MCDBA, MCSE
"Susana Pimentel" <spimentel@.aeportugal.com> wrote in message
news:0c3201c38f27$8f687530$a401280a@.phx.gbl...
> I'm trying to create a new database on a SQL2000 server
> from an existing one in a SQL7 server. If I dettach/attach
> database or restore from an existing backup, I have this
> error message:
> "Microsoft SQL-DMO (ODBC SQLState:HY000)
> Error 3624:
> Location: xdes.cpp:1060
> Expression: (m_state==XDES_ACTIVE_NOLOG)||IS_ON_SAFE
> (XDES_OUTCOME_ONLY, m_status)||(IS_ON_SAFE
> (XDES_BEGINXACT_LOGGED, m_status)&&(m_beginLsn!=NullLSN)&&
> (m_lastLsn!=NullLSN))
> SPID: 53
> Process ID: 1064"
> What can I do?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment