" /> user in CME doesn't synchorinze with WFM - Genesys CTI User Forum

Author Topic: user in CME doesn't synchorinze with WFM  (Read 3584 times)

Offline May

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
user in CME doesn't synchorinze with WFM
« on: August 29, 2009, 03:27:34 AM »
Advertisement
Hi All

I set environment test for WFM. and dump wfm's db from the production to put it into. The problem is

1. after create user in CME it will not show in the WFM.
2. I checked the config DB and WFM DB the reference id for WFM have more record than the config.
3. When I created the new user in CME it will not effect anything until I push the synchronize button it will change only firstname and lastname

Do you guy has any idea how to set develop configuration with WFM's DB production works?

Thanks

Offline Steve

  • Sr. Member
  • ****
  • Posts: 298
  • Karma: 11
Re: user in CME doesn't synchorinze with WFM
« Reply #1 on: August 29, 2009, 08:55:54 AM »
I'm not really sure what you are trying to do.

By "users" I assume you mean persons in CME who are [u]not[/u] agents. If so you do not need to synchronise to get these people into WFM.

Just go the the Security Roles/Users object in the User Security Module, select the Users tab and move the people you want to add from the right hand pane into the left.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: user in CME doesn't synchorinze with WFM
« Reply #2 on: August 30, 2009, 07:29:05 PM »
Hi May,

Some objects like agent, skill etc. in WFM database are identified by the same identifiers (DBID) as in configuration database. So when you move WFM production DB to test platform integrity of WFM database is broken. As synchronization process is using these unique identifiers it won't work correctly.

I met with the same issue few years ago. The solution was to move both databases - WFM and Configuration - to Test platform. It isn't easy task as you have to modify Configuration database manually to work properly. I did it by using set of SQL update queries but today it's possible to use SDK to do the same job.

R.

Offline May

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: user in CME doesn't synchorinze with WFM
« Reply #3 on: August 31, 2009, 04:38:16 AM »
Thank Rene for this information

I can see the DBID of the configuration DB cannot connect to WFM DB but my problem is I cannot move config DB to the test platform because the configuration of the test platform will be using for another project as well. I will try to reconfig WFM in the test platform

Offline catanirex

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 11
Re: user in CME doesn't synchorinze with WFM
« Reply #4 on: August 31, 2009, 10:27:18 AM »
Hi,

Another way is to add an extra server to the production enviroment, and install a new set of paralell WFM apps for test purposes there.

In this way the agent dbid's will always be correct, and all production like testing can be done.

Of cource you have to keep in mind that you cannot remove agents in CME etc for testing purposes, but you will have real statistics collected, and therefore the possiblity to run extensive testing.

Offline May

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: user in CME doesn't synchorinze with WFM
« Reply #5 on: September 01, 2009, 04:40:24 AM »
Thank for your info