ID2016 Report post Posted 03/21/2017 03:04 PM Hi, I had to switch from using Mysql database to MS Sql. I am unable to place the calls. I am using stored procedure to directly place records into callque table and I also use Loader to place the calls. The result is the same. Do I need to send me an updated sql stored procedure to generate tables (as you did for Mysql)? or this is a different issue? I am using exact custom stored procedure to directly place records as I used on VG 6.0 environment. Please advice. Logs and script and stored procedure arecustom_storedproc.txtIvrPinnew.vgs attached. Thank you. 0321_1026_vgDialListLoad.zip Share this post Link to post
SupportTeam Report post Posted 03/21/2017 11:39 PM Please stop the VoiceGuide service, the in VG.INI in section [Log] please set the "VoiceGuide" entry to 20, like this: VoiceGuide=20 Then save the VG.INI and start the VoiceGuide service. Let VoiceGuide service run for few minutes and then /ZIP up and post the latest vgEngine trace file that was created by the just started VoiceGuide service. Share this post Link to post
SupportTeam Report post Posted 03/22/2017 03:42 AM Also please .ZIP up and post your Config.xml file. (change any passwords first if they are part of the Connection String) It looks like the current Config.xml has some bad entries in it: 104846.142 db config OutDialQue_ADODB_Provider = System.Data.SQLClient 104846.142 db config OutDialQue_Database = myHealth_VG 104846.142 db config OutDialQue_ConnectString.len = 107 104846.142 db config OutDialQue_SqlPrefix = LIMIT 1 104846.142 db config OutDialQue_SqlSuffix = Disable 104846.142 db config OutDialQue_PortToUse_LinkField = Disable The OutDialQue_SqlPrefix and OutDialQue_SqlSuffix should be blank if used with MS SQL Server database engine. Using the settings that are in Config.xml now would result in error when trying to run the resulting SQL that tries to retrieve calls from database. Share this post Link to post
ID2016 Report post Posted 03/22/2017 11:50 AM I changed config file. Restarted VG but calls are not coming through. I see callque table is being populated either using my stored procedure or from loader. conf.zipvgIconTrayMon.zip Thank you. Share this post Link to post
ID2016 Report post Posted 03/22/2017 10:29 PM RESOLVED. I had to add 3 more channels to the config.xml file. Share this post Link to post