IPCC ensures MSDE/SQL!

I have 2 Call Managers version 4.2

I installed IPCc express on the PUB and it configured with a cluster profile and all other configs

I moved to the SUB and installed the IPCC so join the same cluster profile. the installation was ok until I have start the configuration in the auxiliary, I'm IPCC running on MSDE, even if the SQL code is installed due to the fact that I have SUB CCM.

Please note that I have installed the components of the IPCC on the two servers full, note also that, during the installation of the IPCC, he asks if I want to install SQL (which I have not checked, since I have already installed sql because he is resident co wth CCM), then, how can I ensure that the IPCC installs its configuration on SQL or MSDE and how!

do I need an additional license for standby or one that comes with each (PAK) should work. ultimitly I need to have a scenario of Eve

Please advice.

Hello

You can't have a co-located CCM IPCC Express high-availability - in fact, the reason is MS SQL server special edition (sort of) who comes from Cisco as CD media IPCC Express Kit #4...

In fact, everywhere where I had a co-located scenario, he gave me a pain in the neck: performance problems, up to 10 agents, no HA.

If you want to be on the safe side, just buy two servers and do a clean install of the IPCC Express with its own SQL server + HA.

Tags: Cisco Support

Similar Questions

  • IPCC IVR with SQL Server 2005

    Has anyone tried this before? It work? I know that SQL 2000 is officially supported, but the customer is 2005. Use 4.0 (5) of the IPCC.

    Yes, that I extracted data from the SQL Server 2005 database with no problems.

    Hope this helps,

    Juan Luis

    (Please, note the useful messages ;-))

  • Problem with borrowed from the ODBC driver in PC & not in the other

    Hello

    Why can I not access it using a PC and another PC not my database (MSAccess).  Both PC's are Windws XP / I have access codes.

    Thank you.

    Hello, Mireille,.

    Try to post on Microsoft Access Forum

    http://answers.Microsoft.com/en-us/Office/forum/access

    After return all errors, you receive?

    Ensure that SQL Server is enabled for remote connection

    Check the credentials and connection string

    Nothing happens or an hourglass appears when multiple users try to open an Access (.mdb) database using Windows Explorer or a shortcut

    http://support.Microsoft.com/kb/927844/en-us

    About sharing an Access database on a network (MDB)

    http://Office.Microsoft.com/en-us/access-help/about-sharing-an-Access-database-on-a-network-mdb-HP005240860.aspx

  • Unit Patches

    People,

    We have a server of the unit that we do not apply patches to in over a year, now I've seen given the task to bring him to the speed with tasks. Could someone give me a good summart of what I need to do, as I'm worried about the latest microsoft security updates, where can I get them.

    Unity doc said I should get the following on the microsoft site and install:

    Microsoft Windows 2000 Server Service Pack 4

    Microsoft SQL Server 2000 Service Pack 4

    Microsoft MSDE 2000 Service Pack 4

    Microsoft Exchange Server 2003 Service Pack 2

    What should I do, how do I know if I running MSDE or SQL on the server of the unit and SP level am I on?

    Thank you

    Take a look on the following document. It will tell you how to determine the current level of MS and MSDE/SQL. Also, make sure the MS level on your matches of Server Exchange the SP of the Exchange Tools on the server unit.

    http://www.Cisco.com/en/us/products/SW/voicesw/ps556/products_tech_note09186a008014f8e8.shtml

    I hope this helps. If so, please indicate the position.

    Brandon

  • explain the plan without permissions?

    We have some rules on production. one of them is that we can query the database as a developer, but we cannot change it. There are other connections (application) that can change the data. because we can not all DML on the production, we cannot see why a DML statements plan that modifies data. whenever we ask a DBA to send us a plan of enforcement, which is simply embarrassing.

    QUESTION: is it possible to pack "explain plan" statement in a procedure that would accept DML code as a parameter that developer is not able to run/don't have permissions of tun by itself and would assess such plan explanation as another, privileged user ("application") and returns the result (ie. assess the implementation plan) to the original user who invoke this procedure?

    the idea is to have a mechanism among the users of unpliviliged to see what happens really with the code which, after all, we change and correct, but can not run anyway (it is run under "user application" later).

    I would appreciate any idea how to solve this problem. There is no copy of production or something like this where we could do that loves us and play with the code as another user etc.

    Thank you

    943276 wrote:

    QUESTION: is it possible to pack "explain plan" statement in a procedure that would accept DML code as a parameter that developer is not able to run/don't have permissions of tun by itself and would assess such plan explanation as another, privileged user ("application") and returns the result (ie. assess the implementation plan) to the original user who invoke this procedure?

    Yes, possible. Basic example:

    // as schema production or whatever
    SQL> create or replace type TStrings is table of varchar2(4000);
      2  /
    Type created.
    
    SQL>
    SQL> create or replace function ExplainPlan( sqlStatement varchar2 )
      2          return TStrings pipelined authid definer is
      3          pragma autonomous_transaction;
      4          statementName   varchar2(50)    default 'sql.1';
      5  begin
      6          execute immediate
      7                  'explain plan set statement_id = '''||statementName||''' for '||sqlStatement;
      8          commit;
      9
     10          for c in (
     11                  select
     12                          plan_table_output as LINE
     13                  from TABLE(DBMS_XPLAN.Display('PLAN_TABLE',statementName,'TYPICAL'))
     14          ) loop
     15                  pipe row( c.line );
     16          end loop;
     17
     18          return;
     19  end;
     20  /
    
    Function created.
    
    SQL>
    SQL> grant execute ExplainPlan to some_other_user;
    ..
    

    As another user (requiring only a create session privilege):

    SQL> select * from TABLE(SchemaProd.ExplainPlan('select count(*) from emp'));
    
    COLUMN_VALUE
    --------------------------------------------------------------------------------
    Plan hash value: 2937609675
    
    -------------------------------------------------------------------
    | Id  | Operation        | Name   | Rows  | Cost (%CPU)| Time     |
    -------------------------------------------------------------------
    |   0 | SELECT STATEMENT |        |     1 |     1   (0)| 00:00:01 |
    |   1 |  SORT AGGREGATE  |        |     1 |            |          |
    |   2 |   INDEX FULL SCAN| PK_EMP |    14 |     1   (0)| 00:00:01 |
    -------------------------------------------------------------------
    
    9 rows selected.
    
    SQL> 
    

    Word of warning however. This example uses dynamic SQL. This is dangerous.

    It creates a very weak point in the scheme of production - as a non-privilege user is permitted to cross the dynamic SQL to a pattern of production, in the example above, blindly executed.

    If you want to continue this basic approach, then you will need to do some serious hardening to the ExplainPlan() function to ensure that SQL cannot be injected and cause the production of data being compromised safety.

  • Deleting archives connects in standby mode

    Dear all,

    We have 10 gr 2 (2 knots) RAC environment and a physical wait (set to the mode "Max Performance"). We use ASM in two cases, and we use the primary database for backups.

    Pending, I see a lot of archiving that is very old logs (for example, 3 months). Is it interesting in maintaining spacing (as they eat space) or it is advisable to remove them? If so, how we can automate this process using RMAN?

    Thank you

    Kind regards

    Mohammed Riaz

    Riaz says:

    You must manually check and then perform with RMAN

    You mean using the query as below (standby)?

    SELECT thread #, sequence #.
    V $ archived_log
    In case of application = 'YES '.
    AND DELETED <> 'NO '.

    Kind regards

    Mohammed Riaz

    Check primary school

    SQL > select thread #, max(sequence#) in Group v$ archived_log by thread #;

    mode control ensures

    SQL > select thread #, max(sequence#) in v$ archived_log in case of application = 'YES' group by thread #;

    If the two are in harmony, then run the script to remove archives.

    or

    If you have some downtime on the primaries, then set the parameter file and bounce the database.

  • Free version of Oracle

    Are there free light versions of database Oracle? I am trying to learn Oracle and have some books, but without the tool itself in front of you, it is not easy, I think that hands on experience using it would be much easier. Theer is THAT MSDE SQL Server was wondering if it was similar to Oracle

    Oracle XE (Express Edition).

    Werner

    http://www.Oracle.com/technetwork/database/Express-Edition/downloads/index.html

    Edited by: oradba the 23.12.2010 13:38

  • IPCC 3.5.4 MSDE to SQL IPCC 4.0.5

    I test the migration of the IPCC 3.5.4 to 4.0.5. Everything went very well but it installed MSDE instead of giving me the option to install SQL.

    1. How are you upgrading to SQL MSDE?

    or

    2. is there a way confirmed SQL installation in the area newly image before restoring the data?

    3. other recommendations?

    Thanks in advance for your response...

    As you know, with an upgrade to 4.0 (5), boxes of CRS are reimagees and BARS is used to restore and migrate data NCPS 3.5. This process seems to be pretty reliable if a little weird. When you install 4.0 (5), there is a checkbox to "Installer SQL2k", on the screen where the IPCCX components are selected. It will install MSDE initially as part of the basic installation. If this box is checked, then you will be asked to install Cisco SQL2k. This must be the "Cisco SQL2k" (Disc 4), not MS SQL2k CD. It can also be installed by inserting the disc at any time after that the CRS base installed.

    Note, however, that as soon as the CD autoruns, it will stop MSDE without any warning or user invention and before any installation confirmation is requested, so all incoming calls will be rejected!

    Please evaluate the useful messages.

  • Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) is compatible with Windows 7 64 bit?

    can I use Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) a version with Windows 7 64 bit?

    Hello Julio Diaz MarioMarin,.

    If you have any questions to MSDE 2000, it would be better treated in the MSDN forums for the Visual Studio Express editions.
    Click on the link here to repost your question.

    Sincerely,

    Marilyn

  • IPCC express 3.5 ensures cold

    I am planing to create a coldstandy by hard drive RAID mirroring IPCC express server, do I need another copy of the license for her file? Thank you

    With IPCC Express 3.5, the standby server cold is an exact copy of the IPCC Express primary server. Therefore, you will need to make a copy of the license file and load on the backup server during the installation. Because you create the good image miroring RAID. A copy of the license file will be automatically copied to.

    As the standby server cold is an exact copy of the primary, including the IP address, only the primary or standby mode can be active on the network at any time.

    I enclose a link to the design of IPCC Express 3.5 guide. Please refer to the call of the "Design for high availability Considerations" section. Page 34 describes exactly what it takes to configure the standby server cold.

    http://www.Cisco.com/application/PDF/en/us/guest/products/ps1846/C1028/cdccont_0900aecd800f351c.PDF

  • CSA for ICM/IPCC and SQL Backup Wizard

    I have CSA for ICM (version 4.5 - 1 build 639) installed on all our servers to the ICM. It prevents SQL to make its backups to a network share. I stop the CSA and backups work fine. Thus, the permissions aren't too bad on the share drive. The backup works fine if the backup is created locally, is not a better practical backup strategy.

    Does anyone know of a work around?

    Thank you

    Stu

    the CSA managed product will work without problem. You can customize the policy to work with any backup software.

    Please evaluate the useful messages.

  • Using SQL to ensure the matching records are mutually exclusive.

    There are two tables defined in the following way:

    Table A

    Number 1

    Number 2

    Date

    ROWID

    Table B

    Number 1

    Number 2

    Date

    Identifier of the line

    Each table stores a call between number 1 and 2 on a specific date. The goal is to map exactly one entry of table A with exactly the record in table B

    in a mutually exclusive way. So a single call to a table must be associated with exactly one call the other table (the key is here

    A.Number1 is B.Number1 and A.Number2 = B.Number2). Because it is a relationship is many to many (the number of source and destination may be paired multiple)

    (time), I'm not able to build a series of sql statements that will allow me to get a relationship one between pairs of telephone numbers.

    I'm not allowed to develop a PL/SQL procedure, which would easily solve this problem.

    I was able to find a solution using MIN(Number 1) KEEP (DENSE_RANK FIRST ORDER BY Date) to THE (PARTITION BY x) the form x

    using temporary tables, which allows me to reach a breaking successively much many relationships (i.e. three broken bones in a 01:58 after

    an iteration, and after one iteration, I arrive at a one to one relationship). However, I can't break these relations some n number of times because it requires number n

    hard curls. Therefore, I need a sophisticated solution that will allow me to achieve a relationship one by one.

    Example of

    Table A

    Record 1

    Number 1:451923456789

    Number 2:541969432045

    Date: 29/07/2015-09:01

    Worksheet 2

    Number 1: 451923456789

    Number 2: 541969432045

    Date: 29/07/2015-09:03

    Table B

    Record 1

    Number 1: 451923456789

    Number 2: 541969432045

    Date: 29/07/2015-09:04

    Worksheet 2

    Number 1: 451923456789

    Number 2: 541969432045

    Date: 29/07/2015-09:05

    If we unite our table A and B by A.Number1 = B.Number1 and A.Number2 = B.Number2, we have 4 records. I'm looking for exactly two records.

    The criteria is to associate by the minimum of the sum of the date of the table A table B date. Therefore, the final result should match:

    (1) record 1 of table A with record 1 of table B.

    sheet 2) 2 table A with 2 record in table B.

    So we must do something to reduce the 4 records resulting from the join of two records describe as we see above.

    The result of the join:

    1st row: TableA.Record1 with TableB.Record1

    2nd place: TableA.Record1 with TableB.Record2

    Rank 3: TableA.Record2 with TableB.Record1

    4th place: TableA.Record2 with TableB.Record2

    What I'm looking for, which is easily achievable with a slider, but not with SQL:

    1st row: TableA.Record1 with TableB.Record1

    4th place: TableA.Record2 with TableB.Record2

    Note that if the minimum date condition allows us to select the necessary records, we won't get the expected results. In other words, using the minimum date.

    the results will be:

    1st row: TableA.Record1 with TableB.Record1

    Rank 3: TableA.Record2 with TableB.Record1

    (criteria - table a minimum date)

    or

    1st row: TableA.Record1 with TableB.Record1

    2nd place: TableA.Record1 with TableB.Record2

    (criteria - date minimum table B)

    Two of these results to break the rule are mutually exclusive.

    Post edited by: 3000640

    If I understand correctly, something like:

    SQL > with tableA (id, telephone1, telephone2, call_date) as)

    2. Select 1, ' 451923456789 ', ' 541969432045',

    3 to_date (July 29, 2015 09:01 ', 'dd.mm.yyyy hh24')

    4 union double all the

    5. Select 2, ' 451923456789 ', ' 541969432045',

    6 to_date (July 29, 2015 09:03 ', 'dd.mm.yyyy hh24')

    double 7),

    TableB 8 (id, telephone1, telephone2, call_date) as)

    9. Select 1, ' 451923456789 ', ' 541969432045',

    10 to_date (July 29, 2015 09:04 ', 'dd.mm.yyyy hh24')

    11 double Union all the

    12. Select 2, ' 451923456789 ', ' 541969432045',

    13 to_date (July 29, 2015 09:05 ', 'dd.mm.yyyy hh24')

    14 double)

    15 select a.id help, a.phone1 aphone1, a.phone2 aphone2,

    16 a.call_date acall_date, b.id offer, b.phone1 bphone1,

    17 b.phone2 bphone2, b.call_date bcall_date

    18 (select id, telephone1, telephone2, call_date,

    19 row_number() over (partition by numbers1, telephone2

    RN 20 order by call_date)

    tablea 21) a

    22 join (select id, telephone1, telephone2, call_date,

    23 row_number() over (partition by numbers1, telephone2

    RN 24 order by call_date)

    tableb 25) b

    26 on a.phone1 = b.phone1 and

    27 a.phone2 = b.phone2 and

    28 a.rn = b.rn;

    HELP APHONE1 APHONE2 ACALL_DATE BPHONE1 BPHONE2 BCALL_DATE OFFERS

    ---------- ------------ ------------ -------------------- ---------- ------------ ------------ --------------------

    1 451923456789 541969432045 July 29, 2015 09:01 1 451923456789 541969432045 July 29, 2015 09:04

    2 451923456789 541969432045 July 29, 2015 09:03 2 451923456789 541969432045 July 29, 2015 09:05

    John

  • IPCC 4.0.4 1-server for the installation procedure 2-Server w/HA

    Does anyone have the correct procedure for a Server 4.0.4sr1 monkey (still running MSDE) to a fully redundant dual server, configuration of availability very?

    Will this work?

    1. remove existing SR1 4.0.4/MSDE server (I have to?).

    2. install the SQL/Execute SQL utility on primary

    3. install CRS on the standby server

    4 install the utility SQL SQL/Run

    5 Install SR1 on both boxes

    6. active components on the standby server

    7 active Editor.

    Am I missing something? Measures of out-of-order?

    Thanks in advance

    This URL should help you:

    Release notes for Cisco Customer Response Solutions 4.0 (4):

    http://www.Cisco.com/univercd/CC/TD/doc/product/voice/sw_ap_to/apps_4_0/English/Relnotes/crs404rn.PDF

    The IPCC with CallManager compatibility in the following document.

    http://www.Cisco.com/univercd/CC/TD/doc/product/voice/sw_ap_to/crscomtx.PDF

    Release notes for Cisco CallManager 4.0 (2) on the Cisco ICS 7750:

    http://www.Cisco.com/en/us/products/HW/voiceapp/ps967/prod_release_note09186a008031486e.html

  • What SQL script to use to configure the default TestStand tables?

    Hello

    I'm setting up a small test application and want to record the results of the test to a SQL Server database. Page in preparation for the implementation of logging database mentions the scripts I use to set my database. In my case, I found 3 table creation scripts:

    • SQL Server create insert generic result Tables.sql
    • SQL Server create Recordset result generic Tables.sql
    • SQL Server Create Tables.sql stored Proc result

    What are the differences between them, and which one should I use?

    Thank you!

    In the options dialog of database--> go to the patterns tab and click on each of the options (generic recordset, insert generics, etc.). In the comments section, you will find the difference.

    You can use one of them but to ensure that any script that you ran the DB tables same option is selected in the DB options.

    I hope this helps.

  • Auto-Update for SQL Server Express Edition 2005, 2008, 2012, 2014

    An auto-update feature exist for SQL Server Express Edition? If so, is it something that is enabled by default on the package, and where you can locate the function, if you want to disable it?

    Thank you!

    Matt

    This issue is beyond the scope of this site which is for the consumer to related issues.
    To ensure that you get a proper answer, ask either on the Technet site, if it is a type of Pro problem, or MSDN if it's related to the developer
    *

Maybe you are looking for