Re: SAP migration options

From: Christopher Browne <cbbrowne(at)acm(dot)org>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: SAP migration options
Date: 2005-03-30 13:43:57
Message-ID: m3d5th6yg2.fsf@knuth.cbbrowne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

In the last exciting episode, neilc(at)samurai(dot)com (Neil Conway) wrote:
> I'm curious if anyone has any experience with migrating an existing SAP
> ERP system to run on top of PostgreSQL. Assuming that moving off of SAP
> to another ERP system isn't really an option, are there any options for
> using PostgreSQL as the database backend?
>
> (I suspect the answer is "no", but I thought I'd ask around and see if
> anyone has tried this in the past.)

There is _no way_ that this is a realistic option.

R/3 versions are strongly tied to particular database versions,
whatever the database may be.

For instance, I was involved with a deployment running on Oracle on
OSF/1 (later known as Digital Unix and other things). Hardware
choices got constrained, and plans to upgrade required buying
_obsolete_ hardware on a secondary market because the versioning had
to be done in a lock-step fashion based on what SAP was supporting.

At each point in time, we needed to have the simultaneous support of:

- Oracle supports running version X on OSF/1 version Y
- SAP supports version X of Oracle and version Y of OSF/1

The latter part turned out to be really troublesome :-(.

In order to run an R/3 instance atop PostgreSQL, it would be
_absolutely necessary_ for SAP AG to build a release of R/3 that is
written to be compatible with PostgreSQL. And it would be more
specific than that...

You'd be running R/3 version [something] on Hardware/OS platform Foo
[let's say, Red Hat Enterprise Linux version 2.1], alongside some
specific deployment of PostgreSQL version 7.4.4.

An upgrade to PostgreSQL 7.4.5 would require that SAP AG do another
R/3 release. SuSE Linux version something else? Another R/3 release.
Solaris? Another R/3 release. IBM AIX? Yup, another R/3 release.

Those releases of R/3 would have to be prepared by SAP AG; nobody else
can do it...
--
(format nil "~S(at)~S" "cbbrowne" "gmail.com")
http://linuxfinances.info/info/slony.html
"Politics is not a bad profession. If you succeed there are many
rewards, if you disgrace yourself you can always write a book."
-- Ronald Reagan

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message simon 2005-03-30 14:14:02 Re: Re: SAP migration options
Previous Message Hans-Jürgen Schönig 2005-03-30 08:15:43 Re: SAP migration options