|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Friday, May 18, 2007 3:36 PM
Points: 10,040,
Visits: 1
|
|
| Comments posted to this topic are about the Question of the Day for 19 Mar 2004 posted at http://www.sqlservercentral.com/testcenter/qod.asp?QuestionID=207.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Tuesday, July 27, 2010 7:51 PM
Points: 1,244,
Visits: 3
|
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 9:21 AM
Points: 2,999,
Visits: 503
|
|
In the Reporting Services books online, under "Configuring a Report Server for E-Mail Delivery", and under "RSReportServer Configuration File Settings", it states: "The following settings are in the rsreportserver.config configuration file. " The first setting in the table is for "SMTP server" and its description is: "Specifies a string value indicating the address of the mail server. An alternative way to specify the SMTP server is through an IP address." I also checked my installation of reporting Services and found my Email server listed in the rsreportserver.config file, not in the rswebapplication.config file. The entry in rsreportserver.config looks like this: Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider,ReportingServicesEmailDeliveryProvider"> <MaxRetries>3</MaxRetries> <SecondsBeforeRetry>900</SecondsBeforeRetry> <Configuration> <RSEmailDPConfiguration> <SMTPServer>exchsrv1</SMTPServer> Am I missing something here or are none of the answers correct?
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Thursday, June 29, 2006 8:03 PM
Points: 407,
Visits: 1
|
|
Yep, we are all correct. I finally found it and it is definitely the RSReportServer Configuration File where the SMTP server name/address is specified. The fact that the default delivery is specified in rswebapplication.config file is irrelevant.
completely blatantly WRONG! Fork over the points please...
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Today @ 8:23 AM
Points: 2,100,
Visits: 1,790
|
|
From http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/rsdepgd.mspxConfiguring E-Mail DeliveryReport Server includes an e-mail delivery extension for report delivery. Initial e-mail configuration takes place during setup. To make changes after setup, you will need to edit the following configuration files: | • | RSReportServer.config includes settings used for processing and delivery. | | • | RSWebApplication.config includes settings to initialize subscription pages in Report Manager. The answer is partially correct. RSWebApplication.config is part of the puzzle but as pointed out you must configure RSReportServer.config as well. Since RSReportServer.config contains the actual name of the SMTP server one might conclude this is an even more important file. However looking at the list of answers its obvious to me which is the most correct but as pointed out it certainly isn't the whole story and its easy to conclude the "best answer" of the choices given is not complete. Too bad there wan't a 6th answer saying "none of the above by itself will fix the issue" . That's a problem with multiple choice, you can only pick the best of the bunch not necessarily the best answer. |
Francis
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Tuesday, July 27, 2010 7:51 PM
Points: 1,244,
Visits: 3
|
|
The question said that you "you did not specify the correct mail server". In order to change that, you'll have to change RSReportServer.config. Is there some reason to change RSWebApplication.config? If not, then the given answers were all wrong.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, November 01, 2004 11:03 AM
Points: 150,
Visits: 1
|
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: 2 days ago @ 10:32 PM
Points: 4,591,
Visits: 321
|
|
Actually the "correct" answer is the closest to being correct (which is why I chose it). However, all the initial posts in this thread are right... it is indeed RSReportServer.config that needs to be modified. In some circumstances RSWebApplication.config may also need to be changed, but the text of the question indicates that you've already decided on e-mail delivery, therefore in this case it needs no change.
Cheers, - Mark
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Today @ 8:52 AM
Points: 2,574,
Visits: 1,532
|
|
|
|
|