Opinion: There's a plague we need to stop

Opinion: There's a plague we need to stop

I’ve concluded that many software vendors (particularly large ones) don’t understand how much support users of their software provide to each other, and how critical that support is.

The SQL and data communities are a good example of this. When someone has a problem and are wondering how to solve it, they don’t call Microsoft or Google or Oracle (or whichever vendor) first. If they’re lucky, they ask a colleague for help. But most will simply make a Google search (or yes a Bing search) to try to find an answer.

No matter how obscure an error message might be, if someone else has struggled with it before, at least there’s a chance that on an online forum, someone will have spelled out what caused it for them.

Even cryptic values like app IDs in Windows that look like this:

{ADA41B3C-C6FD-4A08-8CC1-D6EFDE67BE7D}

can be matched to an error or an application that’s causing the error.

Most of this happens without the vendor even being involved.

So one of my pet hates (which Microsoft have heard loud and clear on internal mailing lists) is applications that break this pattern.

Every time I have an error that says:

and nothing else, I want to scream. Even that’s enough to get an answer sometimes. “Every time I click on XXX and drag the YYY, I get an error saying Oops. Something went wrong!” might lead to a posting that solves the issue but it’s so much tougher when there’s no other info.

A plea to developers:

At the time the error occurs, even if you don’t know exactly what happened, you must know something about what you expected and what happened. Tell us something. No matter how cryptic.

Another related trend is where there is an error message but it’s a GUID:

C3479B1C-B1F3-4404-8F3C-AFA00AA0FEAF

And we think: “Great. We have something to work with” only to find that the GUID changes every time the error occurs and is only meaningful to the support team at the vendor organization.

Please don’t do this either.

Give us something repeatable that we can use to help each other.

2018-02-13