dbTalk Databases Forums  

how to troublshoot smtp send mail SSIS task

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss how to troublshoot smtp send mail SSIS task in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Carl Henthorn
 
Posts: n/a

Default how to troublshoot smtp send mail SSIS task - 06-03-2008 , 11:55 PM






I have a simple SSIS package that runs a sql query that exports to a flat
file, then emails this flat file to an address. I built the package in Visual
Studio 2005, where the package runs without a problem. I save the package out
to a sql 2005 sp2 server, and the package fails on the send mail tasks:
Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for
64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 9:24:06 PM Error: 2008-06-03 21:24:19.35 Code: 0xC002F304
Source: Send Mail Task Send Mail Task Description: An error occurred with
the following error message: "The SMTP server requires a secure connection or
the client was not authenticated. The server response was: 5.7.1 Client was
not authenticated". End Error DTExec: The package execution returned
DTSER_FAILURE (1).

Can someone please give me an idea on how to troubleshoot this? I would seem
that there is something wrong with the sql service account not authenticating
to the smtp server, but I am not sure.
Thanks in advance!!

Reply With Quote
  #2  
Old   
Antoon
 
Posts: n/a

Default RE: how to troublshoot smtp send mail SSIS task - 06-06-2008 , 02:10 AM






The user with which you are executing the package has no rights to mail.

"Carl Henthorn" wrote:

Quote:
I have a simple SSIS package that runs a sql query that exports to a flat
file, then emails this flat file to an address. I built the package in Visual
Studio 2005, where the package runs without a problem. I save the package out
to a sql 2005 sp2 server, and the package fails on the send mail tasks:
Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for
64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 9:24:06 PM Error: 2008-06-03 21:24:19.35 Code: 0xC002F304
Source: Send Mail Task Send Mail Task Description: An error occurred with
the following error message: "The SMTP server requires a secure connection or
the client was not authenticated. The server response was: 5.7.1 Client was
not authenticated". End Error DTExec: The package execution returned
DTSER_FAILURE (1).

Can someone please give me an idea on how to troubleshoot this? I would seem
that there is something wrong with the sql service account not authenticating
to the smtp server, but I am not sure.
Thanks in advance!!

Reply With Quote
  #3  
Old   
Antoon
 
Posts: n/a

Default RE: how to troublshoot smtp send mail SSIS task - 06-06-2008 , 02:10 AM



The user with which you are executing the package has no rights to mail.

"Carl Henthorn" wrote:

Quote:
I have a simple SSIS package that runs a sql query that exports to a flat
file, then emails this flat file to an address. I built the package in Visual
Studio 2005, where the package runs without a problem. I save the package out
to a sql 2005 sp2 server, and the package fails on the send mail tasks:
Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for
64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 9:24:06 PM Error: 2008-06-03 21:24:19.35 Code: 0xC002F304
Source: Send Mail Task Send Mail Task Description: An error occurred with
the following error message: "The SMTP server requires a secure connection or
the client was not authenticated. The server response was: 5.7.1 Client was
not authenticated". End Error DTExec: The package execution returned
DTSER_FAILURE (1).

Can someone please give me an idea on how to troubleshoot this? I would seem
that there is something wrong with the sql service account not authenticating
to the smtp server, but I am not sure.
Thanks in advance!!

Reply With Quote
  #4  
Old   
Antoon
 
Posts: n/a

Default RE: how to troublshoot smtp send mail SSIS task - 06-06-2008 , 02:10 AM



The user with which you are executing the package has no rights to mail.

"Carl Henthorn" wrote:

Quote:
I have a simple SSIS package that runs a sql query that exports to a flat
file, then emails this flat file to an address. I built the package in Visual
Studio 2005, where the package runs without a problem. I save the package out
to a sql 2005 sp2 server, and the package fails on the send mail tasks:
Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for
64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 9:24:06 PM Error: 2008-06-03 21:24:19.35 Code: 0xC002F304
Source: Send Mail Task Send Mail Task Description: An error occurred with
the following error message: "The SMTP server requires a secure connection or
the client was not authenticated. The server response was: 5.7.1 Client was
not authenticated". End Error DTExec: The package execution returned
DTSER_FAILURE (1).

Can someone please give me an idea on how to troubleshoot this? I would seem
that there is something wrong with the sql service account not authenticating
to the smtp server, but I am not sure.
Thanks in advance!!

Reply With Quote
  #5  
Old   
Antoon
 
Posts: n/a

Default RE: how to troublshoot smtp send mail SSIS task - 06-06-2008 , 02:10 AM



The user with which you are executing the package has no rights to mail.

"Carl Henthorn" wrote:

