473,507 Members | 2,368 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET, SQL Reporting Service, & Temp File problem

I have created an interface for a SQL Reporting Service report. SQL Reporting
Service makes a virutal directly in IIS called ReportServer.

There are various buttons on the form I created and one is View. When the
user clicks View, I fire a window.open, that has the URL string, to the
ReportServer using URL access. This works find for virtually all reports.
Unfortunately the SQL programmer has decided to use temp files for a few
reports. In order for me to keep the temp file valid I have to keep the
connection open. If the connection is closed, the temp file disppears like
magic!

For these temp file SQL reports, I follow these basic steps in the View
click event.

1. View is clicked on - http://hostname/webform1.aspx
2. open a connection
3. run stored procedure 1
4. get the temp file name
5. create the URL string
6. window.open using URL -
http://reportserver?tempfilename=wha...herparams=etc;
7. the new window is now trying to open the report through ReportServer via
URL access
8. close the connection

This worked fine when I tested during development. When it was tested with
multiple users they keep getting the error message, "The temp file passed is
invalid". It seems to me the temp file is closing before the browser that I
opened with window.open is done loading when multiple users are hitting it.

So now im trying to find a way to keep the connection open. Is there anyway
to keep a connection open for 10 - 20 seconds then close it? Or maybe there's
a way to check the status of the new browser I opened (using window.open) to
see if its done loading before closing the connection? Or perhaps there's a
simpler solution that I am just not seeing?

Any help (preferably before Nov 1st) would be appreciated ug.. deadlines
Nov 18 '05 #1
1 1786
Hi hotice3100:

The bad news anything that relies on state and tempfiles sticking
around in a web application is going to prove to be unreliable in the
long run.

I'm trying to figure out the environment you describe. Apologies for
my misunderstanding.

A sample SSRS URL access string would look like:

http://machine/reportserver?/ItemPat...nds&parameters

but I don't see an item specified in your URL.

Are you saying the report item itself is temporary?
Or does a report write information to the file system?
Does the file get created when you first access the report?
Are you trying to get to the file on a subsequent request?

l --
Scott
http://www.OdeToCode.com/blogs/scott/

On Tue, 26 Oct 2004 20:23:01 -0700, "hotice3100"
<ho********@discussions.microsoft.com> wrote:
I have created an interface for a SQL Reporting Service report. SQL Reporting
Service makes a virutal directly in IIS called ReportServer.

There are various buttons on the form I created and one is View. When the
user clicks View, I fire a window.open, that has the URL string, to the
ReportServer using URL access. This works find for virtually all reports.
Unfortunately the SQL programmer has decided to use temp files for a few
reports. In order for me to keep the temp file valid I have to keep the
connection open. If the connection is closed, the temp file disppears like
magic!

For these temp file SQL reports, I follow these basic steps in the View
click event.

1. View is clicked on - http://hostname/webform1.aspx
2. open a connection
3. run stored procedure 1
4. get the temp file name
5. create the URL string
6. window.open using URL -
http://reportserver?tempfilename=wha...herparams=etc;
7. the new window is now trying to open the report through ReportServer via
URL access
8. close the connection

This worked fine when I tested during development. When it was tested with
multiple users they keep getting the error message, "The temp file passed is
invalid". It seems to me the temp file is closing before the browser that I
opened with window.open is done loading when multiple users are hitting it.

So now im trying to find a way to keep the connection open. Is there anyway
to keep a connection open for 10 - 20 seconds then close it? Or maybe there's
a way to check the status of the new browser I opened (using window.open) to
see if its done loading before closing the connection? Or perhaps there's a
simpler solution that I am just not seeing?

Any help (preferably before Nov 1st) would be appreciated ug.. deadlines


Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
8450
by: SJD | last post by:
I've just read Christoph Schittko's article on XmlSerializer: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/html/trblshtxsd.asp . . . and very informative it is too....
0
435
by: rmk | last post by:
How can I get the 2000 and 2005 versions of SQL Server Reporting Services both working on my development laptop ????? I have ASP.NET 1.1 and 2.0 installed on my laptop. I have Visual Studio...
1
6461
by: rmk | last post by:
How can I get the 2000 and 2005 versions of SQL Server Reporting Services both working on my development laptop ????? I have ASP.NET 1.1 and 2.0 installed on my laptop. I have Visual Studio...
1
1400
by: C4rtm4N | last post by:
I'm about to embark on re-writing a database & bespoke web reporting application for our call centre & would like a little advice please. Currently the database has 10 tables containing summaried...
0
7223
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7111
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7485
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5623
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1542
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
760
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.