|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, October 08, 2009 6:38 AM
Points: 3,
Visits: 5
|
|
Hi,
We are using SSRS 2008. We are facing a problem regarding the report builder. If we try to launch the report builder on the same machine (on which the SQL server 2008 and SSRS are installed) using URL-
http://:8080/ReportServer/ReportBuilder/ReportBuilder.application
It launches the report builder fine.
But, if we try to launch it using same URL on some different machine (on same domain), it doesn't work. Firstly, it asks for username/password. After providing that, it gives a message box. It sates something like -'Application installation did not succeed. Cannot locate application files on server. Contact application vendor or your administrator for assistance.' After clicking on 'Details' button of that message box, it opens a log file. It is having following content. -
PLATFORM VERSION INFO Windows : 5.2.3790.131072 (Win32NT) Common Language Runtime : 2.0.50727.1433 System.Deployment.dll : 2.0.50727.1433 (REDBITS.050727-1400) mscorwks.dll : 2.0.50727.1433 (REDBITS.050727-1400) dfdll.dll : 2.0.50727.1433 (REDBITS.050727-1400) dfshim.dll : 2.0.50727.1433 (REDBITS.050727-1400)
SOURCES Deployment url : http://:8080/ReportServer/ReportBuilder/ReportBuilder.application
ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of http://:8080/ReportServer/ReportBuilder/ReportBuilder.application resulted in exception. Following failure messages were detected: + Downloading http://:8080/ReportServer/ReportBuilder/ReportBuilder.application did not succeed. + The remote server returned an error: (403) Forbidden.
COMPONENT STORE TRANSACTION FAILURE SUMMARY No transaction error was detected.
WARNINGS There were no warnings during this operation.
OPERATION PROGRESS STATUS * [31/08/2009 10:53:11] : Activation of http://:8080/ReportServer/ReportBuilder/ReportBuilder.application has started.
ERROR DETAILS Following errors were detected during this operation. * [31/08/2009 10:53:11] System.Deployment.Application.DeploymentDownloadException (Unknown subtype) - Downloading http://:8080/ReportServer/ReportBuilder/ReportBuilder.application did not succeed. - Source: System.Deployment - Stack trace: at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next) at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles() at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState) at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation) at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation) at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options) at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension) at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state) --- Inner Exception --- System.Net.WebException - The remote server returned an error: (403) Forbidden. - Source: System - Stack trace: at System.Net.HttpWebRequest.GetResponse() at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
COMPONENT STORE TRANSACTION DETAILS No transaction information is available.
Also, if we try to open the report builder from that different machine by using ssrs server machine name (rather than IP), it asks for username/password. If we provide correct username/password also it does not proceed. The username/password dialog box keeps on coming.
Can anybody provide a solution on this problem?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, October 08, 2009 6:38 AM
Points: 3,
Visits: 5
|
|
We are still facing the problem. Any input / solution regarding this would be of grat help!!
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Tuesday, June 05, 2012 7:02 AM
Points: 44,
Visits: 109
|
|
Is this Report Builder 2.0 or Report Builder 1.0? What version of SSRS are you on (2005? 2008?) Is the server stand-alone or in integrated mode with SharePoint?
More information would be helpful in order to point you in the right direction.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, June 06, 2013 5:46 PM
Points: 326,
Visits: 901
|
|
Were you able to resolve this problem? I have a similar problem. The main difference is that I am getting a (401) Unauthorized, instead of the (403) Forbidden message you are are getting.
Thanks
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Tuesday, June 05, 2012 7:02 AM
Points: 44,
Visits: 109
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, October 08, 2009 6:38 AM
Points: 3,
Visits: 5
|
|
Hi,
My problem is solved. It was problem in config file of the report server / service.
This issue was fixed by changing the AuthyenticatonTypes to RSWindowsNTLM in the report server config file.
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Thursday, June 13, 2013 1:17 PM
Points: 536,
Visits: 482
|
|
|
|
|