How to deal with 'bad' decision forced on you regarding basic software for your product

Posted by raticulin on Stack Overflow See other posts from Stack Overflow or by raticulin
Published on 2010-03-11T20:19:08Z Indexed on 2010/03/11 20:24 UTC
Read the original article Hit count: 241

Here is my situation, our product used to support several of the major databases. Now management has decided to move all products to MaxDB (aka SapDB previously), and even if we keep supporting some of the previous dbs, all new installations are on MaxDB.

I am sure MaxDB is a great db and can support huge SAP installations. But from the point of view of a software developper, its a nightmare. Every time you need to do something not trivial (write an stored procedure, some fancy trigger...) and you google for some info, you get like 0.1% of the hits you would with things like MySql, PostgreSql or MSSql. Mailing lists are nearly non existant.

SAP does support it commercially but it is not clear wether we'll buy support. And the decision cannot be rolled back.

The product works with MaxDB, but with lots of inefficiency on development and a lot of frustration, is there something one could do?

© Stack Overflow or respective owner

Related posts about management

Related posts about software-development