CVP call variables not found in script editor

Hi,
I installed the Packaged CCE and I am trying to configure a basic CVP routing script. I want to use the Run Ext. Script ICM node but before that I have to set some variables - user.microapp.xyz.
The problem I am facing is that the Set Variable step in ICM doesn't give me the option to specify these call variables as they just do not exist in the list.
I think that the Packaged CCE base configuration script is supposed to create these variables (as per the link below):
(http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/pcce/pcce_901/installation/guide/PCCE_BK_IBC40C6F_00_installing-and-configuring-pcce_chapter_01000.html)
Create configuration objects to support CVP:
A type 10 Network VRU for CVP along with Network VRU Labels to send calls to CVP
CVP ECC Variables
VXML_Server Network VRU Script - GS,V microapp
Any thoughts why these variables are missing on the "Set Variable" step in ICM? I don't see any user.microapp.* options in the list.
Thanks.

Hi,
Yes, I am new to CCE. This was the issue. After enabling those variables from the CCE web interface they appeared in the script editor.
Thanks

Similar Messages

  • Call List Management and Interactive Script Editor Examples

    Hello All,
    Can any one provide docus on Call list management and Interactive Script Editor Exercises or any examples how to implement them.
    kindly m a i l me: r a j . k a n d i AT y a h o o . c o m
    Cheers Raj.

    Muneeb,
    I have found what looks like a solution for marketing attributes.
    Marketing attribute in the text field, interactive script
    However, even though I followed this It is still NOT updating the marketing attributes for the given BP.
    Also, I am no further forward in knowing how to add BDC Field entries in the Answer so that we can update BP fields like the preferred communication method etc.
    I would like to hear from you if you have found a solution Muneeb.
    With regards
    Jason

  • Variable not found in class - Newbie

    public void executeSearch() {
    try {
    File startSearchDir = new File(directory);
    } catch (NullPointerException npe) {
    System.out.println("The file path entered is not valid.");
    return;
    File [] fileArray = startSearchDir.listFiles();
    Why is the startSearchDir variable not found on the last line of this method?
    Thanks,
    Devon

    This is the whole class. I have tried the previous suggestion but then I get a duplicate declaration for the variable.
    package PgScan;
    import java.awt.*;
    import javax.swing.JPanel;
    import java.io.*;
    import java.lang.reflect.Array;
    * Title: Page Scanner
    * Description: Page scanner recurisively scans through subdirectories through a provided path and
    * for a provided tag.
    * Copyright: Copyright (c) 2001
    * @author
    * @version 1.0
    public class PgScan extends JPanel {
    BorderLayout borderLayout1 = new BorderLayout();
    private String directory = "";
    private String searchString = "";
    public PgScan() {
    try {
    jbInit();
    catch(Exception ex) {
    ex.printStackTrace();
    private void jbInit() throws Exception {
    this.setLayout(borderLayout1);
    //Main Method
    public static void main(String[] args) {
    PgScan pgScan1 = new PgScan();
    //Properties
    public String getDirectory() {
    return directory;
    public void setDirectory(String newDirectory) {
    directory = newDirectory;
    public String getSearchString() {
    return searchString;
    public void setSearchString(String newString) {
    searchString = newString;
    //Methods
    public void executeSearch() {
    try {
    File startSearchDir = new File(directory);
    } catch (NullPointerException npe) {
    System.out.println("The file path entered is not valid.");
    return;
    File [] fileArray = startSearchDir.listFiles();
    TIA,
    Devon

  • How to define variables in toad sql script editor - newbie

    I have just pull out the script of a Function and want to run it on toad SQL editor.
    I am little bit confused how to define the VARIABLEs here in toad SQL editor to run my script.
    SELECT
    NVL(SUM(debit), 0) - NVL(SUM(credit), 0)
    INTO l_accountBalance
    FROM
    GLP_VoucherMaster vm
    INNER JOIN GLP_VoucherDetail vd ON vm.GLP_VoucherMaster_ID = vd.GLP_VoucherMaster_ID
    INNER JOIN GLP_ChartOFAccounts coa ON vd.GLP_ChartOfAccounts_ID = coa.GLP_ChartOfAccounts_ID
    WHERE
    vm.isActive = 'Y' AND vd.isActive = 'Y'
    -- *** how to define variables in toad sql script editor ***
    AND vm.voucherDate < p_cDate
    AND coa.AccountCode LIKE p_accountCode || '%';
    Thanks
    w\

    Just prefix with a colon (:)
    SELECT   NVL (SUM (Debit), 0) - NVL (SUM (Credit), 0)
      INTO   L_accountbalance
      FROM           Glp_vouchermaster Vm
                 INNER JOIN
                     Glp_voucherdetail Vd
                 ON Vm.Glp_vouchermaster_id = Vd.Glp_vouchermaster_id
             INNER JOIN
                 Glp_chartofaccounts Coa
             ON Vd.Glp_chartofaccounts_id = Coa.Glp_chartofaccounts_id
    WHERE       Vm.Isactive = 'Y'
             AND Vd.Isactive = 'Y'
             AND Vm.Voucherdate < :P_cdate
             AND Coa.Accountcode LIKE :P_accountcode || '%';
    /:p

  • Variable not found in repository - Done

    Hi,
    I have an ODI procedure for Oracle SP which needs an input param . Syntax
    begin
    Proc(sessionId);
    end;
    Generated a scenario out of this procedure. I want to use this scenario in some package.
    Steps:
    1)Created a variable; dragged that as a first step in the package
    2)Interface
    3)ODI Procedure Scenario ( used the additional variable field) : Command generated for Scenario --
    OdiStartScen "-SCEN_NAME=BATCHREPORT" "-SCEN_VERSION=003" "-INVOICEPROCCESSING.sessionId=#sessionId"
    I tried using the additional variable filed in the scenario , when dragged into a package; while executing the package an error occurs.
    java.lang.Exception: Specified variable not found in the Repository : INVOICEPROCCESSING.sessionId
    Thanks,
    Is
    Done!
    Edited by: Is916 on Sep 2, 2009 1:57 AM

    Hi,
    Are you creating temp tables in our code, if yes
    if we have a same temp table name as that of the variable it will not work for that connection.
    try it with a different variable name.
    Regards,
    Naveen

  • Variable not found in build

    When I run my program in the development stage, it runs with no problem.  When I build the exe and try to run it, I get a variable not found error.  I don't understand how it can run in the development stage with no problem but not as an exe file.
     Any suggestions as to why this is happening.
    Thanks

    The simplest solution is to look at the line of code which causes this error...
    If you don't have error handling in your code then simply place following command at the code beginning:
    ON ERROR WAIT WINDOW "Error: " + TRANSFORM(ERROR()) + " Line: " + TRANSFORM(LINENO()) + " in: " + SYS(16)
    and then you may look what line causes the problem and investigate why the variable is not present.
    Of course, you have to build the EXE with debug info (set it in Project options).

  • On make: variable not found in include file (it's in including page)

    JDeveloper 10.1.2.1.0 build 1913
    I'm new to JDeveloper and finally have things set up correctly but when I try to make/run my app (java/beans/jsp) I get the "variable not found" error;
    Error(25,16): variable subActionName not found in class includes.vendorSubsidiaries
    since the variable is defined in the including page.
    I found this thread from 2 years ago:
    JSP Static Include in JDeveloper
    that was exactly the same....but had no resolution.
    Hopefully over the last 2 years someone knows the answer to this dilemna.
    thanks.

    Hi,
    I was able to make xerces.jar available in OC4J 9.0.3 but now I got problem with JMS.
    I got the following exception:
    java.lang.ClassCastException: com.evermind.util.CharString
    at com.evermind.server.jms.JMSExpressionParser.processParts(JMSExpressionParser.java:49)
    at com.evermind.parser.ExpressionParser.parseParts(ExpressionParser.java:449)
    at com.evermind.parser.ExpressionParser.parse(ExpressionParser.java:121)
    at com.evermind.server.jms.MessageSelector.<init>(MessageSelector.java:23)
    at com.evermind.server.jms.MessageSelector.getSelector(MessageSelector.java:54)
    at com.evermind.server.jms.LocalQueueConnection.receive(LocalQueueConnection.java:56)
    at com.evermind.server.jms.EvermindQueueSession.receive(EvermindQueueSession.java:241)
    at com.evermind.server.jms.EvermindQueueReceiver.receiveNoWait(EvermindQueueReceiver.java:85)
    at com.nrx.job.JobManager.receive(JobManager.java:167)
    at com.nrx.repository.appServer.SearchServlet.service(SearchServlet.java:120)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:721)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Unknown Source)
    I don't get this exception if I use Oracle XML parsing classes. They use crimson.jar.
    Thanks a lot,
    Andrei.

  • DB Look up error: Column/global variable not found-Error in EDO-ExecSearch

    Hi all..
    In my application I am usind database look up with DB2 database..
    As soon as I click on Database Look up button,it throws an error that [[IBM] [System i access ODBC driver] [DB2 for i5/OS]SQL0206 - column or global variable not found. [Error in in EDO-ExecSearch]].
    Please anyone tell me where the problem is????
    Thanks in advance.

    I never realized this myself, but you can have more than one alias in your hosts file.  I found that some programs look for <code>localhost</code> and others look for whatever your server name is.  To satisfy both of those situations, just put your server's name after <code>localhost</code> so you'll have something like this:
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 home.matrix.dk localhost matrix

  • Error in Oracle Load Tester --- Variable Not Found Exception

    Hi Team
    While running the iterations through oracle load tester we are getting the error "Variable not found exception" and the iterations are going through the infinite loop. PLease find attached the detailed document regarding the setup and the iterations we are running. Please find the link where i have shared the document.
    https://docs.google.com/document/d/1Fc4ZY7oC-cEpDSYBhJLb1lNdtNl8-uXmcDkiNakaNpk/edit?usp=sharing
    Thanks in advance for your help.
    Regards
    Pavan
    Message was edited by: user11266214

    In 'Set Up Autopilot' tab, under 'Stop the load test' you have to select 'Iteration played by each user 1'

  • Newbie:( error "Variable not found in class" help ppls

    Hello, making a program for school having a problem with my code
    because i am combining and modifying programs to suit my requirements,
    the error is as follows
    Error:(185) variable EXIT_ON_CLOSE not found in class javax.swing.JFrame
    can anyone give me some idea's on how to fix this or where i have gone wrong have i left something vital out?
    thanks

    Hello, making a program for school having a problem
    with my code
    because i am combining and modifying programs to suit
    my requirements, Script kiddie. I see. Bad approach.
    the error is as follows
    Error:(185) variable EXIT_ON_CLOSE not found in class
    javax.swing.JFrame
    can anyone give me some idea's on how to fix this or
    where i have gone wrong have i left something vital
    out?Weird error, since EXIT_ON_CLOSE is defines in JFrame. Are you using an IDE? Save, clean, rebuild. Make sure you imported the class, too.

  • Error: Variable not found in variable substitution table

    Hi,
    I am getting following error in file adapter receiver communication channel.
    error:Could not process due to error: com.sap.aii.adapter.file.configuration.DynamicConfigurationException: Error during variable substitution: java.text.ParseException: Variable 'file' not found in variable substitution table
    <b>variable substitution values:</b>
    Variable name: File
    reference       :payload:MT_DC_Recr,1,Target,1,Filename,1
    file name scheme : %File%.txt
    <b>inpu file:</b>
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_DC_Send xmlns:ns0="http://urn:psr/ff/DC">
       <Source>
          <Filename>dat1</Filename>
          <Record>
             <Name1>123</Name1>
             <Name2>abc</Name2>
             <Name3>XYZ</Name3>
          </Record>
       </Source>
    </ns0:MT_DC_Send>
    Regards,
    Srini

    Hi varun,
    This is the error i am getting now..
    Could not process due to error: com.sap.aii.adapter.file.configuration.DynamicConfigurationException: Error during variable substitution: com.sap.aii.adapter.file.varsubst.VariableDataSourceException: The following variable was not found in the message payload: File
    what i am trying to get is reading filename from the message payload.
    Reg,
    Srini

  • Variable Not Found in Class Error

    I have a project which I organized the source in 4 packages. I have 4 source programs which use an external class which I don't have the source. So I imported the class and brought a copy of the class straight under the classes directory. Via "Project Properties" I modified the "Profiles + Development + Path" with the pass of this added class into the "Additional Classpath:" section. When I compile I'm getting this error: "Error(765,18): variable InfraAPI not found in class com.eds.soc.common.SocSharesEvent". It is not finding the InfraAPI.class that I imported. What am I doing wrong?

    You might want to use the JDeveloper library mechanism for this.
    Create a JAR with the files you need, then in project properties->libraries add this jar.

  • Variable not found in class....?????

    package untitled1;
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    public class Applet1 extends Applet
    Button knop1, knop2, knop3;
    TextField tekstvakje;
    Font opmaak1, opmaak2, opmaak3;
    public void init()
    knop1 = new Button("knop 1");
    knop1.addActionListener(new Knop1Handler());
    knop2 = new Button("knop 2");
    knop2.addActionListener(new Knop2Handler());
    knop3 = new Button("knop 3");
    knop3.addActionListener(new Knop3Handler());
    tekstvakje = new TextField("test",10);
    opmaak1 = new Font("Serif", Font.BOLD, 10);
    opmaak2 = new Font("Serif", Font.ITALIC, 15);
    opmaak3 = new Font("Serif", Font.PLAIN, 20);
    add(knop1);
    add(knop2);
    add(knop3);
    add(tekstvakje);
    class Knop1Handler implements ActionListener
    public void actionPerformed(ActionEvent e)
    tekstvakje.setFont(opmaak1);
    class Knop2Handler implements ActionListener
    public void actionPerformed(ActionEvent e)
    tekstvakje.setFont(opmaak2);
    class Knop3Handler implements ActionListener
    public void actionPerformed(ActionEvent e)
    tekstvakje.setFont(opmaak3);
    error message:
    "Applet1.java": Error #: 300 : variable opmaak1 not found in class untitled1.Knop1Handler at line 38, column 28
    "Applet1.java": Error #: 300 : variable tekstvakje not found in class untitled1.Knop1Handler at line 38, column 9
    "Applet1.java": Error #: 300 : variable opmaak2 not found in class untitled1.Knop2Handler at line 45, column 28
    and so on........
    what's the reason he don't fount this variables??? the KnopHandlers are a subclass fromm Applet so I don't understand the subclass can't find the variables....
    sorry for this stupid question, but I just started with making Object Orientated code.

    moi,
    Ten eerste is Knop1Handler geen subclass van Applet maar van Object. Alle classen erfen van object of een subclass van Object.
    Ik neem aan dat Knop1Handler een aparte class is in een apart bestand. Dan kan hij nooit attribute van Applet1 gebruiken. Dat gaat enkel via inner classes.
    Je kan verschillende dingen doen:
    je maakt de Knop1Handler class een inner class wat in dit geval de mooiste oplossing is.
    je verplaatst Font opmaak1 naar class Knop1Handler.
    je maakt Font opmaak1 static en roept in class Knop1Handler Applet1.opmaak1. wat een slechte oplossing is

  • Variable NOT Found in Class. I'm Confused!

    Variable "no" not found in class. I don't understand. Also, this code is really a mess. If a User enters an integer, then another and another, it's suppose to count the number of integers and how many times each was chosen. Example 1.4.4.5.7.7.7.8. It would print out that 1 was entered 1 time, 4 was entered 2 times, 5 once, 7 entered three times, and 8 once, etc.. Anyway, below is the code with the varibale that can't be found.
    public class Arbitrary
      public static void main(String[] args)
        final int NUMNUMERIC = 50;
        String str, another = "y";
        while (another.equals("y"))
          int[]myNumbers = new int[NUMNUMERIC];
        char current;  //the current character being processed
        String line = Console.readString ("Enter an integer from 0-50:");
        for (int no = 0; no <line.length();no++);
          current = line.charAt(no);
        System.out.println("The total of numbers is:" +current);
        another = Console.readString ("Type another number or press 0 to quit:");
    }

    for (int no = 0; no <line.length();no++);                    try removing this ";" ----^

  • Variable not found

    Definition task of type Variable is not found in TaskHistoryViewObj1. Could anyone tell me what this error indicate. 'task' is a bind variable that I used in setNamedWhereClauseparam.

    did you add add a named bind variable to a view object?
    check section [url http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/bcquerying.htm#CEGDGIJH]5.10.1 How to Add Bind Variables to a View Object Definition  from developer guide

Maybe you are looking for

  • Third Party Subcontracting process

    How to configure Third party sales for Sub Contracting orders. (Scenario: Sub contracting orders should deliver at Customer place) Please suggest Thanks SUNIL

  • IDOC Number for a Application document

    Hi frinds, Using Idocs we create application documents like Sales orders(inbound),invoices, delivery etc (outbound) to create application document in some other system or used in case of B2B scenario. my requirement is can we get the Idoc # form the

  • How can you sort bookmarks in the Sidebar by date added? Works in Library but does not carry over to Sidebar.

    When opening the Bookmarks Sidebar, the oldest bookmarks added are at the very top, easily visible. The most recent bookmarks added are at the bottom, requiring me to scroll all the way down every time I want to visit a recent bookmark. This is a maj

  • Purpose of selection view in report categories

    Hi Friends, Can anyone tell me the Purpose of selection view in report categories. Why we need to specify the selection view in report categories and what its impact in reports. Why do we need to create a custom selection views? Thanks in Advance. Re

  • Connecting up a mobile phone to a computer (via bluetooth?)

    Hi, I'm looking for the best way to connect up a mobile phone to a nearby computer (wirelessly) so that they are able to communicate with each other. Would bluetooth be the best way? Would it be as simple as buying a bluetooth dongle for the computer