“Unkown error” when emailing a PO to certain vendors

  • “Unkown error” when emailing a PO to certain vendors

    Posted by Michael Bartlett on August 9, 2017 at 11:38 am
    • Michael Bartlett

      Member

      August 9, 2017 at 11:38 AM

      ?We use Outlook and email directly from the PO transaction window. Recently a user started getting an “Unknown Error” window when generating an email with a PO to certain vendors. We traced that to an address in the “cc” field of the email message belonging to another user who just left the company and had been removed from both Exchange and the GP user base. It appears that the message setup saved the former user’s name and/or email address in the “cc” field, causing the process to fail. Removing the entries from “cc” allows the email to be created and sent.

      We’re not sure how many vendors are affected and we know we can modify each one individually. I looked through all the PM tables trying to see where that information is stored to see if there’s a way to script removing former users from the message setup, but didn’t see anything useful.

      If anyone has run across this or can direct me to where SQL stores this it would be good to know.

      Thanks,

      Michael H. Bartlett
      Quantum Marine Engineering of Florida, Inc.
      954-587-8361
      mbartlett@quantumhydraulic.com

      ——————————
      Michael Bartlett
      Quantum Marine Engineering of Florida, Inc.
      Fort Lauderdale FL
      ——————————

    • Bruce Strom

      Member

      August 9, 2017 at 11:45 AM

      The email info is in table coINetAddrs.

      /****** Script for SelectTopNRows command from SSMS ******/
      SELECT [Master_Type]
      ,[Master_ID]
      ,[ADRSCODE]
      ,[INET1]
      ,[INET2]
      ,[INET3]
      ,[INET4]
      ,[INET5]
      ,[INET6]
      ,[INET7]
      ,[INET8]
      ,[Messenger_Address]
      ,[INETINFO]
      ,[EmailToAddress]
      ,[EmailCcAddress]
      ,[EmailBccAddress]
      FROM [AGINC].[dbo].[SY01200]
      where [Master_Type] = ‘VEN’

      ——————————
      Bruce Strom
      Programmer Analyst
      Associated Grocers of Florida
      sunrise FL
      ——————————
      ——————————————-

    • Bruce Strom

      Member

      August 9, 2017 at 11:50 AM

      replace AGINC with your company database, of course

      ——————————
      Bruce Strom
      Programmer Analyst
      Associated Grocers of Florida
      sunrise FL
      ——————————
      ——————————————-

    • Michael Bartlett

      Member

      August 10, 2017 at 1:53 PM

      ?Thank you Bruce, perfect.

      I appreciate the help,

      ——————————
      Michael Bartlett
      Quantum Marine Engineering of Florida, Inc.
      Fort Lauderdale FL
      ——————————
      ——————————————-

    Michael Bartlett replied 6 years, 9 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

The discussion ‘“Unkown error” when emailing a PO to certain vendors’ is closed to new replies.

Start of Discussion
0 of 0 replies June 2018
Now

Welcome to our new site!

Here you will find a wealth of information created for people  that are on a mission to redefine business models with cloud techinologies, AI, automation, low code / no code applications, data, security & more to compete in the Acceleration Economy!