This is a migrated thread and some comments may be shown as answers.

Unable to publish report

5 Answers 270 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
kilhoffer
Top achievements
Rank 1
kilhoffer asked on 24 Sep 2018, 04:58 AM
From the report designer, I've created a connection to the reporting server successfully. I created a new report and testing it with web preview works as expected. However, when I attempt to publish the report, I get an error message stating "Publish operation failed". I see no other details to understand why it would not publish. Any ideas where I can look for more details or is there something I should be doing prior to publish?

5 Answers, 1 is accepted

Sort by
0
Silviya
Telerik team
answered on 26 Sep 2018, 01:00 PM
Hi kilhoffer,

In our local test environment, the report can be opened, locked, updated and published successfully - Working with Report Server Reports

Note that on you can select to keep the lock on the file, and if it is the selected option the file remains locked even after the changes are submitted to the server.

We will need some additional information in order to troubleshoot the described issue. You can open new support ticket and send is the following:
- While the Report Designer is open go to the Help menu and check the Report Designer Version number.
- Also, use Fiddler to record from the downloading of the report for editing to the publishing. This will allow us to check the requests sent to the server and their responses in Fiddler - Inspectors - Request/Response - Raw tabs. The information can be saved in SAZ file and forwarded to us.
- Check the server and client machines Event Viewers and search for error logs related to the Standalone Report Designer and the Report Server.

Regards,
Silviya
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Anthony
Top achievements
Rank 2
answered on 18 Nov 2018, 07:47 PM

Silviya,

Thanks for your detailed reply. I've compiled all the information you outlined and I've created a support ticket. Looks like I'm getting a 500 error from the server when attempting to publish. Nothing in the event viewer on the server and the only error message coming back is "An error occured". Not sure what's going on, but hopefully whoever works the support ticket can help me find out.

Thanks...

-Tony

0
Allen
Top achievements
Rank 1
answered on 20 Nov 2018, 03:11 PM

Hi Anthony, I'm having the same problem, did you solve it?

 

Thanks!

0
Anthony
Top achievements
Rank 2
answered on 20 Nov 2018, 03:15 PM

Yes! I opened a support ticket and we got to the bottom of it. Our issue turned out to be a mismatch in host names in webhooks configuration. We moved our instance from one EC2 instance to another, and I forgot to change the url in configuration. 

Hope that helps.....good luck!

0
Silviya
Telerik team
answered on 20 Nov 2018, 03:20 PM
Hello Allen,

Please check whether your web hooks configuration URL is the same as your report server host. To do that, go to report server application Configuration page and navigate to WEBHOOKS section. Check the Report Server base URL.
I hope that this would help. If not, I would ask you to attach a Trace listener to the Report Server by adding/uncommenting the following code to/in the Web.config file of the Report Server application deployed by default in (Telerik Report Server installation folder)\Telerik.ReportServer.Web (e.g. C:\Program Files (x86)\Progress\Telerik Report Server\Telerik.ReportServer.Web) :
<system.diagnostics>
    <trace autoflush="true" indentsize="4">
        <listeners>
            <add name="myListener" type="System.Diagnostics.TextWriterTraceListener"initializeData="C:\Temp\Telerik.ReportServer.log" />
            <remove name="Default" />
        </listeners>
    </trace>
</system.diagnostics>
Once the log is generated, please open new support ticket and send it to us for further investigation.

Regards,
Silviya
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Report Designer (standalone)
Asked by
kilhoffer
Top achievements
Rank 1
Answers by
Silviya
Telerik team
Anthony
Top achievements
Rank 2
Allen
Top achievements
Rank 1
Share this question
or