Click here to Skip to main content
15,920,217 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: If a process produces a report that nobody reads... Pin
RJOberg17-Sep-13 4:05
professionalRJOberg17-Sep-13 4:05 
GeneralRe: If a process produces a report that nobody reads... Pin
KP Lee18-Sep-13 12:50
KP Lee18-Sep-13 12:50 
GeneralRe: If a process produces a report that nobody reads... Pin
RJOberg19-Sep-13 3:02
professionalRJOberg19-Sep-13 3:02 
GeneralRe: If a process produces a report that nobody reads... Pin
KP Lee19-Sep-13 6:55
KP Lee19-Sep-13 6:55 
GeneralRe: If a process produces a report that nobody reads... Pin
RJOberg19-Sep-13 7:13
professionalRJOberg19-Sep-13 7:13 
GeneralRe: If a process produces a report that nobody reads... Pin
KP Lee19-Sep-13 11:15
KP Lee19-Sep-13 11:15 
GeneralRe: If a process produces a report that nobody reads... Pin
RJOberg20-Sep-13 3:01
professionalRJOberg20-Sep-13 3:01 
GeneralRe: If a process produces a report that nobody reads... Pin
RJOberg17-Sep-13 4:01
professionalRJOberg17-Sep-13 4:01 
I recently had the same experience!

We are updating a program used by our entire customer base, I got tasked with updating a report used to create mailing labels. Should have been an easy fix, we already had the report updated and approved for the last deployment, but it got missed by the person deploying the new package (old system, don't ask).

So, I deployed it to the test environment just to make sure that it was the right one. It tested okay in all the methods to print except for the one which schedules large jobs to be run in off hours. Kept failing and saying that it had too many parameters. So I dug in and checked why...

Apparently 22 months ago, the system was updated and the stored proc had five parameters removed. All of the other methods to print had been updated and tested, but this last one had not. I reported back the cause and they couldn't believe no one had used that print method for over a year and a half. Checked the logs, sure enough the last successful run was late 2011. Been throwing errors ever since and no one thought to notify us about it. Again, old system, we didn't build it, wasn't designed very well, not very good error reporting.

Their final decision on how to proceed? No one has noticed it for almost two years. We will mark it as a known bug and fix it in a later build.
GeneralRe: If a process produces a report that nobody reads... Pin
KP Lee18-Sep-13 13:24
KP Lee18-Sep-13 13:24 
GeneralRe: If a process produces a report that nobody reads... Pin
RJOberg19-Sep-13 3:14
professionalRJOberg19-Sep-13 3:14 
GeneralRe: If a process produces a report that nobody reads... Pin
harold aptroot17-Sep-13 4:06
harold aptroot17-Sep-13 4:06 
GeneralRe: If a process produces a report that nobody reads... Pin
Testing 1 2 ... uh... 7?17-Sep-13 4:43
Testing 1 2 ... uh... 7?17-Sep-13 4:43 
GeneralRe: If a process produces a report that nobody reads... Pin
harold aptroot17-Sep-13 4:45
harold aptroot17-Sep-13 4:45 
GeneralRe: If a process produces a report that nobody reads... Pin
jwalker34318-Sep-13 3:30
jwalker34318-Sep-13 3:30 
GeneralRe: If a process produces a report that nobody reads... Pin
TasMot18-Sep-13 6:36
TasMot18-Sep-13 6:36 
GeneralRe: If a process produces a report that nobody reads... Pin
BrainiacV18-Sep-13 3:48
BrainiacV18-Sep-13 3:48 
GeneralRe: If a process produces a report that nobody reads... Pin
gggustafson18-Sep-13 8:15
mvagggustafson18-Sep-13 8:15 
GeneralThis will never end you know Pin
Eytukan17-Sep-13 2:49
Eytukan17-Sep-13 2:49 
GeneralRe: This will never end you know Pin
MehGerbil17-Sep-13 3:04
MehGerbil17-Sep-13 3:04 
GeneralRe: This will never end you know Pin
Mark_Wallace17-Sep-13 3:06
Mark_Wallace17-Sep-13 3:06 
GeneralRe: This will never end you know Pin
W Balboos, GHB17-Sep-13 3:10
W Balboos, GHB17-Sep-13 3:10 
GeneralRe: This will never end you know Pin
Mark_Wallace17-Sep-13 3:10
Mark_Wallace17-Sep-13 3:10 
GeneralRe: This will never end you know Pin
Gary Wheeler17-Sep-13 6:32
Gary Wheeler17-Sep-13 6:32 
GeneralRe: This will never end you know Pin
Mark_Wallace17-Sep-13 19:01
Mark_Wallace17-Sep-13 19:01 
GeneralRe: This will never end you know Pin
Eytukan17-Sep-13 3:31
Eytukan17-Sep-13 3:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.