| --> |
At CallCenterOps.com we’re dedicated to providing information about operations management to those involved in real-time customer service via call centers.
Learn how to advertise on this site. |
|
|||||||
| Technology Discussion The CallCenterOps Technology Forum focuses on the technologies that make call centers work. (No advertising is accepted - posts will be removed.) |
![]() |
|
|
LinkBack (8) | Thread Tools | Display Modes |
|
|||
|
OK well I resolved the issue that I was having by making the Export go to a file which didnt quite have the delay I expected, byt now about every 40 seconds I lose connection and the login state becomes "cpWaiting" any suggestions?
|
|
|||
|
OK well I resolved the issue that I was having by making the Export go to a file which didnt quite have the delay I expected, byt now about every 40 seconds I lose connection and the ConnectionStatus becomes "cpWaiting" any suggestions?
|
|
|||
|
using C# to run Avaya CMS reports
Thanks corcoranp, I was able to phrase my javascript code based on the C# code you mentioned earlier.
But I am not able to link the connection to the report. Following step fails to execute. cvsSrv.Reports.CreateReport(Info,Rep) Please suggest. |
|
|||
|
Moving Data to SQL Server
Quote:
Does anyone know how to point the CMS Supervisor reporting tool to a SQL Server? |
|
|||
|
Moving Data to SQL Server
Quote:
Does anyone know how to point the CMS Supervisor reporting tool to a SQL Server? |
|
|||
|
I went about getting data from the cms supervisor in a more round about fashion.
I have a php script checks to see if the CMS autoscript is running within windows and. If it is running, it then checks against the DB for when it was last launch. If a certain threshold is exceeded, it runs another script to kill all processes and launches a new instance of the avayascript. All data is written into a csv file. This file is then read by another looping script that lives for 3 minutes as well. It parses the data and writes it into a DB. There are a couple of different tables I use as one to archive and another to feed the data to the agents. I can run these set of scripts on a few boxes to get more frequent updates and ensure I always get data. Though I limit updates to the archive table to twice a minute. I then use this data in the db for reporting. |
|
|||
|
Quote:
I am copying the code above but when I get to "Info = cvsSrv.Reports.Reports(reportName)" I get the dreaded "Object variable or With block not set" error. Any pointers as to what I'm doing wrong? Thanks Nick |
|
|||
|
Double Check
You'll want to double check your reportName variable to ensure that you are using a good report name.
Also, since this is only a snippet of code I don't see where you've declared the reportName, so just make sure you are doing that too. On a side note, since my last posts I've made great strides in how I'm collecting data from CMS. I've got a report server running as a windows service that I can connect to over HTTP using .NET Remoting (an IReportBuilder interface so NO Avaya dlls needed in new projects that require CMS data!). Plus a generic report object that returns the raw report output & the report in a .Net DataTable. Plus the Avaya componenets don't start until the a call is made to the service, and then stay alive until the service is stopped. So no more having to wait on logins, or connections, or having to have CMS Supervisior installed on the machine you're running your app from! Plus you can use it with ASP.NET! |
|
|||
|
Quote:
Your progress sounds amazing! I am still working on some way (using vb6) of not having to write out the report to a text file and having to read it back in. Not having much luck so far - damn Avaya dll's! |
|
|||
|
Anyone out there??
Hey all, I found the proper references... but i have a new question.
I am able to connect and login. However I can't get the Report info for a specific report. It is located in "Historical", "Designer", and the report is called "MetricsAutomationSystem - AHT". In the VB Examples it says this: ###Set Info = cvsSrv.Reports.Reports("Historical\Designer\HD MetricsAutomationSystem - AHT") However, I am not sure how to get the ReportInfo with C#. Anyone have any ideas?? thanks!! |
|
|||
|
Followup Thread
I have posted a follow-up thread to this one, as I didn't want to resurrect this existing one: Avaya CMS 11 Reports in C#.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.callcenterops.com/forum/technology-discussion/2186-using-c-run-avaya-cms-reports.html
|
||||
| Posted By | For | Type | Date | |
| Sample code for .net web application - Community for Avaya Users | This thread | Refback | 01-27-2009 03:58 PM | |
| Avaya: DEFINITY systems - avaya cms 13 vb code | This thread | Refback | 01-22-2009 04:36 PM | |
| Sample code for .net web application - Community for Avaya Users | This thread | Refback | 11-22-2008 01:08 AM | |
| Sample code for .net web application - Community for Avaya Users | This thread | Refback | 11-12-2008 05:47 PM | |
| Sample code for .net web application - Community for Avaya Users | This thread | Refback | 11-12-2008 12:51 PM | |
| Sample code for .net web application - Community for Avaya Users | This thread | Refback | 11-12-2008 12:13 PM | |
| Sample code for .net web application - Community for Avaya Users | This thread | Refback | 11-12-2008 09:45 AM | |
| Sample code for .net web application - Community for Avaya Users | This thread | Refback | 11-12-2008 08:57 AM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Avaya Voice mail LED Glows even when there are no new voice mails. | CreativeWolf | Technology Discussion | 2 | 02-10-2006 04:19 AM |