cancel
Showing results for 
Search instead for 
Did you mean: 

Error HTTP Error 404.15 when export report

Former Member
0 Kudos

Hi All,

Need on help this issue.

I am able to view the report in ASP.NET application, can move next page and previous page without any error.

But when I export the report to either PDF or other format, the HTTP Error 404.15 is appears.

I am using Windows 2012 R2 x64, MS Visual Studio 2012 and CRVS 13_0_9.

Trying to find the solution in google and scn forum, but still no luck.

Thank you for any help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I finally manage to find out the issue.

I found the method="get" in the <form id="form1" runat="server" method="get"> is the root cause of the problem.

By removing method="get" from the for tag, the form can export to pdf or excel without any problem.

Thank you Ludek for the effort to help to solve the issue.

Thanks.

Answers (3)

Answers (3)

Former Member
0 Kudos

Tried to increase the maxquerystring, but still not resolve the issue.

the new error showing as below.

I add the following configuration in web.config

<requestFiltering>

       <requestlimits maxUrl="32786" maxQueryString="32786" />

</requestFiltering>

Please help if there anybody has gone through this issue.

Thanks.

former_member183750
Active Contributor
0 Kudos

Well, let's go and get the answer from the horse's mouth re. IE. According to MS (Maximum URL length is 2,083 characters in Internet Explorer😞


Microsoft Internet Explorer has a maximum uniform resource locator (URL) length of 2,083 characters.

For other browsers, see: WWW FAQs: What is the maximum length of a URL?

- Ludek

former_member183750
Active Contributor
0 Kudos

I'd pay attention to what Bhushan posted. But I'd also take a closer look at the error:

... the query string is too long.

Again, google has lots of info on this. E.g.; something like this.

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

former_member188030
Active Contributor
0 Kudos


Hi Apin,

I think this is specific to IIS and (possibly) not CR.

Check this article.

http://www.iis.net/configreference/system.webserver/security/requestfiltering/requestlimits

Googeling the error returned me various results where this issue with IIS request filtering returns 404.15 error which means the request filtering is set to lowest value for the query string than required.

You might need to increase the value.

Not sure if it is the solution but worth a shot...

- Bhushan

Senior Engineer

SAP Active Global Support

Follow us on Twitter

Got Enhancement ideas? Try the SAP Idea Place

Getting started and moving ahead with Crystal Reports .NET applications.