| T O P I C R E V I E W |
| Pedrix |
Posted - 10/27/2004 : 03:07:17 Hi!
On some of the PCs (all of them with XP) the Save dialog (after designing an OLAP report) closes immediatelly, without asking for the report's name. We do no have installed any "popup closing" tool, nor XP SP2
have you ever found yourselves in the same problem?
PS. I have just discovered that if I close the browser and delete history, save dialog opens OK. |
| 9 L A T E S T R E P L I E S (Newest First) |
| admin |
Posted - 01/26/2005 : 19:06:38 Are you sure there is no proxy server between you and your web server that might caching the pages? |
| Pedrix |
Posted - 01/25/2005 : 07:38:12 Makign this change "In IIS console open properties for your ReportPortal site > Click HTTP Headers tab > check Enable Content Expiration - Expire Immediately" solves this problem with XP
Still, we have the caching problem, even though I have modified the <head> section, and added the traditional meta tags "expires" and "no-cache" in i_header.asp page
|
| admin |
Posted - 12/01/2004 : 15:19:13 Try adding it to i_header.asp |
| olalarsson |
Posted - 12/01/2004 : 01:12:08 Hi
The caching problem can be solved by adding the traditional meta tags in the <head></head> of each asp file.
<meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="expires" content="-1">
best regards
ola
|
| admin |
Posted - 11/24/2004 : 07:20:19 1) In IIS console open properties for your ReportPortal site > Click HTTP Headers tab > check Enable Content Expiration - Expire Immediately
2) Make sure that there in nothing between your web server and client such as Microsoft ISA Server that could cache the page.
|
| olalarsson |
Posted - 11/24/2004 : 02:47:32 I have the same problem. The only way to get around it that I have found so far is to delete all temporary internet files in your browser.
The whole product seem to suffer from a caching problem.
Any solutions from the developers? |
| admin |
Posted - 11/01/2004 : 09:07:22 Unfortunately we can not reproduce the problem. Can you web server be publicly accessed? Can you please send the URL to the server to [url]sales@reportportal.com[/url]? |
| Pedrix |
Posted - 10/29/2004 : 03:45:22 quote: Originally posted by igorkrupitsky
Do you see any script error in the bottom left corner of your browser?
There are no script errors.
Absolutelly sure, it oly happens on XP. |
| admin |
Posted - 10/27/2004 : 19:00:49 Do you see any script error in the bottom left corner of your browser? |