Skip to main content

Thanks Deutsche Bahn AG! Customer service, what is that?

Last month I wrote already about my adventures with Deutsche Bahn AG, the german railway company. They made my fiancée missing her flight, spending the day at the airport and spending a night in the hotel, it cost over 250 Euros.
The customer service from Deutsche Bahn at the airport told me I should send them all my receipts and they would give me the money back. Thats what I did almost 4 weeks ago and today I got a letter back saying they only pay 20% of the cost of the ticket we were delayed with, so I got a gift certificate worth ONLY 11 Euros. I don't need a gift certificate, I'm moving to Canada next month and with 11 Euros I can't even get a one way ticket to the next city.
I was really upset and called them right away, after discussing and complaining what a crappy service that is and how much I spent because of them, the lady at phone finally offered me another gift certificate worth 20 Euros. I wonder if I'll ever get it. But it still doesn't help me at all, I'm sitting now on gift certifcates worth 31 Euros for something I'll never use again.

I can only recommend to NEVER use the german railway (Deutsche Bahn AG) if you have a appointment or flight you have to be in time for. Go to one of the car rental companies get a cheap car, it's not more expensive, you can drive 200 km/h at the autoband and you'll be not much slower but you won't have to deal with that kind of what they call customer service.

Comments

I have a story to add: The DB always let me buy one year Bahn Cards and, when they expired, I would wait a few months before I entered Germany again before buying a new one year card.

The last time I did this, they did not tell me verbally that changes had been made and that, apparently in the Kleinschrift, I was now agreeing to automatic renewal every year in which they would invoice me for $400 for the next year's service (new Bahn Card).

Before the year was up, I got word that my new Bahn Card was in the mail and I immediately called to cancel, saying I was not in Germany and would not be for the entire year.

A rude "customer service" person told me that I must still pay $400 because I failed to cancel within 6 weeks from the end of the term of the first card. This nonsense would be against the law in the USA.

In the USA, this would count as a scam. I should have every right to cancel a service before the term begins. As it was, I never used the service and DB did, in fact, cancel the card as I requested. The outrageous invoice remains.

Any idea on how I can fight this? It has been more than a year that I refuse to pay this.

Popular posts from this blog

Pentaho Data Integration - Multi-part Form submission with file upload using the User Defined Java Class Step

I recently needed to use Pentaho Data Integration (PDI) to send a file to a server for processing using HTTP Post. I spent several hours trying to use the existing steps HTTP Post, HTTP Client & Rest Client but I couldn't get it to work. After some more research I came across the issue PDI-10120 - Support for Multi-part Form Submittal In Web Service Steps  and I thought I was out of luck. I previously wrote a small Java client for a similar use case and remembered the PDI has a step called User Defined Java Class  (UDJC). After reading this great tutorial I created the following basic transaction. I have a dataset with the URL and the full file path and use the UDJC to make the HTTP call. HTTP Post using User Defined Java Class The Java class handles the actual HTTP Post. It uses 2 input variables, the URL (url) which is used for the call and the file name (longFileName). The HTTP call then contains the file (line 30) and the file name (line 31). I included some basi

Products you don't expect to be 'Made in China' - Del Monte fruit cups

Since I moved to Canada back in March I have started to realize how many products are actually made in China. Back in Germany you could also buy lots of stuff from China but you mostly had the choice between German or Europe products and Chinese products. When I went to Food Basics in Oakville a couple weeks ago to get some apples I stood in front of a huge tray of Chinese apples! Aren't there enough apples in Ontario, Canada or the US? Even Mexico would probably be closer than China. Another day my wife bought Del Monte fruit cups in the grocery store. I checked the label when I was going to eat it and i decided to leave it in the fridge. First of all it is 'Made in China' (again I guess no other country in this world has fruit) and second it contains artificial flavor. How bad must the fruit inside be that you need artificial flavor (and does anybody in China controls how it is made)? For my part I'll check the labels more closely whenever I buy any kind of product

Open Source tool for Data cleansing and Master Data Management

Last weekend SQL Power released an improved version of SQL Power DQguru (formerly known as SQL Power MatchMaker), one of the few open source tools for data cleansing and master data management (MDM) available. Version 0.96 brings a new feature that allows you to run SQL Power DQguru from command line. This allows you to integrate it into batch scripts and your ETL jobs. As a BI consultant for SQL Power I have used SQL Power DQguru in different projects and it has made my job a lot easier. Some of the features I like the most are: Easy connection to any database with JDBC drivers, incl. SQL Server, Oracle, MySQL, Postgres Lets you create complex merge rules so your dependent data will always be updated when you merge records. You can combine over 25 steps to find possible duplicate data with a match rule, for example: Word Count Regular Expressions Substrings Retain certain characters Translate Words, you can create your own translation rules. You can preview how your data