Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: sunbabu15 on October 15, 2010, 11:39:30 AM

Title: Unknown Status in SCI
Post by: sunbabu15 on October 15, 2010, 11:39:30 AM
Hi All,

I have installed the application License manager and the LCA with some other and made the proper configuration in CME wrt to SCS and started both the application but LCA is not monitoring the application inspite of its up and running and as a result in SCI we are getting the status of the app as Unknown.

Action Taken: I have verfied all the connection. I am able to see all other app getting monitored on the same Host except the license manager by LCA . I have restarted the application License manager but that alos didn't solve the issue.

We are using Genesys 7.6 Framework on Windows Platform.

Can anyone please guide me further how to proceed in this.
Title: Re: Unknown Status in SCI
Post by: borkokrz on October 15, 2010, 12:58:23 PM
Try this:

Application Type : Third Party Server

Work dir: c:\Flexlm
Command line: lmgrd.exe

in the annex tab of License Manager app add following section:

[start_stop]
start_command=net start "FLEXlm Service"
stop_command=net stop "FLEXlm Service"
Title: Re: Unknown Status in SCI
Post by: sunbabu15 on October 20, 2010, 11:41:49 AM
I have verfied the same. The details are as its mentioned.
Any other suggestion please.
Title: Re: Unknown Status in SCI
Post by: borkokrz on October 21, 2010, 07:00:02 AM
Can you post FlexLM Service properties window from services manager ?
Title: Re: Unknown Status in SCI
Post by: Steve on October 21, 2010, 08:44:43 AM
Surely the command line in the CME start info tab has to match the name of the service.

I say surely, because I am more used to seeing this on UNIX, where LCA compares the command line to the output of ps -ef to determine if an application is up or not. I assume that Window must work in a similar fashion.

Steve
Title: Re: Unknown Status in SCI
Post by: sunbabu15 on October 24, 2010, 04:24:04 AM
Hi Boroko,

I have observed another thing tht in primary Flexlm , we have the Start up script as net start "FLEXlm Service" but in the backup we have the startup script as lmgrd -app -c "Complete Path of the Installable"

I am even bit strange with the definition in primary n backup. As i was not sure much on this definition , i have not changed in backup start up script to verify.

So will that make this discrepancy ? Please suggest. :)
Title: Re: Unknown Status in SCI
Post by: borkokrz on October 24, 2010, 07:02:55 AM
Do you have FlexLM service in windows services (services.msc) ? AFAIR the service is not installed by default - you have to create it in lmtools utility. Another thing is name of the service - by default lmtools create service of the name "FlexLM Service 1". Thats why I asked you to post service properties window.
Title: Re: Unknown Status in SCI
Post by: catanirex on October 26, 2010, 12:07:11 PM
I had a similar problem with LCA 7.6

After an upgrade to latest LCA 7.6 it worked monitoring thirdpartyapps
Title: Re: Unknown Status in SCI
Post by: borkokrz on October 26, 2010, 08:11:18 PM
I've also had a problem, when ThirdPartyServer application was created by "make new" at another existing ThirdPartyServer application. After that LCA still saw old annex tab settings (with start_stop section). When application was created from template - it was all ok.

P.S. Are you sure that you've added start-stop section in the Annex tab not the Options tab ?? In options tab it will not work.
Title: Re: Unknown Status in SCI
Post by: sunbabu15 on October 28, 2010, 05:34:04 AM
Hi catanirex ,
Can you please let me know the exact version of LCA which resolved the issue in ur case.

Hi borkokrz,

I have verfied all the settings related to the service (including the name in the Service properties tab on the Host and in the CME->annex tab option. Both have the same value.I couldn't able to upload the screenshot .

Guys, Please let me any further suggestions on this.

Regards,
Title: Re: Unknown Status in SCI
Post by: borkokrz on October 28, 2010, 09:14:29 AM
Maybe you can post a log from lca ? Then we can do some more investigation.
Title: Re: Unknown Status in SCI
Post by: catanirex on October 29, 2010, 01:51:17 PM
Hi,

We used LCA 7.6.001.04, just note that this version of LCA reguires that Windows Management Instrumentation (WMI) Service is running
Title: Re: Unknown Status in SCI
Post by: sunbabu15 on November 02, 2010, 11:05:52 AM
Thanks catanirex for u r suggestion.

We are in process of installing this version after observng the latest Release notes.