How to fetch and insert data from otrs database

English! place to talk about development, programming and coding
Post Reply
mohan
Znuny newbie
Posts: 19
Joined: 10 May 2010, 07:20
Znuny Version: 2.4

How to fetch and insert data from otrs database

Post by mohan »

Hi,

Could any one tell how to access data from otrs database.
Mike_B
Moderator
Posts: 266
Joined: 12 Jan 2010, 18:16
Znuny Version: CVS HEAD

Re: How to fetch and insert data from otrs database

Post by Mike_B »

Hi Mohan,

it depends on how you want to use the data. Basically, you have the option to access the data via the Perl API, so you can create a Perl script to access the data, you can write a script from any programming language, using our SOAP interface, if you want you can directly access the data in our database (the data model is publicly available), or you can for instance create a statistic which exports data as CSV..

So if you want advice for the best method to use in your case, you should really give more info on your use case.

--
Mike.
huntingbears.nl - @michielbeijen on Twitter
mohan
Znuny newbie
Posts: 19
Joined: 10 May 2010, 07:20
Znuny Version: 2.4

Re: How to fetch and insert data from otrs database

Post by mohan »

how to use those API's to connect database??
Post Reply