Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Geac Computer Corporation
IT company

Geac Computer Corporation, Ltd (TWSE: GAC and NasdaqGEAC) was a producer of enterprise resource planning, performance management, and industry specific software based in Markham, Ontario. It was acquired by Golden Gate Capital's Infor unit in March 2006 for US$1 billion.

We don't have any images related to Geac Computer Corporation yet.
We don't have any YouTube videos related to Geac Computer Corporation yet.
We don't have any PDF documents related to Geac Computer Corporation yet.
We don't have any Books related to Geac Computer Corporation yet.
We don't have any archived web articles related to Geac Computer Corporation yet.

History

Geac was incorporated in March 19715 by Robert Kurt Isserstedt and Robert Angus ("Gus") German.6

Geac started with a contract with the Simcoe County Board of Education78 to supply onsite accounting and student scheduling. They programmed inexpensive minicomputers to perform tasks that were traditionally done by expensive mainframe computers.

Hardware/software

Geac designed additional hardware to support multiple simultaneous terminal connections, and with Dr Michael R Sweet developed its own operating system (named Geac) and own programming language (OPL)9 resulting in a multi-user real-time solution called the Geac 500.10

The initial implementation of this system at Donlands Dairy11 in Toronto121314 led to a contract at Vancouver City Savings Credit Union ("Vancity") in Vancouver, British Columbia, to create a real-time multi-branch online banking system. Geac developed hardware and operating system software to link minicomputers together, and integrated multiple-access disk drives, thereby creating a multi-processor minicomputer with a level of protection from data loss. Subsequently, Geac replaced the minicomputers with a proprietary microcoded processor of its own design, resulting in vastly improved software flexibility, reliability, performance, and fault tolerance. This system, called the Geac 800015 was introduced in 1978.

Geac introduced its library management software in 1977, and a number of well-known libraries adopted it. These included the US Library of Congress and the Bibliothèque Nationale de France. In the mid-1980s, it released a suite of office automation apps (calendar, wordprocessor, e-mail, spreadsheet, etc.) running on the 8000.16 This application suite was piloted by the federal Office for Regional Development (ORD – later absorbed by Industry Canada) and later still was used by the NAFTA Trade Negotiations Office. Compared to similar LAN-based office initiatives of the same period, Geac's multi-user minicomputer-based offering provided significantly higher availability. And its software developers were exemplary in fixing bugs promptly and responding to requests for enhancements.

Financials

During the 1990s the company successfully embarked on an aggressive acquisition strategy led by Steve Sadler, CEO, and expanded into a wide range of vertical markets, including newspaper publishing, health care, hospitality, property management, and others.

Its 1999 acquisition of JBA Holdings PLC by the new leader, Doug Bergeron, Geac CEO, doubled the size of the company, but became a financial disaster. 17 Geac's acquisitions were not aligned to any customer focused strategy: they covered a wide range of products and geographies, and many analysts accused Geac of "financial engineering".1819

In the early 2000s, the company faced significant financial issues: in April 2001, the company's US$225 million credit line was in default, and during FY2001, Geac posted a loss of US$169 million on revenues of US$552 million. Geac updated some of its legacy software20 replaced its management team, ultimately tapping its chairman, Charles S. Jones,21 to be the CEO, Donna DeWinter to be the CFO22 (Ms. De Winter is currently CEO of Nexient Learning), and made Craig Thorburn the senior vice president of acquisitions (while he was a partner at Blake, Cassels & Graydon). Geac then paid off its bank loans, and significantly improved its profit margins,2324 and its stock began to increase.25 It listed on the NASDAQ.26 It also embarked on a strategy of establishing a single focus for its software products around selling software to the chief financial officer of client organizations.27 It profitably divested its real estate software operations28 after making it profitable and a growing business, and acquired two business performance management companies: Comshare (NasdaqCSRE)293031 and Extensity (NasdaqEXTN).32 Geac also obtained a $150 million credit line33 and fended off a proxy fight brought by Crescendo Partners.34 In March 2006, the company was acquired by Infor Global Solutions for US$1 billion, or $11.10 per share, compared to US$1.12 five years earlier, providing the investors a 10x return.35 In Fiscal 2001, the company posted a US$169.1 million loss, and in fiscal 2005, Geac posted net income of US$77 million.36

