I'm still failing to understand why this was and is not being backed out? FFS!
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
RBS 'Computer Glitch'
Collapse
X
Collapse
-
-
Originally posted by AndrewK View PostI would like to oppose your opinion. In this case Bobs are right – in general under error conditions application should crash. There is nothing worse than application which pretends that everything is fine even if situation is completely screwed up and in worst case even swallows exceptions. If you can ignore error, that should be specified if it is not – application should fail. As example if it is noisy input channel, which sometimes has so mistakes in data, it is ok ignore them, but even in that case you shouldn’t just catch all errors and pretend that everything is fine, but look for specific exception.Comment
-
Originally posted by AndrewK View PostI would like to oppose your opinion. In this case Bobs are right – in general under error conditions application should crash. There is nothing worse than application which pretends that everything is fine even if situation is completely screwed up and in worst case even swallows exceptions. If you can ignore error, that should be specified if it is not – application should fail. As example if it is noisy input channel, which sometimes has so mistakes in data, it is ok ignore them, but even in that case you shouldn’t just catch all errors and pretend that everything is fine, but look for specific exception.
If it's a batch, log the error , abort that transaction, move on to the next.
If it's an interface, log the error, let the users know, back out to the previous screen, or leave them there if it's recoverable(i.e. a known type of error).
(\__/)
(>'.'<)
("")("") Born to Drink. Forced to WorkComment
-
Originally posted by scooby View PostI'm still failing to understand why this was and is not being backed out? FFS!Comment
-
Originally posted by aussielong View PostThey must have gone past the point where rollback was a way out. If the screwed system is feeding the GL and probably other systems too (credit,etc), even if you back out the change your downstream systems are now wrong. You might have to halt further downstream processing if it depends on data that is wrong. First you must sort out the mess in the data, fix or backout the error, then turn on all the taps again.
agreed
rolling back the database and applying the transaction log fixes the database. But anything further down stays busted.
(\__/)
(>'.'<)
("")("") Born to Drink. Forced to WorkComment
-
Originally posted by aussielong View PostThey must have gone past the point where rollback was a way out. If the screwed system is feeding the GL and probably other systems too (credit,etc), even if you back out the change your downstream systems are now wrong. You might have to halt further downstream processing if it depends on data that is wrong. First you must sort out the mess in the data, fix or backout the error, then turn on all the taps again.I didn't say it was your ******* fault, I said I was blaming you!Comment
-
Comment
-
Originally posted by k2p2 View Posti.e. can this happened anywhere?I didn't say it was your ******* fault, I said I was blaming you!Comment
-
Originally posted by k2p2 View PostSo is RBS any different to any other bank? i.e. could this have happened anywhere?
Why aren't Indian banks falling over all the time ?
(\__/)
(>'.'<)
("")("") Born to Drink. Forced to WorkComment
-
Originally posted by EternalOptimist View Postlet me ask you the same question, in a different way.
Why aren't Indian banks falling over all the time ?
Do we know they're not?
Assuming they're not, presumably because IT is managed locally with experienced staff who understand the systems and the complexities of the interrelationships.
So have all/most UK banks gone down the mass offshoring route? Those who are threatening to move accounts - what makes you think your new bank isn't just an update away from a similar problem?Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- What the housing market needs at Autumn Budget 2025 Yesterday 20:58
- Qdos hit by cybersecurity ‘attack’ Yesterday 01:01
- Why party conference season 2025 is a self-employment policy litmus test Sep 9 09:53
- Labour decommissions Freelance Commissioner idea Sep 8 08:56
- Is it legal to work remotely from Europe via a UK company? Sep 5 22:44
- Is it legal to work remotely from Europe via a UK company? Sep 5 10:44
- Autumn Budget 2025 set for Nov 26, ‘putting contractors on watch’ Sep 4 15:13
- November 2025 Companies House ID rules contractors must follow Sep 3 19:12
- When agencies sink with your contractor invoice: a legal guide Sep 2 17:14
- Reeves ‘to raise VAT registration threshold to £100,000’ Sep 1 06:37
Comment