Is adding a Billing Server mandatory to view call quality graphs in Prime Collaboration Assurance and Analytics 10.5

Hi,
we are in the process of demostrating Cisco Prime Collaboration 10.5 Assurance and Analytics and somehow are not able to pull Call Quality Graphs. The question is Is it mandatory to add a Billing Server to get the missing graphs.
Thanks in advance
Kunal

As per the following guide you should be able to discover and manage endpoints that are registered to Cisco TMS and Cisco VCS with both PCA Standard and Advanced.
http://www.cisco.com/c/en/us/td/docs/net_mgmt/prime/collaboration/10-5/assurance/standard/guide/Cisco_Prime_Collaboration_Assurance_Guide_Standard_10_5/bk_assurance_standard_chapter_010.html
HTH
Manish

Similar Messages

  • Error 500 -Internal Server Error when I click on browse catelog button on Reports and Analytics in Fusion

    Hi
    I am unable to access Reports and Analytics . It throws a Error 500 -Internal Server Error when I click on browse catelog button on Reports and Analytics in Fusion
    I have all the required roles and also BIADMINISTRATOR ACCESS still I am unable to login to Reports and Analytics. I have cleared the cache also.
    My collegue who has the same roles is able to access it.
    Regards
    Avinash

    I created the showModule.xhtml in the web.view.module\src\main\resources folder and test the application and Now I'm getting the error in both deployment ways.
    a) Local deployment: Same result
    Error 500--Internal Server Error
    com.sun.faces.context.FacesFileNotFoundException: /showModule.xhtml Not Found in ExternalContext as a Resource
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:232)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:273)
    b) Remote server:
    Error 500--Internal Server Error
    com.sun.faces.context.FacesFileNotFoundException: /showModule.xhtml Not Found in ExternalContext as a Resource
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:232)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:273)
    Please check the below screenshots for the mappings captured in the properties window.
    http://imageshack.us/photo/my-images/5/srwebviewmodule.png/
    http://imageshack.us/photo/my-images/811/eclipseexplorer.png/
    http://imageshack.us/photo/my-images/521/cdiandrichfacesear.png/
    http://imageshack.us/photo/my-images/90/cdiandrichfaces.png/
    Thanks,
    Vijaya

  • Adding a billing server

    Hi, i want to add a new billing server to a CUCM 7.1 but im get
    ting the following error
    HTTP Status 500 - nullI am sorry
    type Status report
    message nullI am sorry
    description The server encountered an internal error (nullI am sorry) that prevented it from fulfilling this request.
    Apache Tomcat/5.5.17
    I found a related post, whre AV is blocking the FTP port, but its not the case, any idea?
    thanks in advance
    Cesar

    Ok, this is solved now, it was an ftp issue in the other side, but im facing a new problem now,
    how can i send to separate folder the CDR and the CMR ?, because i can just manage CDR as far im concerned.
    Thanks a lot
    Cesar

  • Problem adding WebLogic remote server

    I'm running Oracle Enterprise Pack for Eclipse version oepe-indigo-11.1.1.7.3.201107052114. Using Eclipse Indigo with JrockIt jrockit-jdk1.6.0_26-R28.1.4-4.0.1 as Java Virtual Machine on Windows 7 32 bits.
    The problem is I can not find a way to register a remote Weblogic server. If I try to add a server, let's say Oracle WebLogic Server 11gR1 (10.3.5), there are two fields Server's host name and Server name. In the next page, it only can be specified a local directory, and there is no way to add a remote one.
    In the following page: http://download.oracle.com/docs/cd/E15315_07/help/oracle.eclipse.tools.weblogic.doc/html/conFeatureOverview.html#remoteDepm comes a guide, but definitely the screenshots there are not the same that the ones appearing in Eclipse when running the Wizard for adding a new server.
    It happended the same, uninstalling the plugins zip file or adding software from Eclipse, on fresh installations with no other plugins added.
    Is there a way to add a remote Weblogic server in Eclipse Indigo with the Oracle Enterprise Pack installed?
    Thanks in advance.

    Hi,
    You first need to create a RT selecting local instance before configuring remote server. Please retry the following steps:
    Make sure you have a local instance of the WebLogic server (10.3.5)
    In Server view, select New > Server | Oracle | Oracle WebLogic Server 11gR1 (10.3.5) - click Next
    For WebLogic Home, pick your local instance (ex: C:\wls-home\10.3.5\wlserver_10.3) - click Next
    Now, you should see the option to configure between a Local / Remote WLS instance Let me know if you are having trouble resolving this.
    -Ram

  • Error when adding a partition to a materlialized view

    Hi,
    I am getting this error when adding a partition to a materialized view.
    ALTER MATERIALIZED VIEW mvedw.MV_CLM_CAPITN_F ADD PARTITION MAR2013 VALUES LESS THAN ('201304')
    ERROR at line 1:
    ORA-14074: partition bound must collate higher than that of the last partition
    Please advise.
    Regards,
    Narayan

    SQL> select TABLE_OWNER,TABLE_NAME,PARTITION_NAME,HIGH_VALUE from dba_tab_partitions where table_name =
    'MV_CLM_CAPITN_F' order by PARTITION_NAME 2
    3 ;
    TABLE_OWNER TABLE_NAME PARTITION_NAME HIGH_VALUE
    MVEDW MV_CLM_CAPITN_F APR2009 '200905'
    MVEDW MV_CLM_CAPITN_F APR2010 '201005'
    MVEDW MV_CLM_CAPITN_F APR2011 '201105'
    MVEDW MV_CLM_CAPITN_F APR2012 '201205'
    MVEDW MV_CLM_CAPITN_F AUG2009 '200909'
    MVEDW MV_CLM_CAPITN_F AUG2010 '201009'
    MVEDW MV_CLM_CAPITN_F AUG2011 '201109'
    MVEDW MV_CLM_CAPITN_F AUG2012 '201209'
    MVEDW MV_CLM_CAPITN_F DEC2008 '200901'
    MVEDW MV_CLM_CAPITN_F DEC2009 '201001'
    MVEDW MV_CLM_CAPITN_F DEC2010 '201101'
    TABLE_OWNER TABLE_NAME PARTITION_NAME HIGH_VALUE
    MVEDW MV_CLM_CAPITN_F DEC2012 '201301'
    MVEDW MV_CLM_CAPITN_F FEB2009 '200903'
    MVEDW MV_CLM_CAPITN_F FEB2010 '201003'
    MVEDW MV_CLM_CAPITN_F FEB2011 '201103'
    MVEDW MV_CLM_CAPITN_F FEB2012 '201203'
    MVEDW MV_CLM_CAPITN_F FEB2013 '201303'
    MVEDW MV_CLM_CAPITN_F JAN2009 '200902'
    MVEDW MV_CLM_CAPITN_F JAN2010 '201002'
    MVEDW MV_CLM_CAPITN_F JAN2011 '201102'
    MVEDW MV_CLM_CAPITN_F JAN2012 '201202'
    MVEDW MV_CLM_CAPITN_F JAN2013 '201302'
    TABLE_OWNER TABLE_NAME PARTITION_NAME HIGH_VALUE
    MVEDW MV_CLM_CAPITN_F JUL2009 '200908'
    MVEDW MV_CLM_CAPITN_F JUL2010 '201008'
    MVEDW MV_CLM_CAPITN_F JUL2011 '201108'
    MVEDW MV_CLM_CAPITN_F JUL2012 '201208'
    MVEDW MV_CLM_CAPITN_F JUN2009 '200907'
    MVEDW MV_CLM_CAPITN_F JUN2010 '201007'
    MVEDW MV_CLM_CAPITN_F JUN2011 '201107'
    MVEDW MV_CLM_CAPITN_F JUN2012 '201207'
    MVEDW MV_CLM_CAPITN_F MAR2009 '200904'
    MVEDW MV_CLM_CAPITN_F MAR2010 '201004'
    MVEDW MV_CLM_CAPITN_F MAR2011 '201104'
    TABLE_OWNER TABLE_NAME PARTITION_NAME HIGH_VALUE
    MVEDW MV_CLM_CAPITN_F MAR2012 '201204'
    MVEDW MV_CLM_CAPITN_F MAR2013 '201304'
    MVEDW MV_CLM_CAPITN_F MAY2009 '200906'
    MVEDW MV_CLM_CAPITN_F MAY2010 '201006'
    MVEDW MV_CLM_CAPITN_F MAY2011 '201106'
    MVEDW MV_CLM_CAPITN_F NOV2009 '200912'
    MVEDW MV_CLM_CAPITN_F NOV2010 '201012'
    MVEDW MV_CLM_CAPITN_F NOV2012 '201212'
    MVEDW MV_CLM_CAPITN_F OCT2009 '200911'
    MVEDW MV_CLM_CAPITN_F OCT2010 '201011'
    MVEDW MV_CLM_CAPITN_F OCT2011 '201111'
    TABLE_OWNER TABLE_NAME PARTITION_NAME HIGH_VALUE
    MVEDW MV_CLM_CAPITN_F OCT2012 '201211'
    MVEDW MV_CLM_CAPITN_F SEP2009 '200910'
    MVEDW MV_CLM_CAPITN_F SEP2010 '201010'
    MVEDW MV_CLM_CAPITN_F SEP2011 '201110'
    MVEDW MV_CLM_CAPITN_F SEP2012 '201210'
    These are the list of partitions available.
    Regards,
    Narayan

  • Adding a new server in the menu of SAP GUI 640

    Hello Everybody,
    While adding a new server to the menu of SAP GUI 640 using Server Tab after entering all details like :
    1] SAP System ID
    2] Hostname where message server is running
    3] SAP ROUTER :None
    After filling all the above details and after pressing the Generate List Button I am getting the following error .Please help me to know why this error is coming and suggest a solutio for adding a new server to my SAP GUI 640.But I am able to add a new server using User defined tab but I want to add a new server using Server tab.
    Below is error details which I am getting:
    Error:service'sapmsSBX'unknown
    Wed Jan 09 06:41:13 2008
    Release 640
    Component NI(network interface),version 37
    rc=-3,module ninti.c,line 463
    Detail NiPGetServByName: service 'sapmsSBX' not found.
    Thanks and Regards,
    Ashish Thakkar.

    Hi,
    check etc/services for sapmsSBX entry. If missing - add it (i.e. sapmsSBX      36XX/tcp - where XX is your instance no.)
    Add an extra [Enter] after last line of etc/services.
    Regs,
    FS

  • Using Linked SQL server in a View

    Hello All:
        I have a new view that reads data from the base source server/table.   Also, it links in another server (using the sp_addlinkedserver command).
    When I run the script not in a view, it works.   When I create a view with this script, it does not find the linked server.   Is there some issue with linked servers from within a view or perhaps I am creating the view
    incorrectly in combination with the linking of the server?   I have begining of the view creation below.   Ideas?    Thanks
    If OBJECT_ID('dbo.V_CombinedLaborHours') IS NOT NULL
        DROP VIEW dbo.V_CombinedLaborHours;
    GO
    use SQL_Server_1
    EXEC sp_addlinkedserver 'SQL_Server_2', N'SQL Server'
    GO
    Create View dbo.V_CombinedLaborHours
    AS
    select

    Sorry, that difference in the name was a typo.   I manually changed the name for display purposes only.   My company forbids actual server and database names to be exposed to the outside.  
    When I run the script from outside of the view, it works (linking the second server etc) and I can see the data coming from the view.   It is just when I create the view (as shown in the first entry in this thread) then it is as if the view is
    not running the sp_addlinkedserver command.
    Perhaps I cannot run the link to the second server out side of the "AS" command?   I tried having it inside of the "AS" but then it throws error.  When I look at the definition of the View it is not showing the link to
    the second server as if it got ignored during the create of the view.

  • Adding another application server.

    Hi Experts,
    My company is having 2 system landscape.
    DEV & QAS in one and PRD in one server.
    in recent years, my company is growing faster.
    i.e increasing number of End users and database growth.
    and now the task is to add 2 or more application servers.
    my doubts about application server are as follows:-
    1 *Deploying application server means is tht installation of sap central instance in
        new server or installing an Dailog instance ?
    2 *How to add new installed application server to the existing land scape ?
    3 *how to group up the added application servers in to a group , so that the
        user will get connected to sap by tht group of application server?
    requesting you to give some inputs on adding new application server and
    solution for database growth ?

    Hi graham,
    You mean to say, if i install Dailog instance in new server and connected to lan with same ip class as PRD server. that will appear in SMLG.
    so, there is no concept of selecting new server from PRD. i.e by STMS router or RFC .
    and after adding the new application server i can create new group in SMLG
    (by combining all the application servers, so tht user logons will be distributed.)
    is that right.
    if any RFC connection has to maintained from PRD to new application server.
    please let me know that.
    thanking you
    by
    raghav

  • Adding of essbase server .

    The new essbase installation is done in the new server on windows.
    The installation is successful.
    so was trying to add the new essbase server in the old server ,but getting this error while adding the server "Network error {10060} Unable to connect to new server name . The client timed out waiting to conect to Essbase Agent using TCP/IP.
    I tried adding the essbase server using the ip address ,what else i can try ,
    How to solve this issue

    Have you not already asked the same question? - In the old server ,not able to add the New server Name.Under the new server name ,the applications are not coming .Gett…
    Cheers
    John
    http://john-goodwin.bogspot.com/

  • Adding Windows AD Server to Mac OD Domain

    Help...
    We are adding an Active Directory server to our network, to assist with larger groups and email issues. Problem is, through searching I've found people who say it is easy and others who say it will just fall apart. But... Nothing concrete about how to properly go about making sure it works the way it is supposed to...
    Anyone know of any good articles or documentation about adding in a AD server? Eventually we need to promote it to the master and still have the mac servers as replicas (or at least still part of the system, so we can update them as needed).
    Any thoughts?
    At this point I have the server up and running, but it will not bind to the OD master.  It keeps complaining about the username and password being wrong (even though they are not, and I've tried many different accounts).  I tried adding the AD server as a replica of the OD master, and that failed as well.  The OD server said that the replica was missing the Server app...
    Thanks for any help with this, at all...
    --Charles...

    Received this from a community member on SpiceWorks forums...
    David_CSG  wrote:
    It won't work in the direction you're trying to go, never has and isn't even supported. Joining Windows AD to Apple's Open Directory has never been an option from Microsoft, and I would recommend strenuously (even vehemently) against trying at all (via any 3rd-party software) where a Domain Controller is involved. Just don't.
    Your best & only option is in the other direction, and is built-in and supported by the Mac OS: Binding FROM the Mac (server or client) to Active Directly.
    The best you could do is authenticate your Windows client (only !) machines to Apple's Open Directory via pGina, see http://pgina.org/
    That will not provide any AD domain administration features at all as the Apple OD server doesn't even offer them = Group Policy, and more.
    http://community.spiceworks.com/topic/563735-integrating-active-directory-into-o ur-mac-mavericks-open-directory-domain?page=1#entry-3684109

  • CSS Load Balancing with Billing Server

    Hi Gilles
    Could I have a CSS load balancing two servers and also have it communicate with a billing server across the network. If yes then how can I do it?
    Regards,
    Sushil

    the CSS does not have the notion of billing server. A separate device - like the CSG - should be used if you need to collect billing info.
    Gilles.

  • Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported la

    Hi,
    I have some data loaded into the data-domain in Endeca 3.0. When I was creating views in studio I repeatedly get this message when I say save view:
    Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported language ${DEFAULT_LANGUAGE}
    In the workspace.prm file I have set ${DEFAULT_LANGUAGE}=en
    May I know why this happening and a remedy for it. Appreciate you help.

    Hi,
    I have some data loaded into the data-domain in Endeca 3.0. When I was creating views in studio I repeatedly get this message when I say save view:
    Could not execute view config service request. This usually happens when an invalid view config service request is made, or when a read only Oracle Endeca Server receives a view config service request. Error message: Error applying updates: Unsupported language ${DEFAULT_LANGUAGE}
    In the workspace.prm file I have set ${DEFAULT_LANGUAGE}=en
    May I know why this happening and a remedy for it. Appreciate you help.

  • Third Party Billing Server

    Hello All
    We have call manager 7.0.1 and a billing server which gets calling informations and shows it in a web format.I have a problem sending informations to that server,from which part of the call manager i force to send information to my billing server ? Or is it a problem abaut my database on call manager.How can i fix that ?
    Thank you very much...

    You configure CUCM to send the info here:
    Configuring CDR Repository Manager
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/service/7_0_1/admin_master/sacdrm.html
    Without knowing how your 3rd party billing works no one can tell you if the problem is with the DB or not.
    HTH
    java
    If this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Adding unique report server

    My Oracle AS is running on Linux box.
    I am adding new report server as below.
    Connected remoetly via SSH.(putty) from my winows xp.
    oracle@appserver:~/biforms/opmn/conf> rwserver -install repserver007
    batch=no autostart=no
    rwserver: error while loading shared libraries: libjvm.so: cannot open shared
    object file: No such file or directory
    DN

    As in another thread, did you set the proper environment before starting? biforms.sh?
    And also remove -install, it's for Windows when you want it to be installed as a Windows Services. You should anyhow try to start it as mentioned before with opmnctl.
    Martin

  • Adding Java Application Server

    Dear,
    I want to add my EP 6.0 server having only Java stack on my solman 7.0 server.
    Please suggest.
    Shivam

    Dears,
    I added my EP server manually means first added system,then database and then server.
    Now first thing about which I am not sure that server has added correctly means how can I perform any connection test or anything to make sure that connection has been established correctly.
    Second thing I want to know how system monitoring will be configured in this case,means in case of ABAP stack it is peformed by RFC but in case JAVA stack only how system monitoring will configured.
    Please suggest.
    Shivam

Maybe you are looking for