FDM Mail Err: The path of the pickup directory is necessary and has not been specified.

FDM 9.3.1 on Microsoft (r) Windows (r) Server 2003, Enterprise Edition, Version 5.2.3790 Service Pack 2 Build 3790

I get the following error message when you try to send an e-mail. I checked that all the parameters are valid & passed correctly to the Sub. Line 343 is the. Send the order.

ERROR:
Code...-2147220958
Description... The path of the pickup directory is necessary and has not been specified.

Online: 343
Process... clsEventHandler.PobjAPI_ImportAction
The component... upsWObjEventHandlerDM
Version...................................... 931
Thread....................................... 8704


Void SendMail (strTo, strErr, strFrom, strSMTPSvr)

Set objConfig = CreateObject ("CDO. Configuration")

With objConfig.Fields
. Agenda ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2' 1 = use the local computer, 2 = use on network
. Agenda ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = strSMTPSvr
. Agenda ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
. Agenda ("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 10
. Update
Ends with

Set objMsg = CreateObject ("CDO. Message")
Set objConfig = objMsg.Configuration

With objMsg
. To = strTo
. From = strFrom
. Object = "product missing mapping Custom2 table."
. TextBody = strErr
. Send
Ends with

Set objMsg = Nothing
Set objConfig = Nothing

End Sub

SMTP

Tags: Business Intelligence

Similar Questions

Maybe you are looking for