" /> Read skill configuration from cfg_skill_level - Genesys CTI User Forum

Author Topic: Read skill configuration from cfg_skill_level  (Read 2779 times)

Offline lefeniman

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Read skill configuration from cfg_skill_level
« on: April 28, 2014, 07:38:19 PM »
Advertisement
Hi guys!
I'm working with a client that already has the framework installed and i have the following problem:

The cfg_skill_level table, that has the skills data of the agents, doesn't have data for all agents, even though they have one or more skills.
I configured the skills using GA. When I remove all the skills of the agent and include again, the table is updated normally. But when I restart the Server (I'm using SQL Server), the configuration is lost and I'm back to initial state, before the changes.

Has anyone experienced this before? Am I looking the wrong table?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Read skill configuration from cfg_skill_level
« Reply #1 on: April 29, 2014, 05:34:21 AM »
The data is missing if you restart SQL server or confserv?

Offline lefeniman

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Read skill configuration from cfg_skill_level
« Reply #2 on: May 02, 2014, 02:14:18 PM »
When I restart SQL Server

Offline GMG

  • Newbie
  • *
  • Posts: 41
  • Karma: 2
  • GCP CIV 8X
Re: Read skill configuration from cfg_skill_level
« Reply #3 on: May 05, 2014, 05:06:42 AM »
Hello,

1. Are you getting same concern when you use Configuration Manager ?, if you are facing issue with CME also, then please check at Database End and See the Logs for Config DBServer.

--
GMG

« Last Edit: May 05, 2014, 07:08:17 AM by GMG »

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Read skill configuration from cfg_skill_level
« Reply #4 on: May 05, 2014, 06:05:10 AM »
It does not seem like a confserv issue, but issue related to the SQL server - try to check whether the CRUD operations are commited properly on SQL server side.

Offline lefeniman

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Read skill configuration from cfg_skill_level
« Reply #5 on: May 08, 2014, 04:29:20 PM »
Thanks. I will take a better look on sql server side.