After it was acquired, several executives of Geac, including CEO Charles S. Jones, left the company to form Bedford Funding, a private equity fund that invests in software companies.37 While Geac was headquartered in Canada, Mr. Jones lived in Westchester County, NY, and also served on the board of the Westchester Land Trust, to which he donated over $100,000 in 2006.38 Mr. Jones would also later donate $100,000 to Iona Preparatory School.39 Bedford Funding would later make investments in several IT companies, including MDLIVE.

Geac programming languages

Geac invented ZOPL. Geac's main low-level programming language was called OPL (Our Programming Language) which later became ZOPL (or Z-OPL). OPL found uses in:

  • a 1970s high-level minicomputer language on Hewlett Packard systems40
  • conventional business-applications on minicomputers41

Geac had a number of higher level languages, such as Hugo (used by the Library division). These languages were quite different from ZOPL, and had only a limited number of variables (initially 24). They were very specifically designed for one many use - in this case Library Management Software, and there was a similar language for the Financial Systems business.

Geac operating system

Geac Corporation's operating system was named Geac.4243

Geac minicomputers

Between 1971 and 1977, four Geac minicomputers were introduced:

  • Geac 150 (1971)
  • Geac 500 (1972)
  • Geac 800 (1973)
  • Geac 8000 (1977)

The 8000 had 300 MB disks, and initially supported 8–12 terminals (subsequently increased to permit 20–40). These terminals were custom-designed Informer units. However concentrators could be used to support multiple terminals per serial line.

The 2nd version of the 8000, a dual-CPU system released 1978, supported up to about 1GB of hard disk.

The Geac 9000 (or Concept 9000) was introduced in the 1980s. This was a very different machine from the previous ones. It was multi-processor 16-bit machine, and each processor could operate fairly autonomously. The operating system maintained a list of processes that needed to be performed, and allocated them to any processor that was available at the time. It was, in effect, an early multi-processor running in parallel. Disk drives were connected to one processor, so any disk reads and writes had to go through that processor. Otherwise any processor could be used for any task.

All of the Geac computers had an unusual disc architecture. Disc files were fixed size, and could not grow. For this reason the Geac computers were not suitable for general-purpose multiuser systems, but it did make them superb designs for the applications for which they were intended. In a Library Management system, for instance, it is known at the outset how many titles, items (e.g. copies of books), borrowers and so forth were to be catered for. This means that, for instance, the borrower file size was known at the time of sale. The great advantage of this was that each borrower's data started at a known physical position on the disc, and all the information for that borrower was contiguous. In this way, given the ID number on the borrower's barcode, the physical location on the disc of that borrower's data is known, and the data could be located immediately, and with only one disc access and one disc read. In this way performance was fast and consistent, no matter how many books and borrowers were on the system.

Millennium

Geac purchased Dun & Bradstreet Software Services in 1996,44 including a dozen software packages collectively known as Millennium.45

Acquisitions

Geac made numerous acquisitions during its existence, including:

  • Advanced Business Technologies
  • Clarus Corporation (Assets)
  • Claymore Systems Group
  • CLSI, Inc.
  • Collier-Jackson, Inc.
  • Comp-Tech Incorporated
  • Compro
  • Comshare
  • Control Transaction Corporation
  • Convergent Solution Pty. Ltd.
  • Cruickshank Technology Pty.
  • Cybergraphic Group
  • Datamark International Limited
  • DDN Holdings Northern Ltd.
  • Dun & Bradstreet Software Services
  • EBC Informatique
  • ECI Computer Inc.
  • Extensity
  • Fasfax Corporation
  • Florida Computer & Network
  • FGH Decision Support Systems
  • Gazette Technologies
  • Hotel Computer Systems Limited
  • Hotel Systems Pty. Limited
  • JBA Holdings plc
  • JBA Italia s.r.l.
  • LIBRA Corporation Signature Division
  • Management Data GmbH
  • Matrix Publishing Systems
  • MJC Systems Spol. S.r.o.
  • New Tech Hospitality Systems Ltd.
  • News Holding/Interealty
  • OCS Technology Public Safety Unit
  • Perc Technical Services
  • Phoenix Systems Ltd.
  • Praxa Limited
  • Princeton Network Systems
  • Pro-Mation, Inc.
  • Real Estate Unit, GTE Enterprise
  • Remanco International
  • RunTime A/S
  • Software Shop Systems, Inc.
  • Soluzioni Gestionali srl
  • Stowe Computing Australia
  • Stowe Computing (NZ) Limited
  • Technology Services Group
  • Tranti Systems Inc.
  • TWG Technologies

