Xcelsius Parent/Child SWF Loader with BICS Connections

We have several Xcelsius Dashboards that use BICS connections to retrieve data from BW queries that we'd like to combine into one Parent/Child tabbed dashboard. I can't seem to find solid information on if this is possible using a SWF Loader component due to the BICS requirement of being published through BW Portal and not InfoView. Does anyone have any ideas (short of combining them into one huge dashboard due to the volume of data)? Thanks!

Hi Chris,
I have been working with SWF loader on the SAP portal using the BICS connection type. It was not supported last time I asked about a year ago. However, it can work if you specify the URL in the SWF loader in this way:
http://sapwebdisp.vestas.net:8103/bicsremotebex?SWF=XXX&TIMESTMP=1318867468000
XXX is the name you publish your child dashboard under. Data can be exchanged between the parent and child dashboard by using the custom component "Data sharer" from Inovista which can be downloaded for free:
http://www.inovista.com
Besides the fact that this setup is unsupported there are some limitations so from my point of view it should only be applied under the following conditions:
1. It is not possible to build eveything into a single dashboard.
2. A solution having several independent dashboards does not make sense.
An alternative might be the setup described in note 1526291. The way I understand it, it binds the dashboards together in a similar way as on a BO server with flash variables.
Regards,
Michael

Similar Messages

  • Dashboards with BICS connectivity and Infoview (BO4.0 Information Platform)

    Hello All,
    I have worked on Xcelsius 2008 with BICS connectivity to consume BEX Queries,
    and I'm aware that its not possible to export BICS based dashboards to BOE.
    But with the latest BO 4.0 release,
    I understand that BICS connectivity is inbuilt in BOE and we can consume BEX queries directly to create WEBI Reports.
    so my question is :
    in the latest version of Xcelsius ( Dashboards ),
    is it possible to Export Dashboards based on BICS to BO Information platform (4.0)???
    or is it still published in BW server only like the earlier (2008) version??
    To be able to create BEX based dashboards published on Info platform ,
    is QAAWS/Liveoffice still the only available possibility???
    Appreciate the help ,
    as we need to propose high level architecture to a customer who want to use Information platform as report
    delivery tool, and use BW as backend.
    Thanks and regards,
    Vinay
    Thanks and regards,
    Vinay

    Hello Tracy,
    Thanks a ton for the response.
    But in our case the customer does not plan to have Enterprise portal integration.
    So to be able to Deploy dashboards directly to Infoview from BEx query,will the below architecture work?
    1.Creating WEBI (4.0) document from BEX Directly  ( new functionality with 4.0)
    2.Create BI web service or Live office document
    3.Consume the same from Xcelsius and deploy into BOE.
    This will internally use BICS as it is internally used to create WEBI docu in 4.0.
    Let us know if there are any limitations with this architecture.
    Thanks and regards,
    Vinay

  • Xcelsius Parent/Child solution and BI Widgets

    Hi,
    Does anyone know if BI Widgets supports Xcelsius SWF files that have been created using the scaled method; i.e. Using a Parent SWF linked to Child SWFs which are loaded into the slideshow component using the documentDownload? URL and a selector.
    I am trying to access such a dashboard solution and deploy it onto the users desktop.
    The dashboard works when accessed through Infoview using both the below relative and actual URL's i.e.
    "../../../Xcelsius/opendoc/documentDownload?sIDType=CUID&iDocID=AfYquYuuqxJPjbXesBEC6d4&sKind=Flash&CELogonToken="&$C$9
    Or
    "http://bo1:8066/Xcelsius/opendoc/documentDownload?sIDType=CUID&iDocID=AfYquYuuqxJPjbXesBEC6d4&sKind=Flash&CELogonToken="&$C$9
    The problem is I can not get the child SWF to download into the Slideshow component in the Parent SWF when it has been published to the dashboard using BI Widgets.
    Questions:
    1. Does anyone know if BI Widgets supports SWF Parent/child u201Cscale upu201D solution
    2. If so what should the URL be to call the children into the slideshow??
    Thanks in advance.
    Pen.

    Hi Alan,
    Thanks for your response.
    I receive no error messages; when I try to load a child swf into the parent slideshow component I see only a 0% progress bar in the slideshow component. I have also tried also using the OpenDocuemnt.jsp and when I try this in the above aforementioned URLs I get a 100% progress bar - but nothing else. i.e.It never displays the child swfs and nor does OpenDocument.jsp work in Infoview.  The documentDownload? option does work in infoview but it does not work in BI Widgets.
    I have also visited the Flash settings manager site and set the Global Security options to u201CAlways allowu201D  and have added the BOE servers and my C:\ and Desktop to the u201Callow locationsu201D.
    When you say that Flash will not let you access files off the desktop what exactly do you mean? I'm not sure if this relates to me as I am trying to access files from BOE XI 3.1.
    Thanks for the advice; I will also post this issue on the Xcelsius forum.
    Regards,
    Penny.

  • Parent/child swf files

    Hello,
    Can a parent .swf listen for an event in a child .swf?
    Thanks!
    Erin

    Exactly how you add listener to anything.
    myLoadedMovie.addEventListener("eventType", myEventHadler);

  • Controlling separate, freestanding swfs (not loaded parent/child swfs)

    I have a flash file with buttons and actions and 2 flash files with animations. I want to control both animation files with the one 'controler' file, at the same time. 
    Note: these are separate swf/exe/app files and will run individually from the desktop, not be loaded into an swf and run online. 
    How can I access the timeline of these separate files to control them?
    Thanks

    http://kb2.adobe.com/community/publishing/918/cpsid_91887.html
    take a look at Q4

  • EIS : parent child - member load gives duplicate across dimensions message

    <p>I am trying to do member load from EIS (version7.1) desktop using an ASO metaoutline. The outline does notget built properly for one of the dimensions.</p><p> </p><p>Message log shows one of the values is duplicate but there areno duplicate values.</p><p> </p><p>message log shows the sql similar to : ( backend database isOracle 9.2.0.4 connected with odbc/OCI)</p><p> </p><p>SELECT  /*+ */ PARENT_ID, CHILD_ID, ALIAS_NAME,SEQUENCE_NUMBER from DIM1 order by 4 ASC</p><p> </p><p>Example data is:</p><p>CHILD_ID PAREN_ID SEQUENCE_NUMBER</p><p>ROOT                1</p><p>L1_1    ROOT    2</p><p>L1_2    ROOT    3</p><p>L1_3    ROOT    4</p><p>L2_1    L1_3    5</p><p>L2_2    L1_3    6</p><p>L1_4    ROOT    7</p><p>L1_5    ROOT    8</p><p> </p><p>Message log shows the following line twice:</p><p>Member "L1_3" is duplicate across all dimensions.</p><p>Member "L1_3" is duplicate across all dimensions.</p><p> </p><p>I checked all the dimensions and member value is unique acrossall dimensions.</p><p> </p><p>Outline gets created as follows: ( L1_1, L1_2 and L1_3 show upas siblings to DIM1 instead of children).</p><p> </p><p>Outline</p><p>    DIM1</p><p>            L1_2</p><p>            L1_3</p><p>            L1_4</p><p>            L1_5</p><p>    L1_1</p><p>    L1_2</p><p>    L1_3</p><p>    </p><p>Dimension has recursion defined in the model with PARENT_ID asparent column and CHILD_ID as Child column.</p><p> </p><p> </p><p> </p>

    Thanks John - still not quite working
    I should give another detail / extra complexity
    The "Geographic Location" dimensions looks like this:
    "Geographic Location" (Gen 1)
    "United States" (Gen 2)
    "SC" (Gen 3)
    "Unique Facility 1", "Unique Facility 2" etc (Gen 4)
    The data I have would be for Facility 1, Facility 2 which are unique member names which just happen to roll up under SC in the outline. I would have thought it would just load directly to those members without needing to specify their parent values.
    Do I need to specify [Geographic Location].[United States].[SC].[Facility 1] ? This seems like it's something that needs to be done in the source file rather than using the prefix/suffix features of the Rules File.

  • Problems targeting swf loaded with loadClip()

    Hi everyone,
    I'm having a really weird problem that I hope someone will be able to help me with. I'm using Actionscript 2.0.
    Basically, I have a main .swf, into which I am loading another .swf using loadClip(), on the click of a button. It loads into an empty movie clip on the timeline of the main .swf called container_mc. So far so good, this works.
    The problem comes when I am trying to control a movie clip that lives on the timeline of the external .swf. This clip has the instance name test_mc, and I'm trying to control it using the reference _level0.container_mc.test_mc. I have also tried just plain old container_mc.test_mc.
    Neither of these work, though when I apply a trace to test_mc with Actionscript on the timeline of the external swf (test_mc.onRelease = function () { trace(this); }), it returns the path _level0.container_mc.test_mc (when clicked on after being loaded into the main movie, obviously).
    Can anybody give me any ideas as to what is going wrong here? I've attached a couple of files demonstrating the problem I'm having.
    Cheers for any assistance!

    Thanks for confirming that I'm not crazy or stupid in thinking that's what the reference should be (honestly, I was starting to imagine that I must be one of the two), however I definitely only have one each of container_mc and test_mc. I've just tested this by changing the instance names (one at a time) - if there was a duplicate instance with the same name, the code would presumably still work, which it doesn't.
    Thanks for the suggestion, though.

  • 9 slice scaling on swf loaded with loadmovie

    If you load a swf into another swf that has a MC on the stage with 9 slice scaling setup, should 9 slice scaling work within that loaded SWF and MC? I've tried it and it doesn't in my case but wanted to be sure that this isn't a bug or limitation?
    Thanks,
    Paul.

    Because realtime non-bitmap rendering is far slower on iPad1 I ended up just bitmapping everything possible. I only draw what's absolutely necessary now. I gave up on 9-slice, there is no way to outline it in any way that's performance friendly on ipad1.
    Chalk it up to a bug.

  • Rendering of SWF Loader child SWFs

    I am using the swf loader with an Xcelsius OpenDoc link (http://<server>:8080/Xcelsius/opendoc/documentDownload?sIDType=CUID&iDocID=<CUID>&sKind=Flash&CELogonToken=<CELogonToken>)  and it works beautifully so long as the parent swf is also opened using and OpenDoc link.  However, if the parent swf is opened via InfoView, the child swf does not render properly (either way too large or too small).  Has anyone else come across this or have any ideas for resolution?
    Regards,
    Alison

    "whomba" <[email protected]> wrote in
    message
    news:glq6j0$b20$[email protected]..
    > Hello all,
    > I have a Flex app that loads in a swf using 'SWFLoader'
    tag. the SWFloader
    > and
    > the swf being loaded in are the same height and width
    (see attached code)
    > Now,
    > the SWF getting loaded in is also 468 X 351 however the
    designers that
    > made it
    > have crazy amount of random Movie Clips EVERYWHERE that
    isn't on the
    > stage. My
    > guess is that the actual height and width of the SWF is
    close to 1000 X
    > 1000.
    > When I load this SWF in to my SWFLoader it scales
    everything down so all
    > of the
    > MovieClips are inside of this SWFLoader rather than just
    the SWF's Stage.
    > Any
    > Suggestions?
    >
    > <mx:SWFLoader id="mainMovieSWF" height="351"
    width="468"
    > source="{mainMovieSrc}" scaleContent="false"/>
    Try wrapping it as a component with the Flex component kit.
    That way you
    get to specify the bounding box.
    HTH;
    Amy

  • OBIEE Parent-Child Dimension with multiple hierarchies

    Is it possible to have in a parent-child dimension multiple hierarchies? I want to have the same botom childs to aggregate to different parrents. example.
    Account Dimension
    HR1-total
    HR1-parrent1
    CHILD1
    HR1-parrent2
    CHILD2
    HR2-total
    HR2-parrent1
    CHILD1
    CHILD2
    Thanks in advance.

    No, it is not possible to have multiple hiearchies in a PC logical dimension.
    The concept of the Parent-Child (PC) hierarchy is completely different from the level-based hierarchy. Specifically the PC hierarchy expects a predefined / architected table with corresponding PC column/value structuring with or without attributes.
    Short story even shorter it is not possible.
    Longer...
    In the RPD the BMM actually prevents you from adding a new logical level, child level, or parent level when you have selected that the logical dimension be a parent child logical dimension with Parent-Child hierarchy.
    On another note...
    Have you tried architecting/building your PC source table so that it represents the roll-up and bottom child-levels like you are seeking? That is, that same member in the child column more than once having a separate parent value. That should be doable.
    That was a great question, please award points if this answered your question or it was helpful.
    Cheers,
    Christian
    http://www.artofbi.com

  • Fly transition + swf loading

    Hi,
    I'm trying to use the Loader class to load an external .swf that contains a Fly transition. However, when I run the parent .swf (with the Loader code), I get Error #1009 (“Cannot access a property or method of a null object reference.”).
    The reason I find this peculiar is because the transition runs fine when the external child .swf is run on its own. And I do not have this problem with any other transition–Blinds, Fade, Iris, Photo, PixelDissolve, Rotate, Squeeze, Wipe and Zoom all work fine. It's just Fly that's giving me trouble (and Fly is the one that my colleague has chosen to use for our project).
    After finding the problem in our project, I recreated it from scratch, in both Flash Player 9 and 10. Has anyone else encountered this problem before? Is there something specific about the Fly event?
    Here's the code that's in the parent:
    import flash.display.Loader;
    import flash.net.URLRequest;
    import flash.events.*;
    var loader:Loader = new Loader();
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loaded);
    var req:URLRequest = new URLRequest("child.swf");
    loader.load(req);
    function loaded(evt:Event) {
        addChild(MovieClip(loader.content));
    And here's the code in the child:
    import fl.transitions.*;
    import fl.transitions.easing.*;
    TransitionManager.start(myMovieClip, {type:Rotate, direction:Transition.IN, duration:3, easing:Strong.easeInOut, ccw:false, degrees:720});
    TransitionManager.start(myMovieClip, {type:Fly, direction:Transition.IN, duration:3, easing:Elastic.easeOut, startPoint:9});
    Any help is greatly appreciated.
    Thanks,
    - Jon
    (Message was edited to correct instance name reference in child movie code)

    See documentation on Modules.

  • Security on Parent-Child Hierarchy

    Problem Statement: In Parent Child Hierarchy say with Manager - Employee relationship, if we apply security using Siblings function in the Dimension Data Security (Allowed Member Set) then it displays children of peers at
    same level as current employee.
    Scenario:
    Create Employee Dimension with Parent-Child hierarchy with steps below -
    1) add data
    ===============================
    (EmpKey|Name|Position| loginId| level| MgrKey)
    1|Scott King|CEO|sking|level1|null
    2|Rick Peters|VP|rpeters|level2|1
    3|Steve Parker|VP|sparker|level2|1
    4|Matt Jones|Dir|mjones|level3|2
    5|Doug Blanc|Dir|dblanc|level3|2
    6|Jay Lawson|Dir|jlawson|level3|3
    7|Lance Roberts|Dir|lroberts|level3|3
    ============================
    2) Create Parent-Child hierarchy on MgrKey with its Usage = Parent
    2a)set ValueColumn of Login_ID attribute to EmpKey.
    2b) Also set ValueColumn of MgrKey attribute to Login_ID. Rename Parent-child hierarchy to Employees
    3) Create Security Role and configure Dimension data security.
    In the allowed member set write the below MDX statement.
    { StrToMember( "[Employee].[Employees].&[" + CStr(StrToMember("[Employee].[Login ID].&[" + UserName( ) + "]").MEMBERVALUE) + "]"), StrToMember( "[Employee].[Employees].&["
    + CStr(StrToMember("[Employee].[Login ID].&[" + UserName( ) + "]").MEMBERVALUE) + "]").SIBLINGS }
    Expected Result:
    Using Siblings function - Ideally if Steve Parker connects to SSAS Cube then he should see his totals, only his subordinate totals, only his Peer's totals(not their subordinates) and his manager's totals.
    Actual Result:
    Due to above Dimension Security configuration, if Steve Parker connects to SSAS Cube then he will see his totals, his subordinate totals and his manager's totals. However due to Siblings function "Steve Parker" is also able to see
    Rick Peters's subordinate details.
    Query: Is there a way to achieve the Expected Result by restricting the children of Siblings?

    Hi Ketan,
    Thank you for your question. I am currently looking into this issue and will give you an update as soon as possible.
    Thank you for your understanding and support.
    Regards,
    Elvis Long
    TechNet Community Support

  • Issue while connecting BW query using BICS Connection

    Hi All,
    I have an Issue with Xcelsius while using the BICS connection .when i select the query from the BW System its throwing an Error #2032 . Can some one please help with a Solution.
    Regards,
    Raj

    Hai
    Its due to Connectivity Issue
    http://www.pieterverstraeten.com/blog/interval-selection-sap-bics-connection-xcelsius-dashboards/
    Dashboards with BICS connectivity and Infoview (BO4.0 Information Platform)
    http://www.youtube.com/watch?v=1jw8xqkSx6w
    http://www.femkekooij.nl/?p=579
    I hope it helps.Assign Points if it useful
    Thank u
    Naveen

  • How to update a parent child hierarchy in OBIEE

    Hello All
    Quick question about updating parent child hierarchy in OBIEE.
    As we know, OBIEE 11G allows us to create value based hierarchy by generating table creation script and insert script. In the typical example of employee dimension, the parent child relationship table will be created with the following 4 attributes:
    MEMBER_KEY, ANCESTOR_KEY, DISTANCE, IS_LEAF
    So, what if later in the years some of the employees got promoted, retired or transferred? The value based hierarchy is going to change because person 1 reports to manager 2 now instead of 1. Obviously, the records in employee dimension is going to be updated. When that happens, how to update the parent child relation table with the same information? Do we have to rerun the insert script? How do we keep the history of employee changes and hierarchy changes?
    Please advice
    Thank you

    I guess it will update when the structure changes,Let see the response from other gurus.
    Thanks,

  • Parent-child hierarcy - row level security

    Hi,
    Im using OBI 11.1.1.5 and have a problem about row-level security in parent-child dimension.
    I have created a parent-child dimension, simlar to:
    a1
    --a1.1
    ----a1.1.1
    ----a1.1.2
    --a1.2
    ----a1.2.1
    By using a session variable 'SESVAR1', I want to restrict the visible hierarcy. For instance user 'a1.1' should only see:
    a1.1
    --a1.1.1
    --a1.1.2
    To do this I created a parent-child closure table with the whole dataset. Then I created a physical table using select statement with my session variable in repository. Whenever I viewed data in repository, it showed the correct set.
    I created a parent-child dimension, using the original parent-child closure table. But since current distance values are different from the original hierarcy, I can not managed to build a security such a security system with this method.
    How can I build a security system, that a member can only see its child hierarchy only?
    Thanks for answers and links...
    Edited by: user4516917 on 16.Nis.2012 06:54
    Edited by: user4516917 on 16.Nis.2012 06:55

    According to searches I made in support.oracle and google, it seems that it is not possible to view just a branch of a parent-child tree. Because the closure table is static. Therefore, you can not change the distances of objects dynamically.
    This parent-child ability is very frustrating for me. As I understand, parent-child dimension ability can only be used in read-only sources. Any filtering or dynamic changes does not seem possible in this structure. Any changes on parent-child table requires parent-child relation table to be rebuilt.
    I couldnt find any functionality of indexcol or choose functions in parent-child dimensions. I think they can only be used in level based dimensions.
    Any comments appriciated..

