Our current setup uses LDAP to authenticate Customers and Agents. Currently in LDAP we have first and last name, username, password, and email. In a different database (Oracle) we have office location, employee ID, telephone and other info.
My question is; is it possible for OTRS to use multiple data sources but maintain a single record for each individual customer?
From what I've read in the manual and the very little I know about databases I would think that it doesn't work this way. That, if we have multiple data sources, then each entry in both databases will end up being an individual customer in OTRS causing duplicates with incomplete records?
Am I making sense?
Multiple Information Sources for Single Customer Record
Moderator: crythias
-
- Znuny newbie
- Posts: 73
- Joined: 09 Jun 2011, 18:22
- Znuny Version: 3.0
- Real Name: Andre
- Company: Hamline University
Multiple Information Sources for Single Customer Record
OTRS 3.1.3 + ITSM 3.1.1 + FAQ 2.1.2 + Survey 2.1.3, Redhat
Re: Multiple Information Sources for Single Customer Record
There is the possability to use a different, external database for ALL customer information, but not part of it. You need to have all customer information in the same database, whether you use the default one or an external one.
I think your best bet here is to import the data from the external database into the default one. This is the 'customer_user' table within the OTRS database. I'm not sure of the details of how you could do this, but it will probably involve exporting the data from Oracle into an SQL file, and then editing it to match the names of the tables and columns in the OTRS database, before running it to import. I think I found a script someone had written to do this a while ago, but can't remember where. Searching for one on google may turn up some useful results.
I think your best bet here is to import the data from the external database into the default one. This is the 'customer_user' table within the OTRS database. I'm not sure of the details of how you could do this, but it will probably involve exporting the data from Oracle into an SQL file, and then editing it to match the names of the tables and columns in the OTRS database, before running it to import. I think I found a script someone had written to do this a while ago, but can't remember where. Searching for one on google may turn up some useful results.
Backend: OTRS 3.0.11 RedHat Enterprise Linux 6.2, Apache, MySQL with replication
Frontend: OTRS 3.0.11 RedHat Enterprise Linux 6.2 with SELinux, Apache SSL
Frontend: OTRS 3.0.11 RedHat Enterprise Linux 6.2 with SELinux, Apache SSL
-
- Znuny newbie
- Posts: 73
- Joined: 09 Jun 2011, 18:22
- Znuny Version: 3.0
- Real Name: Andre
- Company: Hamline University
Re: Multiple Information Sources for Single Customer Record
Thanks, that is kind of what I thought. I will google around for importing.
OTRS 3.1.3 + ITSM 3.1.1 + FAQ 2.1.2 + Survey 2.1.3, Redhat
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Multiple Information Sources for Single Customer Record
Did you mean this? viewtopic.php?f=62&t=12410
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