But Nothing Has Changed on Our Side
11–16 of 16 posts
Re: But Nothing Has Changed on Our Side
#12No YOU may not have changed anything. Your colleagues might have. The system might have. The network might have. Windows/Linux updates might have. Many of those are automated and usually escape proper review. And they can be minor or catastrophic. I always try to look at "what changed that causes this failure?" And do so blamelessly. Pointing fingers only gets disdain and blame.
Re: But Nothing Has Changed on Our Side
#13It's not fruitful every time, but the number of times you skip asking those questions and chase something around, only to realize that, actually, it _was_ the ridiculous/simple thing... well, it feels a lot better to realize it earlier :)
(personal footnote: do be mindful of the context you're asking in! I feel like in general those sorts of questions are _fairly_ well tolerated by technical people. Sometimes you feel a bit stupid asking the question, but many of the systems I've worked on are large and complicated enough that it's not that weird - and if there's downtime and a healthy team, people genuinely want to hunt every possibility down. People not used to that, though, will sometimes bristle a bit, thinking you're implying that they're stupid and don't understand the basics. There can be ways to be more tactful, but at the very least, it's worth being aware of that reaction so you can follow up with a "just making sure I understand!" or something like that.)
Re: But Nothing Has Changed on Our Side
#14A team manager once called and asked me if anything changed in the hypervisor (I used to support and make local modifications to some virtualization software) because her team's daily data processing job failed, which previously had run with no issues and nothing changed at their end. I commented back, maybe with a little too much confidence, that if their input file changes daily, then their program changes daily. T…
Re: But Nothing Has Changed on Our Side
#15A team manager once called and asked me if anything changed in the hypervisor (I used to support and make local modifications to some virtualization software) because her team's daily data processing job failed, which previously had run with no issues and nothing changed at their end. I commented back, maybe with a little too much confidence, that if their input file changes daily, then their program changes daily. T…
If a processing job fails due to the user's input, but the program doesn't let the user know what exactly caused the failure, there may not be any work on your end to get the input corrected, but you should definitely doing work on your program to improve the error handling aspect.