Testing MS-SQL Backend

Moderator: crythias

Locked
pvanos
Znuny newbie
Posts: 23
Joined: 26 Sep 2014, 13:59
Znuny Version: 3.3.10
Company: KSZ-BCSS

Testing MS-SQL Backend

Post by pvanos »

On a MS-SQL Database server, we have 2 separate databases, used as customer user backends.
Their structure is quite identical, and so is their configuration in opt/otrs/Kernel/Config.pm.
Actually, for the second database, exactly the same field mapping config is used as for the first database.

In MS-SQL Server Management Studio, a display of the top 100 records shows the same field layout for both databases (apart from 1 additional field description in the second database).
Inside OTRS however, when replying to a ticket, and using the lookup function in the To: field, the records for both databases show totally different ! For the first database in correct sequence, but for the second database, not the same fields are displayed, and one field is even showing twice !

Is there any other place than Config.pm that will define how the records are displayed in a search field ?

For testing purposes, I discovered in OTRS a lovely SQL Box, which unfortunately (but I understand 8)) is restricted to MySQL queries.

Another issue, maybe a clue?, in Admin -> Customer User Management, apart from my 2 Customer User backend databases, I find in addition : "Database Backend" and "No Name 1".
Where do these originate from ?
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Testing MS-SQL Backend

Post by aph »

Database backend is default otrs DB.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Locked