locked
Application validation did not succeed, unable to continue RRS feed

  • Question

  • User775744294 posted

     we have SQL server 2014 standard edition in our Server. We have configured the Reporting Service, So that it can be accessed from 5 local machine connected in LAN.

    We were able to access the Report server link from all the 5 machine and gets the Report server home page displayed.

    when we try to open the Report Builder from all 5 machine ,only 2 machine successfully downloads the necessary file from Server and opens the Report Builder.

    The other 3 machine download the file up to 3 MB and we get a error pop up.

    Cannot Start Application:

    "Application validation did not succeed, unable to continue"

     We have added the list of users who can access the Reporting service .we have included the necessary security setting for the access in Reporting service in server.

    LOG file:

    PLATFORM VERSION INFO
    Windows : 6.1.7601.65536 (Win32NT)
    Common Language Runtime : 4.0.30319.18063
    System.Deployment.dll : 4.0.30319.34244 built by: FX452RTMGDR
    clr.dll : 4.0.30319.18063 built by: FX45RTMGDR
    dfdll.dll : 4.0.30319.34244 built by: FX452RTMGDR
    dfshim.dll : 4.0.41209.0 (Main.041209-0000)

    SOURCES
    Deployment url : http://xxx.xxx.xxx.xxx/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application
    Server : Microsoft-HTTPAPI/2.0
    X-AspNet-Version: 2.0.50727
    Application url : http://xxx.xxx.xxx.xxx/ReportServer/ReportBuilder/RptBuilder_3/MSReportBuilder.exe.manifest
    Server : Microsoft-HTTPAPI/2.0
    X-AspNet-Version: 2.0.50727

    IDENTITIES
    Deployment Identity : ReportBuilder_3_0_0_0.application, Version=12.0.2000.8, Culture=neutral, PublicKeyToken=c3bce3770c238a49, processorArchitecture=x86
    Application Identity : MSReportBuilder.exe, Version=12.0.2000.8, Culture=neutral, PublicKeyToken=c3bce3770c238a49, processorArchitecture=x86, type=win32

    APPLICATION SUMMARY
    * Online only application.
    * Trust url parameter is set.
    ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * Activation of http://xxx.xxx.xxx.xxx/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application resulted in exception. Following failure messages were detected:
    + HTTP redirect is not allowed for application files and assemblies. Cannot download s11ch_rptdesign.chm.

    COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

    WARNINGS
    There were no warnings during this operation.

    OPERATION PROGRESS STATUS
    * [6/25/2015 4:18:41 PM] : Activation of http://xxx.xxx.xxx.xxx/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application has started.
    * [6/25/2015 4:18:45 PM] : Processing of deployment manifest has successfully completed.
    * [6/25/2015 4:18:45 PM] : Installation of the application has started.
    * [6/25/2015 4:18:50 PM] : Processing of application manifest has successfully completed.
    * [6/25/2015 4:18:54 PM] : Found compatible runtime version 4.0.30319.
    * [6/25/2015 4:18:54 PM] : Request of trust and detection of platform is complete.

    ERROR DETAILS
    Following errors were detected during this operation.
    * [6/25/2015 4:19:09 PM] System.Deployment.Application.InvalidDeploymentException (AppFileLocationValidation)
    - HTTP redirect is not allowed for application files and assemblies. Cannot download s11ch_rptdesign.chm.
    - Source: System.Deployment
    - Stack trace:
    at System.Deployment.Application.DownloadManager.ProcessDownloadedFile(Object sender, DownloadEventArgs e)
    at System.Deployment.Application.FileDownloader.DownloadModifiedEventHandler.Invoke(Object sender, DownloadEventArgs e)
    at System.Deployment.Application.FileDownloader.OnModified()
    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.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
    at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
    at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
    at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
    at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

    COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.

    Thursday, June 25, 2015 7:51 AM

Answers

  • User1644755831 posted

    Hello Raja17,

    SOURCES
    Deployment url : http://xxx.xxx.xxx.xxx/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application
    Server : Microsoft-HTTPAPI/2.0
    X-AspNet-Version: 2.0.50727
    Application url : http://xxx.xxx.xxx.xxx/ReportServer/ReportBuilder/RptBuilder_3/MSReportBuilder.exe.manifest
    Server : Microsoft-HTTPAPI/2.0
    X-AspNet-Version: 2.0.50727

    The Error seems to be related to ReportBuilder_3_0_0 deployment related.

    There is some kind of redirection going on when deploying which is giving the error "Application validation did not succeed, unable to continue".

    Here is a similar issue which gives advise how to trouble shoot this issue.

    https://social.msdn.microsoft.com/Forums/en-US/a9a8bf89-68c7-4e3e-a8f1-9c188f575367/xbap-deployment-error-http-redirect?forum=wpf

    As per the suggestion try checking using fiddle tool why redirection is happening?

    " To fix this, you can use a tool such as Fiddler (fiddlertool.com) to determine what redirection is taking place, and either make it not happen (if you have administrative control of your server) or launch the entire application from the redirected URL which will cause all file downloads to be from the same site, and should solve the problem. "

    Hope this helps.

    With Regards,

    Krunal Parekh

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, June 26, 2015 4:44 AM