" /> Email Server Java - Genesys CTI User Forum

Author Topic: Email Server Java  (Read 4165 times)

Offline lekie

  • Jr. Member
  • **
  • Posts: 90
  • Karma: 0
Email Server Java
« on: February 17, 2010, 04:48:55 AM »
Advertisement
Dear all,

    There are email_server_a is primary, email_server_b is backup and a webapi server. Has anyone know why in connection tab of webapi must to connect to both of email_server a and b? I have tested a case,If in connection tab of webapi its connect only email_server_a when email_server_a is fail and email_server_b is changed to be primary then I couldn't send email via web form?

Thanks you inadvance.
cheers,
Lekie

Offline Timur Karimov

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Email Server Java
« Reply #1 on: February 17, 2010, 05:36:07 AM »
Hmm, did you use ADDP on this connection ?

WBR

Offline lekie

  • Jr. Member
  • **
  • Posts: 90
  • Karma: 0
Re: Email Server Java
« Reply #2 on: February 17, 2010, 06:04:04 AM »
no addp
error in webapi log showed as below

14:09:42.531 Std 20103 LB: exception during inguiry inqSrvcByType: service not found in thread SvcDispatcher
14:14:32.551 Trc 20200 LB: method initializeDispatcher invoked, thread SvcDispatcher
14:14:32.551 Trc 20200 LB: initializeDispatcher: SVC dispatcher has been initialized already, thread SvcDispatcher
14:14:32.551 Trc 20501 LB: received service inquiry by type 'CFGEmailServer', tenant='Resources' in thread SvcDispatcher
14:14:32.973 Trc 20200 LB: ServiceDescr.getSrvcByType: Tenant=Resources(DBID=101)

cheers,
Lekie
« Last Edit: February 17, 2010, 07:16:52 AM by lekie »

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Email Server Java
« Reply #3 on: February 17, 2010, 04:04:39 PM »
Hi Lekie,

I haven't tried such configuration but I think it's a conflict between supported HA modes. WebAPI server does support HA by using load-balancing mechanism. That means that it can load-balance between multiple applications of the same type that are connected to it (listed on Connection tab). Email Server Java itself support warm-standby HA. If you combine these two modes then it won't work as WebAPI doesn't care about ESJ warm-standby - it simply load-balances traffic between connected applications only. So when primary ESJ goes down WebAPI doesn't care about backup ESJ as WebAPI is not connected to this application.

R.

Offline YevgeniyP

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: Email Server Java
« Reply #4 on: February 17, 2010, 08:58:54 PM »
You have to specify both in WebAPI Server connections, but it will use only "current" primary based on information from SCS and switch to another if switchover happened.

YP

Offline lekie

  • Jr. Member
  • **
  • Posts: 90
  • Karma: 0
Re: Email Server Java
« Reply #5 on: February 19, 2010, 08:01:10 AM »
Thank you for all comment