VID_SendMail error: "Parameter name: path1"

Hi everyone,

I've been trying to configure the SMTP Server in Development Server with the same parameters of Production Server where I can send mails.

In Development Server I've tried to send a mail with "exec QBM_PJobCreate_SendMail 'testsubject','testmessage','AddressTo','AddressFrom',@genprocid='12345'" but it return an error in the Log File:

       [System.ArgumentNullException] Value cannot be null.
       Parameter name: path1
       at VI.JobService.ProcessorThread._ExecuteJob(Job job, JobResult result)
       at VI.JobService.JobComponents.MailComponent.Activate(String task)
       at VI.JobService.JobComponents.MailComponent._TaskSendMail()
       at VI.JobService.JobComponents.MailComponent._Send(MimeMessage message, MailSecurity security)
       at VI.JobService.JobComponents.MailCatcher.Catch(MimeMessage message)
       at VI.JobService.JobComponents.DebugMailPlugin.Handle(MimeMessage message)
       at System.IO.Path.Combine(String path1, String path2)

Could somebody help me to know how to fix this error?

We use OIM v.8.1.4.

Thanks everybody for your answer

Parents
  • Resolution

    To resolve this issue, use one or more of the following methods. After you complete each method, send yourself a test email message to make sure that you can send and receive messages without receiving an error message. If you continue to receive errors, try the next method.

    Method 1: Make sure that you are connected to the Internet
    Method 2: Make sure that your Outlook email account settings are correct
    Method 3: Delete suspicious email messages from your mailbox
    Method 4: Check your antivirus manufacturer's website for additional suggestions
    Method 5: Configure your firewall software to enable Outlook to access the Internet
    Method 6: Repair your Outlook or Outlook Express

    Regards,

    Rachel Gomez

Reply
  • Resolution

    To resolve this issue, use one or more of the following methods. After you complete each method, send yourself a test email message to make sure that you can send and receive messages without receiving an error message. If you continue to receive errors, try the next method.

    Method 1: Make sure that you are connected to the Internet
    Method 2: Make sure that your Outlook email account settings are correct
    Method 3: Delete suspicious email messages from your mailbox
    Method 4: Check your antivirus manufacturer's website for additional suggestions
    Method 5: Configure your firewall software to enable Outlook to access the Internet
    Method 6: Repair your Outlook or Outlook Express

    Regards,

    Rachel Gomez

Children