Strange question Essbase - calculation doesnot return good result in MaxL

Hello

All veterans of Essbase, need your help for this strange issue.

We run Essbase on UNIX and we have an OSI application where a daily batch process works for aggregate database of real-world scenario and Budget. Strange things, it's the night aggregation process is not correctly aggregate data, as we see variance between stored and shared hierarchies. But if we manually execute the same aggregation through the service console Regional, aggregation gives good results with zero gap between stored and shared hierarchies.

In the script of aggregation we clear senior level blocks (with UPDATECALC on OFF), and then use CALC dim on the accounts and the entity to aggregate the results.

This question has been very strange to my little experience the same calc behaves differently when called in MaxL.

Any suggestion useful to nail, they are welcome.

Thanks in advance!

>

Is not dense dimension meant to aggregate properly (as it is in a block) in a single pass. I am confused because I know that the theory is in conflict...

In addition, Parents can be marked TWO PASS (that I see no strong reason to make them two passes).

Published by: user10725029 on May 2, 2012 20:30

If the dimension is marked as the size of accounts and and you have two pass members that are not dynamic calc, running the default calc will do the calculation in a single pass. Otherwise if they are stored members, then you must make a twopass calc. If you have twopass in another dimension the dimension of accounts, it must be dynamic or or it will not calculate in two passes

Tags: Business Intelligence

