Cube with aggregation more slow that a cube without aggregation

Hi,
I have a SSAS 2012 database that I am trying to tune to give more performance.
I improve several best practices like define attribute relationships between attributes and also create aggregations (with bids helper) to try so tune the speed of the query.
But every time I compare my Cube with the old without aggregations the times are almost the same.
I run the Sql profiler and I saw that the aggregations are used but at the end a Query Subcube is always done I increase the duration of the query.
If my query can get all from the aggregation it's usual to do at the end a Query SubCube ?
In the Old Cube no aggregations are used and all information is used by the partition and query Subcube.
Thanks,
Manuel Gomes

Hi Gomes,
If I understanding correctly, you encounter performance issue when using SQL Server Analysis Services. Since not know the structure of you SSAS database, it hard to give your the root reason that cause the performance issue. I'd suggest you enable SQL
Sever profiler to monitor the queries fired by the process, once you find some queries took a very long time to run, consider creating the smaller cube partition or optimzing the query by adding index or partition to improve the query performance.
Here are some links about performance tuning, please see:
http://www.mssqltips.com/sqlservertip/2565/ssas--best-practices-and-performance-optimization--part-1-of-4/
http://technet.microsoft.com/en-us/library/cc966527.aspx
Hope this helps.
Regards,
Charlie Liao
TechNet Community Support

