OBIEE Issue with Hierarchy Prompt

Hi,
I am using a Hierarchy Prompt to select a member from a Hierarchy column whose members come from a essbase cube.
I set a presentation variable *"Select_Cliente"* to the prompt and set the filter to a column like "Gen3,Cliente - Default is equal to / is in *@{Select_Cliente}*"
The issue occurs when someone enter to the dashboard and select a member in the Hierarchy Prompt and clicks in "Apply". The Analysis shows the following error:
Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 96002] Essbase Error: The identifier '<saw:dimensionSelection xmlns:saw=""com.siebel.analytics.web/report/v1.1"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""><saw:selectionStep stepID=""1"" type=""startWith"" category=""member""><saw:stepMembers xsi:type=""saw:staticMemberGroupDef""><saw:staticMemberGroup><saw:hierarchyMembers><saw:hierarchyLevelMembers><saw:hierarchyLevel levelName=""Gen2,Centro de Costo"" levelID=""Gen2,Centro de Costo""/><saw:members xsi:type=""saw:stringMembers""><saw:value> GERENCIA DIV. COMERCIAL* </saw:value></' on line exceeds maximum character limit (HY000).
The problem is that the selected member is filter with a lot of caracters that not apply. The selected member is underlined.
The version of the OBIEE is 11.1.1.6.9.
Thanks for the help.
Edited by: cpmacgre on 08-abr-2013 14:14

Switch the filter in the criteria part of the target report into Advanced SQL Filter, then type your filter with that kind of syntax : "Period"."Period - Default" = '@{var_per}{P3}' and it should work
P.S. if you want to have multiple elements in the prompt selection, then use instead this syntax : "Period"."Period - Default" IN (@{var_per}['@']{'P3'})
Edited by: pmerle on May 3, 2013 5:38 AM

