UCCX 8.0 database support

Hi Folks,
I'm working with UCCX 8.0 version and would like to do SQL instructions to play different greetings into the IVR menu.
Which database vendor is supported on this version?

Hi,
Below listed versions are supported Enterprise Database's  with UCCX 8.0.
Oracle 10g R2, Oracle 10g XE
Sybase Adaptive Server 12
IBM DB2 8.2
MS SQL Server 2000
MS SQL Server 2005
MS SQL Server 2008
Reference:
http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_compatibility/matrix/crscomtx.pdf
Thanks,
Anand
Please rate helpful posts..

Similar Messages

  • UCCX database support

    A customer is currently MySQL for database access w/ UCCX 7.0(1) SR5, even though it is not specifically listed as a supported DB in the compatibility matrix: http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_compatibility/matrix/crscomtx.pdf
    We are preparing to upgrade them to UCCX 8.x to support high availability, and need to make sure that MySQL will still work (they're using it for Staff Meeting & Office closed scripts).

    The Administration Guide explains that CCX 8.0+ uses JDBC drivers in the Adding a New Database Driver section starting on page 18-25. As you've already stated, MySQL is not supported so you will receive no support from Cisco. The MySQL site appears to offer a JDBC connector. Since you will be solely responsible for supporting the customer, I suggest spinning up a lab copy of CCX and trying it out. As a partner, you can order an NFR kit that will provide you all the media and licensing needed.

  • Third Party Database Support in SQL Developer

    As a rule I don't (blatantly) advertise my blog on this forum, but I have just had feedback from my recent posting which made realize you might not have stumbled on this new functionality. i.e. Third Party Database Support in SQL Developer. <br>
    <p>In the Evaluation Release 3 (1.1.0.22.71) you can connect to and browse MySQL and SQL Server databases. The Getting Started document on OTN, does mention where to get the jdbc drivers and briefly, how to set it up in SQL Developer. This blog entry takes that a step further.
    <p>If you have access to either of these databases, please take a whirl and see what you think. For production you will also be able to connect to an MS Access database.
    <p>Regards<br>
    Sue

    The great thing, as you see from Donal's reply, is that other teams can take advantage of SQL Developer's framework, so we have a few teams working on extensions to SQL Developer and the product benefits from the work they do.
    From the SQL Developer team's side, we have logged and fixed bugs for 8i support in 1.1. since the last evaluation drop, so when you get the next drop for SQL Developer, you should be able to browse more objects using 8i. Also I have logged further 8i bugs and will continue to have more fixed. This is an ongoing project. We also have a number of features that need to be added to support current releases and try to give these a high priority. So the team is focused on addressing as many requests as we can for supported features.
    We know we have many customers on unsupported databases and would like to support them too, having said that, we have run a poll on this forum for ages and have had 7.5% (22) responses for databases lower than 9.x. It's a small poll, but based on all our feedback we believe we have the right focus.
    Regards
    Sue

  • Is duplicate from active database supported in Standard Edition?

    Hi,
    I'm trying to clone a database whithout a staging area.
    After having the clone instance and the sql*net configuration set up, I'm running this
    command in the rman-commandline:
    Recovery Manager: Release 11.1.0.7.0 - Production on Tue Nov 2 15:52:31 201
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: LOCALDB (DBID=370732657)
    connected to auxiliary database: LOCALFB (not mounted)
    RMAN> run {
    duplicate target database to localfb from active database
    pfile=C:\Oracle\admin\ProdFB\pfile\init.ora
    db_file_name_convert=('PROD', 'ProdFB')
    logfile group 1 ('C:\OraData\ProdFB\Redo/log01A.dbf','C:\OraData\ProdFB\log01B.dbf') size 100m,
    group 2 ('C:\OraData\ProdFB\Redo/log02A.dbf','C:\OraData\ProdFB/log02B.dbf') size 100m,
    group 3 ('C:\OraData\ProdFB\Redo/log03A.dbf','C:\OraData\ProdFB/log03B.dbf') size 100m;
    Starting Duplicate Db at 02.11.10
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=594 device type=DISK
    contents of Memory Script:
    set newname for datafile 1 to
    "C:\ORADATA\PRODFB\TS\SYSTEM01.DBF";
    set newname for datafile 2 to
    "C:\ORADATA\PRODFB\TS\SYSAUX01.DBF";
    set newname for datafile 3 to
    "C:\ORADATA\PRODFB\TS\UNDO01.DBF";
    set newname for datafile 4 to
    "C:\ORADATA\PRODFB\TS\PRODFB01.DBF";
    set newname for datafile 5 to
    "C:\ORADATA\PRODFB\TS\PIMAINT01.DBF";
    set newname for datafile 6 to
    "C:\ORADATA\PRODFB\TS\INDX01.DBF";
    backup as copy reuse
    datafile 1 auxiliary format
    "C:\ORADATA\PRODFB\TS\SYSTEM01.DBF" datafile
    2 auxiliary format
    "C:\ORADATA\PRODFB\TS\SYSAUX01.DBF" datafile
    3 auxiliary format
    "C:\ORADATA\PRODFB\TS\UNDO01.DBF" datafile
    4 auxiliary format
    "C:\ORADATA\PRODFB\TS\PRODFB01.DBF" datafile
    5 auxiliary format
    "C:\ORADATA\PRODFB\TS\PIMAINT01.DBF" datafile
    6 auxiliary format
    "C:\ORADATA\PRODFB\TS\INDX01.DBF" ;
    sql 'alter system archive log current';
    executing Memory Script
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting backup at 02.11.10
    released channel: ORA_AUX_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 11/02/2010 15:52:46
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06181: multiple channels require Enterprise Edition
    RMAN>
    As you can see, I get the error RMAN-06181.
    So my question is: is duplication from active database supported in the standard edition?
    If it is, then what do I need th do to make this work?
    Thanks for your help.

    Yes, this is it.
    I tested only three cases before:
    - not allocating any channel
    - allocating local channel only
    - allocating auxiliary channel only
    I need to allocate both channels in the run block, then it works.
    Thanks a lot for your help.
    run {
    allocate channel c1 device type disk;
    allocate auxiliary channel c2 device type disk;
    duplicate target database to localfb from active database
    pfile=C:\Oracle\admin\ProdFB\pfile\init.ora
    db_file_name_convert=('PROD', 'ProdFB')
    logfile group 1 ('C:\OraData\ProdFB\Redo/log01A.dbf','C:\OraData\ProdFB\Redo/log01B.dbf') size 100m,
    group 2 ('C:\OraData\ProdFB\Redo/log02A.dbf','C:\OraData\ProdFB\Redo/log02B.dbf') size 100m,
    group 3 ('C:\OraData\ProdFB\Redo/log03A.dbf','C:\OraData\ProdFB\Redo/log03B.dbf') size 100m;
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: SID=580 device type=DISK
    RMAN-06908: WARNING: operation will not run in parallel on the allocated channels
    RMAN-06909: WARNING: parallelism require Enterprise Edition
    allocated channel: c2
    channel c2: SID=591 device type=DISK
    Starting Duplicate Db at 04.11.10
    :

  • Dose Logical Standby Database support sdo_georaster type?

    Hello everyone,
    Dose Logical Standby Database support sdo_georaster type?

    ylin wrote:
    Hello everyone,
    Dose Logical Standby Database support sdo_georaster type?in 10g no - http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/data_support.htm#CHDDCCIG

  • MySQL 4.0 & smallworld database supported in PI 7.1.1?

    Hi All,
    I have two questions, but both related in JDBC adapter:
    1. Is mySQL 4.0 is still supported in PI 7.1.1?
    2. Is Small World Database supported in PI 7.1.1?
    Would be great if you can share any link.
    Cheers,
    Rahul

    MySql is usually supported on PI 7.11, but i'm not sure that also the release 4.0 is supported.
    Here are the parameters:
    Driver Class: com.mysql.jdbc.Driver
    URL: jdbc:mysql://<host>:<port3306>/<database>
    You can download the MySQL Drivers depending on your version from:
    http://dev.mysql.com/downloads/connector/j/
    The file you need to deploy is mysql-connector-java-3.1.10.jar
    Becareful to select the right version of the driver.
    Relating to SmallWorldDatabase... i really don't know!

  • The third party database supported by SAP BW

    Hi
    Apart from SAP R/3 , my client has a historical data in thier legacy system so called  MFG/PRO, they wondering if SAP BW is allow to connect to such system.  Anyone know where I can check the third party database supported by SAP BW ?
    Panadda

    Hi:
    The native SAP NetWeaver BI functionality delivered to connect with such a system is called UDconnect ("BW" is an old term).
    Here are some resources
    http://help.sap.com/saphelp_nw2004s/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/58f4db47-0501-0010-a2bf-ff01b150fdff
    You should be able to find a JDBC or ODBO driver for such a system that can work with UDconnect.
    Thanks for any points you choose to assign.
    Best Regards -
    Ron Silberstein
    SAP

  • Oracle Database Support on Twitter and Facebook

    Stay current on the latest Oracle Database Support news and events including important product announcements, alerts, updates, new releases, and patches.
    Follow us on Twitter https://twitter.com/OracleDBsupport
    Like our Facebook page https://www.facebook.com/OracleDatabaseSupport

    Yes, i have already put a micro SIM. I ve read about other people with the same problem..
    Regards!
    El rojo y el blanco me vuela la mente!

  • SAP  Database  Support

    Dear all,
    Please tell me can SAP support  MS- SQL Standard Edition? or It should be Enterprise edition
    Also provide me link where i can get list of DATABASE supported by sap
    Regards
    Amol

    amol_dounde30 wrote:
    HI gudide,
    >
    > Thanks for reply,
    >
    > Actually our org. using MS SQL ENT Edition & now they want to remove  ENT EDITION & want to install STANDARD EDITION
    >
    > I am lil worried abut, can data upload from ent edition to std edition & will it work. ?
    >
    > hence i am asking will sap support for std edition
    >
    > Regards
    > Amol
    Hello,
    MS SQL Server Enterprise Software is the supported one.
    First check with service.sap.com/pam to verify the support version (2000/2005/2008R2). Then check with Installation Guides for SAP, there you will see only the database software required is Enterprise Edition.
    Thanks

  • [SOLVED] Zabbix installation blocked - PHP database support missing?

    Hello everyone!
    I'm trying to install zabbix following the wiki (the mysql version: zabbix-server-mysql from AUR),
    on a working LAMP server (up to date).
    The package installs, but when I try to take the last steps of the installation (from http://localhost/my_zabbix_installation),
    on page two (Check of pre-requisites) it marks:
    "PHP databases support    off         Fail"
    according to php, mysql support is enabled. (extension=mysql.so is commented out in /etc/php/php.ini)
    What can cause this?
    Last edited by scar (2014-08-05 16:16:47)

    It is not bug. Read PHP extensions
    uncommet in file /etc/php/php.ini
    extension=mysqli.so

  • Does Oracle database supports Windows server 2012?

    Does Oracle database supports Windows server 2012? If not, when it will be supported?

    Hi;
    Oracle not certified wiht win8 or win2012. Please check below note:
    Oracle - Compatibility Matrices and Release Information [ID 139580.1]
    11.2.0.x Oracle Database and Networking Patches for Microsoft Platforms [ID 1114533.1]
    Statement of Direction: Oracle Database 11g Release 2 - Microsoft Windows 7 and Windows Server 2008 R2 [ID 867040.1]
    Certification Information for Oracle Database on Microsoft Windows (64-bit) [ID 1307195.1]
    Certification Information for Oracle Database on Microsoft Windows x86 (32-bit) [ID 1307189.1]
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • UCCX 8 Informix Database Connectivity

    Ok, I'm a database guy, not a phone guy so please forgive me in advance if I ask something stupid.
    I've have been researching this for the last two days.  From what I gather, connectivity to the Informix database used in UCCX 8 is possible using the IBM Informix client software, but not supported by TAC.  I've also gathered that the login id to use is the same one used by the Historical Reporting Tool.  It appears to me that this id is uccxhrc, however no one who installed this system seems to know what the password is.
    So, is this the correct login id?
    Is the password system generated at install, or did someone actually setup this login id and assign a password?
    Is it possible to change uccxhrc's password without breaking other things in the system?
    Thanks,
    RIck L.

    Hi
    Connectivity to the UCCX 8.x informix database is possible and yes its correct that TAC does not support it.
    In regards to the historical user queries in 8.x the user ID is "uccxhruser" and the password of this user can be changed through UCCX administrator - tools - paswword managent page.
    Section "Creating a System DSN for Wallboard" also provides some pointers on how to create a DSN connection to UCCX database
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_0/configuration/guide/uccx801ag.pdf
    Hope this helps
    Anuj

  • UCCX 8.x Database access - Anyone test the Microsoft SQL Server JDBC Driver 3.0 from Microsoft ?

    2 questions come to mind.
    will it work
    will TAC support you ?
    available here
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a737000d-68d0-4531-b65d-da0f2a735707&displaylang=en
    Brief Description
    Download the SQL Server JDBC Driver 3.0, a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs) available in Java Platform, Enterprise Edition 5 and above.

    You can test it using DBvisualizer. If you can make it work in that (actually it gives you more information about connection errors etc.), it should working in UCCX also.

  • Which databases support 'SSO to the database' via Delegation in XI 3.1?

    SQL Server has been officially supported since XI R2. Oracle I believe has now joined the list.
    Which other database platforms are supported via Windows Delegation in BOE XI 3.1? (And must they reside on Windows too, or can they reside on *NIX?)
    Thanks

    well preliminary findings appear that SAP business warehouse was added. Oracle has always worked on unix it's just not documented internally how to set this up. I have seen at least 2 customers get oracle on unix working for on-demand reporting (sso to the DB).
    If the customer can integrate their oracle DB on nix with AD then we can delegate tickets to it (only tested in unconstrained delegation)
    I haven't found this in the docs yet but rather I checked universe connections in 3.1 to see if they had the sso to the DB option. The only new one was SAP.
    We already supported oracle and SQL.
    To note I was unable to test sybase and DB2 for some reason they appeared to be looking for middleware client components I did not have installed. So they may have been added as well (since I know both can be integrated with AD).
    Regards,
    Tim

  • Are multiple PHYSICAL databases supported in one Oracle 10g RAC environment

    Hi alls,
    as of  Metalink 220970.1 Oracle RAC is also supporting different databases in one cluster installation. RAC handles any resource as a service and it doesn't matter if these services belongs to only one or to different databases. You install the Oracle Clusterware only once and you create any service you want to make high available.
    So is technically possible to install multiple databases on same Oracle Rac environment.
    My doubts are related to  SAP , does SAP certify such environments ?? we could have  one SAP R/3 database  and SAP BW database co-exist in a single Oracle RAC environment. or also co-exist SAP database with a non-SAP database (an already existing application) in the same Oracle Rac environment.
    Any comment would be higly appreciated.
    Silvio Brandani

    We have ECC, BI, PI and Portal running on same Oracle RAC environment.  We have one RAC for QA systems and one for PRD systems. We are not running any SAP applications along with Non-SAP applications on RAC.  Keeping SAP and non-SAP apps separate would be a way to go.
    Hope this helps.
    Thanks,
    Naveed

Maybe you are looking for