Quote:
I have a simple SSIS package that runs a sql query that exports to a flat
file, then emails this flat file to an address. I built the package in Visual
Studio 2005, where the package runs without a problem. I save the package out
to a sql 2005 sp2 server, and the package fails on the send mail tasks:
Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for
64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 9:24:06 PM Error: 2008-06-03 21:24:19.35 Code: 0xC002F304
Source: Send Mail Task Send Mail Task Description: An error occurred with
the following error message: "The SMTP server requires a secure connection or
the client was not authenticated. The server response was: 5.7.1 Client was
not authenticated". End Error DTExec: The package execution returned
DTSER_FAILURE (1).

Can someone please give me an idea on how to troubleshoot this? I would seem
that there is something wrong with the sql service account not authenticating
to the smtp server, but I am not sure.
Thanks in advance!!

Reply With Quote
  #6  
Old   
Antoon
 
Posts: n/a

Default RE: how to troublshoot smtp send mail SSIS task - 06-06-2008 , 02:10 AM



The user with which you are executing the package has no rights to mail.

"Carl Henthorn" wrote:

Quote:
I have a simple SSIS package that runs a sql query that exports to a flat
file, then emails this flat file to an address. I built the package in Visual
Studio 2005, where the package runs without a problem. I save the package out
to a sql 2005 sp2 server, and the package fails on the send mail tasks:
Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for
64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 9:24:06 PM Error: 2008-06-03 21:24:19.35 Code: 0xC002F304
Source: Send Mail Task Send Mail Task Description: An error occurred with
the following error message: "The SMTP server requires a secure connection or
the client was not authenticated. The server response was: 5.7.1 Client was
not authenticated". End Error DTExec: The package execution returned
DTSER_FAILURE (1).

Can someone please give me an idea on how to troubleshoot this? I would seem
that there is something wrong with the sql service account not authenticating
to the smtp server, but I am not sure.
Thanks in advance!!

Reply With Quote
  #7  
Old   
Antoon
 
Posts: n/a

Default RE: how to troublshoot smtp send mail SSIS task - 06-06-2008 , 02:10 AM



The user with which you are executing the package has no rights to mail.

"Carl Henthorn" wrote:

Quote:
I have a simple SSIS package that runs a sql query that exports to a flat
file, then emails this flat file to an address. I built the package in Visual
Studio 2005, where the package runs without a problem. I save the package out
to a sql 2005 sp2 server, and the package fails on the send mail tasks:
Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for
64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 9:24:06 PM Error: 2008-06-03 21:24:19.35 Code: 0xC002F304
Source: Send Mail Task Send Mail Task Description: An error occurred with
the following error message: "The SMTP server requires a secure connection or
the client was not authenticated. The server response was: 5.7.1 Client was
not authenticated". End Error DTExec: The package execution returned
DTSER_FAILURE (1).

Can someone please give me an idea on how to troubleshoot this? I would seem
that there is something wrong with the sql service account not authenticating
to the smtp server, but I am not sure.
Thanks in advance!!

Reply With Quote
  #8  
Old   
Antoon
 
Posts: n/a

Default RE: how to troublshoot smtp send mail SSIS task - 06-06-2008 , 02:10 AM



The user with which you are executing the package has no rights to mail.

"Carl Henthorn" wrote:

Quote:
I have a simple SSIS package that runs a sql query that exports to a flat
file, then emails this flat file to an address. I built the package in Visual
Studio 2005, where the package runs without a problem. I save the package out
to a sql 2005 sp2 server, and the package fails on the send mail tasks:
Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for
64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 9:24:06 PM Error: 2008-06-03 21:24:19.35 Code: 0xC002F304
Source: Send Mail Task Send Mail Task Description: An error occurred with
the following error message: "The SMTP server requires a secure connection or
the client was not authenticated. The server response was: 5.7.1 Client was
not authenticated". End Error DTExec: The package execution returned
DTSER_FAILURE (1).

Can someone please give me an idea on how to troubleshoot this? I would seem
that there is something wrong with the sql service account not authenticating
to the smtp server, but I am not sure.
Thanks in advance!!

Reply With Quote
  #9  
Old   
Antoon
 
Posts: n/a

Default RE: how to troublshoot smtp send mail SSIS task - 06-06-2008 , 02:10 AM



The user with which you are executing the package has no rights to mail.

"Carl Henthorn" wrote:

Quote:
I have a simple SSIS package that runs a sql query that exports to a flat
file, then emails this flat file to an address. I built the package in Visual
Studio 2005, where the package runs without a problem. I save the package out
to a sql 2005 sp2 server, and the package fails on the send mail tasks:
Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for
64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 9:24:06 PM Error: 2008-06-03 21:24:19.35 Code: 0xC002F304
Source: Send Mail Task Send Mail Task Description: An error occurred with
the following error message: "The SMTP server requires a secure connection or
the client was not authenticated. The server response was: 5.7.1 Client was
not authenticated". End Error DTExec: The package execution returned
DTSER_FAILURE (1).

Can someone please give me an idea on how to troubleshoot this? I would seem
that there is something wrong with the sql service account not authenticating
to the smtp server, but I am not sure.
Thanks in advance!!

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.