| Zoe Hart [MVP] 2004-05-17, 7:39 am |
| Mark,
We run regular transaction log backups without any noticable pattern of
errors during or after the backup. One thing we have observed in the past is
errors during database consistency checking, so if you set up the backups
using the SQL maintenance plan wizard and included the DBCC option, that
could be your problem. We generally schedule our database and transaction
log backups to occur regularly throughout the day without the consistency
check and schedule a separate consistency check task to occur during off
hours.
Zoe
"Mark" <anonymous@discussions.microsoft.com> wrote in message
news:CDFB0339-5A07-44CC-8E2D-9406BC89036F@microsoft.com...
> Hello,
>
> I am having been trying to figure out why I am getting commerce server
event errors. Question: Does Commerce server become inaccessible during
and immediately after performing an schedule Transaction Log Backup?
>
> The actual event log error (event ID: 4097) message is:
>
> Error Type: Microsoft VBScript runtime
> Page: /asf/login/newuser.asp
> File: /asf/include/std_profile_lib.asp
> Line:568
> 800A01A8
> Object required: 'rsUser'
> Note: Set Application("MSCSEnv") = DEVELOPMENT to turn on client error
messages.
> Note: Please see error\500error.asp to further customize error messages.
>
> Thanks
>
> Mark
>
|