Time out response from the server.

Stimulsoft Reports.WEB discussion
Post Reply
jjc
Posts: 97
Joined: Mon Apr 19, 2010 10:14 pm

Time out response from the server.

Post by jjc »

HI ,
it is the first time i use a web application so i am poor of knowledge about that ,i am trying to show on the Web my report but when i compile the project i receive this Error Message : Error in Load Report;TimeOut Response from the Server!!!
I use this code in the Button:

Code: Select all

  protected void Button1_Click(object sender, EventArgs e)
    {
        string conn_string= "Data Source=127.0.0.1;Initial Catalog=MBDatabase;Integrated Security=True";
        StiSqlDatabase database = new StiSqlDatabase("Database", conn_string);
        string appDirectory = HttpContext.Current.Server.MapPath(string.Empty);
        StiReport report = new StiReport();
        report.Dictionary.Databases.Clear();
        report.Dictionary.Databases.Add(database);
        //report.RegData();
        report.Load(appDirectory + "\\PriceList_20OCT_1_Online.mrt");
 StiWebDesigner1.Design(report);
      /
    }
I have a Data Source in the report Project that retrieve data from a Server (SQL Server 2008) but sincerely it is my first project in WEB so i have not idea how to correct this issue.:shame:
Do you have any idea to suggest for work out this issue?
Thanks so much for your attention.

Have a good time.

Cheers

P.S. i create the project file report "PriceList_20OCT_1_Online.mrt" with Stimulsoft.Report.Net and it contains some Forms ,is it a trouble?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Time out response from the server.

Post by Alex K. »

Hello,

Please let us know when the error occur after running the report? And how many entries in the tables are used in the report?
Please send us your .MRT file with database for analysis.

Thank you.
Post Reply