MSAccess database as Customer backend

Moderator: crythias

Locked
Giulio Soleni
Znuny wizard
Posts: 392
Joined: 30 Dec 2010, 14:35
Znuny Version: 6.0.x and 5.0.x
Real Name: Giulio Soleni
Company: IKS srl

MSAccess database as Customer backend

Post by Giulio Soleni »

Hallo,
as far as I know Microsoft Access database is not mentioned as a supported database in the manuals... a customer of mine is asking if there is a possible solution/strategy to integrate the customer data already present in an MS Access database inside OTRS in an effective way.
If ODBC connection is not allowed, maybe we need to copy all the data from the Access db inside the OTRS database...

Do you have any hint/solution?

thank you in advance
OTRS 6.0.x on CentOS 7.x with MariaDB 10.2.x database connected to an Active Directory for Agents and Customers.
ITSM and FAQ modules installed.
wurzel
Znuny guru
Posts: 3274
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: MSAccess database as Customer backend

Post by wurzel »

Hi,

OTRS supports all MySQL, Postgres, MSSQL (ODBC), Oracle databases.


If you are not allowed to use ODBC you have to export/import the data to the local DB - would be my suggestion ;)

Florian
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: MSAccess database as Customer backend

Post by crythias »

Did you try odbc?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: MSAccess database as Customer backend

Post by jojo »

MS Access can not be used as it is not a SQL based database and also there are no OTRS Drivers.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: MSAccess database as Customer backend

Post by crythias »

I referenced http://stackoverflow.com/questions/1651 ... using-perl
my $dbh = DBI->connect('dbi:ODBC:driver=Microsoft Access Driver (*.mdb, *.accdb);dbq=X:\Path\To\Your\Database.mdb')
sorry if it won't work.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Giulio Soleni
Znuny wizard
Posts: 392
Joined: 30 Dec 2010, 14:35
Znuny Version: 6.0.x and 5.0.x
Real Name: Giulio Soleni
Company: IKS srl

Re: MSAccess database as Customer backend

Post by Giulio Soleni »

Thank you very much everybody,
I will suggest ODBC connection to my customer, as crythias referenced and I'll report back if the solution works.
I will take also jojo considerations into account, should ODBC solution not work as expected.

Thank you,
Giulio
OTRS 6.0.x on CentOS 7.x with MariaDB 10.2.x database connected to an Active Directory for Agents and Customers.
ITSM and FAQ modules installed.
Locked