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
MSAccess database as Customer backend
Moderator: crythias
-
- 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
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.
ITSM and FAQ modules installed.
Re: MSAccess database as Customer backend
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 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.
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.
-
- 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
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
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
Re: MSAccess database as Customer backend
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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.
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
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
-
- 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
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
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.
ITSM and FAQ modules installed.