3

I have a requirement with Maximo 7.5 integration with MySQL database as inbound.

Can any one help me how to go further.

We have two ticketing system one is Maximo and other is Jira, which needs to integrate ticket details of jira with Maximo.

How can I use Maximo integration framework for this inbound integration?

davejal
  • 6,009
  • 10
  • 39
  • 82
Roshan
  • 47
  • 2
  • 10
  • 1
    For a direct database link you can review this post: http://stackoverflow.com/questions/14453301/configuring-mysql-linked-server-with-db2 You can also get data into Maximo using flat files, XML, interface tables... web services, REST API: http://www.xcentricway.ca/tutorial08.htm – Sun May 30 '14 at 21:08
  • Hi W Kim, I Will get back to you with output, further help needed. – Roshan Jun 05 '14 at 09:20

1 Answers1

0

Maximo comes with Maximo Integration framework (MIF)

You should check if you have the security rights to use it by checking :

  1. click on GOTO
  2. See if you have an option Integration.

these links might help:

  1. this wiki has some nice information from IBM itself
  2. this post from Bruno is a good starting point also
  3. and not to forget Maximo flat file export
Sun
  • 2,595
  • 1
  • 26
  • 43
davejal
  • 6,009
  • 10
  • 39
  • 82