Products

Products that Geac produced included Anael, Expert & Millennium Server, MPC, RunTime, SmartStream, System21, and VUBIS.

See also

References

  1. "Geac Computer Corporate". LookupMainframeSoftware.com. Developed their own midrange operating system (Geac) and programming language (OPL). http://www.lookupmainframesoftware.com/vendor_detail/dispvend/297

  2. "Geac Sold to Golden Gate In Deal Worth $1 Billion". The Wall Street Journal (WSJ). November 8, 2005. https://www.wsj.com/articles/SB113136934553989972

  3. Infor was described by WSJ as "an existing Golden Gate Capital-funded company"

  4. Marshall Breeding (January 2006). "Long-Standing Geac to be absorbed by San Francisco firm". Smart Libraries Newsletter. will be merged into a Golden Gate-owned company called "Infor." https://librarytechnology.org/document/11863

  5. R. L. McKenney Jr (1984). "Guide to Canadian Aerospace Related Industries" (PDF). DTIC.mil. History: GEAC was founded in 1971 http://apps.dtic.mil/dtic/tr/fulltext/u2/a140606.pdf

  6. "A Brief History of Geac - Ex-employees of Geac". exGeac.info. http://exgeac.info/geactime.html

  7. "A Brief History of Geac - Ex-employees of Geac". exGeac.info. http://exgeac.info/geactime.html

  8. first Geac 150 installed at Simcoe County Board of Education (financial application written in FORTRAN)

  9. "Geac Computer Corporate". LookupMainframeSoftware.com. Developed their own midrange operating system (Geac) and programming language (OPL). http://www.lookupmainframesoftware.com/vendor_detail/dispvend/297

  10. 500/800

  11. bought, later sold, by Neilson

  12. "A Brief History of Geac - Ex-employees of Geac". exGeac.info. http://exgeac.info/geactime.html

  13. 1972: the first Geac 500 was installed at Donlands Dairy, running an order entry system

  14. A year later the first Geac 800 was installed at Donlands

  15. D. Botten (1982). "The Geac 8000 system at the Polytechnic of the South Bank". Program. 16 (2): 67–77. doi:10.1108/eb046842. Abstract: The Geac 8000 Library System from Canada, installed at two sites of the Polytechnic, is based on a minicomputer offering 64K Bytes of memory for ... /wiki/Doi_(identifier)

  16. D. Botten (1982). "The Geac 8000 system at the Polytechnic of the South Bank". Program. 16 (2): 67–77. doi:10.1108/eb046842. Abstract: The Geac 8000 Library System from Canada, installed at two sites of the Polytechnic, is based on a minicomputer offering 64K Bytes of memory for ... /wiki/Doi_(identifier)

  17. Globe & Mail, May 14, 2001 - Archived July 26, 2011, at the Wayback Machine http://www.fact-finding.org/GlobeMail_Geac%20takes%20big%20charge_03%2014%2001.pdf

  18. Globe & Mail, May 9, 2000 - Archived July 26, 2011, at the Wayback Machine http://www.fact-finding.org/GlobeMail_Geac%20looking%20to%20sell%20_05%2009%2000.pdf

  19. Globe & Mail, Aug 24, 2001 - Archived July 26, 2011, at the Wayback Machine http://www.fact-finding.org/GlobeMail_Geac%20postpones_08%2024%2001.pdf

  20. Information Age article - Archived July 13, 2011, at the Wayback Machine http://www.information-age.com/article-archive/303216/geac-looks-to-aurora-to-invigorate-growth.thtml

  21. Charles S. Jones Compensation Investigation - Archived July 26, 2011, at the Wayback Machine http://www.fact-finding.org/geaccompensation.html

  22. CanadaIT, October 15, 2003 - Archived April 21, 2011, at archive.today http://www.canadait.ca/cfm/index.cfm?It=106&Id=18366&Se=362&Sv=&Lo=2

  23. Globe & Mail, June 1, 2001 - Archived July 26, 2011, at the Wayback Machine http://www.fact-finding.org/GlobeMail__06%2001%2001.pdf

  24. Merrill Lynch, June 22, 2004 - Archived July 26, 2011, at the Wayback Machine http://www.fact-finding.org/geac%20merrill%2006%2022%2004.pdf

  25. WSJ Oct 1, 2001 - Archived July 26, 2011, at the Wayback Machine http://www.fact-finding.org/geac%20wsj%2010%2001%2001.pdf

  26. Press Release, Feb 4, 2004[permanent dead link‍] http://www.accountingsoftware411.com/AcctSoftware.nsf/00/prD5114C25B5C944E286256E31001C575A

  27. Globe & Mail, Sept 11, 2003 - Archived July 26, 2011, at the Wayback Machine http://www.fact-finding.org/GlobeMail_Geac%20unveils%20growth%20plan_09%2011%2003.pdf

  28. CIBC, October 3, 2005 - Archived July 26, 2011, at the Wayback Machine http://www.fact-finding.org/geac%20cibc%2010%2003%2005.pdf

  29. CNet, June 23, 2003 - Archived November 2, 2012, at the Wayback Machine http://news.cnet.com/Software-makers-Geac%2C-Comshare-to-merge/2110-1014_3-1019083.html

  30. "Official Press Release, Geac Completes Acquisition of Comshare". Archived from the original on 2003-10-03. Retrieved 2010-08-17. https://web.archive.org/web/20031003043348/http://geac.com/object/pr081503.html

  31. NY Times, June 24, 2003- Archived April 29, 2014, at the Wayback Machine https://www.nytimes.com/2003/06/24/business/technology-briefing-software-geac-to-buy-comshare-for-52-million.html?scp=1&sq=geac&st=cse

  32. Informationweek, Aug 27, 2002 - Archived June 12, 2011, at the Wayback Machine http://www.informationweek.com/news/showArticle.jhtml?articleID=6400088

  33. Free Library, August 11, 2005 - Archived October 20, 2012, at the Wayback Machine http://www.thefreelibrary.com/Geac+obtains+new+$150+million+revolving+credit+facility+from+banking...-a0135041279

  34. Free Library, August 31, 2005- Archived October 20, 2012, at the Wayback Machine http://www.thefreelibrary.com/Geac+Sends+Second+Letter+to+Shareholders;+Geac+Continues+to+Pursue...-a0135669746

  35. Globe & Mail, January 21, 2006 http://v1.theglobeandmail.com/servlet/story/RTGAM.20060121.gtdecision21/BNStory/einsider/

  36. [1] - Archived July 26, 2011, at the Wayback Machine http://fact-finding.org/geacinsolvencytoinnovation.pdf

  37. Wellington Financial, November 14, 2006 - Archived July 18, 2011, at the Wayback Machine http://www.wellingtonfund.com/blog/2006/11/14/charles-jones-raises-large-software-buyout-fund/

  38. "Westchester Land Trust Annual Report 2006" (PDF). Archived from the original (PDF) on 2014-04-29. Retrieved 2012-12-27. https://web.archive.org/web/20140429192638/http://www.westchesterlandtrust.org/files/AnnualReport06.pdf

  39. Iona Prep Receives Cornerstone Gift in Support of Strategic Expansion Initiatives http://www.fact-finding.org/charlesjones-bedfordfunding-donation-iona.html

  40. A. H. Schabas (1974). "Proceedings of the 1974 Clinic" (PDF). vendor, GEAC Computer Corporation, was designing that in May 1972 we .... Hewlett Packard assembler, Fortran, Basic and OPL, a high-level language. https://www.ideals.illinois.edu/bitstream/handle/2142/910/Schabas.pdf?sequence=2%26isAllowed=y

  41. "Earl MacLean - RETIRED - Scotiabank". CA.LinkedIn. Worked with Mohawk data science computers. Geac computers. Cobal programming. Geac OPL programming. Worked with mailing lists for over 150 companies https://ca.linkedin.com/in/earl-maclean-1234a771

  42. sometimes written GEAC

  43. Christopher Syed (2011). Parents of Invention: The Development of Library Automation Systems. ISBN 978-1591587927. Since Geac owned the operating system, it could change it on the fly, optimizing routines that its customers discovered they would be needing frequently, ... 978-1591587927

  44. "Geac divides D&B software". CNet.com. November 14, 1996. https://www.cnet.com/news/geac-divides-d-b-software

  45. "Geac Computer Systems". 2002. Among the United States copyrighted products owned by Geac are twelve different software business applications, collectively known as Millennium. https://law.justia.com/cases/federal/appellate-courts/F3/307/197/521850