Slashdot Mirror


CA Sues Over DB2 Migration Tool

aesoteric writes "Software giant CA has filed suit against an Australian software developer over a program that allegedly enabled companies to migrate off CA database platforms onto IBM DB2. It claimed the software 'reproduced' portions of confidential source and object codes without permission and deprived CA of license fees. CA also disputed claims that its database platform was 'dying.'"

9 of 104 comments (clear)

  1. Lock in by gweihir · · Score: 4, Insightful

    So now we have lock-in as a respected business practice? What is next? Making it illegal for your users to even look at products of your competitors?

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  2. What this continues to tell us... by mikeroySoft · · Score: 2, Insightful

    ... is that almost all of these big software companies step on each others toes in the pursuit of profits and market share, and probably all infringe on each patents at some level or other.
    If the weight of these patents were different (as in, if the patent system wasn't out of touch with modern applications of software and technology), they wouldn't have so much leverage over each other, and maybe we could get back to innovating instead of litigating.

  3. Re:Uh... by wandazulu · · Score: 3, Insightful

    Wow...from the Wikipedia article I went to the product's homepage, and most of it is filled up with a big blue box that has a two sentence blurb that invites you to click more to get ... a few more sentences, emphasizing its ODBC and JDBC connections. The rest of the page seems to be general support and contact stuff. Pretty sad product homepage.

  4. Barrier to Exit strategy by Trip6 · · Score: 2, Insightful

    This has been a cornerstone of CA strategy for decades, nothing new here. Makes for a predictable renewal revenue stream.

    --
    I hate being bipolar; it's awesome!
    1. Re:Barrier to Exit strategy by Anonymous Coward · · Score: 1, Insightful

      Still being used today, Apple are the masters at it now, look how phenomenally well it's worked for them over the last 6 years or so.

  5. Second most popular CA search by echucker · · Score: 2, Insightful

    First one on Google is just the name, but 2nd is "computer associates removal tool". Makes you wonder why.....

  6. Re:Assume it's in the mainframe world by Geeky · · Score: 2, Insightful

    Step 5: Say goodbye to business continuity

    You do have a point - DR and recovery processes tend to be better tested in big mainframe environments, and the environment is often more contained; restore the mainframe and you have all you need.

    Moving off to midrange or smaller systems and it's a lot easier to end up with a mess of peripheral systems without the same level of simplicity or control (like discovering that some idiot is storing data on the Citrix server...)

    --
    Sigs are so 1990s. No way would I be seen dead with one.
  7. Re:Uh... by increment1 · · Score: 2, Insightful

    It is possible that they did use CA's JDBC driver and that doing so is precisely the problem. CA may perhaps be claiming that the JDBC driver (or ODBC driver) for their database was used contrary to the licensing agreement.

    I hope that this is not the case, for if it is, and if they prevail, then the ramifications are considerable.

  8. Re:migrating to a dying platform? by papafox_too · · Score: 2, Insightful

    DB2 isn't exactly a rising technology in databases

    Ummm ... since when??? If you need to process data in industrial quantities, DB2 on the mainframe is an excellent solution. The big advantage of the mainframe version of DB2 has been data sharing (think Oracle RAC on steroids). This technology has recently been extended to Wintel, Linux and Power environments. DB2 is being actively developed, with new features which redefine the cutting edge.

    MySQL is a great database which can be used to solve some amazing large problems (look at Wikipedia). However, it has some major limitations. It is great for powering web sites which only need SELECT's and INSERT's. It has no warehouse or BI features at all. Most large commercial DB problems are difficult to solve with MySQL.