Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Execution 'lnwwlvvgyrffmw55tsiqt12r' cannot be fou

Author  Topic 

collie
Constraint Violating Yak Guru

400 Posts

Posted - 2007-09-19 : 09:48:30
Hi,

I have some reports in reporting services and I have some problems and not sure how to solve them. When I run the reports from the project solution it works fine. However, when I deploy the reports to Report Manager I get the following error:
Execution <<some randon number>> cannot be found. When I click the refresh button from the reports I then get the following:
Server Error in '/Reports' Application.
--------------------------------------------------------------------------------

Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.FormatException: Input string was not in a correct format.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +2725283
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +102
Microsoft.Reporting.WebForms.ReportAreaPageOperation.PerformOperation(NameValueCollection urlQuery, HttpResponse response) +149
Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context) +77
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +390
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +65




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

Can someone please help me?

Thanks

Whisky-my beloved dog who died suddenly on the 29/06/06-I miss u so much.

sumit.microsofttech
Starting Member

6 Posts

Posted - 2008-04-10 : 17:07:03
This error can occur in two situation to my knowledge. First if the report has been going under deployment and you are trying to access it. Second, the default parameter values are not in correct format.

Sumit
Go to Top of Page
   

- Advertisement -