Hello everybody, I have a problem right now with Mail feature of SQL Server 2000. I have a DTS processed by a Job who send a mail when some specific process fail to do, but when it's the moment to send the mail, the job fail and the log file says the following:
Step 'DTSStep_DTSActiveScriptTask_1' failed
Step Error Source: Microsoft Data Transformation Services (DTS) Package
Step Error Description:Error Code: 0
Error Source= Microsoft OLE DB Provider for SQL Server
Error Description: xp_sendmail: failed with mail error 0x80040115
Error on Line 100
(Microsoft OLE DB Provider for SQL Server (80040e14): xp_sendmail: failed with mail error 0x80040115)
Step Error code: 800403FE
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:1100
I make a test in SQL Enterprise Manager inside the DTS and execute the step sending the mail successfully. What's happening here??? All SQL services run with the same user, In the server exists Microsoft Outlook 2000. And everything works perfectly before... Any help will be appreciated. Thank you very much.
Marcial Quintero
Maracaibo, Venezuela
Step 'DTSStep_DTSActiveScriptTask_1' failed
Step Error Source: Microsoft Data Transformation Services (DTS) Package
Step Error Description:Error Code: 0
Error Source= Microsoft OLE DB Provider for SQL Server
Error Description: xp_sendmail: failed with mail error 0x80040115
Error on Line 100
(Microsoft OLE DB Provider for SQL Server (80040e14): xp_sendmail: failed with mail error 0x80040115)
Step Error code: 800403FE
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:1100
I make a test in SQL Enterprise Manager inside the DTS and execute the step sending the mail successfully. What's happening here??? All SQL services run with the same user, In the server exists Microsoft Outlook 2000. And everything works perfectly before... Any help will be appreciated. Thank you very much.
Marcial Quintero
Maracaibo, Venezuela