Similar Messages

  • Problem on a table with hierarchy prompt

    Hi experts,
    I have an unusual error when I'm using hierarchy prompt.
    I make an analysis that it has two hierarchycal columns (One of this is to show on rows of my table, another is to get filter when I choose options with hierarchycal dashboard prompt)
    My table looks like this:
    +Level1
    ...+Level1.1
    ...+Level1.2
    +Level2
    ...+Level2.1
    etc.
    If I drill down by Level1.1, it's drilldown fine and it shows childs of Level1.1, now comes my issue... With Level1.1 Opened (seeing childs of level 1.1), if I click to drilldown level1.2 I have an error:
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 96002] Essbase Error: Syntax error in input MDX query on line 8 at token 'filter' (HY000)
    So...My problem exists when I want to drilldown with diferent ways.
    If I delete hierarchycal column that is prompted in my dashboard...I can drill down perfectly... but I can't to delete this hierarchycal column because my customer needs that hierarchycal prompt.
    Anybody can help me???
    Thanks!

    Sure,
    Can u send a test mail to this user id
    [email protected]...will look into ur issue.
    Thanks

  • WebI issue with hierarchy display and aggregation

    Trying to wrangle what looks like a defect in WebI's handling of hierarchy display and aggregation. We just completed an update cycle and are running BOBJ 4.1 SP4.
    The hierarchy is a standard FM Commitment Item hierarchy in which both the nodes and leaves are Commitment Items (i.e. it uses InfoObject nodes, not text nodes). An example of one of these nodes looks like this in BW:
    Cmmt_Item A - Node
        Cmmt_Item B - Leaf
        Cmmt_Item C - Leaf
    Let's pretend Commitment Item A has $50 posted to it, B has $20 and C has $30. Analysis for OLAP handles this by adding a virtual leaf line to distinguish postings that are on the parent node like so:
    Cmmt_Item A - Node       $100
        Cmmt_Item A - Leaf    $50
        Cmmt_Item B - Leaf    $20
        Cmmt_Item C - Leaf    $30
    So you see both the total for the node ($100) and a line for each Commitment Items with KFs posted to them. Our users like this. They can easily see the aggregation and the breakdown.
    WebI, on the other hand, will display it like this:
    Cmmt_Item A - Node       $150
        Cmmt_Item B - Leaf    $20
        Cmmt_Item C - Leaf    $30
    It doesn't create a separate line for the value of the parent node, but it does add it's value into the aggregate. Twice. Modifying the table with the 'avoid duplicate row aggregation' checkbox yields output like this:
    Cmmt_Item A - Node       $100
    Cmmt_Item A - Node        $50
        Cmmt_Item B - Leaf    $20
        Cmmt_Item C - Leaf    $30
    We're about halfway there. While the top row now shows the correct aggregation and it creates a new line to show the distinct amount on the parent node, that new line appears on the same level as the parent. It's no longer clear that there's an aggregate and a breakdown. And attempting to expand or contract a node will now crash the report with one of those 'Error 16' messages.
    Has anyone encountered this issue with hierarchies in WebI? This report was built from scratch in 4.1, so I'm not sure if this affects older versions or not. Or if it would affect any hierarchy that uses InfoObject nodes instead of text nodes.

    Without a fix, the simplest workaround I can think of would be to restructure the hierarchy. It can't use postable nodes, so Cmmt_Item A  - Node from my example would need to be converted into a text node and the postable characteristic added as a child on the same level as the B and C leaves.
    This looks like it would affect anyone using hierarchies with postable nodes in a WebI report.
    Another oddity in WebI's behavior here - even though the postable nodes show incorrect sums the sum at the root node is correct. So extending my examples from the original post:
    Root Node                    $100
        Cmmt_Item A - Node       $150
            Cmmt_Item B - Leaf    $20
            Cmmt_Item C - Leaf    $30

  • Issue with Hierarchy selection in Filter area

    Hi experts,
    We have an issue with BEx query selection.
    Structure of Quey
    1. Filter Area
    => Characteristic Relations : Restriction condition with hierarchy
    2. Rows
    => Display characteristic with hierarchy active
    3.Columns
    => Formula with keyfigure using sign reverse of hierarchy (formula variance).
    <symptom >
    When I use context menu, "Keep filter value", with the displayed hierarchy node,
    and drilldown with other characteristics, the result became wrong. Filter value I kept became inactive.
    Workaround I found was like belows.
    1. Remove sign reverse calculation in Formula.
    2. Keep sign reverse calculation and move restriction condition with hierarchy in filter area TO default values.
    I wonder this symptom was right technically or bug ocurred after version upgrade or something.
    Thanks in advance.
    BEx BI Addon 7.X(based on 710)/SP11 Revision 634

    Hi
    This depends on the logical database that the report is based on. Secondly I have experienced that the report variant overwrites the date selections and therefore it looks like that the dates are not parsed (which I think is your problem).
    For e.g. logical PHP and PHPCE both the period and data dates are filled with the data selection from the portal. (check on the report attributes in SE38 which logical DB used) For e.g. PTRVP (travel) no date are passed at all in the call of the report!!
    To make sure that the report variant isnu2019t overwriting I normally set the variant for the report to u201CSave field without valuesu201D for the date selection periods and then it isnu2019t filled by the variant.
    Data selection period
    Data selection period: Start
    Data selection period: End
    Employee selection period
    Employee selection period: Start
    Employee selection period: End
    Regards,
    Lars

  • URGENT: Issue with hierarchy level keys and report drill down

    Hi,
    BASIC STRUCTURE:
    I have created a subject area with 3 facts (FACT_A, FACT_B, FACT_C) and 4 dimesnions (TIME_DIM,DIM_2,DIM_3,DIM_4). Each fact table also has additional aggregate tables aggregated along levels of the time dimension. Also our timw dimension has aggregated dimension tables like TIME_DIM_WEEK, TIME_DIM_MONTH, TIME_DIM_QUARTER and TIME_DIm_YEAR.
    GOAL:
    All 3 facts have the same measures M_1 and M_2 in them but may not have data for the same dimension values selected.
    For example
    For month JAN 2000 FACT_A.M1=100$ and no data exists for JAN 2000 in FACT_B and FACT_C. Then in the report
    for JAN2000 it should show FACT_A.M1= $100, FACT_B.M1 = 0 and FACT_C.M1 =0. In this case I should be able to drill down to the lowest level.
    ISSUE:
    The time dimension TIME_DIM has the following levels - Total -> Year -> Quarter -> Month -> Week -> Day
    However I am having an issue with drill down in the reports whenever I pull metrics from more than 1 fact at a time. I have defined the level keys but not sure if I need to do anything in addition since I am using aggregates.
    I have to fix this issue quickly. Please help me.

    Alastair,
    All the fact tables have aggregated facts as sources.
    I have checked the levels set for each of the sources to the time dimesnion table in BMM and they look okay. So the Time dim table in BMM has 4 source tables
    Time_Day (level set to day, table key is "day"),
    Time_month (level set to month, table key is "Fiscal_Month_Code"),
    Time_Quarter(level set to quarter, table key is "Fiscal_Quarter_Code") and
    Time_Year(level set to year, table key is :Fiscal_Year_Code").
    Note: No time week aggregate added as logical source.
    Again the time dim hierarchy based off of this table has levels: Total -> Year ->quarter -> Month -> week -> day
    The levels keys set for each level are
    Year -> Primary key is Year_Name (YYYY)(Checked as chronological key) and another key is Year_Num (YYYY)(Checked as chronological key)
    Quarter->Primary Key is Quarter_Name (YYYY Qn), another key is Quarter_Number (Format n where n can assum values 1,2,3,4). Both keys are set as chronological keys
    Month -> Primary key is Month_Name (MON YYYY), another key is Month_Num (Format n where n can assume values from 1 to 12) Both keys are set as chronological keys
    Week -> Primary Key is week name (YYYY Wk nn, where nn can have values from 1 to 53), another key is week num (nn, where nn can have values from 1 to 53)
    Day -> primary key set to day (date format)
    Issue1: When I try to drill to lower levels it throws out an error saying report cannot find any data because filters may be too restrictive even though I see data at higher level
    For ex: If I drill down to Year: 2010 and Qtr: 2010 Q2 and M1:$100 when I click on Qtr to drll to month level it throws me the error
    Issue2: when I add year and qtr colums to the report I see data as below which is incorrect
    Year_Name Qtr_Name data:FACTA_M1 Data: FactB_M1
    2009 2009 Q1 $10 $5
    2009 2009 Q2 $20 $80
    2009 2009 Q3 $20
    2009 2009 Q4 $30
    2010 2010 Q1 $100
    2010 Q2 $101
    2010 Q3 $102 $230
    2010 Q4 $103
    2011 Q1 $10
    In the above example year_name is not showing up for 2010 Q2 and after. However if I change the primary key for level 'Quarter' by having key consist of year name and quarter name instead of just quarter name the issue doesnt occur and drill down works great. The only issue is when I drill from qtr it first shows year name and quarter name instead of showing the next level which would be month name.
    Sorry about the long message but I thought you might notice something in how I have set up the keys.
    Thanks

  • Issue with optional prompt

    Hello,
    We have a universe built on top of bex query and it has a couple optional prompts prebuilt with the help of variables in the bex query. My understanding is that when there is optional prompt the lov is not generated unless the user manully clicks the refresh lov button on prompt window. This is how it works in the webi report I built on the universe. But when I use the same webi report as a live office component in the xcelsisus dashboard the lov's are genrated ignoring the <optional> prompt which is causing lot of delay refreshing the dashboard. This happens only when I have the connection in the universe to use SNC( Single sign On). I dont see any issue with hardcoded username and password.
    any thoughts?
    Thanks
    Ram

    Ingo
    >> What exactly you mean here that a list of values is being generated ? a list of values doesn't show up automatically in Xcelsius for the dashboard - it needs to be created / designed as part of the Xcelsius design.
    When I have a prompt with <optional> tag in the universe the webi report or xcelsius should not request the new lov's from the database it should only use the lov's available in chache. 
    But I my case I am using SSO connection in the universe, when the SSO is turned ON the lov's from chache cann't be used, the webi report is not requesting a lov's from the database when there is no chache or when the chache off which is correct. but the live office plugin iin xcelsius s requesting new lov's from database everytime I refresh a connection.
    In xcelsius we are not using any list of values, I don't think lov's are usefull in xcelsius dashboard as we can't see the prompt window in the flash mode.
    Thanks
    Ram

  • Issue with Hierarchy Navigator

    Hi there,
    we have some problem with Hierarchy Navigator (EP 3.6).
    We installed and configured Hierarchy Navigator (EP 3.6) as explained in Oracle documentation.
    We created a Trade Spec "A" >  We run Hierarchy Nav > System shows us one only row with the Trade >> OK
    We linked a Material Output "B" (External Product) and its context in Related Specs Tab > We run Hierarchy Nav > System shows us:
         1 - The message “This hierarchy has recently changed. An accurate hierarchy should be available in approximately 1 minute(s).” 
         2 - Trade “A” and the linked Material “B” 
         3 - Formulation does not appear
    After 1 minutes  System shows us the message: “An accurate hierarchy is now available, Refresh to see the latest hierarchy.”
    We click on Refresh button > System shows us:
         1 - The Trade “A” only again
         2 - Neither Material nor Formulation appear
    Do we missing something?
    I hope my question is clear, if not please do not hesitate to contact me.
    Thank you very much.
    Best regards,
    Stefano

    Sounds like two different situations.   Here are some tips:
    1. Context has to be selected with the material associated to the trade for the formulation to appear in the hierarchy navigator.
    2. In your last example, it sounds like a change was made to the hierarchy.  Any change to the hierarchy will cause that message. For example, if you changed a packaging spec or selected context.  The system will only show one level of the hierarchy while it's being updated.   I would need more information to know of you found a bug but it is possible. Seems like the material should have appeared though.

  • Issue with hierarchy node variable and multiple SAP hierarchies

    Hello experts,
    We are currently facing an issue when using two SAP hierarchies in Web Intelligence and one of them is restricted with a hierarchy node variable.
    The systems we use are a SAP BI 7.01 (SPS 05) and a Business Objects Enterprise XI R3.1 SP2 (fix pack 2.3). I want also to point out that the fix pack 2.3 has been applied to all BOE related components: the SAP integration Kit, client tools, and enterprise (server and client).
    The universe used in our scenario is based on a BEX Query with two hierarchies (non-time dependent hierarchies, intervals allowed) loaded on their corresponding characteristics. One of these characteristics is restricted with a hierarchy node variable (manual input, optional, ready for input, multiple single values allowed). 
    Prerequisites for replicating the problem:
    1)     When building the web intelligence query select several levels from both hierarchies (they have seven levels each) and    the   only amount of the InfoCube that the BEX query (that was used to create our universe) relies on.
    2)     In the hierarchy node variable prompt select a hierarchy node entry (not an actual InfoObject value that exists as transactional data in the InfoCube )
    By executing the query built above, all characteristics are returned null (no value) and the key figure with value u201C0u201D. No error messages, no partial results warnings.  Now if we go back to u201CEdit queryu201D and select levels of only one of any of the two hierarchies the query runs normally (by selecting the exact same value for the hierarchy node variable prompt).
    Any ideas on the matter?
    Regards,
    Giorgos

    Hi,
    Have you ever got a solution for this problem?
    I have a similar one.
    Thanks,
    regards, Heike

  • Issue with Dashboard Prompt passing value to Presentation Variable

    I have 2 tabular reports that grab 2 variables respectively: @Month and @Year.
    The reports work fine.
    My issues is that to compute the most recent month & year, so I can pass the values to the 2 variables mentioned above, I have a dashboard prompt on the same page as the 2 reports. In the dashboard prompts (Edit Box types), I have SQL in the "Default" that computes the most recent month & year. This logic also works perfectly when you preview the results of the prompt.
    My issue is that when I land on the page, it seems that the month & year prompts are not computing. I have an old value of "Dec" "2009" instead of "May" "2010".
    It seems the Default SQL logic is NOT running on its own? As an aside, we do our development in a test environment and the catalog is promoted to production nightly. The "Dec" and "2009" I see is the correct value for the test environment, so it looks as if the defaul values are just being migrated with the catalog, but then the SQL to compute the latest values of the 2 propmts are never executing when the user lands on the page? Thus everyone sees Dec 2009 data instead of May 2010...Help!

    Hi,
    dgerena wrote:
    My issues is that to compute the most recent month & year, so I can pass the values to the 2 variables mentioned above, I have a dashboard prompt on the same page as the 2 reports. In the dashboard prompts (Edit Box types), I have SQL in the "Default" that computes the most recent month & year. This logic also works perfectly when you preview the results of the prompt.You are creating the second prompt (edit box) to make the first prompt values, You can use the same sql in the report default to SQL in the first prompt itself.
    If I am wrong please clarify.
    Thanks,
    Vino

  • Issue with Calendar prompt presentation variable

    Requirement: (OBIEE 11g)
    A dashboard should have two prompts - one calendar prompt and one text field prompt giving number of days. There is a timestamp column (SHIP DATE) in the analysis. There should be a between limit in this timestamp field. Logic to be implemented is - Calendar Prompt DateTime <= SHIP DATE < (Calendar Prompt DateTime + No. of days from text field).
    Solution Tried:-
    Using the dashboard prompt, two prompts and two corresponding presentation variables were created. First presentation variable is for calendar prompt timestamp (Date1) and other one is for no. of days (Num_Days) text field prompt.
    Then in the analysis, two filters were created on the Ship Date. First filter is set as 'Is Prompted' and it takes the values '<=' from calendar prompt in dashboard.
    For the other filter, I converted it to SQL and wrote the following:-
    "Time"."Ship date" <= (timestamp '@{variables.Date1}['YYYY-mm-DD HH:MM:SS']{2013-01-01  00:00:00}')  + @{variables.Num_Days}{30}
    The analysis runs fine for the above filters, but when run from the dashboard, it throws up an error.
    Error getting drill information: SELECT "Time"."SHIP DATE" saw_0, "Base Facts"."QUANTITY" saw_1 FROM "SHIPPING DATA" WHERE ("Time"."SHIP DATE" <= (timestamp '''2013-00-01 00:10:SS''') + 30) AND ("Time"."SHIP DATE" >= timestamp '2013-10-01 00:00:00').
    From the above it seems that error is coming because I am unable to set properly the calendar prompt presentation variable in a format which can be read by the analysis. Since analysis is running fine from the default value of Date1, I was thinking of somehow converting the calendar prompt presentation variable in the similar prompt.
    Any pointers to the correct approach?
    Thanks
    Kundan

    I found a workaround to my above issue for now but I would like to know the proper approach from experienced folks.
    My workaround is as follows:-
    I created an additional column in the analysis -> TIMESTAMPADD(SQL_TSI_DAY,- @{variables.Num_Days}{30}, "Time"."Ship date"). Then I applied a filter on this new field. The filter is set as < variable expression Date1 (coming from presentation variable). Since I am not converting this filter to SQL, OBIEE server seems to be taking care of timestamp format conversion.
    I think I need to study the logs and the config XMLs to see how date format is being stored to get a better solution.
    Regards
    Kundan

  • Issue with Date prompt Format

    Hi Guys,
    help me..pls
    i have created one date prompt with calendar input, the date format in that prompt is like '03/15/2013' but i need to show the date format like '2013-03-15' . when i try to convert the date format, the user input calendar popup is not enabling only text box is appearing to give date input.
    can any one guide me any work around..pls

    Hello,
    Check this one : http://obiee10grevisited.blogspot.com/2012/02/customizing-obiee-calendar-display.html
    Mark if helps.
    Thanks,
    SVS

  • Netra T1 105, issue with LOM prompt

    Hello all,
    I am having issue in accessing OK prompt from LOM menu. When I do the poweron, it sits on LOM event: power on. When I do, console it shows stand by. Please help me out here as I am working on making this server to respond. Thanks.

    Hi. Could you tell me if patches 108620-04 or higher & 108673-02 or higher are already installed on the Netra t1 105?
    *How to determine if the Netra[TM]T1 model 105 server PROM patches are current [ID 1010561.1]*
    Description
    How to determine if patches 108620-04 or higher & 108673-02 or higher are already installed on the Netra t1 105.
    Steps to Follow
    These two patches have to do with OBP(OpenBoot PROM) and the user prom.
    108620-04 Hardware/PROM: Netra t1 Standalone User PROM Update
    108673-02 Hardware/PROM: Netra t1 System PROM Update
    108673-02 delivers OBP 3.10.27.
    This can be checked via the OBP with the .version command.
    OBP Example:
    ok .version
    Release 3.10.27 ME created 2000/06/22 16:45
    OBP 3.10.27 2000/06/22 16:45
    POST 1.17.0 2000/03/06 12:18
    This can be checked via Solaris[TM] with: prtconf -V
    Solaris[TM] Example:
    # prtconf -V
    OBP 3.10.27 2000/06/22 16:45
    If you see Release 3.10.27 you do not need to install this patch.
    108620-04 delivers the dropins
    These can be checked at the ok prompt with the show-dropins command.
    Example:
    ok show-dropins
    Dropins for Flash device: /pci@1f,0/pci@1,1/ebus@1/flashprom@10,0
    Dropin name Size Checksum Date Date Version Vendor
    created flashed
    OBP 4a1bc cc30 06/22/2000 3.10.27
    keyboards bf0 dd75
    fonts af6 6b86
    obdiag bd34 aec5
    pci1002,5654 d34 7190
    pci1002,4755 cb0 c382
    pci1002,4750 1794 3f65
    class060400 44e 17cc
    userprom 246 b3ba
    pci108e,1001 32a4 d714
    pci1011,22 47e 69c9
    pci1000,3 2824 feb4
    class010100 1210 ce35
    i2c 1fe 5a8f
    i2c-cs2 1f4 bd2a
    nvinit- 172 0 10/08/1999 00/00/0 0.0
    POST 45340 519 03/06/2000 1.17.0
    PROM size = 100000 bytes Available for Use = 3d958 bytes
    Dropins for Flash device: /pci@1f,0/pci@1,1/ebus@1/flashprom@10,400000
    Dropin name Size Checksum Date Date Version Vendor
    created flashed
    ebus-14.400000 b0 9fa6 06/09/1999 06/09/1999 1.0
    SUNW,flapjack
    probe+ 250 c2b5 01/06/2000 01/06/2000 2.0
    SUNW,flapjack
    banner- 1aa 6f35 12/10/1999 12/10/1999 1.0
    SUNW,flapjack
    tty-control 150 a863 12/01/1999 12/01/1999 1.0
    SUNW,Flapjack
    PROM size = 200000 bytes Available for Use = 1ff984 bytes
    Dropins for Flash device: /pci@1f,0/pci@1,1/ebus@1/flashprom@10,800000
    Dropin name Size Checksum Date Date Version Vendor
    created flashed
    PROM size = 200000 bytes Available for Use = 200000 bytes
    ok
    The part that is of interest is about two thirds of the way down to do
    with ebus-14.400000, probe+, banner- and tty-control.
    If the Checksum matches you you don't need to install this patch.
    On the other hand it won't cause any problems to reinstall both patches.

  • OpenDocument issue with blank prompt values

    We have implemented optional prompts in XI R2 by joining our prompt objects with an 'Empty' object. When we create openDocument hyperlinks to these reports, passing nothing for the prompt objects worked just fine and the target report did not prompt for any values for these prompts, e.g. if there was a prompt on the report called Country and it was joined with an Empty ("") universe object via an AND, setting the Country prompt in the openDocument as lsSCountry= worked just fine.
    In XI 3.1, when these hyperlinks are accessed from the master reports via InfoView, the target report is prompting for all prompts that accept empty (blank) inputs. If the resulting hyperlink shortcut is copied and pasted directly in the browser URL, everything works fine, i.e. target report does not prompt for any of the empty values and the report is displayed correctly.
    We even tried using the 'no_value' option for these prompts in the openDocument but since these are universe based prompts that can't be defined as optional, no_value is not allowed.
    Anybody facing similar behavior?
    Thanks.

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly

  • Issue with welcome prompt from VXML server

    Hi
    I am new to Contact Center. In lab i have build sprawller and CVP ( comprehensive).
    I have a small script which should play welcome promt, but i am having issues to play the "Welcome" prompt. The call hits the sccript but the welcome message is not played.
    Please help me to fix the issue.
    Debugs from http client on VXML gateway.
    *Mar  1 16:42:28.723: //331//HTTPC:/httpc_cache_entry_free: cache(650AD474)URL:http://192.168.0.41:8000/cvp/VBServlet?MSG_TYPE=PING&CALL_DNIS=140198&CALL_ANI=sip:[email protected]:5060&ERROR_CODE=0&RECOVERY_VXML=flash:recovery.vxml&CLIENT_TYPE=IOS&CALL_ID=119BABC91000012A4A50D9073F57FFD7&SIP_CALL_ID=[email protected]&CALL_UUI=&VERSION=7.0.2
    *Mar  1 16:42:31.639: //331//HTTPC:/httpc_cache_entry_free: cache(68123DFC)URL:http://192.168.0.41:8000/cvp/VBServlet?MSG_TYPE=CALL_NEW&CALL_DNIS=140198&CALL_UUI=&CALL_ANI=sip:[email protected]:5060&RECOVERY_VXML=flash:recovery.vxml&CLIENT_TYPE=IOS&CALL_ID=119BABC91000012A4A50D9073F57FFD7&ERROR_CODE=0
    *Mar  1 16:42:35.887: //331//HTTPC:/httpc_cache_entry_free: cache(66797988)URL:http://192.168.0.41:7000/CVP/en-us/app/Welcome.wav
    *Mar  1 16:42:40.079: //331//HTTPC:/httpc_cache_entry_free: cache(650AC40C)URL:http://192.168.0.41:8000/cvp/VBServlet?MSG_TYPE=CALL_RESULT&CALL_ID=119BABC91000012A4A50D9073F57FFD7&CALL_SEQ_NUM=1&ERROR_CODE=0
    *Mar  1 16:42:42.875: //331//AFW_:/vapp_stop_fetchaudio_timer: No active leg
    *Mar  1 16:42:43.035: //331//HTTPC:/httpc_cache_entry_free: cache(6679801C)URL:http://192.168.0.41:8000/cvp/VBServlet?MSG_TYPE=CALL_RESULT&CALL_ID=119BABC91000012A4A50D9073F57FFD7&CALL_SEQ_NUM=2&ERROR_CODE=1

    Something looks really strange in that trace. I don't see  the IVR transfer label coming over. Do you have a "Send To VRU" node?
    What does this script look like? Here is a simple example.
    You should start with a simple play media microapp.
    If using the CVP VXML server, you should first test using the supplied HelloWorld application. That CVP application is already deployed in the VXML server - just call it correctly. The nodes above need to be a little different.
    PS. The log file is full of Reporting rubbish. Since you don't have the Reporting Server and DB, tell the Call Server there is no reporting. It will clean up the deadwood.
    Regards,
    Geoff

  • BI 7.0: Issue with Hierarchy for infoObject OPROD_HIER

    Hi Gurus,
    I have activated the Hierarchy datasource  0PROD_HIER_LPRH_HIER in ECC, tested  with transaction RSA3 (456 node IDs) and replicated to BW.
    In BW, the datasource has been assigned to the infosource  OPROD_HIER ;
    when I have created the infopachage, there is no Hierarchy available to select !!!!!!!!!
    Please can you help with any solution : note, .....
    Thanks in adavnce

    Hi Mr V
    I have clicked  on "available Hierarchies from OLTP", but nothing appears above.
    I don't understand what is wrong
    Please an help is needed .....
    Thanks
    Edited by: Firmin Kouassi on Jul 26, 2009 9:24 AM

Maybe you are looking for

  • Can no longer connect with itunes store to watch movies. How come?

    I have been using Apple TV to watch movies on my television set for several months with no problems. The last movie I watched was on Nov. 22/13, but since then every time I want to rent a movie, I am unable to access the itunes store. I get a message

  • Can't see computers in Q administrator

    I found a video tutorial on how to set it up which I've followed. However only my main machine shows up in Qadministator and not the other machine (connected via ethernet) Any suggestions please?

  • Extreme Heat melted glue I think, phone is flooded.

    Hello im currently in a holiday in Indonesia where its really hot right now. My phone is overheating constantly when i play games such as asphalt and i think it must have melted the glue on my brand new sony z1 which is only 4 days old!!! When i gave

  • Movies - saving space on my HD

    I download a lot of movies and have been saving them all to my hard drive.  I'm noticing that I am running out of storage.  I also noticed that my Apple TV streams the movies I've purchased.  Can I delete the movies on my computer HD and still stream

  • Cs3 design premium installer

    I have cs3 design premium installed on my machine, but when i upgraded to snow leopard, it corrupted my indesign. I did all the updates and it still didn't fix it like adobe and apple said it would. SO, is there anyway I can get the installer for my