An error is reported during subscription. The error message is "the specified module cannot be found". In the reportingservices log file, the description is as follows:
Reportingservicesservice! Emailextension! De8! 05/07/2006-10: 22: 04: Error sending email. system. Io. filenotfoundexception: the specified module cannot be found.
At Microsoft. reportingservices. emaildeliveryprovider. emailprovider. createmessage (Notification)
At Microsoft. reportingservices. emaildeliveryprovider. emailprovider. Deliver (notification)
It took nearly three days to finally find a way to subscribe to the reporting service2000 email.
It turns out that cdosys. dll is not properly registered. It runs regsvr32 cdosys. dll in system32 and then runs it.
However, configuring SMTP for rs2000 is cumbersome (except for using exchange mail server)
1. The help document provided by Microsoft contains errors. RS can only be anonymous, and remote SMTP cannot be used.
Visible http://www.developmentnow.com/g/115_2005_1_0_0_454588/SMTP-delivery-configuration.htm
I tried to configure non-local files and non-Anonymous files. Is there an example of success? Please tell me. MSN: cowbird2002@hotmail.com
Second, you need to configure local SMTP. I am a Windows2003 system. If the SMTP configuration is successful, you can send an email to try or use Telnet for debugging. There are many online debugging methods.
In addition, the SMTP configuration file of rs2000 is in rsreportserver. config. My configuration is as follows:
<Smtpserver> Local IP address or domain </Smtpserver>
<Smtpserverport> </smtpserverport>
<Smtpaccountname> </smtpaccountname>
<Smtpconnectiontimeout> </smtpconnectiontimeout>
<Smtpserverpickupdirectory> Path of Local Mail D: \ Inetpub \ mailroot \ pickup </smtpserverpickupdirectory>
<Smtpusessl> </smtpusessl>
<Sendusing> 1 It must be 1. The help document describes 2 as remote SMTP, which is incorrect. </Sendusing>
<Smtpauthenticate> </smtpauthenticate>
<From> cowbird2002@hotmail.com </from>
<Embeddedrenderformats>
<Renderingextension> MHTML </renderingextension>
</Embeddedrenderformats>
<Privilegeduserrenderformats> </privilegeduserrenderformats>
<Excludedrenderformats>
<Renderingextension> htmlowc </renderingextension>
<Renderingextension> null </renderingextension>
</Excludedrenderformats>
<Sendemailtouseralias> true </sendemailtouseralias>
<Defaulthostname> </defaulthostname>
<Permittedhosts> </permittedhosts>
If the email cannot be sent, we recommend that you use reporting service2005. It is said that the configuration is very simple.
Welcome to use reporting service.
MSN: cowbird2002@hotmail.com