RT with SAP DB

Hello.

I am currently using RT 2-0-15 with postgresql but we have all others
applications running with SAP DB.

Since we plan to test RT 3.0, I just want to know if there are some
plans to make RT running with SAP DB ?
Is it possible to make it running with SAP DB now even it’s not
supported. Has anyone already tried ?

If not, do you think it’s a lot of work ?
Note: It’s possible to access a SAP DB database from perl with
DBD::ODBC.

Best regards,
Laurent

Hello.

I am currently using RT 2-0-15 with postgresql but we have all others
applications running with SAP DB.

Since we plan to test RT 3.0, I just want to know if there are some
plans to make RT running with SAP DB ?
Is it possible to make it running with SAP DB now even it’s not
supported. Has anyone already tried ?

If not, do you think it’s a lot of work ?

The last time I looked, they didn’t have a release for Mac OS X, which
hampered my own development efforts. There are two parts to an initial
port:

1) Translate RT's database schema to SAP DB (Start from the
MySQL schema)

2) Create a DBIx::SearchBuilder::Handle class for SAP DB

After this, run rt’s test suite with “make regression” and see how you
do. From there, we may need to tweak and fine-tune things.

-jesse

Note: It’s possible to access a SAP DB database from perl with
DBD::ODBC.

Best regards,
Laurent


rt-devel mailing list
rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel

Request Tracker... So much more than a help desk — Best Practical Solutions – Trouble Ticketing. Free.

  • Jesse Vincent [2003-02-20 12:58]:
  1. Create a DBIx::SearchBuilder::Handle class for SAP DB

If SAB supports ODBC, might it make more sense to start working on
DBIx::SearchBuilder::Handle::ODBC?

(darren)

The man who is denied the opportunity of making decisions of
importance begins to regard as important the decisions he is allowed
to make.
– C. Northcote Parkinson

Yes.On Thu, Feb 20, 2003 at 01:23:45PM -0500, darren chamberlain wrote:

  • Jesse Vincent [2003-02-20 12:58]:
2) Create a DBIx::SearchBuilder::Handle class for SAP DB

If SAB supports ODBC, might it make more sense to start working on
DBIx::SearchBuilder::Handle::ODBC?

(darren)


The man who is denied the opportunity of making decisions of
importance begins to regard as important the decisions he is allowed
to make.
– C. Northcote Parkinson


rt-devel mailing list
rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel

Request Tracker... So much more than a help desk — Best Practical Solutions – Trouble Ticketing. Free.