Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello all!I am trying to write some data in external database from CCX script, but "DB Write" step always goes to "SQL Error" although I am using correct SQL syntax. I have checked it through MS SQL Management studio and everything works.Interesting ...
Good day everyone!We have about 300 agents, who are using Cisco Agent Desktop and only 2 of them has the following issue. After successful login, CAD window minimizes and it cannot be restored. After ending CAD process and trying several times, CAD ...
Hi everyone!I have found that was the problem and a solution for this. Decided to post solution here, just in case someone will experience the same.The problem was that CCX Script editor can't interconnect different SQL version syntax. On the server,...
Thank you, Raymon!Your advise partially helped. Now I'm using following syntax:INSERT INTO [Samsung-DK](Question1) VALUES ($Var1)That is weard, it works in "Test" tab, but uploading script to CCX server this command does nothing. Do you have any clu...