"The specified module is not found" to solve the issue of subscribing to emails from reporting service2000.

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.