" /> WebAPIServers and UCS not showing up on SCI - Genesys CTI User Forum

Author Topic: WebAPIServers and UCS not showing up on SCI  (Read 3856 times)

mjcasas

  • Guest
WebAPIServers and UCS not showing up on SCI
« on: July 17, 2008, 07:58:59 PM »
Advertisement
Does anyone have heard of the WebAPIServers up running on a Websphere environment but not showing up on SCI. Also when cycling UCS did not came back up. Of course the suggested support troubleshooting actions have been cycling numorous times...

Any help will be appreciated!

Offline JGMG

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: WebAPIServers and UCS not showing up on SCI
« Reply #1 on: July 18, 2008, 01:49:44 AM »
  • Best Answer
  • SCI will not pick up processes which do not match the identical app name, etc, that it is expecting - using the applications configured working directory, command and options.

    How are you starting the web servers?  What OS?

    mjcasas

    • Guest
    Re: WebAPIServers and UCS not showing up on SCI
    « Reply #2 on: July 18, 2008, 12:18:47 PM »
  • Best Answer
  • We have an AIX Unix box running websphere, so we're starting the API from there. It was working fine so I would think that the name won't matter, however the app name is not identical in development as well and works fine but yes, we do not use SCI to start the application

    Thanks!

    Offline JGMG

    • Newbie
    • *
    • Posts: 14
    • Karma: 0
    Re: WebAPIServers and UCS not showing up on SCI
    « Reply #3 on: July 18, 2008, 05:16:29 PM »
  • Best Answer
  • Not so concerned about the app name.  When you run ps -ef on the server, does the line appear the same as your application Configuration?  That is what it uses.

    Also, is LCA up and running correctly on your server?  What status is the webserver machine in SCI?

    Offline René

    • Administrator
    • Hero Member
    • *****
    • Posts: 1832
    • Karma: 62
    Re: WebAPIServers and UCS not showing up on SCI
    « Reply #4 on: July 19, 2008, 10:45:43 AM »
  • Best Answer
  • Hi mjcasas,

    Please check that LCA is running on your AIX Unix box and SCS is able to communicate with it = SCI shows AIX Unix box as "Up". Your AIX host has to be configured a "Host" in Genesys configuration as well. You can check it using Configuration Manager (CME).

    Identification of running application as described by JGMG is valid only for third-party = non-Genesys applications. WebAPI is Genesys application so it uses different way how to inform SCS about its status - it connects directly to LCA using proprietary Genesys protocol.

    R.

    Jose

    • Guest
    Re: WebAPIServers and UCS not showing up on SCI
    « Reply #5 on: July 24, 2008, 08:27:26 PM »
  • Best Answer
  • OK, the issue was with the XML file, the configserv name was wrong.

    Thank you all