Hi All,
Our Avaya distributor is battling to have V-Vectoring working on a stand alone ACCCM server, Windows 2008R2 Enterprise, Internet Explorer 8. Upon trying to run the V-Vectoring I am getting a run time error below. We have a number of call centres running off our AVAYA CMS 16.3 I was tasked to export call flows for each brand (VDN and vector) and the task is tiresome doing manually.
the V-Vector never worked with ACCCM since deployment, the Distributor has aked us to update .net which i did but to no avail. you assistance will be grately appreciated in having this working,
Thank you all in advance
Deedtz
Server Error in '/ACCCMVV' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
Our Avaya distributor is battling to have V-Vectoring working on a stand alone ACCCM server, Windows 2008R2 Enterprise, Internet Explorer 8. Upon trying to run the V-Vectoring I am getting a run time error below. We have a number of call centres running off our AVAYA CMS 16.3 I was tasked to export call flows for each brand (VDN and vector) and the task is tiresome doing manually.
the V-Vector never worked with ACCCM since deployment, the Distributor has aked us to update .net which i did but to no avail. you assistance will be grately appreciated in having this working,
Thank you all in advance
Deedtz
Server Error in '/ACCCMVV' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>