Results 1 to 3 of 3

Thread: E-mail from DTS problems

  1. #1

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    E-mail from DTS problems

    This isn't my DTS job - I'm helping a colleague...

    Has anyone ever seen this error:

    Error string: Error sending mail: The message store has reached its maximum size. To reduce the amount of data in this message store, select some items that you no longer need, permanently (shift + del) delete them. Error source: Microsoft Data Transformation Services (DTS) Package Help file: sqldts80.hlp Help context: 9100 Error Detail Recor... Process Exit Code 1. The step failed.
    What message store are they talking about?

    This was how the problem was explained to me:

    Steve,



    I am troubleshooting this issue – Cyril has it email him when the job completes, but it fails. He says that the emails come addressed from him. There is nothing wrong with his mailbox – I have not fond much online. Which store are they referring to?



    I thought it might be the SMTP mail that was hanging up but they do not have SMTP installed o that server.



    I asked Cyril to remove the email alert portion of the job to see if it completes then.



    Any ideas?



    CB

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: E-mail from DTS problems

    We've struggled with this same problem with mysterious MAPI 273 errors for no apparent reason and only when running from the job scheduler. We found the only way to fix it was to logon to the db server, delete the Send Mail Task and re-create it. Then it may suddenly return weeks later.

    It appears that if you create the Send Mail Task when logged directly onto the db server, all is well. But as soon as you are on another pc and edit the DTS package containing this Send Mail Task, you get the 273 error. Perhaps not all the time, but I was able to make this failure happen. I didn't even touch the mail task, just added unrelated task to the package. And this caused the 273 error when running from the job scheduler.
    Maybe this post would help or is relevant?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3
    Fanatic Member kaffenils's Avatar
    Join Date
    Apr 2004
    Location
    Norway
    Posts
    946

    Re: E-mail from DTS problems

    Could it be the message store for the Exchange server that the MAPI client used by DTS connects to?

    Perhaps the problem is at the Exchange server, not the SQL Server. After all, SQL Server only uses the Outlook MAPI interfaces to send emails, so it is probably a message from MAPI.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width