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.'"

62 of 104 comments (clear)

  1. Getting desperate, are we? by furbyhater · · Score: 1

    This reeks of desperation...

  2. Is CA still alive??? by AliasMarlowe · · Score: 1

    ...or are they just undead?
    There was always an unsavoury whiff from their stuff.

    --
    Those who can make you believe absurdities can make you commit atrocities. - Voltaire
    1. Re:Is CA still alive??? by 0100010001010011 · · Score: 1, Offtopic

      Public: Bring out yer dead.
      [Company releases migration software]
      ISI Software: Here's one.
      Public: That'll be ninepence.
      CA: I'm not dead.
      Public: What?
      ISI Software: Nothing. There's your ninepence.
      CA: I'm not dead.
      Public: 'Ere, he says he's not dead.
      ISI Software: Yes he is.
      CA: I'm not.
      Public: He isn't.
      ISI Software: Well, he will be soon, he's very ill.
      CA: I'm getting better.
      ISI Software: No you're not, you'll be stone dead in a moment.
      Public: Well, I can't take him like that. It's against regulations.
      CA: I don't want to go on the cart.
      ISI Software: Oh, don't be such a baby.
      Public: I can't take him.
      CA: I feel fine.
      ISI Software: Oh, do me a favor.
      Public: I can't.
      ISI Software: Well, can you hang around for a couple of minutes? He won't be long.
      Public: I promised I'd be at SCO. They've lost everything.
      ISI Software: Well, when's your next round?
      Public: Thursday.
      CA: I think I'll go for a walk.
      ISI Software: You're not fooling anyone, you know. Isn't there anything you could do?
      CA: I feel happy. I feel happy.
      [Public glances up and down the street furtively, then silences the CA with his a whack of his club]
      ISI Software: Ah, thank you very much.
      Public: Not at all. See you on Thursday.
      ISI Software: Right.

  3. Uh... by wandazulu · · Score: 3, Informative

    So the article itself is /.'ed, but using Google, I can't seem to figure out what database CA has that everyone is theoretically migrating off of. I knew CA had a lot of products, mostly related to the mainframe, but an actual honest-to-goodness "select * from table" database? News to me.

    1. Re:Uh... by Spad · · Score: 4, Informative

      Datacom, apparently.

      Never heard of it myself though judging from the size of the Wikipedia article, neither has anyone else.

    2. 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.

    3. Re:Uh... by JonySuede · · Score: 3, Informative

      it is shit
      we are currently migrating away from it

      --
      Jehovah be praised, Oracle was not selected
    4. Re:Uh... by HogGeek · · Score: 4, Funny

      I've heard of this great tool, 2BDB2, which may be able to assist.

      You should check into it...

    5. Re:Uh... by wwbbs · · Score: 1

      The bought Ingres a few years back, a very powerful RDBMS. I've used it for the last 10 years quite good and it's also Opensource now too. http://www.ingres.com/products/ingres-database.php

    6. Re:Uh... by interval1066 · · Score: 1

      "...emphasizing its ODBC and JDBC connections."

      Wow, way to be last century CA. They're obviously trying to squeeze a few more bucks out of a drying product through the courts.

      --
      Python: 'And then suddenly you have a language which says "we're all stuck with whatever the whiniest coder wants".'
    7. Re:Uh... by MightyMartian · · Score: 1

      If the damned thing uses SQL, ODBC and JDBC, then why would anyone need to use anything proprietary to export data? Sounds like something anyone with half a brain and an hour's worth of Java experience could do in their sleep, maybe a bit more of the SQL implementation is a little strange (I had to do that with some Pervasive tables once, and just kept throwing join variants via an ODBC connection until it finally delivered the goods).

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    8. 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.

    9. Re:Uh... by slashdottedjoe · · Score: 3, Interesting

      The catch from what I see is that it does convert your database to DB2, but it acts like a DC server to redirect all functions of your current software to the DB2 database. It becomes the interface from your old applications to the DB2 servers. So, you need to run the 2BDB2 software indefinitely. That software mimics the DC product, so that is where the infringement suit comes in. CA may have a case and those clients using it may indeed need to pay CA for licenses. It is not just a pure onetime conversion.

      If you really wish to migrate off, you need to design new software to interface with the DB2, so once your data is safe on DB2, you will not need 2BDB2 afterward.

    10. Re:Uh... by Shin-LaC · · Score: 1

      How is that a catch? Once the data is converted, you can write a new application that accesses DB2 directly; but on top of that, you can also keep your old application running while you write the new one. That's not a catch, that's a feature.

    11. Re:Uh... by shutdown+-p+now · · Score: 1

      That software mimics the DC product, so that is where the infringement suit comes in. CA may have a case

      Unless the software in question used CA source code (which I seriously doubt given that it's not published), no, they almost certainly don't have a case. It's not a crime to reverse engineer or otherwise mimic another software.

    12. Re:Uh... by MightyMartian · · Score: 1

      That would indeed be pretty ugly and frightening, considering I've used both ODBC and JDBC to move data between different RDBMS systems for the purposes of migration to new platforms.

      I guess one could do a two-step process, dumping to a generic SQL text file, for "backup" purposes, to get around it, but man oh man, that's pretty scary.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    13. Re:Uh... by WWWWolf · · Score: 1

      That software mimics the DC product, so that is where the infringement suit comes in. [...] If you really wish to migrate off, you need to design new software to interface with the DB2, so once your data is safe on DB2, you will not need 2BDB2 afterward.

      And this is different from Wine/libwine... how?

      You need to keep running Wine "indefinitely" to run Windows apps under Linux, or "indefinitely" include libwine in your app to recompile an unmodified Windows app to run natively on Linux. If you want a true port, you need to actually extensively modify the original application to use native Linux APIs. And when you use Wine, you don't need to pay for a Windows license.

      Why hasn't Microsoft sued the Wine project's asses off, based on the same rhetoric? They've had 17 bloody years to do so. Call me gullible, but if there's some sort of a submarine lawsuit buried in this, I don't think Microsoft's strategy is very brilliant.

      Because writing software that maintains API compatibility is perfectly legal, as long as it's reverse-engineered and you don't outright copy the original software's code. Software license agreements only cover the actual software.

    14. Re:Uh... by jc42 · · Score: 1

      I guess one could do a two-step process, dumping to a generic SQL text file, for "backup" purposes, to get around it, but man oh man, that's pretty scary.

      Oh, I dunno; one of my recent big projects was essentially doing that sort of thing. The client wanted to migrate from a small flock of incompatible mainframe DBs (mostly because they'd recently bought a lot of small competitors and wanted to merge them), onto a big flock of networked systems. I liked to tell people that my job was as an official "database cracker". The previous systems weren't well understood by the company's people, and the vendor (guess who?) wasn't being cooperative with their migration plans. So a small gang of us "hackers" were hired to crack the old systems' data formats, extract the data, and produce it in standard, portable forms. I fondly remember the day that I got a message asking how quickly I could add an XML format to the list of supplied output formats. I told them it might take a week or so, then I delivered the working XML the next day. They were overjoyed.

      Anyway, we worked with as many data dumps as we could get our hands on, plus all of the usual collection of printed reports that their management had been using. Together, we pretty much managed to get all the data out. But the parser wasn't pretty. It didn't have to be, because it was intended to be run for just a few months, until the new system was up and handling the job. And we kept stumbling across new examples where the parser reported something new that we'd never seen and nobody could explain to us, resulting in yet more special-case kludges.

      That was a few years ago. I really hope they've thrown all our data-extraction code out by now. But knowing how the corporate world usually works, I wouldn't be surprised if they still have a few of the mainframe systems clunking along, with our code running to rip into the data and feed it to the new system.

      They do have the advantage that now their own people have all the documentation on how their system works. Assuming that they've had the sense not to throw that out, too. ;-)

       

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    15. Re:Uh... by jc42 · · Score: 1

      It's not a crime to reverse engineer or otherwise mimic another software.

      Maybe not, but that doesn't stop them from suing you. One of the legal principles in American law is that if you have enough financial clout, you can file suit against anyone for any reason, and the worst that will happen to you is that some judge will throw the case out. But that can be delayed for years, and by then the legal costs may bankrupt your victim.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    16. Re:Uh... by ultranova · · Score: 1

      One of the legal principles in American law is that if you have enough financial clout, you can file suit against anyone for any reason, and the worst that will happen to you is that some judge will throw the case out. But that can be delayed for years, and by then the legal costs may bankrupt your victim.

      Maybe, but that also means that even mimicking CAs products is irrelevant to this case. These people could be selling gasoline and never had had anything to do with computers in their lives, and CA could still sue them for infringement.

      Time was that you told people how everything's so fragile and they really need "insurance", but I guess even organized crime has switched to the industrial approach, with RIAAs blackmail letter campaign and all.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  4. 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.
    1. Re:Lock in by v1 · · Score: 2, Interesting

      What is next? Making it illegal for your users to even look at products of your competitors?

      No, they're going to target advertising next. You're not allowed to advertise to any of their customers with a competing product. Use of terminology relating to the product, such as "database" will be considered infringement on their IP.

      --
      I work for the Department of Redundancy Department.
    2. Re:Lock in by 3seas · · Score: 1

      Is that what they are calling hostage and ransom now a days?

      Clearly CA is a terrorist criminal if they themselves don't provide such a tool to their users.

  5. 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.

    1. Re:What this continues to tell us... by jeffrey.endres · · Score: 2, Informative

      There are no software patents in Australia, which is where the trial is being held. This is about a copyright and contract agreements with a dash of defamation.

  6. Boo hoo CA, I have no sympathy what so ever by kaptink · · Score: 1

    Boo hoo CA, I have no sympathy what so ever. Perhaps develop a modern replacement and stop punishing your customers because your db products are comparable with a 1970s bus.

    --
    Those who can, do. Those who cannot, sue.
    1. Re:Boo hoo CA, I have no sympathy what so ever by pooh666 · · Score: 1

      I expected a lot of ignorant comments, but this one is amazing. Modern? These guys made modern.. From a 15 year veteran with a lot of much older mentors. As new as I am, I am already getting sick and tired of the endless re-invention, old ideas -> new terms and acronyms = boy howdy! It gets really boring after a while.

  7. 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.

    2. Re:Barrier to Exit strategy by kelsey.grammer · · Score: 1

      Please elaborate.

      --
      I reflect your pompous signature back upon you.
  8. CA have a database platform? by _Shad0w_ · · Score: 1

    Databases aren't exactly my thing, but if I was looking in to a database solution, I don't think CA is someone who would come to mind.

    --

    Yeah, I had a sig once; I got bored of it.

    1. Re:CA have a database platform? by leuk_he · · Score: 1

      CHeck the article agina and check the timeframe.

      transition off CA's Datacom database between 1996 and 1998.

      What do you know about databases in 1997? The market at that time was completely different. And even then CA already was buying companies they could maximize profits of by maximizing licencing costs and minimizing support.

  9. CA? The DBase III Guys? by Greyfox · · Score: 1

    They're still around? The first company I worked for in the 80's was a HUGE Clipper shop. There were C Libraries to read DBase III libraries back then, it was a pretty simple format, really. Not that it was really ever all that difficult to write a DBase III program to dump the entire database comma separated. I often wish Linux and GTK had been about 10 years more advanced back then. I wouldn't have had to get involved with SCO at all, and we could have written some MUCH cooler applications. Not to mention that using a database like MySQL or Postgres would have made our applications far more robust than Clipper ever could have been!

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    1. Re:CA? The DBase III Guys? by Just+Some+Guy · · Score: 1

      Not that it was really ever all that difficult to write a DBase III program to dump the entire database comma separated.

      It wasn't.

      --
      Dewey, what part of this looks like authorities should be involved?
  10. CA's disreputable (acc'ting scandal) by Anonymous Coward · · Score: 5, Interesting

    "There was always an unsavoury whiff from their stuff." - by AliasMarlowe (1042386) on Friday November 26, @09:47AM (#34349872)

    CA's disreputable - See their "ethics" in accounting practices which they got busted for:

    PERTINENT QUOTE/EXCERPT:

    "Customers know Computer Associates - and, these days, for all the wrong reasons. Just as the company was beginning to shed its reputation as a home for legacy software products that carried an inflated price tag, it was rocked by a series of accounting scandals. An on-going FBI fraud inquiry and investigations by the US Department of Justice and the Securities and Exchange Commission have left it reeling, with a power vacuum at the top as over a dozen senior executives have left or been sacked. The allegations centre on internal accounting and sales activities in the years around the turn of the century, and involve the movement of revenues between quarters and product areas, and consequently, the mis-statement of financial results."

    FROM -> http://www.information-age.com/articles/290656/the-information-age-interview.thtml

    APK

    P.S.=> CA also listed a freeware of mine as a "malware" which was written to help out a fellow forums person I knew at NTCompatible years ago, because he had an OLD version of Apache server on Windows which would not run as a tooltray icon while minimized & it was not implemented as a service he told me (that was so it was not visible onscreen and ran "in the background transparently" which most webservers now, do).

    So, in good faith/being a "good neighbor", I wrote it up for he (it's NOT commandline argv/argc parameterizeable either, so it's NOT scriptable) in GUI form (only 2-3 lines of code & works via C/C++ type invisible "spawn" type parameterizations).

    Next thing I know? It's out online being classed as a "malware" (1 of around 40 freeware apps I've done over time that did VERY well & were featured in respected publications in good reviews in reputable & respected publications like "Windows IT Pro" Magazine (it was Windows NT Mag back then in the 1990's - early 21st century) & others of like ilk).

    Apps that can be used "both ways" get 'victimized' this way (which is like PING via "ping of death", or tools from NIRSOFT (good stuff) &/or SysInternals even (yes, even Dr. Mark Russinovich has had this happen to he (e.g. pstools) as it has myself & Nir Sofer of NIRSOFT) have tools that can be used "for the good" or "the bad", depending on WHO is using them & what they're up to (like a gun, guns don't murder people - other people do).

    So, then I took CA's 21 point removal test & passed EVERY SINGLE QUESTION without fail no less, & they would not remove it (but, they had to put it down to "Zero Threat Levels")... I did that on the advice of an attorney (John Lowe of Hiscock & Barclay).

    Afterwards when I told the attorney these results, he told me "Yes, you have a WINNING CASE for libel/defamation of character" etc. "and it's worth approx. $150,000 U.S. Dollars", so I said "Well, let's do it then on a 33.3% of the take for you as payment" (keeps attorneys 'motivated' doing it that way, plus, it's no init. money down for retainers etc./et al).

    Then, he replied "I can't do this case!" I was like "WHY?!?" & he said "Because larger companies have fleets of attorneys that will 'drag it out' for over a decade and by the time you collect, which you would? The overall COST of doing this would exceed your reward!"...

    This is how the REAL world works, if you're not a "Financial Goliath" in other words - there is NO "justice", only money (and if you've got enough to take on the likes of these companies, then, & ONLY THEN, do you get real justice)... makes me ill, because the likes of CA know this, & abuse it! apk

  11. Assume it's in the mainframe world by Geeky · · Score: 1

    I assume CA's database is some mainframe beast. Since DB2 also runs on the mainframe and is almost certainly a more modern database, I can see why customers would switch - especially given CA's "think of a number, add the salesman's telephone number and double it" approach to license costs.

    Mainframe "databases" can be funny beasts. I worked on an app that used one about 15 years ago, and the database was effectively flat files, index files and an engine on top to hang it all together and make it look like a RDBMS - pretty much the MySQL approach when you use ISAM as the storage backend. I can't recall the name but it's probably owned by CA now - they seem to buy up a lot of smaller players in the mainframe world.

    --
    Sigs are so 1990s. No way would I be seen dead with one.
    1. Re:Assume it's in the mainframe world by barzok · · Score: 1

      Step 1: Migrate to DB2
      Step 2: Migrate DB2 to non-mainframe hardware
      Step 3: Scale back or eliminate mainframe expense due to lower usage requirements
      Step 4: Maybe not profit, but at least you're spending less.

    2. Re:Assume it's in the mainframe world by Nimey · · Score: 2, Informative

      That depends. The biggest legitimate need for mainframes is when you've got gobs of I/O happening, which could easily be the case for the Main Corporate Database.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    3. 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.
    4. Re:Assume it's in the mainframe world by GoochOwnsYou · · Score: 1

      Mainframe "databases" can be funny beasts. I worked on an app that used one about 15 years ago, and the database was effectively flat files, index files and an engine on top to hang it all together and make it look like a RDBMS.

      Sounds like SAP, not just on mainframe but how it uses Oracle on x86 hardware too.

      --
      This sig has been distributed under the Creative Commons license.
  12. OpenIngres by mswhippingboy · · Score: 1

    Not widely used, but it's been around for a while.

    --
    Sometimes the light at the end of the tunnel is the headlight of an oncoming train.
    1. Re:OpenIngres by mswhippingboy · · Score: 1

      Oh, I should have RTFA! Indeed the article is referring to CA's ancient rDBMS Datacom/DB.
      Heard of it but I didn't think it was even still around.

      --
      Sometimes the light at the end of the tunnel is the headlight of an oncoming train.
  13. CA's db is dying? by LaminatorX · · Score: 1

    Quick, somebody get confirmation from Netcraft.

  14. Runs only on big hardware by sbates · · Score: 2, Informative

    From the ca site (http://www.ca.com/us/products/overview.aspx?id={40FB2A1D-9B09-429E-9D52-123477B87E97}):

    It is a high-performance, multi-user relational database management system based on z/OS and VSE host platforms.

    Unfortunately, although clients can access it from any platform, it's not available for anything else.

  15. Re:I don't know which is more disturbing... by hedwards · · Score: 1

    I suspect that a lot of those shops probably bought it when that was more or less expected. I know that I used to buy software without considering what file formats were involved. Now, I think about that and if it's something which could possibly be useful beyond that application I don't buy without a viable export feature.

    Main exception being games which wouldn't really make any sense to export.

  16. 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.....

  17. Re:It's not a database. by schwit1 · · Score: 1

    No it's not. It is California, somewhere near Ontario.

  18. WTF? I am DBA (okay once upon a time) by blue_teeth · · Score: 1

    WTF really? I am into Database knitting business for long long time (17 years). Never heard of Computer Associates Database product. Okay, I've not RTFA.

  19. CA has a database platform?!?!?? by pr0f3550r · · Score: 1

    Whoa! I find out in the same paragraph that not only does CA have a database platform but suddenly it is worthy of intellectual property protection mechanisms. Why have I not heard of this yet? It must be awesome for them to have kept it secret all this time.

  20. CA-Datacom/DB vs 2BDB2 by papafox_too · · Score: 4, Informative

    The two products are CA-Datacom/DB from Computer Associates and 2BDB2 from ISI.

    CA-Datacom was originally developed ADR (Applied Data Research) in the 1980's. It's an inverted-index style database, a design approach which was popular before the SQL model came to dominate DBMS design. CA may claim that Datacom is not dying, but they will be unable to point to a new customer signed in the last 15 years. Pretty much every site which has Datacom installed also has DB2. Having critical data spread across multiple DBMS's is a significant problem, so they want to consolidate to a single DBMS (and it isn't going to be Datacom). CA has been milking Datacom for it's flow of license fees for years. They provide support and keep Datacom working with new releases of z/OS, but otherwise feature growth has been minimal. For instance, CA has failed to develop similar functionality to 2BDB2.

    2BDB2 is a transparency layer which simulates Datacom/DB on top of DB2. This allows applications which have been developed for Datacom/DB to actually access DB2, with 2BDB2 translating program calls to Datacom/DB into SQL requests to DB2 and passing the results back. The Datacom/DB app does not have to changed or recompiled (a major advantage as retesting mainframe code is very expensive). 2BDB2 also provides a similar transparency layer for VSAM files.

    The litigation between CA and ISI has be running for some years. It started after ISI sold 2BDB2 to some large sites, in particular US Customs (which was the largest Datacom/DB user, and I presume, paid the largest license fees). This dispute is all about screwing the customer so as to continue to receive the cash flow.

  21. 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.

  22. Proof is everything by hesaigo999ca · · Score: 1

    They have to prove the code was made from their code, how can they do this, unless they have access to this code, most others reverse engineer the stuff, why this case only where they think it impossible to do this???

  23. CA Software Hospice by hercubus · · Score: 5, Informative

    CA is where terminal software goes to die
    The business model is:
    1) Buy products that are circling the drain
    2) Flog said products to the clueless
    3) Promise a big party at CA World
    4) PROFIT!!!

    We have assloads of CA shiteware, our clueless managers just love going to CA World every year. Last year's keynote was that Avatar guy, w00t!

    --
    -- How I want a drink, alcoholic of course, after the heavy lectures involving quantum mechanics.
    1. Re:CA Software Hospice by MrKaos · · Score: 1

      We have assloads of CA shiteware,

      but is it a metric assload?

      --
      My ism, it's full of beliefs.
  24. Re:WTF? I am DBA (okay once upon a time) by drspliff · · Score: 1

    You've never heard of Ingres? They owned it for a while until selling it on.

    You'd be surprised at the software which is acquired by large multi-national corps, Oracle being a prime example of "oh what the fuck, they own that?" syndrome.

  25. CA has a Database product!?!?!? by MrKaos · · Score: 1

    I've used their ERWin product which seems pretty good but they have an actual database?!?!?!

    --
    My ism, it's full of beliefs.
  26. Re:UR "modded down" as FLAIMBAIT wampus? by wampus · · Score: 1

    Yep. Congrats on posting your cool story a half dozen times. I hope CA continues raping your corpse.

  27. Re:CA's only raping themselves, and you? by wampus · · Score: 1

    hrock" is who did that submittal to they I strongly suspect, because I found posts of his on CA's malware forums, AND, I also wrote he and he kept addressing me by my MIDDLE name + last name, rather than my first name - which IS how CA listed it (this is actually online too, in a blog of his).

    I asked Thor SCHMUCK why isn't Spybot "Search & Destroy" also listed? It alters a HOSTS file, which violates CA's malware removal list test (albeit Spybot S&D alters HOSTS in a GOOD way vs. known malware laden sites). Why not PING?? It can/could issue a "ping of death"!

    Thor SCHMUCK went 'silent' after that (which also shows he is NO "expert" by any stretch of the imagination).

    Apps that can be used "both ways" get 'victimized' this way (which is like PING via "ping of death", or tools from NIRSOFT (good stuff) &/or SysInternals even (yes, even Dr. Mark Russinovich has had this happen to he (e.g. pstools) as it has myself & Nir Sofer of NIRSOFT) have tools that can be used "for the good" or "the bad", depending on WHO is using them & what they're up to (like a gun, guns don't murder people - other people do).

    So, then I took CA's 21 point removal test & passed EVERY SINGLE QUESTION without fail no less, & they would not remove it (but, they had to put it down to "Zero Threat Levels")... I did that on the advice of an attorney (John Lowe of Hiscock & Barclay).

    Afterwards when I told the attorney these results, he told me "Yes, you have a WINNING CASE for libel/defamation of character" etc. "and it's worth approx. $150,000 U.S. Dollars", so I said "Well, let

    Read the rest of this comment...
    Reply to This Parent
    CA cronies "down modding" me now? Ok... apk (Score:-1, Offtopic)
    by Anonymous Coward on Fri November 26, 11:07 (#34350900)
    Per my subject-line above, let's use the words of a respected other (Mr. Bruce Perens) to show more of how BIG MONEY OPERATES, albeit online:

    "I have been offered the online-perception-management services I'm talking about while managing at HP and Sourcelabs. If you are not aware of companys concern for their online perception and what they do about it, and won't take my word for it, there isn't much point in arguing about it with you." - by Bruce Perens (3872)
        on Friday July 30, @09:27PM (#33092398) Homepage Journal

    FROM -> http://linux.slashdot.org/comments.pl?sid=1738364&cid=33092398 [slashdot.org]

    Does whoever is downmodding me *THINK* they're fooling anyone here? If the above quote's NOT enough?? Here's more along those lines & from the same very respected fellow in the *NIX & Open Source world on that same account & as to "how things are done" by "BIG MONEY" to try to snow others & cover up their bullshit while they try to mess with others & from that very same exchange:

    "It just takes one Ubuntu sympathizer or PR flack to minus-moderate any comment. Unfortunately, once PR agencies and so on started paying people to moderate online communities, and to have hundreds of accounts each, things changed." - by Bruce Perens (3872) on Friday July 30, @03:55PM (#33089192) Homepage Journal

    FROM -> http://linux.slashdot.org/comments.pl?sid=1738364&cid=33089192 [slashdot.org]

    APK

    P.S.=> He's only sho

  28. Re:wampus, take a read: "drink in, & digest it by wampus · · Score: 1

    des without permission and deprived CA of license fees. CA also disputed claims that its database platform was 'dying.'"

      business court database lawsuit news story
    Related Stories
    Submission: CA Sues Over DB2 Migration Tool by aesoteric (1344297)
    CA Sues Over DB2 Migration Tool More | Reply Prefs
    The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
    92 Comments /
    92 Full
    More | Reply Prefs

    Getting desperate, are we? (Score:1)
    by furbyhater (969847)
    Alter Relationship
    on Fri November 26, 8:42 (#34349840)
    This reeks of desperation...
    Reply to This
    Is CA still alive??? (Score:2)
    by AliasMarlowe (1042386)
    Alter Relationship
    on Fri November 26, 8:47 (#34349872) Journal ...or are they just undead?
    There was always an unsavoury whiff from their stuff.
    Reply to This Parent
    CA's disreputable (acc'ting scandal) (Score:5, Interesting)
    by Anonymous Coward on Fri November 26, 9:13 (#34350102)
    "There was always an unsavoury whiff from their stuff." - by AliasMarlowe (1042386) on Friday November 26, @09:47AM (#34349872)

    CA's disreputable - See their "ethics" in accounting practices which they got busted for:

    PERTINENT QUOTE/EXCERPT:

    "Customers know Computer Associates - and, these days, for all the wrong reasons. Just as the company was beginning to shed its reputation as a home for legacy software products that carried an inflated price tag, it was rocked by a series of accounting scandals. An on-going FBI fraud inquiry and investigations by the US Department of Justice and the Securities and Exchange Commission have left it reeling, with a power vacuum at the top as over a dozen senior executives have left or been sacked. The allega

  29. Re:wampus, what was your init. post here modded? L by wampus · · Score: 1

    Reply to This Parent
    CA's db is dying? (Score:2)
    by LaminatorX (410794)
    Alter Relationship
    on Fri November 26, 9:16 (#34350124) Homepage
    Quick, somebody get confirmation from Netcraft.

    --
    "The most merciful quality of the human mind is its inability to correlate its contents" --HPL

    Reply to This
    Runs only on big hardware (Score:2, Informative)
    by sbates (1832606)
    Alter Relationship
    on Fri November 26, 9:18 (#34350132)
    From the ca site (http://www.ca.com/us/products/overview.aspx?id={40FB2A1D-9B09-429E-9D52-123477B87E97}):

    It is a high-performance, multi-user relational database management system based on z/OS and VSE host platforms.

    Unfortunately, although clients can access it from any platform, it's not available for anything else.

    Reply to This
    Second most popular CA search (Score:3, Insightful)
    by echucker (570962)
    Alter Relationship
    on Fri November 26, 9:24 (#34350190) Homepage
    First one on Google is just the name, but 2nd is "computer associates removal tool". Makes you wonder why.....
    Reply to This
    Don't wonder why (CA=disreputable, see inside) (Score:-1, Redundant)
    by Anonymous Coward on Fri November 26, 10:20 (#34350586)
    CA's disreputable - See their "ethics" in accounting practices which they got busted for:

    PERTINENT QUOTE/EXCERPT:

    "Customers know Computer Associates - and, these days, for all the wrong reasons. Just as the company was beginning to shed its reputation as a home for legacy software products that carried an inflated price tag, it was rocked by a series of accounting scandals. An on-going FBI fraud inquiry and investigations by the US Department of Justice and the Securities and Exchange Commission have left it reeling, with a power vacuum at the top as over a dozen senior executives have left or been sacked. The allegations centre on internal accounting and sales activities in the years around the turn of the century, and involve the movement of revenues between quarters and product areas, and consequently, the mis-statement of financial results."

    FROM -> http://www.information-age.com/articles/290656/the-information-age-interview.thtml [information-age.com]

    (Read on below, it only gets better, as to how CA really "operates"...)

    APK

    P.S.=> CA also listed a freeware of mine as a "malware" which was written to help out a fellow forums person I knew at NTCompatible years ago, because he had an OLD version of Apache server on Windows which would not run as a tooltray icon while minimized & it was not implemented as a service he told me (that was so it was not visible onscreen and ran "in the background transparently" which most webservers now, do).

    So, in good faith/being a "good neighbor", I wrote it up for he (it's NOT commandline argv/argc parameterizeable either, so it's NOT scriptable) in GUI form (only 2-3 lines of code & works via C/C++ type invisible "spawn" type parameterizations).

    Next thing I know? My app's listed out online being classed as a "malware" @ CA's websites!

    It's only 1 of around 40 freeware apps I've done over time that did VERY well & were featured in respected publications in good reviews in reputable & respected publications like "Windows IT Pro" Magazine (it was Windows NT Mag back then in the 1990's - early 21st century) & others of like ilk. It was also listed under my MIDDLE + LAST NAME, rather than my 1st name + last name (etc.), doubtless so I would NEVER find it most likely (but, I did).

    A fool named "Thor Schrock" is who did that submittal to they I strongly suspect, because I found posts of his on CA's malware forums, AND, I also wrote he and he kept addressing me by my MIDDLE name + last name, rather than my first name - which IS how CA listed it (this is actually online too, in a blog of his).

    I asked Thor SCHMUCK why isn't Spybot "Search & Destroy" also listed? It alters a

  30. Re:WTF? I am DBA (okay once upon a time) by billstewart · · Score: 1

    Friends of mine were working for Ingres when CA bought them in the mid 90s. If you didn't get laid off or quit, you could only keep your job by signing some ridiculously pro-CA hiring agreement. Lots of bitterness and classic software-industry war stories ensued, like the 15 people on the "really try to keep these critical engineers" list all walking in to HR together to quit, and the general opinion was "Friends don't let CA buy their friends."

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  31. Re:It's not a database. by neminem · · Score: 1

    No... Ontario is *in* California. It's near Riverside.

    (I was also momentarily confused as to why California was suing.)