Similar Messages

  • ASO Cube with attributes very slow in retrieval

    Hi,
    I have a ASO Cube with 5 base dimensions and 8-9 attributes on the entity dimension. I have only 5-6 measures, which do the averages and counts based on the 40 day period. Howere, the data is loaded at the 15 minute increment
    Entity
    Date - (date-time, lowest level being date)
    TIme - ( 15 minute time for the full 24 hour period, has a attribute assocuated with oit)
    LocationType
    Measures.
    The sample formula is
    IIF(Islevel([Locations].CurrentMember,0), Avg(CrossJoin({[Measure].[Sale]},{[DateDim].CurrentMember.lag(40):[DateDim].CurrentMember})),Missing)
    Is there a way, i can have this calculated as a part of the script? DO you suggest i create a BSO, to do these calculations and pass on the result.
    In OBIEE, the report is to display the followung based on the date input.
    Entity Gen7, Entity Gen 6..... Entity Gen 2, Attr1, Attr2, Attr3, Attr4, Attr5, Attr6, Attr7, Measures

    2 things I would look at
    1st - I don't know how much performance you would get out of this, but I'm not clear why you are using a crossjoin in your MDX, it seems unnecessary and may cause more overhead. The following should work, you could also try using IsLeaf instead and see if that is any faster
    IIF(Isleaf([Locations].CurrentMember),
    Avg({[DateDim].CurrentMember.lag(40):[DateDim].CurrentMember},
    [Measure].[Sale], INCLUDEEMPTY)
    2nd - your problem mostly revolves around the fact that you are running a 40 member sum/avg for every member you are querying. It also sounds like the average is at the Day level, which is not level 0. So for all forty days, ASO also has to calc the results of each of those days. Remember that aggregations only get you so far, you should really think of everything in ASO as dynamic and that is why you can see what you have set up is not going to work that well, it is too calc intensive.
    I don't know how practical this is, but to get this to work fast you would probably need to break out the 15 minute increments below the day level to another dimension so the day level becomes a stored level zero member. The 15 minute increment dimension should also be stored. If at all possible you would want to have an alternate stored hierarchy with the 40 days you want to base the average on. Enable alternate hierarchies in your aggregations, then change your MDX calc to be based on the parent of the 40 day hierarchy divided by 40. That would be fast.
    I suppose you could opt to not break out the 15 minute increments and just have the shared hierarchy made up of the 15 minute increments that are below the 40 days. That would still give you a good stored subtotal that with some query hints you could get optimized.

  • How to load data from a virtual cube with services

    Hello all,
    we have set up a virtual cube with service and create a BEx report to get the data from an external database. That works fine. The question is now:
    Is it some how possible to "load" the data from this virtual cube with service (I know that there are not really data...) into an other InfoCube?
    If that is possible, can you please give my some guidance how to set up this scenario.
    Thanks in advance
    Jürgen

    Hi:
    I don't have system before me, so try this.
    I know it works for Remote Cube.
    Right Click on the Cube and Select Generate Export Data Source.
    If you can do this successfully, then go to Source Systems tab and select the BW. Here, Right CLick on select Replicate DataSources.
    Next, go to InfoSOurces, click on Refresh. Copy the name of Virtual Cube and add 8 as a prefix and search for the infosource.
    If you can see it, that means, you can load data from this cube to anywhere you want, just like you do to ODS.
    ELSE.
    Try and see if you can create an InfoSpoke in Virtual Cube. Tran - RSBO.
    Here, you can load to a database table and then, from this table, you can create datasource, etc.
    ELSE.
    Create query and save it as CSV file and load it anywhere you want. This is more difficult.
    Good luck
    Ram Chamarthy

  • I have a BookPro 15 2.2 GHz Intel Core 2 Duo with 4 GB Ram, that's more slow after updating to X Lion 10.7.5

    Hello
    I have a BookPro 15 2.2 GHz Intel Core 2 Duo with 4 GB Ram, that's more slow after updating to X Lion 10.7.5
    Is my hardware not good for this new OS ?
    Can I upgrade my computer to Mountain Lion OS  and make it faster ?

    Mountain Lion won't make it faster. It may not even be compatible.  Speed has a lot to do with what is installed, installation of utilities that actually slow you down, such as MacKeeper, or any cache cleaning softawre.  Installation of utilities that you don't need such as anti-virus or firewall software.  Peer2peer software.  Other devices sharing the same network can slow it down too, make sure your network is secure, and you know what is sharing the network.  Some websites may be slower on Safari, and an alternative browser* is needed.

  • Creating a cube with more than one dimension

    I have been able to create a cube with one dimension using our own data. I am able to view data from this cube in Cube Viewer and in a presentation created with BI Beans in JDeveloper.
    However, I have been unsuccessful in doing this when creating a cube with two dimensions. What am I missing?
    I have been using OEM to create the dimensions and cubes, etc. in a 9.2.0.4 database.

    You can use Analytic Workspace Manager 10.1.0.4 to create analytic workspaces (MOLAP) in Oracle OLAP 10.1.0.4. The Model View in this GUI tool utilizes the OLAP AW Java API that was introduced in Oracle OLAP 10g. This Java API fully abstracts the logical dimensional model from physical design.
    OWB Paris, which is currently in beta, likewise uses the OLAP AW API to create AWs. In addition, it can create ROLAP cubes via the OLAP Catalog CWM2 APIs. This is a change in APIs as the previous version used CWM1/Lite like Enterprise Manager. Also, for ROLAP cubes OWB Paris will automatically include MR_REFRESH in its scripts and will call the appropriate DBMS_ODM package in order to create materialized views.
    As for tutorials for creating a star schema, check with the Oracle Warehouse Builder forum.
    OWB Forum:
    Warehouse Builder

  • Can I use my old charging cube purchased with and iPod Photo that has international plugs to charge my iPhone 4S?

    I have an old charging cube that I purchased with my iPod Photo several years ago.  It has various adapter plugs to use in other countries some of which have 220 volts.  In the USA we use 110 volts.
    Can I use the old cube with the proper plug to charge my iPhone 4S in Israel?
    Thanks in advance.

    The power will be okay.
    If the dock cannot take adapters, I strongly advise you to not use the dock (if you want to keep it), without creating support for the iPhone. It will break; had this happen to an iHome with my 5th gen iPod, due to the lack of accessories to support the new iPod profile.

  • How to create an unsolved cube with awm???

    hi all,
    I readed the "Oracle Olap developer's guide to the Oalp api" and I found there's 2 type of Cube: Solved and Unsolved Cubes. And this document says: "... if all the data for a cube is specified by the DBA, then the cube is considered to be Solved. If some or all of the aggregate data must be calculated by Oracle OLap, then the cube is unsolved ..."
    I tried with awm 10.2.0.3.0A to create an unsolvedCube but I can't. All cubes I created are solvedCube. To know if a cube is solved or unsolved, I wrotte an program in Java to read informations of package mtm.
    Some one can tell me how to create an unsolved cube with AWM ou other soft please!

    SH is not a relational OLAP data model which is quite different from the GLOBAL schema which is based on an Analytic Workspace.
    If you change the aggregation method you will need to re-compute the whole cube which can be a very big job! You might be able to force the unsolved status be de-selecting all the levels on the Rules tab in AWM. However, I think by default analytic workspace OLAP models always provide a fully solved cube to the outside world. This is the nature of the multi-dimensional model.
    Relationally, as keys are located in separate columns a cube can be unsolved in that the key column only contains values for a single level from the corresponding dimension tables. If more than keys for different levels within the same dimension appear within the fact key column then the cube is deemed as being solved.
    Therefore, I am not sure you are going to get the information you require from the API. To changes the aggregation method you will have to switch off all pre-compute options and also disable the session cache to prevent previously calculated data being returned when you change the aggregation method.
    Hope this helps
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • How to edit the cube with new fields without changing historical  in BI 7.0

    HI,
    I have requirment that need to edit cube with new fields and without changing historical data on it.
    Please some one can advise me abt the above scenario.
    Note:I am using BI7.0

    hi Krish,
    In BI 7.0,
    we cannot add a characteristic to an existing dimension if the data is not deleted from the cube.
    It can go to a new dimension and that will not change the existing structure of the cube tables, but will just add to it (as another dim table).  or use remodeling.
    for more details, please seach threads.....
    with hopes
    ARS

  • Transcoding Sessions unregistered with CUCM from standby gateway of CUBE with HA usingHSRP

    I have 2 C2921 routers working fine untill I enbale CUBE with HA. After configureing HSRP on ethernet interface, the transcoding and conferencing resources were unregistered on HSRP standby router even though I bind the sccp ccm group to physical interface.
    Raised Cisco TAC, but they also could not solve yet. Cisco TAC recommanded to have loopback or another interface.
    I configure gi02/ without HSRP configuration, but still the transcoding and conferencing resources are not getting registered. Cisco TAC is still analysing the logs.
    I am hoping I get resolution here. Configuration of standby router is below.
    Building configuration...
    Current configuration : 13985 bytes
    ! Last configuration change at 15:07:25 BST Fri Aug 1 2014
    ! NVRAM config last updated at 15:07:25 BST Fri Aug 1 2014
    version 15.4
    service timestamps debug datetime msec localtime
    service timestamps log datetime msec localtime
    service password-encryption
    service internal
    service sequence-numbers
    hostname CHN-RT-VG01
    boot-start-marker
    boot system flash:c2900-universalk9_npe-mz.SPA.154-3.M.bin
    boot system flash:c2900-universalk9_npe-mz.SPA.154-2.T1.bin
    boot-end-marker
    ! card type command needed for slot/vwic-slot 0/0
    card type e1 0 1
    card type e1 0 2
    logging queue-limit 10000
    logging buffered 10000000
    logging rate-limit 10000
    no logging console
    enable secret 4 XkK1t85uKpzHay4O0x8hP0rt1uO7UwNlcWBLwLAsn3Y
    ipc zone default
     association 1
      no shutdown
      protocol sctp
       local-port 5000
        local-ip 10.215.8.148
       remote-port 5000
        remote-ip 10.215.8.149
     --More--         no aaa new-model
    clock timezone BST 0 0
    clock summer-time BST date Mar 28 1993 0:00 Oct 27 2035 23:59
    network-clock-participate wic 1
    network-clock-participate wic 2
    network-clock-select 1 E1 0/1/0
    network-clock-select 2 E1 0/1/1
    network-clock-select 3 E1 0/2/0
    no ip domain lookup
    ip domain name DILFLPROD.CO.UK
     --More--         ip cef
    ipv6 multicast rpf use-bgp
    no ipv6 cef
    multilink bundle-name authenticated
    isdn switch-type primary-4ess
    cts logging verbose
    crypto pki trustpoint TP-self-signed-3464013556
     enrollment selfsigned
     subject-name cn=IOS-Self-Signed-Certificate-3464013556
     revocation-check none
     rsakeypair TP-self-signed-3464013556
    crypto pki certificate chain TP-self-signed-3464013556
     certificate self-signed 01
      3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 33343634 30313335 3536301E 170D3132 31313232 30353530
      30345A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 34363430
      31333535 3630819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
      8100FD06 30324087 5D131745 446B6933 963E32DB 4B3F78D3 C2627F7B A68792EA
      0686B7C1 93B66C1A 2287DD72 26AC10BE F6B5DE89 CEF9C800 836DAD25 4A32FC52
      99A65E45 FAD97919 4BD2CFC8 136EB9AC F7F21045 0A930247 0E72CE1B 1C00D1BD
      59B83BED 73639AA5 C78A657B EC55F15B 5287703C 3ED94E47 492DFAD0 89934B27
      5CD10203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
      551D2304 18301680 146F6961 3C46FDE7 C105ADBF 5C07A675 7F7B5828 E1301D06
      03551D0E 04160414 6F69613C 46FDE7C1 05ADBF5C 07A6757F 7B5828E1 300D0609
      2A864886 F70D0101 05050003 8181005E 509EACC9 67205643 133DD745 5A6E7C82
      7AAE0766 C68C215B 6222A86F A08AC77D 1030664E F77F6CFB CF021C94 BC5FB190
      FEA96EE9 5A502DC6 D4407467 9662683E CFDC1779 4016A9A0 32EF415D 6E21DF53
      D710D173 7BFC300A FDEE54D8 36BBED28 05A6A752 652F2550 E6BC5896 D4EC222A
      C82C1B2A 4FEF6ED3 44DE109E DD796E
     --More--            quit
    voice-card 0
     dspfarm
     dsp services dspfarm
    voice call send-alert
    voice service voip
     mode border-element
     allow-connections sip to sip
     redundancy
     fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
     sip
      early-offer forced
      midcall-signaling passthru
      g729 annexb-all
    voice translation-rule 100
     rule 1 /^44845..\(.....\)/ /\1/
     rule 3 /^4411...\(....\)/ /2\1/
    voice translation-profile LiveOpsInbound
     translate called 100
    voice translation-profile OutboundtoKolDDI
     translate called 1
     --More--         !
    application
     global
      service alternate Default
    license udi pid CISCO2921/K9 sn FCZ164760NP
    hw-module pvdm 0/0
    hw-module pvdm 0/1
    username controller privilege 15 password 7 050F0F03284B4B070D04
    username voiceadmin privilege 15 password 7 1514190501242F37243A3327
    username shaums privilege 15 password 7 151602000D2D2E2A3C32
    username 745162 privilege 15 password 7 08254542001E0019060A
    username 256108 privilege 15 password 7 0124030858040B0A70
    redundancy inter-device
     scheme standby SB
    redundancy
     no keepalive-enable
     notification-timer 60000
    controller E1 0/1/0
     pri-group timeslots 1-31 service mgcp
    controller E1 0/1/1
     pri-group timeslots 1-31 service mgcp
    controller E1 0/2/0
     pri-group timeslots 1-31 service mgcp
    controller E1 0/2/1
     pri-group timeslots 1-31 service mgcp
    track 1 interface GigabitEthernet0/0 line-protocol
    track 2 interface GigabitEthernet0/1 line-protocol
    interface Embedded-Service-Engine0/0
     no ip address
     shutdown
    interface GigabitEthernet0/0
     description **Inside***
     ip address 10.215.8.132 255.255.255.240
     standby delay minimum 30 reload 60
     standby version 2
     standby 1 ip 10.215.8.135
     standby 1 priority 50
     standby 1 preempt
     standby 1 name SB
     standby 1 track 2 decrement 10
     duplex auto
     speed auto
    interface GigabitEthernet0/1
     description **Outside***
     ip address 10.215.8.148 255.255.255.240
     standby delay minimum 30 reload 60
     standby version 2
     standby 2 ip 10.215.8.150
     standby 2 priority 50
     standby 2 preempt
     standby 2 track 1 decrement 10
     duplex auto
     speed auto
     media-type rj45
     --More--         !
    interface GigabitEthernet0/2
     ip address 10.215.8.164 255.255.255.240
     duplex full
     speed 1000
    interface Serial0/1/0:15
     no ip address
     encapsulation hdlc
     isdn switch-type primary-net5
     isdn incoming-voice voice
     isdn bind-l3 ccm-manager
     no cdp enable
    interface Serial0/1/1:15
     no ip address
     encapsulation hdlc
     isdn switch-type primary-net5
     isdn incoming-voice voice
     isdn bind-l3 ccm-manager
     no cdp enable
    interface Serial0/2/0:15
     no ip address
     encapsulation hdlc
     isdn switch-type primary-net5
     isdn incoming-voice voice
     isdn bind-l3 ccm-manager
     no cdp enable
    interface Serial0/2/1:15
     no ip address
     encapsulation hdlc
     isdn switch-type primary-net5
     isdn incoming-voice voice
     isdn bind-l3 ccm-manager
     no cdp enable
    ip forward-protocol nd
     --More--         ip http server
    ip http access-class 23
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip rtcp report interval 3000
    ip route 0.0.0.0 0.0.0.0 10.215.8.129
    ip sla auto discovery
    ip sla 40001
     udp-jitter 10.215.191.3 17000 source-ip 10.215.8.132 codec g729a codec-numpackets 100
     tos 184
     owner SW.IpSla.CHVISM0210.SolarWindsOrion
     frequency 300
     timeout 180000
     threshold 1000
    ip sla schedule 40001 life forever start-time now
    ip sla 40003
     udp-jitter 10.215.221.131 17000 source-ip 10.215.8.132 codec g729a codec-numpackets 100
     tos 184
     owner SW.IpSla.CHVISM0210.SolarWindsOrion
     frequency 300
     timeout 180000
     threshold 1000
    ip sla schedule 40003 life forever start-time now
    no logging trap
    snmp-server community m&9C4rd4L%mw RO 10
    snmp-server community m&9C4rd4L%m RW 10
    snmp-server enable traps isdn call-information
    snmp-server enable traps isdn layer2
    snmp-server enable traps isdn chan-not-avail
    snmp-server enable traps isdn ietf
    snmp-server host 10.215.10.10 version 2c m&9C4rd4L%mw
    snmp-server host 10.215.232.202 version 2c m&9C4rd4L%mw
    tftp-server flash0:SCCP42.9-1-1SR1S.loads
    tftp-server flash0:apps42.9-1-1TH1-16.sbn
    tftp-server flash0:cnu42.9-1-1TH1-16.sbn
     --More--         tftp-server flash0:cvm42sccp.9-1-1TH1-16.sbn
    tftp-server flash0:dsp42.9-1-1TH1-16.sbn
    tftp-server flash0:jar42sccp.9-1-1TH1-16.sbn
    tftp-server flash0:term42.default.loads
    tftp-server flash0:term62.default.loads
    tftp-server flash0:/c2600-ipvoicek9-mz.124-25d.bin
    access-list 23 permit 10.10.10.0 0.0.0.7
    control-plane
    voice-port 0/1/0:15
    voice-port 0/2/0:15
    voice-port 0/1/1:15
    voice-port 0/2/1:15
    mgcp
    mgcp call-agent 10.215.8.7 2427 service-type mgcp version 0.1
    mgcp dtmf-relay voip codec all mode out-of-band
    mgcp rtp unreachable timeout 1000 action notify
    mgcp modem passthrough voip mode nse
    mgcp package-capability rtp-package
    mgcp package-capability sst-package
    mgcp package-capability pre-package
    no mgcp package-capability res-package
    no mgcp timer receive-rtcp
    mgcp sdp simple
    mgcp fax t38 inhibit
    mgcp bind control source-interface GigabitEthernet0/0
    mgcp bind media source-interface GigabitEthernet0/0
    mgcp behavior rsip-range tgcp-only
    mgcp behavior comedia-role none
    mgcp behavior comedia-check-media-src disable
     --More--         mgcp behavior comedia-sdp-force disable
    mgcp profile default
    sccp local GigabitEthernet0/2
    sccp ccm 10.215.8.7 identifier 1 priority 1 version 7.0
    sccp ccm 10.215.8.6 identifier 2 priority 2 version 7.0
    sccp ccm group 1
     bind interface GigabitEthernet0/2
     associate ccm 1 priority 1
     associate ccm 2 priority 2
     associate profile 2 register CFBCHEVG1
     associate profile 1 register XCODERCHEVG1
    ccm-manager music-on-hold
    ccm-manager fallback-mgcp
    ccm-manager redundant-host 10.215.8.6
    ccm-manager mgcp
    no ccm-manager fax protocol cisco
    ccm-manager config server 10.215.8.6 
    ccm-manager config
    dspfarm profile 1 transcode 
     codec g729r8
     codec ilbc
     codec pass-through
     codec g722-64
     codec g711ulaw
     codec g711alaw
     codec g729ar8
     codec g729abr8
     maximum sessions 70
     associate application SCCP
    dspfarm profile 2 conference 
     codec g729br8
     codec g729r8
     codec g729abr8
     --More--         codec g729ar8
     codec g711alaw
     codec g711ulaw
     codec g722-64
     codec ilbc
     maximum sessions 10
     associate application SCCP
    dial-peer voice 1 pots
     description **Incoming Dial Peer**
     incoming called-number .
     direct-inward-dial
    dial-peer voice 2 pots
     description **Outbound Dialpeer**
     translation-profile outgoing OutboundtoKolDDI
     destination-pattern 02083917600
     incoming called-number .
     port 0/1/1:15
    dial-peer voice 3 pots
     description **Outbound Dialpeer**
     translation-profile outgoing OutboundtoKolDDI
     destination-pattern 02083917600
     incoming called-number .
     port 0/2/0:15
    dial-peer voice 4 pots
     description **Outbound Dialpeer**
     translation-profile outgoing OutboundtoKolDDI
     destination-pattern 02083917600
     incoming called-number .
     port 0/2/1:15
    dial-peer voice 100 voip
     description to-DorkingCUCM
     translation-profile outgoing LiveOpsInbound
     destination-pattern 44..........
     session protocol sipv2
     session target ipv4:10.156.125.2
     --More--         incoming called-number .
     voice-class sip bind control source-interface GigabitEthernet0/0
     voice-class sip bind media source-interface GigabitEthernet0/0
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 200 voip
     description to-LiveOpsCCC
     preference 1
     destination-pattern .T
     session protocol sipv2
     session target ipv4:x.x.x.x
     incoming called-number 44..........
     voice-class sip bind control source-interface GigabitEthernet0/1
     voice-class sip bind media source-interface GigabitEthernet0/1
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 300 voip
     description to-LiveOpsCCC
     preference 2
     destination-pattern .T
     session protocol sipv2
     session target ipv4:x.x.x.x
     incoming called-number 44..........
     voice-class sip bind control source-interface GigabitEthernet0/1
     voice-class sip bind media source-interface GigabitEthernet0/1
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 101 voip
     description to-ChessingtonCUCM
     translation-profile outgoing LiveOpsInbound
     preference 1
     destination-pattern 44..........
     session protocol sipv2
     session target ipv4:10.215.8.7
     --More--         incoming called-number 40008
     voice-class sip bind control source-interface GigabitEthernet0/0
     voice-class sip bind media source-interface GigabitEthernet0/0
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 102 voip
     description to-ChessingtonCUCM
     translation-profile outgoing LiveOpsInbound
     preference 2
     destination-pattern 44..........
     session protocol sipv2
     session target ipv4:10.215.8.6
     incoming called-number 40008
     voice-class sip bind control source-interface GigabitEthernet0/0
     voice-class sip bind media source-interface GigabitEthernet0/0
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 103 voip
     description to-DorkingCUCM
     preference 1
     shutdown
     destination-pattern 25544
     session protocol sipv2
     session target ipv4:10.156.125.2
     incoming called-number .
     voice-class sip bind control source-interface GigabitEthernet0/0
     voice-class sip bind media source-interface GigabitEthernet0/0
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    dial-peer voice 104 voip
     description to-ChessingtonCUCM
     translation-profile outgoing LiveOpsInbound
     preference 1
     shutdown
     --More--         destination-pattern 40008
     session protocol sipv2
     session target ipv4:10.215.8.7
     incoming called-number .
     voice-class sip bind control source-interface GigabitEthernet0/1
     voice-class sip bind media source-interface GigabitEthernet0/1
     dtmf-relay rtp-nte
     codec g711ulaw
     no vad
    gateway
     media-inactivity-criteria all
     timer receive-rtcp 5
     timer receive-rtp 1200
    gatekeeper
     shutdown
    banner login ^CC
    "This system and components thereof is the sole and exclusive property of Diligenta and is intended solely for the usage of its authorized administrators. Unauthorized access or use will attract appropriate legal action.
    Access would be bound by Diligenta policies and could be monitored. Do not use this system, if the terms are not acceptable."
    ^C
    line con 0
     login local
    line aux 0
    line 2
     no activation-character
     no exec
     transport preferred none
     transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
     stopbits 1
    line vty 0 4
     privilege level 15
     login local
     --More--         transport input ssh
    line vty 5 15
     privilege level 15
     login local
     transport input ssh
    scheduler allocate 20000 1000
    end

    I don't have an answer for you but would like to add a note.  I was initially configuring and troubleshooting some things on a HA cube pair recently.  I was using external DNS for some dial-peer session target lookup and noticed the non-active CUBE could not lookup DNS.  When the non-active CUBE became active it could all of a sudden resolve DNS.  So I am speculating that something to do with the HA configuration is disallowing communication or bindings preventing routing to the rest of the network from the non-active CUBE.  I ended up putting local host records on the router to make me feel better.  I am guessing whatever is causing that might be related to the reason your SCCP is loosing registration on the non-active CUBE. 
    Jaime says what you are trying to do is not supported anyway.  I would like a a little clarification on that but what I believe to be supported is if you need transcoding or mtp resources for this CUBE only (Not registered to UCM) then LTI is a good option.
    http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/unified-border-element/115018-configure-cube-lti.html
    Hope any of this helps.  I am really commenting so I can track any updates to this thread. :)

  • Connecting SQL Analysis Services 2005 cube with obiee 10g

    Hello experts,
    I'm trying to link an SQL Analysis Services 2005 cube with obiee 10g.
    In Oracle BI Administration, when I choose File -> Import -> From
    Multi-dimensional, I have to fill the next gaps:
    Provider Type: Analysis Services 2005
    URL: ***********
    User: blank
    Password: blank
    Before to do that, I need to create the URL path.
    To create the URL, I have followed this link.
    http://erpthings.blogspot.com/2008/08/obiee-connection-to-msas-2005-
    cube.html
    But, it hasn't worked because when I was trying to configure the HTTP
    access to SQL Server 2005 Analysis Services, we have to perform a test to ensure that it has been well configured. In IIS -> WebSites -> Default WebSites -> olap, we should browse the document called "msmdpump.dll" and this should show an xml document, but it doesn't.
    Thanks!

    Hi Alex
    It sounds like your MS data pump might not be configured correctly. First ensure that is working before trying to put the values into OBIEE. Don't worry about the 500 error - I get that too instead of an XML page.
    You can read a bit more about SSAS support on my blog here:
    http://total-bi.com/2010/12/obiee-sql-server-analysis-services-cubes/
    Here's the link to Microsoft's description of setting up msmdpump.dll
    http://technet.microsoft.com/en-us/library/cc917711.aspx
    Paul

  • Integrating Essbase cubes with Oracle Tables in BI Server

    I'm trying to link together data from an aggregated Essbase Cube with some static table data from our oracle system. Both the essbase and oracle data exist correctly in their own right in the physical, business and presentation levels. Aggragted data is client sales, static data is client details
    Within the OBIEE Administration tool I've tried to drag the physical oracle table for clients onto the clients essbase section in the business area, and it seems to work OK, until you try and report on them together and I get the following error:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 42043] An external aggregate is found in an outer query block. (HY000)
    Can anyone advise on what I'm doing wrong?
    Thanks

    Thanks Christian I found some very useful articles (one or two by you) - I'll have to look harder on the net before posting.
    One thing I found out, with respect to vertical federation, that others may benefit from, is that I fuond it much easier to start from the most detailed level and then attach the less detailed source rather start with the less detailed and add the additional on.

  • Using Pivot-Slicers on a SSAS Cube with Access Rights

    Dear all,
    we're using a SSAS Cube and try to access the data by an Excel Pivot. That works fine.
    Furthermore, we are using the slicer feature of Excel 2010 to select the specified data.
    The problem is that we have a dedicated rights concept and only some users are allowed to see all dimension elements. Other users are not allowed to see all the data. This is ok and works for Pivots, as we can see there only the elements which the respective
    user is allowed to see. In the case of slicers this doesn't work: the slicers always show all dimension elements (the restricted ones with 0-values). Can this somehow be repaired, so that the user only sees the elements in the slicer he's allowed to see?
    Best Regards
    Bjoern

    Hi Charlie,
    I guess we have some kind of language barrier here because i did not fully understand your explanation.
    I've got a User Günther who is only to allowed to see the revenues of his own company.
    Therefore, he has got a restriction on the company-dimension, which has 100 companies. He is only allowed on his own company.
    If we open a new pivot with the company dimension, he will only see 1 column (with his company) instead of 100.
    If I currently add a slicer to the pivot, the list of elements in the slicer contains 100 companies. All of them are also shaded (which shows, that data is available). If i click on a shaded company, on which he is not allowed, Günther only sees zero-values
    (0,00).
    In this case, it would be better to only see the 1 company the slicer shaded, which has values that Günther is allowed to see. Then, he would only see his own company shaded and 99 would have the look like being "without data". 
    If my proposal would be impleneted, it would be much easier to use excel BI services on a big SSAS cube with multiple dimensions and multiple users that have different access rights. 
    The best would be, if a slicer could be customized in more details (e.g., with a mdx query).
    // Do I perhaps have misplaced the question into the wrong forum?
    Best Regards
    Bjoern

  • About Multicube vs a giant cube with Aggr

    Hi Gurus,
    i got this question, whay is the best decition about design,
    1- create a cube per year that is feed from ECC , for example cube data 2011 and cube data2012 and above this one, a Multicube, then the report
    2- Create a Giant Cube with aggregates
    help guys,

    Hi Jorge
    I would go for option one but still have aggregates.
    Option 1 actually splits your data in different cubes. Cubes with less data is always favorable for administrative work and report runtime.
    Like compression, roll up, creation and deletion of Index  is easier in small cubes. Moreover if there is any issue in data level you can always check from smaller cubes fast. If the cube is very large Display Data is a pain.
    One more point is , once you load historical data in different cubes, you do not need to touch them because they are already frozen. You  just need to take care of the cube which contains current data.
    Aggregates on the other hand takes extra space on the database. Administration of aggregates is also required . Like daily roll up adds to your data load time. More over aggregates are very specific to query. One aggregate can not satisfy all the query.
    It's better to have different cubes and then you can have small aggregates on those cubes. This would make your administration easy and query response time will be faster.
    PS: If multiprovider has different cubes for 2010,2011 and 2012 even if the query only wants 2012 data , backend system would read 2010 and 2011 cubes also. You can have a filter on 0INFOPROV in query level to prevent that.
    Regards
    Anindya

  • Initial loading with less added record in a cube

    Hi Everybody,
    I have loaded a Initial delta into a cube. in  that cube there are more than one lakh entries are transfered, but only 30,000 records are added, i donot know why it happened? how can i solved? help me...

    Hi Jaya,
               It is not a problem with no of records
    as cube is aggregates the key figure value.
    match the infocube data with PSA........if u find any missing records then debug the routines........

  • Avoid cubes with single dimension

    When designing SSAS CUBE in SQL SERVER BIDS 2008R2 we get a message on the cube object stating "Avoid cubes with single dimension".
    We are using just 1 dimension and 1 fact table .
    Is there any specific reason for this issue ?
    Mudassar

    Hi Mudassar,
    This rule analyzes cube dimensions to determine whether a cube contains only one cube dimension. Generally, a cube that contains only one cube dimension should have that dimension split into multiple cube dimensions based on logical business entities. Splitting
    a single cube dimension into multiple cube dimension will also improve usability in most user scenarios. This is the best practices recommendation from Microsoft when designing dimension. Because under most circumstances, if the cube only contains one dimension,
    it means that all the attributes were put into this dimension.
    In your scenario, you just use one dimension and one fact table. So you get this warning. And you needn't split the dimension into multiple dimension since there is only one dimension used in your cube.
    For more information about how to define dimensions, see
    Designing Dimensions in SQL Server Books Online.
    Regards,
    Charlie Liao
    TechNet Community Support

Maybe you are looking for