|
Home > Archive > microsoft.public.sqlserver.server > October 2002 > Re: XP_SENDMAIL Access Violation Problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: XP_SENDMAIL Access Violation Problem
|
|
| DrNetwork 2002-10-05, 9:09 pm |
|
I'm experiencing a similar problem. Is there a fix out yet? I've seen
the problem spuriously about four times in the last two weeks, each time
bringing SQL Agent down.
Here is part of the stack dump:
* Exception Address = 2F736141 (MAPIOpenFormMgr + 00000D5F Line
0+00000000)
* Exception Code = c0000005 EXCEPTION_ACCESS_VIOLATION
* Access Violation occurred reading address 608F1E01
Here is the input buffer:
execute ctm_util..db_optn_hist$gatherData
execute ctm_util..db_optn_hist$notifyOfChange @sendmail =1,
@recipients='Data Administration:SA;@@servername
'
The second job is a wrapper for xp_sendmail. It is attaching the results
of a SQL query as an attachment.
Running SQL 2000 SP2, Outlook 2000 SR1, Windows 2000 Server SP2.
--
Posted via http://dbforums.com
| |
| John Bell 2002-10-05, 9:09 pm |
| Have you checked out:
http://support.microsoft.com/defaul...;EN-US;Q320407&
John
On Mon, 16 Sep 2002 15:10:47 +0000, DrNetwork <member@dbforums.com>
wrote:
>
>I'm experiencing a similar problem. Is there a fix out yet? I've seen
>the problem spuriously about four times in the last two weeks, each time
>bringing SQL Agent down.
>
>Here is part of the stack dump:
>* Exception Address = 2F736141 (MAPIOpenFormMgr + 00000D5F Line
> 0+00000000)
>* Exception Code = c0000005 EXCEPTION_ACCESS_VIOLATION
>* Access Violation occurred reading address 608F1E01
>
>Here is the input buffer:
>execute ctm_util..db_optn_hist$gatherData
>execute ctm_util..db_optn_hist$notifyOfChange @sendmail =1,
>@recipients='Data Administration:SA;@@servername
'
>
>The second job is a wrapper for xp_sendmail. It is attaching the results
>of a SQL query as an attachment.
>Running SQL 2000 SP2, Outlook 2000 SR1, Windows 2000 Server SP2.
|
|
|
|
|