index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: No response while click the Finish button? :: (12)Post a New Message | Post a Reply
Jun 16 2005, 8:30 AM
 No response while click the Finish button?Post a Reply
 Peter

View this author's profile Send this author a private message

since: Jun 16, 2005
from: Singapore

I click the Finish button while built a report, it seem that the software hang- no response, why?

Jun 16 2005, 8:38 AM
 Re: No response while click the Finish button?Post a Reply
 jonlau

View this author's profile Send this author a private message

since: Jun 12, 2005
from: Singapore

Peter,

Are you referring to the demo that you're running in yr computer or ar you talking about the online demo?

You've to be more specific.

Jun 16 2005, 6:34 PM
 Re: No response while click the Finish button?Post a Reply
 Peter

View this author's profile Send this author a private message

since: Jun 16, 2005
from: Singapore

Yes. I can not create any report in local computer, I download the sample & run it. I can view all the TABLE, VIEW & REPORT and can run it, but when I try to create a report , then fail

Jun 17 2005, 8:42 AM
 Re: No response while click the Finish button?Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Do you get any error messages?
Make sure IIS recognizes your reports folder as an application

For more information, check the following post:

http://aspwebsolution.com/forums/?tid=1323


-------------------------
Ghost
Jun 17 2005, 9:36 AM
 Re: No response while click the Finish button?Post a Reply
 Peter

View this author's profile Send this author a private message

since: Jun 16, 2005
from: Singapore

Thanks. do not have any error message. I have try your link to set the IIS security lower and create the application, but I still can not create the report when I click the Finish button at the last step. I use windows 2000 Professional with IE 6, I have try you LIVE DEMO to create report, it works very well, Why can not work at local computer? can you give me some tips? very urgent !!!

Jun 17 2005, 9:52 AM
 Re: No response while click the Finish button?Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Do you have another computer to try it on?

or try uninstalling, rebooting and re-installing the report wizard again.


-------------------------
Ghost
Jun 17 2005, 10:10 AM
 Re: No response while click the Finish button?Post a Reply
 Peter

View this author's profile Send this author a private message

since: Jun 16, 2005
from: Singapore

I already un-install it, reboot & re-install it, I also try this software on other computer to test, some problem happened. I have set the permission to READ & WRITE of  the WWWROOT\ASPREPORT, WWWROOT/ASPREPORT/SIMPLE  folder and the file REPORTS.XML. But seem the the software can not success to write the report to the REPORTS.XML, I can add new GROUP to the file REPORTS.XML.

Jun 17 2005, 11:09 AM
 Re: No response while click the Finish button?Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

When you click on the Finish button (the point at which your application hangs), view the processes running on your computer and let me know which one is using the most CPU.
- you can do this by:
   CTRL- ALT-DELETE ->  Task Masger -> Prcesses
  (sort by CPU column desc)

This is to make sure that IE is not being hijacked or a security feature is blocking it.

P/S: Also try using another browser (FireFox) and let us know if it makes any difference.



  


-------------------------
Ghost
Jun 17 2005, 8:45 PM
 Re: No response while click the Finish button?Post a Reply
 Peter

View this author's profile Send this author a private message

since: Jun 16, 2005
from: Singapore

the code of default.asp is:
<%
Dim objWiz
Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2")
'Peter code
With objWiz
    .HiddenTables="Categories,Invoices"
    .HiddenFields="Customers.Phone"
    .HiddenReports="ES1"
    .ReportsFile = "../simple/reports.xml"
End With  
' HiddenReports need to input GROUP ID
'Make sure you initialize before adding any HTML text
objWiz.Init("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" & Server.MapPath("../data/sample.mdb") & ";")
%>

<html>
    <head>
        <title>Simple Repoprts</title>
    </head>
    <body scroll="auto">
        <%
            'put this where you want your reports
            objWiz.DisplayReports
        %>
    </body>
</html>

<%    
Set objWiz = Nothing
%>
I have try firefox browser, Is there any other security need to set except the IIS security?
CPU usage is normal


Jun 28 2005, 5:18 AM
 Re: No response while click the Finish button?Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Do you get this problem when your ReportsFile is located in the same folder as your asp page?


-------------------------
Ghost
Jun 28 2005, 7:49 AM
 Re: No response while click the Finish button?Post a Reply
 Peter

View this author's profile Send this author a private message

since: Jun 16, 2005
from: Singapore

Yes, the report file is the same as asp files,  I just download the sample code from your web site, and try it. We wish to deploy it to our customers and intend to buy this software. I have try it both in my PC & laptop, both have the same problem???
Thanks

Jun 28 2005, 12:19 PM
 Re: No response while click the Finish button?Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

I really can't think of anything else right now. But can you please send me a screen shot of when is hangs? It might give us some ideas.


-------------------------
Ghost
Pages: (1)   [1]

search this forum: