Clearly the successor solution is to use eight groups of four hexadecimal digits each, separated by colons. Then each individual seat and peanut could be addressed to it's final destination. More seriously the solution suggested of giving the 3 companies other unused prefixes like D* U* and A* to use with their codeshares and non rev flights to start seems the easiest.
Why do airlines even need separate flight numbers for codeshare flights? Why not just use the flight number of the operating airline in the booking? IMO it's just confusing for passengers as well.
Airlines are running out of 4-digit flight numbers
201–210 of 461 posts
Re: Airlines are running out of 4-digit flight numbers
#202A lot of the software used to coordinate this stuff is very ancient at this point. The fix is straightforward from a technical point of view but super complicated to implement because it involves replacing/fixing half a century old software systems in use in thousands of companies across the industry. Probably a lot of cobol and other crap that is still in use for this.
https://www.iata.org/en/programs/airline-distribution/retail...
Re: Airlines are running out of 4-digit flight numbers
#203Re: Airlines are running out of 4-digit flight numbers
#204Clearly the successor solution is to use eight groups of four hexadecimal digits each, separated by colons. Then each individual seat and peanut could be addressed to it's final destination. More seriously the solution suggested of giving the 3 companies other unused prefixes like D* U* and A* to use with their codeshares and non rev flights to start seems the easiest.
Why do airlines even need separate flight numbers for codeshare flights? Why not just use the flight number of the operating airline in the booking? IMO it's just confusing for passengers as well.
Re: Airlines are running out of 4-digit flight numbers
#205Clearly the successor solution is to use eight groups of four hexadecimal digits each, separated by colons. Then each individual seat and peanut could be addressed to it's final destination. More seriously the solution suggested of giving the 3 companies other unused prefixes like D* U* and A* to use with their codeshares and non rev flights to start seems the easiest.
Having multiple prefixes per airline doesn't seem trivial, given that this historically wasn't a thing. I could imagine a bazillion code snippets of if flightNumber.startsWith(OUR_AIRLINE_CODE) that might be incredibly painful to fix on short notice.
Re: Airlines are running out of 4-digit flight numbers
#206Earlier quoted context omitted.
I could imagine many legacy systems identifying “their” flights based on the alphanumeric prefix alone (as opposed to doing a database lookup).
Yep. Not only a ton of software would make this assumption, but a ton of human-based processes too. Lesson: if you make your IDs easily decodable, people will decode them and use them directly instead of whatever API you intended them to use.
Re: Airlines are running out of 4-digit flight numbers
#207Earlier quoted context omitted.
Enormous path dependance. There's a photo in that article that shows the problem: the flip-tab sign that has space for four numerical digits. I was thinking they could just switch from 0-9 to 0-9A-Z but that photo showed why that would be a disaster. Plus any solution has to be approved for use worldwide. Fortunately the two-digit IATA codes have already switched to 0-9A-Z (e.g. JetBlue is B6) so allowing constrained…
True And that's why they should have started thinking about this 20 years ago (or even before that) Thinking of something like this: every new development and maintenance should be done with 5 digits in mind. While keeping it backwards compatible for 4 digits
This is a problem for people inside those 3 airlines to solve within the constraints that the current living world has imposed on them.
Re: Airlines are running out of 4-digit flight numbers
#208The headline is a bit misleading. Because it's not "airlines" in general, but: > and it’s really only a problem for three airlines in the world.
I don't think there will be enough motivation from the rest of the world to solve this problem any time soon.
Re: Airlines are running out of 4-digit flight numbers
#209I'm remembering the ISBN switch, which I thought would throw off some older systems—and it probably did, but it took so long to happen that the transition ended up being pretty smooth. The key element was that for a solid ten years or so, every book had both an old-style and a new-style ISBN (and possibly some still do). I'm hoping that behind the scenes they really are looking at a better plan than just "work around…
(I worked on Library Management Software for 6 years).
Re: Airlines are running out of 4-digit flight numbers
#210I love that so many people here think they can think about the problem for 10 seconds and come up with a solution that hasn't already been considered a thousand times and discarded.