Doculabs: SharePoint vs. Documentum as the Pharma Platform for ECM

Spot on analysis from this Doculabs whitepaper… (Source)

What should you do if you’re a pharma at this inflection point? We recommend the following:

1) At a minimum, consider a two-platform consolidation strategy. Over the next few years this approach would bring you to SharePoint for management of uncontrolled documents, a single application suite for management of controlled documents (probably CSC FirsDoc), and a single platform for controlled DM (Documentum).

2) But also consider a one-platform consolidation strategy. This would bring you to SharePoint for management of uncontrolled documents, and either FirstPoint or NextDocs for management of controlled documents – both based on SharePoint.

3) Do a formal empirical evaluation of the three solution options at your organization. Do a bakeoff between FirstDoc/Documentum, FirstPoint/SharePoint, and NextDocs/SharePoint. It will require some time and resources, but the stakes are high enough to justify it. In my next post on this topic, I will explain exactly how to conduct such an evaluation.

How Microsoft Partners Are Selling Office 365

From this Redmond Channel Partner article… (Source)

Cutler, of Slalom Consulting, says his company sees an opportunity to deliver numerous new services, especially as they relate to building applications on top of SharePoint Online. “There’s a lot more in the application development space, so now that you’ve got a platform like SharePoint, people are now saying, ‘Well, you’ve got this great platform. Now we can enable all kinds of business processes.’ So we can build the applications on top of that. It’s actually expanding the work that we can do with our clients and the value they’re getting out of that work.”

Wealth without work.
Pleasure without conscience.
Knowledge without character.
Commerce without morality.
Science without humanity.
Worship without sacrifice.
Politics without principle.

Mahatma Gandhi, Seven Blunders of the World

To laugh often and much; to win the respect of intelligent people and the affection of children; to earn the appreciation of honest critics and endure the betrayal of false friends; to appreciate beauty, to find the best in others; to leave the world a bit better, whether by a healthy child, a garden patch or a redeemed social condition; to know even one life has breathed easier because you have lived. This is to have succeeded.

Ralph Waldo Emerson

Tricking Leopard Installer for Older Macs

Thanks to this article at lowendmac.com, you can install Mac OS X 10.5 Leopard (the most modern and last Mac OS to support PowerPC) on macs that don’t meet the 867 MHz CPU requirement the installer checks for. This has been quite handy for my G4 Sawtooth, Mystic and Tangent machines.

Insert the Leopard install DVD. Reboot into Open Firmware by holding down Cmd-Opt-O-F following the tone. At the prompt, type the following exactly:

Single Processor:

dev /cpus/PowerPC,G4@0
d# 867000000 encode-int " clock-frequency" property
boot cd:,\:tbxi

Dual Processors:

dev /cpus/PowerPC,G4@0
d# 867000000 encode-int " clock-frequency" property
dev /cpus/PowerPC,G4@1
d# 867000000 encode-int " clock-frequency" property
boot cd:,\:tbxi

Bingo. The system reboots and passes the CPU speed check the installer performs. This trick will last until the next reboot, when the property returns to normal.