Maybe you are looking for

  • Change the value of a attribute through xpath in orchestration with untype message

    This is my orchestration: In Message Assignment Shape of Construct_BookMessage ,I wrote the following code: BookMessage=InputMessage; AuthorName=xpath(BookMessage,"string(/*[local-name()='BookMessage' and namespace-uri()='http://UntypeMessage.Book']/

  • Substituting default error pages.

    Hi Starfish: I have a problem with error pages. I'm using weblgoic7 sp1 now. I write code in web.xml in order to catch http error: <error-page> <error-code>404</error-code> <location>/error.jsp<location> </error-page> I put error.jsp in my war file.

  • Photoshop not available in 'Tools' menu in Bridge

    Hi all, Very strange occurance for me, in the Bridge tools menu of CS5 - photoshop showed up as an option and I used it to access image processor which in turn opened photoshop and nothing happened. I restarted both programs and photoshop was then no

  • How do I go from a trial version to full version of adobe products when I have paid for a subscription

    How do I get the licence number to enable full versions of the adobe products coming from trial to full product using cloud subscrip[tion

  • Adding % sign

    SELECT CASE WHEN (BI_DR_HR_SO.SOTotal/BI_DR_HR_CQ.CQTotal)>0 THEN to_char(ROUND(((BI_DR_HR_SO.SOTotal/BI_DR_HR_CQ.CQTotal)*100),2))||'%' ELSE 0 END AS HR FROM BI_DR_HR_CQ, BI_DR_HR_SO I get the error message ORA-00932: inconsistent datatypes: expecte