Similar Questions

  • Calculations to return different results depending on the responsibility

    Hello

    We have a report that uses a PL/SQL function in a calculation.

    When a single responsibility runs the report, the calculation returns figures empty or incorrect.

    When another executes it, it works fine.

    When the function is created, are there grants that must be given to ensure that all responsibilities can use this?

    All the responsibilities have access to the data in the application.

    The service is owned by APPS and it was registered in the EUL.

    Also, there seems to be a difference in if this is executed from SSO launch Viewer or office.

    Kind regards

    Rachael

    Hello

    Your basic problem is that you have

    EXCEPTION
    while others then
    return sqlcode;

    at the end of your code. This means that if an error occurs when you run the function it will be completed successfully, but with some bad days.

    With this exception handling it is difficult to know what you encounter the error, but it could be a problem of access to the tables or type conversion problem.

    Rod West

  • Interactive DM - question of calculation

    Hello

    I'm trying to define a calculation script on a field that takes two prior fields, multiply and return the result in the field, on which the script is calculated.

    (One of the fields is first multiplied by 0.01, then the two fields multiplied).

    Here is what I use and get a result of $0.00: RETURN (@("Tot PS")) * (@("Percent") * 0.01);

    If I run: RETURN (@("Tot PS")); I get the result on the ground as planned. Example of $55 900,55

    If I run: RETURN (@("Percent") * 0.01); I get the result on the ground as planned. Eexample $ 0.05

    However, as soon as I merge the two, zeros evertime, however no error. I tried to add another set of parentheses around the outside very and same result. I have reversed the order as well, but don't know what else to try.

    Any suggestions are appreciated. Please let me know if any other questions.

    Thank you!

    I assume here that your field data Tot PS actually contains the character $. Because that is not a digit or a sign and is therefore seen as a nonnumeric value and translates to 0 when used in a mathematical calculation.

    Then, to change your script to deformat the number of non-digital content.

    RETURN (Deformat (@("Tot PS"), "n") * (@("Percent") * 0.01));

  • Research component returns incomplete results

    The search pane always returns incomplete results.  For example, to find all files that have been changed since April 8.  Several files are returned-, but two files I modified TEN MINUTES ago aren't.  And who knows how many others were not returned.

    How does search pane decided not to include files which should, and why?  What is the solution to make it work properly?

    If you have any Google products installed on your system, they can take over functions normally performed by Vista (in this case, the advanced search function).  Google does (and sometimes without warning or notification).  You should be able to access the Vista advanced search function by pushing the search button in the Start Menu (assuming that Google has not only taken over as well).

    Thanks for the comments!

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How can I return a result of popup to parent form

    Hi guys

    This is probably a very simple question.

    How can I return a result of popup to parent form?

    Thank you

    Hi dpolonsky,

    due to the fact that your screen popup and parent are in classes separated.

    So create your own set and get methods/functions that can be called from another class.

    Because the variables are known only in the class, they were defined (information hiding), then you must use the functions/methods, that affects the apropriate values.

    in your parent class, you can define a method like:

    void setFromPopup (int intval) {}

    intval = globalintvalfrompopup; globalintcalfrompopup is declared globally within your class

    }

    and in your child (popup) class, you can call via

    .

    .

    int TestInt = 10;

    parentclass.setFromPopup (testint);

    .

    .

    It is a general question of JAVA.

    Hope it helps.

  • Data connection to the interactive form returns no results

    I have an interactive form of Adobe with a data connection that calls a function module compatible SAP rfc.  The call works fine, but it must return a value in the data connection response.  I know that the function module is feeding the return variable and binding form field to the answer is correct, but it never shows up.  We are on Live Cycle 9.0, with SAP EHP7.  Wsdl and soap links all look good. I tried data as "ordinary" connections and "run", used the two text fields of hierarchy and directly by dragging the data finds the response to the form field.  I played with various permutations to the soap and wsdl url.  The value of the response is necessary so that the user sees the result of the action (triggered by a button on the form).  Don't know what else to try.  As I said, the call to the SAP function module works fine, it's just the answer that I can't go back to the form. Any help to fix this would be greatly appreciated.

    I finally solved the problem myself.  Looks like a bug to me.

    In my interactive form, I have a button associated with the data EXTRACT connection that calls a function module compatible rfc in SAP called Z_LEMS_EXTRACT.  This function module returns a result of string called E_MESSAGE.

    The returned E_MESSAGE is then bound to a form text field.

    The generated XML defines the link as

    Z_LEMS_EXTRACTResponse\. E_MESSAGE

    I had to manually change the xml code for

    Z_LEMS_EXTRACT\. Response.E_MESSAGE

    This was determined by referring to another interactive form that was created in a previous version of Live Cycle Designer and a previous version of SAP, he used "\Response." and worked properly.  So I applied the same coding here and it works.

  • BI returns no results

    Hi all

    I'm just on my first step, trying to understand the operation of Oracle BI EE.

    I'm at http:// [our bi Server]: 9704/analytics/saw.dll? IssueRawSQL is the Administration-> SQL question section.

    My sql statement
    select id, userid from zvit.marco_test1
    Returns
    "MARCO_TEST1"."ID"     "MARCO_TEST1"."USERID"
    double     double
    1.00     2.00
    This information has been effective yesterday, but today the toad returns another result:
    select id, userid from zvit.marco_test1
            ID     USERID
    ---------- ----------
             0          2
    1 row selected.
    What is a max? How can I get real result?

    We have an option in the RPD to disable the cache for a specific table.

    Open - physical table--> properties--> general tab uncheck the wire

    check if useful/correct...

    Thank you
    prassu

  • Consistency of return null results.

    Hello
    We are facing difficulties to conduct subtle understanding of the coherence. We see the results of coherence as null when they are run repeatedly customer. In the first round, we see results & when I run my key objects changing client program then I see the result with the value null to get some. But when I recycle or restart cache loader and run the same customer with the same data, so we are able to see the results.

    Please guide us to understand behavior, we strive for consistency for the first time.

    CacheLoader.java:
    import java.util.HashMap;

    import com.tangosol.net.cache.AbstractCacheLoader;
    import com.tangosol.util.WrapperException;

    SerializableAttribute public class CacheLoader extends AbstractCacheLoader implements com.tangosol.net.cache.CacheLoader {}
    int i;
    @Override
    public Object Load (Object argKey) {}
    HashMap dataMap = null;
    Key = argKey (Key);
    try {}
    System.out.println("Key::"+Key.ToString());)
    dataMap (HashMap) = key.retrieve ();
    System.out.println (++ i + ": result of retreive::"+dataMap.size()); ")
    }
    {} catch (Exception wrapEx)
    wrapEx.printStackTrace ();
    throw new WrapperException (wrapEx.getMessage () + wrapEx.getCause ());
    }
    return dataMap;
    }
    }

    Client program:
    MPort com.tangosol.net.CacheFactory;
    import com.tangosol.net.NamedCache;

    public class CoherenceClient {}

    /**
    @param args
    */
    Public Shared Sub main (String [] args) {}
    TODO self-generating method stub
    new CoherenceClient () .invokeStorageNode ();
    }

    private void invokeStorageNode() {}
    String cacheName = ResultKey.class.getSimpleName ();
    ResultKey resultKey = new ResultKey ("Suhas", "Louise", 30);
    NamedCache cache = CacheFactory.getCache (cacheName);
    try {}
    for (int i = 1; i < 100; i ++) {}
    resultKey = new ResultKey ("Suhas", "Xavier" + i, 30 + i);
    System.out.println (i + ": - > cache Result::"+cache.get(resultKey)); ")
    }
    }
    catch (Exception ex) {}
    ex.printStackTrace ();
    }
    }
    }

    the cache config xml loader:
    <? XML version = "1.0" encoding = "UTF-8"? >
    <! SYSTEM cache-config DOCTYPE "cache - config.dtd" >

    <>cache-config
    < cache-system-mapping >
    <>cache-mapping
    < name-cache > ResultKey < / cache-name >
    < scheme name > distributed plan < / system-name >
    < init-params >
    < init-param >
    < param-name > cache-store-class-name < / param-name >
    CacheLoader < param-value > < / param-value >
    < / init-param >
    < / init-params >
    < / cache-mapping >

    < / cache-system-mapping >

    <>- cached patterns
    < distributed plan >
    < scheme name > distributed plan < / system-name >
    < service name > DistributedCache < / service-name >
    < support-map-plan >
    < reading-writing-support-map-plan >

    < internal-cache-system >
    < local plan >
    < system-Ref > LocalSizeLimited < / plan-ref >
    < / local plan >
    < / internal-cache-system >
    < dumps-plan >
    schema < class >
    < class name > {cache-store-class-name} < / class name >
    < / class-system >
    < / dumps-plan >
    < rollback-dumps-chess > true < / restoration-dumps-chess >
    < / reading-writing-support-map-plan >
    < / support-map-plan >
    < number of partition > 5557 < / partition-County >
    > number of backup < 1 < / backup-County >
    < number > 10 threads < / thread count >
    < autostart > true < / autostart >
    < / distributed plan >

    < local plan >
    < scheme name > LocalSizeLimited < / system-name >
    < high-units > 500000000 < / high units >
    < bass-units > 10000 < / bass-units >
    < Unit Calculator > BINARY < / Unit-Calculator >
    < / local plan >
    < / cache-plans >

    < / cache-config >

    client config xml:
    <? XML version = "1.0"? >
    <! SYSTEM cache-config DOCTYPE "cache - config.dtd" >
    <>cache-config
    < cache-system-mapping >
    <! - caches with any name will be created as a default replicated. - >
    <>cache-mapping
    < name-cache > ResultKey < / cache-name >
    < scheme name > distributed_cache < / system-name >
    < / cache-mapping >
    < / cache-system-mapping >

    <>- cached patterns

    < distributed plan >
    < scheme name > distributed_cache < / system-name >
    < service name > DistributedCache < / service-name >
    < support-map-plan >
    < rollback-dumps-chess > true < / restoration-dumps-chess >
    schema < class >
    < system-Ref > by default-support-map < / plan-ref >
    < / class-system >
    < / support-map-plan >
    < / distributed plan >
    <!--
    By default, backup of schema definition of card used by all
    Caches that don't require any deportation policy
    ->
    schema < class >
    < scheme name > - by default-support-map < / system-name >
    > class name < com.tangosol.util.SafeHashMap < / class name >
    < / class-system >
    < / cache-plans >
    < / cache-config >



    How to reproduce:
    (1) start Cache loader by using com.tangosol.net.DefaultCacheServer as a class main-server-Xms64m-Xmx64m - Dtangosol.coherence.wka = *ipaddressipaddress*-Dtangosol.coherence.cacheconfig=\conf\server-cache-config.xml-Dtangosol.coherence.extend.address=* *.

    (2) run the client with the following information as VM arguments:
    -Server-Xms64m-Xmx64m - Dtangosol.coherence.wka = *ipaddressipaddress*-Dtangosol.coherence.cacheconfig=conf\client-cache-config.xml-Dtangosol.coherence.extend.address=* *.

    (3) run the client program as it is for the first time. We see the result as below:
    1: - > cache result: {NAME = Suhas, AGE = 31, LAST NAME is Madap1}
    2: - > cache result: {NAME = Suhas, AGE = 32, LAST NAME is Madap2}
    3: - > cache result: {NAME = Suhas, AGE = 33, LAST NAME is Madap3}
    4: - > cache result: {NAME = Suhas, AGE = 34, LAST NAME is Madap4}
    5: - > cache result: {NAME = Suhas, AGE = 35, LAST NAME is Madap5}
    6: - > cache result: {NAME = Suhas, AGE = 36, LAST NAME is Madap6}
    7: - > cache result: {NAME = Suhas, AGE = 37, LAST NAME is Madap7}
    8: - > cache result: {NAME = Suhas, AGE = 38, LAST NAME is Madap8}
    9: - > cache result: {NAME = Suhas, AGE = 39, LAST NAME is Madap9}
    10: - > cache result: {NAME = Suhas, AGE = 40, LAST NAME is Madap10}
    11: - > cache result: {NAME = Suhas, AGE = 41, LAST NAME is Madap11}
    12: - > cache result: {NAME = Suhas, AGE = 42, LAST NAME is Madap12}
    13: - > cache result: {NAME = Suhas, AGE = 43, LAST NAME is Madap13}
    14: - > cache result: {NAME = Suhas, AGE = 44, LAST NAME is Madap14}
    15: - > cache result: {NAME = Suhas, AGE = 45, LAST NAME is Madap15}
    16: - > cache result: {NAME = Suhas, AGE = 46, LAST NAME is Madap16}
    17: - > cache result: {NAME = Suhas, AGE = 47, LAST NAME is Madap17}
    18: - > cache result: {NAME = Suhas, AGE = 48, LAST NAME is Madap18}
    19: - > cache result: {NAME = Suhas, AGE = 49, LAST NAME is Madap19}
    20: - > cache result: {NAME = Suhas, AGE = 50, LAST NAME is Madap20}
    21: - > cache result: {NAME = Suhas, AGE = 51, LAST NAME is Madap21}
    22: - > cache result: {NAME = Suhas, AGE = 52, LAST NAME is Madap22}
    23: - > cache result: {NAME = Suhas, AGE = 53, LAST NAME is Madap23}
    24: - > cache result: {NAME = Suhas, AGE = 54, LAST NAME is Madap24}
    25: - > cache result: {NAME = Suhas, AGE = 55, LAST NAME is Madap25}
    26: - > cache result: {NAME = Suhas, AGE = 56, LAST NAME is Madap26}
    27: - > cache result: {NAME = Suhas, AGE = 57, LAST NAME is Madap27}
    28: - > cache result: {NAME = Suhas, AGE = 58, LAST NAME is Madap28}
    29: - > cache result: {NAME = Suhas, AGE = 59, LAST NAME is Madap29}
    30: - > cache result: {NAME = Suhas, AGE = 60, LAST NAME is Madap30}
    31: - > cache result: {NAME = Suhas, AGE = 61, LAST NAME is Madap31}
    32: - > cache result: {NAME = Suhas, AGE = 62, LAST NAME is Madap32}
    33: - > cache result: {NAME = Suhas, AGE = 63, LAST NAME is Madap33}
    34: - > cache result: {NAME = Suhas, AGE = 64, LAST NAME is Madap34}
    35: - > cache result: {NAME = Suhas, AGE = 65, LAST NAME is Madap35}
    36: - > cache result: {NAME = Suhas, AGE = 66, LAST NAME is Madap36}
    37: - > cache result: {NAME = Suhas, AGE = 67, LAST NAME is Madap37}
    38: - > cache result: {NAME = Suhas, AGE = 68, LAST NAME is Madap38}
    39: - > cache result: {NAME = Suhas, AGE = 69, LAST NAME is Madap39}
    40: - > cache result: {NAME = Suhas, AGE = 70, LAST NAME is Madap40}
    41: - > cache result: {NAME = Suhas, AGE = 71, LAST NAME is Madap41}
    42: - > cache result: {NAME = Suhas, AGE = 72, LAST NAME is Madap42}
    43: - > cache result: {NAME = Suhas, AGE = 73, LAST NAME is Madap43}
    44: - > cache result: {NAME = Suhas, AGE = 74, LAST NAME is Madap44}
    45: - > cache result: {NAME = Suhas, AGE = 75, LAST NAME is Madap45}
    46: - > cache result: {NAME = Suhas, AGE = 76, LAST NAME is Madap46}
    47: - > cache result: {NAME = Suhas, AGE = 77, LAST NAME is Madap47}
    48: - > cache result: {NAME = Suhas, AGE = 78, LAST NAME is Madap48}
    49: - > cache result: {NAME = Suhas, AGE = 79, LAST NAME is Madap49}
    50: - > cache result: {NAME = Suhas, AGE = 80, LAST NAME is Madap50}
    51: - > cache result: {NAME = Suhas, AGE = 81, LAST NAME is Madap51}
    52: - > cache result: {NAME = Suhas, AGE = 82, LAST NAME is Madap52}
    53: - > cache result: {NAME = Suhas, AGE = 83, LAST NAME is Madap53}
    54: - > cache result: {NAME = Suhas, AGE = 84, LAST NAME is Madap54}
    55: - > cache result: {NAME = Suhas, AGE = 85, LAST NAME is Madap55}
    56: - > cache result: {NAME = Suhas, AGE = 86, LAST NAME is Madap56}
    57: - > cache result: {NAME = Suhas, AGE = 87, LAST NAME is Madap57}
    58: - > cache result: {NAME = Suhas, AGE = 88, LAST NAME is Madap58}
    59: - > cache result: {NAME = Suhas, AGE = 89, LAST NAME is Madap59}
    60: - > cache result: {NAME = Suhas, AGE = 90, LAST NAME is Madap60}
    61: - > cache result: {NAME = Suhas, AGE = 91, LAST NAME is Madap61}
    62: - > cache result: {NAME = Suhas, AGE = 92, LAST NAME is Madap62}
    63: - > cache result: {NAME = Suhas, AGE = 93, LAST NAME is Madap63}
    64: - > cache result: {NAME = Suhas, AGE = 94, LAST NAME is Madap64}
    65: - > cache result: {NAME = Suhas, AGE = 95, LAST NAME is Madap65}
    66: - > cache result: {NAME = Suhas, AGE = 96, LAST NAME is Madap66}
    67: - > cache result: {NAME = Suhas, AGE = 97, LAST NAME is Madap67}
    68: - > cache result: {NAME = Suhas, AGE = 98, LAST NAME is Madap68}
    69: - > cache result: {NAME = Suhas, AGE = 99, LAST NAME is Madap69}
    70: - > cache result: {NAME = Suhas, AGE = 100, LAST NAME is Madap70}
    71: - > cache result: {NAME = Suhas, AGE = 101, LAST NAME is Madap71}
    72: - > cache result: {NAME = Suhas, AGE = 102, LAST NAME is Madap72}
    73: - > cache result: {NAME = Suhas, AGE = 103, LAST NAME is Madap73}
    74: - > cache result: {NAME = Suhas, AGE = 104, LAST NAME is Madap74}
    75: - > cache result: {NAME = Suhas, AGE = 105, LAST NAME is Madap75}
    76: - > cache result: {NAME = Suhas, AGE = 106, LAST NAME is Madap76}
    77: - > cache result: {NAME = Suhas, AGE = 107, LAST NAME is Madap77}
    78: - > cache result: {NAME = Suhas, AGE = 108, LAST NAME is Madap78}
    79: - > cache result: {NAME = Suhas, AGE = 109, LAST NAME is Madap79}
    80: - > cache result: {NAME = Suhas, AGE = 110, LAST NAME is Madap80}
    81: - > cache result: {NAME = Suhas, AGE = 111, LAST NAME is Madap81}
    82: - > cache result: {NAME = Suhas, AGE = 112, LAST NAME is Madap82}
    83: - > cache result: {NAME = Suhas, AGE = 113, LAST NAME is Madap83}
    84: - > cache result: {NAME = Suhas, AGE = 114, LAST NAME is Madap84}
    85: - > cache result: {NAME = Suhas, AGE = 115, LAST NAME is Madap85}
    86: - > cache result: {NAME = Suhas, AGE = 116, LAST NAME is Madap86}
    87: - > cache result: {NAME = Suhas, AGE = 117, LAST NAME is Madap87}
    88: - > cache result: {NAME = Suhas, AGE = 118, LAST NAME is Madap88}
    89: - > cache result: {NAME = Suhas, AGE = 119, LAST NAME is Madap89}
    90: - > cache result: {NAME = Suhas, AGE = 120, LAST NAME is Madap90}
    91: - > cache result: {NAME = Suhas, AGE = 121, LAST NAME is Madap91}
    92: - > cache result: {NAME = Suhas, AGE = 122, LAST NAME is Madap92}
    93: - > cache result: {NAME = Suhas, AGE = 123, LAST NAME is Madap93}
    94: - > cache result: {NAME = Suhas, AGE = 124, LAST NAME is Madap94}
    95: - > cache result: {NAME = Suhas, AGE = 125, LAST NAME is Madap95}
    96: - > cache result: {NAME = Suhas, AGE = 126, LAST NAME is Madap96}
    97: - > cache result: {NAME = Suhas, AGE = 127, LAST NAME is Madap97}
    98: - > cache result: {NAME = Suhas, AGE = 128, LAST NAME is Madap98}
    99: - > cache result: {NAME = Suhas, AGE = 129, LAST NAME is Madap99}

    (4) run the client program changing once more result key object to:
    for (int i = 1; i < 100; i ++) {}
    resultKey = new ResultKey ("Suhas", "Louise", 30 + i);
    System.out.println (i + ": - > cache Result::"+cache.get(resultKey)); ")
    }
    We see the result with the value null for some keys:
    1: - > cache result: {NAME = Suhas, AGE = 31, LAST NAME is Makitantu}
    2010-08-09 15:34:20.514/1.906 Oracle coherence GE 3.5.3/465 < D4 > (thread = DistributedCache, Member = 2): ask Member 1 2778 primary partitions
    2010-08-09 15:34:21.546/2.938 Oracle coherence GE 3.5.3/465 < D5 > (thread = TcpRingListener, 2 = member): TcpRing: connection to members 1 using TcpSocket {State = STATE_OPEN, Socket=Socket[addr=/10.136.109.206,port=1556,localport=8089]}
    2: - > Hide Result::null
    2010-08-09 15:34:22.061/3.453 Oracle coherence GE 3.5.3/465 < D5 > (thread = DistributedCache, Member = 2): postponement of the distribution because of 2778 pending updated configuration
    3: - > cache result: {NAME = Suhas, AGE = 33, LAST NAME is Makitantu}
    4: - > Hide Result::null
    5: - > cache result: {NAME = Suhas, AGE = 35, LAST NAME is Makitantu}
    6: - > Hide Result::null
    7: - > Hide Result::null
    8: - > Hide Result::null
    9: - > Hide Result::null
    10: - > cache result: {NAME = Suhas, AGE = 40, LAST NAME is Makitantu}
    11: - > cache result: {NAME = Suhas, AGE = 41, LAST NAME is Makitantu}
    12: - > Hide Result::null
    13: - > cache result: {NAME = Suhas, AGE = 43, LAST NAME is Makitantu}
    14: - > Hide Result::null
    15: - > cache result: {NAME = Suhas, AGE = 45, LAST NAME is Makitantu}
    16: - > cache result: {NAME = Suhas, AGE = 46, LAST NAME is Makitantu}
    17: - > Hide Result::null
    18: - > Hide Result::null
    19: - > cache result: {NAME = Suhas, AGE = 49, LAST NAME is Makitantu}
    20: - > Hide Result::null
    21: - > cache result: {NAME = Suhas, AGE = 51, LAST NAME is Makitantu}
    22: - > cache result: {NAME = Suhas, AGE = 52, LAST NAME is Makitantu}
    23: - > cache result: {NAME = Suhas, AGE = 53, LAST NAME is Makitantu}
    24: - > Hide Result::null
    25: - > Hide Result::null
    26: - > cache result: {NAME = Suhas, AGE = 56, LAST NAME is Makitantu}
    27: - > Hide Result::null
    28: - > Hide Result::null
    29: - > cache result: {NAME = Suhas, AGE = 59, LAST NAME is Makitantu}
    30: - > Hide Result::null
    31: - > cache result: {NAME = Suhas, AGE = 61, LAST NAME is Makitantu}
    32: - > Hide Result::null
    33: - > cache result: {NAME = Suhas, AGE = 63, LAST NAME is Makitantu}
    34: - > Hide Result::null
    35: - > Hide Result::null
    36: - > cache result: {NAME = Suhas, AGE = 66, LAST NAME is Makitantu}
    37: - > cache result: {NAME = Suhas, AGE = 67, LAST NAME is Makitantu}
    38: - > cache result: {NAME = Suhas, AGE = 68, LAST NAME is Makitantu}
    39: - > cache result: {NAME = Suhas, AGE = 69, LAST NAME is Makitantu}
    40: - > Hide Result::null
    41: - > Hide Result::null
    42: - > Hide Result::null
    43: - > Hide Result::null
    44: - > Hide Result::null
    45: - > cache result: {NAME = Suhas, AGE = 75, LAST NAME is Makitantu}
    46: - > cache result: {NAME = Suhas, AGE = 76, LAST NAME is Makitantu}
    47: - > cache result: {NAME = Suhas, AGE = 77, LAST NAME is Makitantu}
    48: - > Hide Result::null
    49: - > cache result: {NAME = Suhas, AGE = 79, LAST NAME is Makitantu}
    50: - > cache result: {NAME = Suhas, AGE = 80, LAST NAME is Makitantu}
    51: - > cache result: {NAME = Suhas, AGE = 81, LAST NAME is Makitantu}
    52: - > cache result: {NAME = Suhas, AGE = 82, LAST NAME is Makitantu}
    53: - > Hide Result::null
    54: - > cache result: {NAME = Suhas, AGE = 84, LAST NAME is Makitantu}
    55: - > Hide Result::null
    56: - > cache result: {NAME = Suhas, AGE = 86, LAST NAME is Makitantu}
    57: - > Hide Result::null
    58: - > Hide Result::null
    59: - > cache result: {NAME = Suhas, AGE = 89, LAST NAME is Makitantu}
    60: - > Hide Result::null
    61: - > cache result: {NAME = Suhas, AGE = 91, LAST NAME is Makitantu}
    62: - > Hide Result::null
    63: - > cache result: {NAME = Suhas, AGE = 93, LAST NAME is Makitantu}
    64: - > cache result: {NAME = Suhas, AGE = 94, LAST NAME is Makitantu}
    65: - > cache result: {NAME = Suhas, AGE = 95, LAST NAME is Makitantu}
    66: - > Hide Result::null
    67: - > cache result: {NAME = Suhas, AGE = 97, LAST NAME is Makitantu}
    68: - > Hide Result::null
    69: - > cache result: {NAME = Suhas, AGE = 99, LAST NAME is Makitantu}
    70: - > Hide Result::null
    71: - > cache result: {NAME = Suhas, AGE = 101, LAST NAME is Makitantu}
    72: - > cache result: {NAME = Suhas, AGE = 102, LAST NAME is Makitantu}
    73: - > cache result: {NAME = Suhas, AGE = 103, LAST NAME is Makitantu}
    74: - > Hide Result::null
    75: - > Hide Result::null
    76: - > cache result: {NAME = Suhas, AGE = 106, LAST NAME is Makitantu}
    77: - > cache result: {NAME = Suhas, AGE = 107, LAST NAME is Makitantu}
    78: - > Hide Result::null
    79: - > cache result: {NAME = Suhas, AGE = 109, LAST NAME is Makitantu}
    80: - > cache result: {NAME = Suhas, AGE = 110, LAST NAME is Makitantu}
    81: - > cache result: {NAME = Suhas, AGE = 111, LAST NAME is Makitantu}
    82: - > cache result: {NAME = Suhas, AGE = 112, LAST NAME is Makitantu}
    83: - > cache result: {NAME = Suhas, AGE = 113, LAST NAME is Makitantu}
    84: - > cache result: {NAME = Suhas, AGE = 114, LAST NAME is Makitantu}
    85: - > cache result: {NAME = Suhas, AGE = 115, LAST NAME is Makitantu}
    86: - > Hide Result::null
    87: - > cache result: {NAME = Suhas, AGE = 117, LAST NAME is Makitantu}
    88: - > Hide Result::null
    89: - > cache result: {NAME = Suhas, AGE = 119, NAME is Xavier}
    90: - > cache result: {NAME = Suhas, AGE = 120, LAST NAME is Makitantu}
    91: - > Hide Result::null
    92: - > Hide Result::null
    93: - > Hide Result::null
    94: - > cache result: {NAME = Suhas, AGE = 124, LAST NAME is Makitantu}
    95: - > Hide Result::null
    96: - > cache result: {NAME = Suhas, AGE = 126, LAST NAME is Makitantu}
    97: - > Hide Result::null
    98: - > cache result: {NAME = Suhas, AGE = 128, LAST NAME is Makitantu}
    99: - > cache result: {NAME = Suhas, AGE = 129, LAST NAME is Makitantu}

    Whenever we see null as a response, we observed that the call from the client can't same cacheloader::load() method.

    An additional point is, when we recycle or restart cache loader and run the client program in step 4 of the data. It returns the result.

    Published by: Suhas Xavier on August 9, 2010 16:53

    Hi Suhas,

    The problem is in your configuration of cache files. You have different client and server cache configuration files, define all two distributed-scheme for ResultKey cache. In the client configuration file, SafeHashMap is used as card distributed system support while in the server configuration file, cache store is used. Since this is a distributed cache, storage/process of participation of the cache is divided between two nodes of coherence. The entries stored or processed by the cache on the client service would return zero, while the inputs processed by the cache on the Server service would return that store cache load returns. That's why you see some of some of the entries have a value and others are null.

    Try to use the same cache for the client and the server configuration file. If you don't want the client to a storage node, set - Dtangosol.coherence.distributed.localstorage = false in your java command. What exactly do you want to the client and the server to do? Maybe close cache is something you are looking for?

    -Luk

  • using ramdisk to speed of rollup and Essbase calculation

    Understand that max Essbase can use up to 2G or 4G memory for the calculation, we can use leftovers of RAM in the server to form some temporary disk or others to accelerate the rollup and Essbase calculation?

    Oracle database can have some memory based SQL tables to speed up the process. Not sure, that essbase has functionality similar or not.

    Thanks in advance.

    What takes longer to your batch process? What is the time of aggregation?

    The thing with ASO is that you need to look at it a little differently. Once the data is loaded, you can question him, it should not be aggregated. Granted some pulls may be slower, but it will pull. If in practice, you can load data and allow users to have him while aggregation is running. Aggregation is just a bonus for the best time of the query, because the aggregation runs, query will improve the time.

    If your batch processing takes a lot of time during loading data, which is where I see most of the time with my ASO databases, then you must watch other things because I don't know if being run RAM will help a lot with regard to loading data at any given time to write to disk.

    If the data loading is your problem, then you must look load pads and break your loading data into pieces to take advantage of parallelism. (I don't think it's a real word)

  • If the hard disk dies this affect router/WiFi?  I know that this seems to be a strange question.

    If the internal hard drive dies this affect router/WiFi?  I know that this seems to be a strange question.  Logically, they seems to be two independent functions.  However, since I do not understand how it works...

    I plan to spend my old airport extreme (about 7 years) at an airport new Time Capsule or Airport Extreme for better wi - fi range.

    Where the internal hard disk come into your Airport Extreme or Time Capsule dying airport upgrade?

    If the disc is dead, it will be not not to be replaced. This should be done first before to other devices.

  • locked out my hotmail. Maybe hacked by stranger. have changed the password. not good

    locked out my hotmail.  Maybe hacked by stranger. have changed the password. not good

    Please send me answers * address email is removed from the privacy *.

    Please visit the hotmail forum.

    Support for Windows Live Hotmail are at http://windowslivehelp.com/product.aspx?productid=1

    Hotmail hacked? Take these steps
    http://blogs.msdn.com/b/securitytipstalk/archive/2010/07/07/Hotmail-hacked-take-these-steps.aspx

  • We need a manual imagePASS-S2. Searched online with no good result. Found sales.

    We need a manual Canon imagePASS-S2.  Searched online with no good result.  Found the manual of sales.  We will create the imagePASS-S2 soon.  TY

    Hi sscaffa!

    Thanks for posting in the Forum! Canon does not provide direct support for imageRUNNER the serial products, but your dealer will be able to help you! If you do not have a reseller, please call us at 1-800-OKCANON (652-2666) and we will be happy to provide you with dealers who are in your area.

  • Strange question, craps remaining after the system recovery on my windows xp desktop.

    Strange question, thank you for your comments!

    I just reinstalled windows xp on my old HP desktop HP Pavilion Media Center TV m7334n PC computer using the recovery on D partition. I expect that the installation would be a clean install. At the beginning of the recovery, I noticed the message on the screen saying that the backup was in process. After recovery, I could start my computer and realized that used disk space C was still as the space of C drive used before the restoration. I also noticed that there was a lot of pre-installed programs appears on the list of start - all programs. I never installed them after recovery. Many of them work. I expect a CLEAN installation. It is not clean at all.

    Furthur inspection on the system to reveal problems:

    1. I noticed that there are so many records under the program folder program files on the C drive (I have only one program fichiersDossier). I guess that the recovery process copied evething under my original forder of program files in this folder. I don't have anything I can use most of them because the links were scattered on a large number of them (I can't run the program of either start - all programs or folder directly). Is not at all a CLEAN installation.

    2. the recovery process also copy my document in the folder as well original user, see below to understand which is the original file of the user.

    3. originally, in my computer, I have two users (or 3 including comments), we came to HP-administrator with the computer, is another family.  On the computer I just recover, there are 3 users accompanying the recovery. They are administrator, hp-administrator and guest. I've renamed the family administrator. Now, under systems and settings, I see the user plus two records. They are administrator-YOUR-4DACD0EA75 and hp-administrator-YOUR-4DACD0EA75. YOUR 4DACD0EA75 sounds familiar. I can remember that I was lazy and that it has not changed the computer name during installation after recovery. YOUR 4DACD0EA75 is actually the default name given to me during the installation. I don't like this at all, so I changed the name of the computer and restarted the computer. The name of the computer was changed after the restartup, but ugly folder names remain the same and I can not even rename the ugly file name.

    I had done some restorations system on this computer before, I never noticed a problem like this before.

    1 have we seen this before?

    2 I forgot something?

    3. can I safely delete the original user profiles and records under the program folder program files?

    4. can I do a system recovery really CLEAN? I understand that the crapware will be installed during the system recovery. I'm ok with that, what I want is my pc to be recovered to the original state of the plant.

    5. I can read is no longer my 1st disc restore dvd. Is it possible to make another set of recovery disks?

    Thanks for reading my long message!

    1 have we seen this before? I saw something similar and other relief to be fixed.

    2 I forgot something? I don't think so. Just do an another hard drive recovery. Try again is all I can think about.

    3. can I safely delete the original user profiles and records under the program folder program files? I would'nt mess with her. Just do another hard drive recovery system.

    4. can I do a system recovery really CLEAN? I understand that the crapware will be installed during the system recovery. I'm ok with that, what I want is my pc to be recovered to the original state of the plant. Yes. Used hydrogen peroxide call destructive (or full) non-destructive vs. Make a full - restoration destructive to put things o back the way you bought it.

    http://support.HP.com/us-en/document/bph07145

    5. I can read is no longer my 1st disc restore dvd. Is it possible to make another set of recovery disks? By all means, out juice of repair disk and try to get it back. If you can repair the disk, make a copy or 2 whole and store them in a safe place. Otherwise, you will have to order them from somewhere on the Web... as a popular auction site.

    Thanks for reading my long message! You are welcome. Thanks for posting. I hope my answer helps.

  • Strange question - width ListItem

    While developing applications, I noticed a strange question.

    When I draw list in qml item available, it's very nice on an excerpt:

    I put

    horizontalAlignment: HorizontalAlignment.Fill
    

    and the width of the list item fill all empty space, but when I check the list on Simulator it encapsulates the width of content?

    Does anyone know how to set the width of the listItem to fill all the space from left to right?

    To sum up,

    I want to have (and it looks like this on qml overview):

    but I get this (width of list point fits only the content):

    Thanks in advance.

    Hi, there may be simpler but for me it works using the spaceQuota:

    ListItemComponent {
        type: "item"
        Container {
    
            background: Color.Red
            Container {
                preferredHeight: 230     
    
                layout: StackLayout {
                    orientation: LayoutOrientation.LeftToRight
                }
    
                Container {
    
                    layoutProperties: StackLayoutProperties {
                        spaceQuota: 1
                    }
                 }
             }
         }
    }
    
  • OBIEE logical column has same SQL but returns different results

    I have a SQL query with a case statement that returns the correct results by operating in Oracle SQL Developer. I've created several logical columns in OBIEE, one for each case in the original query. However, the results returned by each logical column OBIEE are radically different from the original SQL query results, even if the SQL code is virtually identical.

    For example, a column logical OBIEE that returns incorrect results contains the following SQL code:

    SUM (CASE when

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '% a %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%B %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%c %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like"% %") or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%G %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like"hour %") or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like"%%J") or

    ("Registration - College". "" Effective colleges F. ("' Postal code ' like '%R %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%s %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%T %') or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like"% %") or

    ("Registration - College". "" Effective colleges F. ("" Postal code "like '%x %') or

    ("Registration - College". "" Effective colleges F. ("' Postal code ' like '%Y %')

    THEN 0 OTHERWISE 1 END)

    The case statement in the original SQL query, which returns the correct results, is as follows:

    CASE

    WHEN (postal_zip_code_permanent like "%%K") or (postal_zip_code_permanent like '% %') or (postal_zip_code_permanent like '%m %') or (postal_zip_code_permanent like '%n %') or (postal_zip_code_permanent like "%p %") THEN "Ontario".

    WHEN (postal_zip_code_permanent like '% a %') or (postal_zip_code_permanent like '%B %') or (postal_zip_code_permanent like '%c %') or (postal_zip_code_permanent like '% %') or (postal_zip_code_permanent like '%G %') or (postal_zip_code_permanent like "%hour") or (postal_zip_code_permanent like "%%J") or (postal_zip_code_permanent like "%%R") or (postal_zip_code_permanent like '%s %') or (postal_zip_code_permanent like '%t %') or (postal_zip_code_permanent like '% %') or (postal_zip_ code_permanent like '%x %') or (postal_zip_code_permanent like "%%Y") THEN "Canada, other than Ontario.

    WHEN (substr(postal_zip_code_permanent,1,1) IN ('1 ', '2', '3', '4', '5', '6' ', 7',' 8 ', ' 9',' 0') or (postal_zip_code_permanent like '%d %') or (postal_zip_code_permanent like '%f %') or (postal_zip_code_permanent like ' % I %') or (postal_zip_code_permanent like "% O") or (postal_zip_code_permanent like "%%Q") or (postal_zip_code_permanent like "%%U") or (postal_zip_code_permanent like ' % W ') or (postal_zip_code_permanent like "%%Z")) THEN 'other')

    WHEN (postal_zip_code_permanent like '% + %') or (postal_zip_code_permanent like '%. %') or (postal_zip_code_permanent like ' %? %') or (postal_zip_code_permanent like '% %') or postal_zip_code_permanent IN ('+ ','.', '?)) (',',') And THEN "Invalid."

    WHEN postal_zip_code_permanent is null THEN 'Blank '.

    Of OTHER postal_zip_code_permanent

    END

    Now I see what the problem was. In the original SQL query, each condition is exclusive, for each record will only be categorized in one of the scenarios WHEN. But in OBIEE, each logical column is autonomous, so some records were classified into more than logical column, even if each logical column was supposed to be exclusive.

Maybe you are looking for