Topic Options
Rate This Topic
#9976 - 07/14/99 06:14 AM Integration between Remedy and OpenUpTime
eeinhon Offline
Just Signed Up

Registered: 06/12/01
Posts: 4
I have received a request to integrate Remedy with another call-logging
system called OpenUpTime. Basically whenever a call is logged in Remedy
for a particular customer, it should also logged in the other system
OpenUpTime. Is anyone doing this already?

Thank you for any information you can give me on this,

Best Regards,
Niamh

---------------------------------------------------------------------------
To unsubscribe from this list, send mail to listserv@listserv.buffalo.edu
with a body of "signoff arslist". The subject line is ignored.


Top
#9977 - 07/14/99 12:15 PM Re: Integration between Remedy and OpenUpTime [Re: marit soderberg]
domingo del-moral-tornero Offline
Stealth Member

Registered: 06/12/01
Posts: 37

We are supporting both systems, ARS and OpenUpTime (OUT).
We have made several things with OUT that, I think, can help you in this job.
First at all, OUT is a very closed system, it is composed with about 200 database tables
and a lot of PL-SQL code (in Oracle) at server side and a PC or Unix application at client side.
If you need do something external to OUT you must do it at database level. For example,
we have made several Oracle views to do web reports (like the views ARS make for reporting)
and we have made something like a basic knowledge database via web. We have made too
some PL-SQL procedures to calculate some statistics for reporting.

To introduce new tickets in OUT, you can begin with insert a row in the request main table:
metrixp.request (metrixp is our OUT Oracle user, you could have another user),
but it is possible that it does not work, because we have made some direct database changes
and it was needed to modify more tables. In this case (when you need modify more than one table)
you can monitoring what OUT client does (at database level, a dba could help you) and do the same
inserts than OUT client does.
If you have the same database in OUT and ARS you can do a trigger in ARS database to insert
the ticket in OUT database but If you have NOT the same data base you have another additional
problem. In this case you could need to pass the ticket via a text file or do a little Visual Basic program.

If you need more information you can mail me.

I hope this help you,
Best regards,
Domingo del Moral
Ericsson Business Consulting Spain.

-----Original Message-----
From: Niamh Horan [mailto:eeinhon@EEI.ericsson.se]
Sent: Wednesday, July 14, 1999 12:14 PM
To: ARSLIST@LISTSERV.ACSU.BUFFALO.EDU
Subject: Integration between Remedy and OpenUpTime


Hi Listers,
I have received a request to integrate Remedy with another call-logging
system called OpenUpTime. Basically whenever a call is logged in Remedy
for a particular customer, it should also logged in the other system
OpenUpTime. Is anyone doing this already?

Thank you for any information you can give me on this,

Best Regards,
Niamh

---------------------------------------------------------------------------
To unsubscribe from this list, send mail to listserv@listserv.buffalo.edu
with a body of "signoff arslist". The subject line is ignored.

---------------------------------------------------------------------------
To unsubscribe from this list, send mail to listserv@listserv.buffalo.edu
with a body of "signoff arslist". The subject line is ignored.


Top


Moderator:  Matt Reinfeldt