473,765 Members | 1,973 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

file "killed" a few seconds after it's generated

52 New Member
Hi,

I have a aspx page that generates reports with the data it gets from databases.

It used to work quick and fine until recently when a file is generated it gets killed a few seconds after that. It can still be downloaded if fast enough:



A few seconds later...



The interesting thing is that only reports that are approximately larger than 1MB would get destroyed. Small reports would stay there forever until it's downloaded.

At first I thought the server might be out of space/memory to store the created report and asked the server admin to check. I didn't get a reply from him so it's probably caused by something else.

If anyone knows a possible reason for this problem please let me know; I've stucked on this for almost a week =(

Thanks
Feb 10 '09 #1
18 1955
sicarie
4,677 Recognized Expert Moderator Specialist
Well, I'm not sure this is the right forum for the question, but let's try to narrow down the issue before we figure out where you could get the best help - then I can just move the whole thread to the proper forum.

Do you have access to the source code?

When, approximately did the issue start?

Around the time the issue started, did the system change - anything from new programs to something as small as a reboot? Or even a network change?

Are Windows updates enabled, and if so, automatically download and install?
Feb 10 '09 #2
200dogz
52 New Member
@sicarie
Yes, I have access to the source code through the networks, but don't have the right to get into the server or IIS. It started about a week ago; not sure if there's any changes/reboot made. I assume Windows updates are disabled since the server is not connected to the Internet.
Feb 10 '09 #3
sicarie
4,677 Recognized Expert Moderator Specialist
Have you attempted to run the code on a test box and ensure this report is created properly with the code you have?
Feb 11 '09 #4
200dogz
52 New Member
@sicarie
The reports have always been fine. It's just recently that reports that are greater than approximately 1MB are getting killed by the server. They can still be downloaded if quick enough. By the way for the same report with the same size that doesn't "always" get deleted.
Feb 11 '09 #5
sicarie
4,677 Recognized Expert Moderator Specialist
Yeah. I'm trying to isolate this issue to where/how the code interacts with the server. If it was successful on a "test" IIS box that you had control over, then I'd say check out the build of the other server it's on.

If it's still not successful, then I'd recommend looking at the update status of the devices.

That's all I can really think of, but I'll ask for some help - see if anyone else can pin this down a bit better.
Feb 12 '09 #6
200dogz
52 New Member
@sicarie
Unfortunately I don't have administrative access to the server =(. I've been asking our admin to check if there's any problem he can identify the problem but there hasn't been any outcome. I'm trying to figure out a possible reason and resolution before I ask our admin to check again.

By the way there's indeed a pretty big chance that it is an IIS issue since IIS 6 was reinstalled and reconfigured on the server a few weeks ago.
Feb 12 '09 #7
sicarie
4,677 Recognized Expert Moderator Specialist
@200dogz
Ah, I see. So you don't have access to any sort of test IIS server either?

I'm sorry to say I think the resolution here will be to rework the code and request for a 'standard build' on servers so that re-installs won't affect the apps.

I did, however, ask other Mods/Experts to drop in and take a look, so maybe someone else will catch something I didn't.
Feb 12 '09 #8
NeoPa
32,572 Recognized Expert Moderator MVP
You may already realise this, but I think whatever the problem is, is something we don't know about yet.

As Sicarie says, I think you need to get the issue clarified internally (with your admin) before asking for help, as we're in no position really to see what may be wrong.

You may get lucky and find someone who has had something similar enough for them to recognise your problem and help, but otherwise there's not enough here to work on I'm afraid.

Good luck anyway.
Feb 12 '09 #9
Frinavale
9,735 Recognized Expert Moderator Expert
Where are you storing the reports?
As physical files on the server?
Or are you storing them in memory (in Session)?

If you're storing the files in Session, then it may be growing too large. This could cause the worker process to be recycled, you would lose the file along with anything else in Session. I'd recommend storing the files physically in a temporary folder instead.
Feb 12 '09 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

2
3261
by: John E. Hadstate | last post by:
Please forgive the heavy cross-posting and feel free to delete inappropriate groups when you reply. I am really at a loss and hope someone has an answer for my problems. Environment: Redhat Enterprise 3, Gnome or KDE, Generic PC, 1.5 GHz P-III CPU, 256 MB RAM, Sun JRE 1.5.0_2. (These problems present on multiple hardware configurations.
10
9781
by: Fred | last post by:
There is a setting in INIT.ORA that has the unintended side-effect of making sure the ALTER SYSTEM KILL SESSION command has immediate affect. Without this setting, I've seen some instances where the session reports as being KILLED in V$SESSION but is not physically removed until the instance is bounced. Does anyone remember this value offhand?
2
2919
by: Ajay Todimala | last post by:
Hi Folks, I am running a C++ simulation on Redhat Linux 9. It is computational and memory intensive. After running for some time it gets killed. It does not give any core dump. The following are the user limits on the system: core file size (blocks) 1000000
12
4129
by: Jose Fernandez | last post by:
Hello. I'm building a web service and I get this error. NEWS.News.CoverNews(string)': not all code paths return a value This is the WebMethod public SqlDataReader CoverNews(string Sport) {
8
5152
by: utagger | last post by:
Hi All, We have a gallery component that allows us to upload images. An Edit Image Entry user control allows the user to update an image, by replacing the current one. Oddly, after replacing an image, if the user tries to replace again within a few seconds - he gets the following error message: The process cannot access the file "...X.gif" because it is being used
5
8274
by: Steve Crawford | last post by:
This morning I got bitten by the "SELECT INTO" / "CREATE TABLE AS" from tables without OIDs bug in 7.4.1. Postmaster killed all the backends and restarted - pg was down for 2 seconds. This happened two times within a few minute period. Now I am getting 'invalid page header in block 52979 of relation "pg_attribute"' errors in the postgresql log file. I cannot reindex
4
2452
by: Alessandro | last post by:
Hi everybody, I tried to find some information about my subject with google, but I didn't find anything. I need to read a text file, process the entire content, then kill. In the meantime I have to be sure that no one could write on it. So I opened with read write lock, but when i closed it, before deleting, someone wrote something, and I lost the information because immediately after I killed it.
42
2125
by: Doug | last post by:
I am in a friendly debate with some co-workers... and my boss. We use Access 2003 for the frontend (on workstations) as well as for the backend (on a Dell PowerEdge running Windows 2000 server, SP4). We have approx. 20 users *logged in* at any one time (over 300 userid's exist), but we have never run metrics to see how many on average are accessing the database concurrently. About once every few weeks, the database mysteriously becomes...
7
9416
by: dieter | last post by:
Hi, Overview ======= I'm doing some simple file manipulation work and the process gets "Killed" everytime I run it. No traceback, no segfault... just the word "Killed" in the bash shell and the process ends. The first few batch runs would only succeed with one or two files being processed (out of 60) before the process was "Killed". Now it makes no
0
9568
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9399
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10007
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9955
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9833
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7378
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5275
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3924
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 we have to send another system
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.