Where is XML Object Selection dialog in xMII 12.05?

Hi,
I found xMII 11.5  sample senario, I'm trying to do it with xMII 12.05. In senario there is XML Object Selection dialog. But I can not find that dialog in Version 12.05 for illuminator document.
What is the identical of it in version 12.05?
Thanks.

Can you please be a bit more specific as to what you're trying to do?

Similar Messages

  • Pulling particular attributes from the XML Object

    Hi !
    My requirement is onChange of a value from the first drop down, particular values needs to load in the second drop down. Values that needs to pull are designed in XML Object as Map entries Key,Pair Values.
    We can pull the first drop down values from the XML Object using Rule library and find the following code snippet ;
    <block>
    <set name='appData'>
    <invoke name='getExtension'>
    <invoke name='getObject'>
    <ref>ctx</ref>
    <invoke name='findType' class='com.waveset.object.Type'>
    <s>Configuration</s>
    </invoke>
    <s>Config_SDD_ReferenceData</s>
    </invoke>
    </invoke>
    </set>
    <ref>appData</ref>
    </block>
    Here, Config_SDD_ReferenceData.xml is the file where the map entries are written and the ref name is appData. Later in BPE the code "appData.units" are referred in ValueMap property.
    But we are stuggling to populate the second drop down values based on the valu selected in the first drop down.
    Please find the XML Object also;
    <Attribute name='units'>
    <Map>
    <MapEntry key='1' value='units1'/>
    <MapEntry key='2' value='units2'/>
    <MapEntry key='3' value='units3'/>
    </Map>
    </Attribute>
    Thanks in advance.

    u could use removeChild() method of the node interface....get the parent node named 'xxxxxx' from the DOM and perform a removeChild operation on it specifying the senderID, receiverID and dateTimeStamp Nodes as arguments to the method....
    Hope this helps
    VP

  • Printer Selection Dialog

    (Have moved this topic from business objects forums)
    Hi Gents,
    Firstly I hope am I posting in the right place.
    My Company recently upgrade our Jiwa Financial software package and part of this package includes a new version of Crystal Reports viewer, install folder says "BusinessObjects Enterprise 11"
    Previously when we generated a report with the older viewer it automatically printed based on the printer setup from our program settings
    The new version however does not, i have been in contact with Jiwa and they have stated its a change to the new viewer and they cannot help.
    So essentially I'm looking to find a way to suppress the printer selection dialog box
    I have hunted around and I found the following code for the report and printer generation.
    <Resources>
    <Printers>
    <Printer Key="1" Default="False">
    <LogicalName>Default</LogicalName>
    <DeviceName>infotec 2122 tray 2</DeviceName>
    <DriverName>winspool</DriverName>
    <Port>Ne02:</Port>
    </Printer>
    <Printer Default="True" Key="k2"><LogicalName>InvoicePrinter</LogicalName><DeviceName>AL-C1100 (Front counter)</DeviceName><DriverName>winspool</DriverName><Port>Ne05:</Port></Printer></Printers>
    </Resources>
    <SalesOrderReports LastKey="7">
    <ShipAndBill>
    <Report Key="7">
    <Name>Tax Invoice (Office)</Name><TradingCategory>Any</TradingCategory>
    <Path>J:\JiwaShared\Reports</Path>
    <File>NS_SALES INVOICE OFFICE.RPT</File>
    <Type>Invoice</Type>
    <LogicalPrinterName>InvoicePrinter,winspool,Ne05:,1,0,0,0,0</LogicalPrinterName>
    <NumberOfCopies>1</NumberOfCopies>
    <UseRange>False</UseRange>
    <RangeType>Cubic</RangeType>
    <MinRange>0</MinRange>
    <MaxRange>0</MaxRange>
    <BackorderStatus>Any</BackorderStatus>
    </Report>
    <Report Key="2">
    <Name>Tax Invoice</Name>
    <TradingCategory>Any</TradingCategory>
    <Path>J:\JiwaShared\Reports</Path>
    <File>NS_Sales Invoice.rpt</File>
    <Type>Invoice</Type>
    <LogicalPrinterName>InvoicePrinter</LogicalPrinterName>
    <NumberOfCopies>1</NumberOfCopies>
    <UseRange>False</UseRange>
    <RangeType/>
    <MinRange>0</MinRange>
    <MaxRange>0</MaxRange>
    <BackorderStatus>Any</BackorderStatus>
    </Report>
    <Report Key="1">
    <Name>Picking Slip</Name>
    <TradingCategory>Any</TradingCategory>
    <Path>J:\JiwaShared\Reports</Path>
    <File>NS_PICKING SLIP.RPT</File>
    <Type>Picking Sheet</Type>
    <LogicalPrinterName>InvoicePrinter</LogicalPrinterName>
    <NumberOfCopies>1</NumberOfCopies>
    <UseRange>False</UseRange>
    <RangeType/>
    <MinRange>0</MinRange>
    <MaxRange>0</MaxRange>
    <BackorderStatus>Any</BackorderStatus>
    </Report>
    </ShipAndBill>
    Is there anything I can do in this code that may allow me to just use the printer settings rather then asking for a dialog box to select the printer each time?
    Thanks in advance
    Robin

    Those don't look like Crystal/Business Objects config, but rather, something the Jiwa app is using. 
    Crystal SDKs provide both printing methods and viewer methods, where the viewer has a 'print button' that brings up the printer dialog box.
    Since you don't have code-level access to the Jiwa application, it's not something you'd be able to customize directly.
    Sincerely,
    Ted Ueda

  • Reading XML object from Request object

    Hi,
    We are using Flash in our web application in which we are sending an XML object using HTTP post method to a JSP where we need to parse the XML object and get the values. Can anyone tell how we can do it?

    In fact we are not getting error in our page. following is the error
    Error: 500
    Location: /team/par/getData10.jsp
    Internal Servlet Error:
    java.lang.IllegalArgumentException
         at javax.servlet.http.HttpUtils.parseQueryString(HttpUtils.java:151)
         at javax.servlet.http.HttpUtils.parsePostData(HttpUtils.java:254)
         at org.apache.tomcat.util.RequestUtil.readFormData(RequestUtil.java:101)
         at org.apache.tomcat.core.RequestImpl.handleParameters(RequestImpl.java:719)
         at org.apache.tomcat.core.RequestImpl.getParameterValues(RequestImpl.java:259)
         at org.apache.tomcat.core.RequestImpl.getParameter(RequestImpl.java:250)
         at org.apache.tomcat.facade.HttpServletRequestFacade.getParameter(HttpServletRequestFacade.java:223)
         at org.apache.jasper.servlet.JspServlet.preCompile(JspServlet.java:437)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:480)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:812)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread

  • In Object Properties dialog box, modify "tab path"...

    For FrameMaker versions up to and including 8 (and I suspect 9).
    Select a graphic, then click in sequence
    ESC g o to open the
    Object Properties dialog box. By default the dialog box opens with the insertion point in the
    Width text entry area.
    Now press TAB four times: The insertion point moves sequentially to the
    Height,
    Top,
    Left, and then
    Color text entry areas.
    I wish the last movement, to the
    Color text entry area, was replaced with movement to the
    Percent text entry area. This would enable me to use the keyboard to efficiently configure the size, position, and scaling of a graphic.
    As it is, I virtually never need to select the graphic's
    Color text entry area and the movement of the insertion point to that essentially useless tool drives me crazy: It makes me TAB all the way 'round the dialog box or grab the pointing device to get it to the
    Percent text entry area...
    Cheers,
    Riley

    Odd... What does your properties dialog look like? Can you post a screenshot of the dialog box? Also, what version of LabVIEW are you running?
    Message Edited by smercurio_fc on 06-03-2008 04:56 PM

  • Passing data from an XML object to an itemRenderer

    I'm trying to color the background of a column in a datagrid and have found a sample file that illustrate the concept. However, the sample has data stored in an arrayCollection whereas mine is in an XML object. The problem is that the data in the sample file is apparently automatically passed to the itemRenderer (shown below: note the trace statement). My XML object does not appear to automatically pass data to the itemRenderer. So my questions are:
    1. Is there a simple way to pass data stored in an XML object to an itemRenderer
    or
    2. Should I convert my XML to an arrayCollection? If so, what's the best way to do this-- I've tried the following, but without success:
    <mx:Model id="xmldata" source="example3.xml"/>
      <mx:ArrayCollection id="myAC" source="{ArrayUtil.toArray(xmldata.Example1)}" />
    Here's what the xml looks like:
    <TABLE>
       <EXAMPLE1>
          <difficulty> 0.5 </difficulty>
          <discrimination> 0.7 </discrimination>
          <item> 3 </item>
       </EXAMPLE1>
    </TABLE>  
    Here's the itemRenderer:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Label xmlns:mx="http://www.adobe.com/2006/mxml">
        <!--
            This item renderer simply extends Label and overrides the updateDisplayList function to
            draw a gradient-filled rectangle. The colors in the gradient are determined from the
            data.
        -->
        <mx:Script>
        <![CDATA[
            import flash.geom.Matrix;
            import flash.display.GradientType;
            import flash.display.Graphics;
            override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
                super.updateDisplayList(unscaledWidth,unscaledHeight);
                var m:Matrix = new Matrix();
                m.createGradientBox(unscaledWidth,unscaledHeight);
                var g:Graphics = graphics;
                            trace("data.col3="+data.col3)
                var colors:Array = (data.col3 < 2000 ? [0x0000CC,0x0000FF] : [0x00CC00,0x00FF00]);
                g.clear();
                g.beginGradientFill(GradientType.LINEAR, colors, [0.2,0.6], [0,255], m);
                // the rectangle is drawn a little high and a little tall to compensate for the gap
                // the DataGrid introduces between rows.
                g.drawRect(0, -2, unscaledWidth, unscaledHeight+4 );
                g.endFill();
        ]]>
        </mx:Script>
    </mx:Label>

    This sample code should answer your question of how to bring data into the renderer automatically. It comes in via the DataGrid dataProvider and then you refer to it in the renderer as data.XYZ, where XYZ is the field in the XML with the data. See FB 3 help sys on e4x syntax.
    ------------------ mainapp.mxml --------------------
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
      creationComplete="srvc.send();">
      <mx:Script>
        <![CDATA[
          import mx.rpc.events.ResultEvent;
          import mx.collections.XMLListCollection;
          [Bindable] private var xlc:XMLListCollection;
          private function dataHandler(evt:ResultEvent):void{
            xlc = new XMLListCollection(evt.result..EXAMPLE1 as XMLList);
        ]]>
      </mx:Script>
      <mx:HTTPService id="srvc" url="data2.xml" result="dataHandler(event)"
        resultFormat="e4x"/>
      <mx:DataGrid dataProvider="{xlc}">
        <mx:columns>
          <mx:DataGridColumn headerText="Difficulty" dataField="difficulty"/>
          <mx:DataGridColumn headerText="Discrimination" dataField="discrimination"/>
          <mx:DataGridColumn headerText="Item" itemRenderer="MyLabel"/>
        </mx:columns>
      </mx:DataGrid>
    </mx:Application>
    ----------- MyLabel.mxml --------------
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Label xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Script>
        <![CDATA[
          import flash.geom.Matrix;
          import flash.display.GradientType;
          import flash.display.Graphics;
          override protected function updateDisplayList(unscaledWidth:Number,
            unscaledHeight:Number):void{
            super.updateDisplayList(unscaledWidth,unscaledHeight);
            this.text = data.col3;
            var m:Matrix = new Matrix();
            m.createGradientBox(unscaledWidth,unscaledHeight);
            var g:Graphics = graphics;
            var colors:Array = (data.col3 < 2000 ? [0x0000CC,0x0000FF] : [0x00CC00,0x00FF00]);
            g.clear();
            g.beginGradientFill(GradientType.LINEAR, colors, [0.2,0.6], [0,255], m);
            g.drawRect(0, -2, unscaledWidth, unscaledHeight+4 );
            g.endFill();
        ]]>
      </mx:Script>
    </mx:Label>
    ------------ data2.xml ----------------
    <?xml version="1.0" encoding="utf8"?>
    <TABLE>
       <EXAMPLE1>
          <difficulty> 0.5 </difficulty>
          <discrimination> 0.7 </discrimination>
          <col3> 3 </col3>
       </EXAMPLE1>
    </TABLE>

  • Calling Bpel Process From a Jsp(Need a string output instead of XML object)

    Hi
    I am calling a BPEL process(Synchrononus) from a JSP page, Where Bpel process calls a java web service.The output from Bpel process is returned as an XML object. I need the output in a string format.Please let me know the steps to get the string output.
    I also executed invokeCreditRatingService.jsp(from samples shipped with SOA Suite) that calls CreditRatingService bpel, but i was getting the following output where the rating value is printed as an XML object.
    Output:-
    BPELProcess CreditRatingService executed!
    Credit Rating is oracle.xml.parser.v2.XMLElement@9511c8
    Please let me know, what changes i need to make to get the string output.I followed all the steps given in "orabpel-Tutorial7-InvokingBPELProcesses.PDF" to execute credit rating jsp.
    We are using SOA Suite 10.1.3.1.0 version.Do I need to make any changes to the code, to make it work with this version.
    Thanks
    Vandana.

    The call payload.get("payload") returns, as you have observed, an XMLElement. You can simply convert the XMLElement into an XML string by using a DOMSerializer implementation. The following code is very useful for this purpose:
    http://javafaq.nu/java-example-code-432.html
    Best,
    Manfred

  • How can i filter an xml object on an attribute?

    I want address an xml object with .(@ attributeNameHere == "textToSearchForHere") and have it return the node it’s associated with. 
    This is the text from the adobe help site and it’s similar to my actual code.  I’m querying this xml object: staticVar.employee.(@id=="347").  FlashBuilder 4.7 is returning an error “No such variable: @id”. when I look in debugger.
    This example is found in Adobe's help site: Adobe Flash Platform * Traversing XML structures
    The help site says
    The following expressions are all valid:
    x.employee.(lastName == "McGee")—This is the secondemployeenode.
    x.employee.(lastName == "McGee").firstName—This is thefirstNameproperty of the secondemployeenode.
    x.employee.(lastName == "McGee").@id—This is the value of theidattribute of the secondemployeenode.
    x.employee.(@id == 347)—The firstemployeenode.
    public var staticVar:XML = 
    <employeeList>
          <employee id="347">
               <lastName>Zmed</lastName>
               <firstName>Sue</firstName>
               <position>Data analyst</position>
          </employee>
          <employee id="348">
               <lastName>McGee</lastName>
               <firstName>Chuck</firstName>
               <position>Jr. data analyst</position>
          </employee>
    </employeeList>;
    I’m expecting this: staticVar.employee.(@id=="347") will return the following node:
    <employee nu="347">
    <lastName>Zmed</lastName>
    <firstName>Sue</firstName>
    <position>Data analyst</position>
    </employee>
    If this is the wrong, then what is the correct way to access the xml node based on an attribute?  How can i get that node 347 in this example to be found and returned?  I've opened a ticket with the adobe help team and we're on the 8th day and they have not been helpful at all.

    If you are using e4x as the result format for your service
    you can do the following
    //a XMLList of all day information
    var result:Object = event.result.day;
    //consits all information for month zero
    var month0:XMLList = result.(@month == 0);
    //consists of booking info for day 28 of month 0
    var day28Month0:XMLList = month0.(@day == 28);
    //this also can be done
    //contains booking info for all months for day 28
    var day28AllMonths:XMLList = result.(@day == 28);
    Using this technique you should be able to gather info about
    all user selected dates and build the smaller (filtered) list.
    HTH

  • Conversion of string into XML object

    Hi
    I am having some problems with conversion of string (containing XML data) into Flex XML object and binding it later to UI elements to output/maintain this data.
    Binding of XML structure to UI elements works perfectly fine if I will do following:
    1)      Hardcode XML object within Flex file
    2)      Read xml file from repository (xml file inside the Flex project)
    3)      Use HTTP request to retrieve XML data
    Unfortunately none of the above scenarios suits my solution.
    I am developing a prototype application for processing Flex forms inside SAP system. I have decided to make data bindings using XML structure stored in Data Base. When rendering form inside web browser based application I am retrieving corresponding XML schema (empty for new forms and populated for saved forms) and pass it to Flex form as a string type import parameter. Data is being passed correctly (I can display it on TextArea control for instance) but after conversion to XML and binding to DataGrid I am not getting any results.
    I am converting string (containing XML) to XML object in following way:
    Private var xml_obj:XML = new XML(string_xml );
    I am catching any potential errors but conversion is going well. After conversion I am not getting any results after binding it to DataGrid control and I am not able to access any of the nodes using AS code either. At the same time variable xml_obj is not empty (not null).
    Any help would be much appreciated.
    Regards
    Michael

    David
    First of all sorry for not stating it clearly but I am using Flex 3 for this development (at the moment it is the only choice when embedding Flex objects inside SAP applications).
    You must have missed the bit where I am describing how this XML data finds its way inside Flex. I am passing it to Flex as String type parameter during rendering (directly from DB where it is stored).
    Now, following code works perfect (XML is embedded inside Flex project):
                    <mx:XML id="form_data" source="../assets/example_xml_data.xml"/>
                    <mx:Script>
                                    <![CDATA[
                                                    import mx.collections.XMLListCollection;
                                                    import mx.controls.Alert;
                                                    [Bindable]
                                                    public var XML_list:XMLListCollection;
                                                    private function setParameters():void
                                                                   XML_list = new XMLListCollection(form_data.*);             
                                    ]]>
                    </mx:Script>
                    <mx:DataGrid id="myDataGrid" dataProvider="{XML_list}">
                                    <mx:columns>
                                                    <mx:DataGridColumn dataField="COMMON" headerText="Popular name"/>
                                                    <mx:DataGridColumn dataField="BOTANICAL" headerText="Botanical name"/>
                                                    <mx:DataGridColumn dataField="ZONE" headerText="Zone"/>
                                                    <mx:DataGridColumn dataField="LIGHT" headerText="Light"/>                                                                                                                                               
                                                    <mx:DataGridColumn dataField="PRICE" headerText="Price"/>                                               
                                                    <mx:DataGridColumn dataField="AVAILABILITY" headerText="Availability"/>                                    
                                    </mx:columns>               
                    </mx:DataGrid>
    But following code does not work (XML passed to Flex form as String input parameter):
    import sap.FlashIsland;
    import mx.controls.Alert;
    import mx.collections.XMLListCollection;
    [Bindable]
    public var xml_data:String;
    private var form_data:XML;
    [Bindable]
    private var XML_list:XMLListCollection;
    private function initApp():void
                    FlashIsland.register(this);
    private function setParameters():void
                    try
                                    form_data=new XML(xml_data);
                    catch (error:Error)
                                    Alert.show(error.toString());
                      XML_list = new XMLListCollection(form_data.*);           
    XML string does find its way inside Flex form. I can display content of variable xml_data in TextArea and all looks fine. Conversion to XML (variable form_data) goes well (no error)
    Please helpJ
    Regards
    Michael

  • Could not see Diemensions and its Members  in Member Selection Dialog.

    Hi friends,
    I have an issue while trying to retrieve cube's data through a Member Selection Dialog using Application Builder.NET 9.2 APIs.
    I could able to sign on and could able to select the cube but the Dimensions and its members are shown empty. Iam developing this applicaiton on VisualStudio 2003 with Application Builder 9.2 and EDS 9.2. I could see the cube's data in Member Seletion Dialog when trying through a Spreadsheet client(exel sheet) but cannot see in MemberSelection Dialog in ApplnBuilder.NET application.Iam trying to populate the data into ListBox and DropDownList controls through respective adapters using HABNET 9.2 APIs. It would be great help if some one through light on the issue.
    Below is the log for Analytic High Availability Serverices.
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: get domain store object names (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list analytic services applications (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: list cubes (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:46:22 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: open cube view (from user demoadmin session number 0)
    Opening cube view on demodrive/Demo/Basic , demoadmin...
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: get cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: set cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: close cube view (from user demoadmin session number 0)
    Fri Feb 05 17:47:35 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:56:26 IST 2010 - Service using TCP/IP
    Request: open cube view (from user demoadmin session number 0)
    Opening cube view on demodrive/DMDemo/Basic , demoadmin...
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set cube view properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: close cube view (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: sign on (from user cssToken session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get domain store object properties (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: connect to analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: set active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get analytic services application Information (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get analytic services application state (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube state (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube note (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get alias (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: list aliases (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: get cube information (from user demoadmin session number 0)
    Fri Feb 05 17:56:28 IST 2010 - Service using TCP/IP
    Request: open cube outline (from user demoadmin session number 0)
    Opening outline on demodrive/DMDemo/Basic for user demoadmin...
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: get child member names (from user demoadmin session number 0)
    Error in processing request:
    null
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: close cube outline (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: clear active application/cube (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: disconnect from analytic service (from user demoadmin session number 0)
    Fri Feb 05 17:56:29 IST 2010 - Service using TCP/IP
    Request: sign off (from user demoadmin session number 0)

    Thanks everyone for replying to this message. We could never find a viable solution so we decided to re-image the computers/laptops of the handful of users with this issue. This seemed to do the trick. At this point we think that there was something interfering on the specific machines that we could not identify.
    Roman

  • String to xml object java

    Hello,
    can anyone suggest me how to convert string to xml object in java?
    I have a string (Data) ant now I have to pass it as parameter as xml object, which structure should be:
    <MGWData>Data</MGWData>
    Where I surf I always see only solutions for converting string to xml document, but never to xml object.
    maybe the problem is I don't completely understand what xml object is in first place :/
    Any answer would help.
    Thanks.

    894871 wrote:
    here is the method to call:
    +/**+
    * Sets the p_DATAXMLTYPEIN value for this SVARCHAR2INSERT_RECEIVESInput.
    *+
    * @param p_DATAXMLTYPEIN
    *public void setP_DATAXMLTYPEIN(com.oracle.xmlns.orawsv.SISTEMA_MOKA.MGW_PUBLIC_FUNCTIONS.SVARCHAR2INSERT_RECEIVESInputP_DATAXMLTYPEIN p_DATAXMLTYPEIN) {*
    this.p_DATAXMLTYPEIN = p_DATAXMLTYPEIN;
    one of the classes contains:
    *public class SVARCHAR2INSERT_RECEIVESInputP_DATAXMLTYPEIN  implements java.io.Serializable, org.apache.axis.encoding.AnyContentType {*
    *private org.apache.axis.message.MessageElement [] _any;*
    this method and some classes where generated using eclipse and wsdl file by creating web service client.
    wsdl says for that part: *<xsd:element name="P_DATA-XMLTYPE-IN">*
    So I suppose it should involve smth org.apache.axis.message.MessageElement. But when I create any type of parameter, it gives me error:
    + ....cannot be cast to com.oracle.xmlns.orawsv.SISTEMA_MOKA.MGW_PUBLIC_FUNCTIONS.SVARCHAR2INSERT_RECEIVESInputP_DATAXMLTYPEIN+
    I am new in web service stuff so thank you for response.Can you explain in plain English what you are trying to do? Or provide a [url http://sscce.org/]SSCE.

  • How to set the selectedIndex when dataProvider is an XML object in DropDownList?

    dataProvider was an XML object
    How to set the selectedIndex when dataProvider is an XML object in DropDownList?
    I do this:
    <s:DropDownList id="dropDownList" requireSelection="true" selectedIndex="2"
                    labelField="lastName" dataProvider="{employeeService.lastResult.employees.employee}"/>
    But always the first item is selected whatever the value of selectedIndex equals to.

    if i understand correctly, you want the selectedindex to be 2 when the DropDownList  displays.
    It might be the case that the dataprovider is being sought after it's already selected its index (as the dataprovider isn't already determined to begin with), so currently it's
         - setting the selected index to default
         - setting the selected index to 2 (your command)
         - getting the dataprovider
         - setting the selected index to default
    try writing a function to set the DropDownList's selected index after it's received the information, or even just attach it to the employeeService result handler.
    for quick testing sake you could just add
    <s:DropDownList id="dropDownList" requireSelection="true" updateComplete="dropDownList.selectedIndex = 2"
                    labelField="lastName" dataProvider="{employeeService.lastResult.employees.employee}"/>
    to see if my theory is correct.

  • Matching JS XML object with Indd XML elements

    Hello Scripters,
    I need help ...
    I have some XML from a file read into a Javascript XML object.
    The object has the name "myXml", and contains:
        <book id="bk101">
            <author>Gambardella, Matthew</author>
            <title>XML Developer's Guide</title>
            <genre>Computer</genre>
            <imagecontainer href="C:\33415677.JPG"></imagecontainer>
            <price>44.95</price>
            <publish_date>2000-10-01</publish_date>
            <description><test>Sublevel</test>An in-depth look at creating applications with XML.</description>
        </book>
        ... and several other books
    I also have some XML in Indesign, wich in my JS is known as "myTplXmlRoot".
    myTplXmlRoot is defined as myTplXmlRoot = mySelection.associatedXMLElement;
    What would be the best approach for matching elements of the same name in the two xml structures, and where there is a match* replace the Indesign content**, with that from the object "myXml"?
    *) Match if same name, dont worry about place in hirachy
    **) content might be an image

    I've figured out the solution to my problem. For anyone
    interested, see me code below (the xml element names are different,
    but the concept is the same).

  • XML Object dissapearing?!?!

    Hello, All.
    I guess I'm just missing something silly, but I have a weird
    situation where after I've loaded my XML data and looked at the
    attributes (w/ trace in the loading function), immediately after
    "successfully" loading the data, it becomes undefined. Anything
    obvious that I should check for? This is probably the 10th project
    of this type that I've done, but it's been a version or so since
    I've messed with Flash & XML. TIA for any help...
    Ciao,
    -Jei.

    Thanks for the reply. Yeah, I have all the loading code
    (nearly identical to another project from a couple years ago).
    Here's my code:
    function loaded(success){
    if (success == true) {
    _root.rootNode = testXML.firstChild;
    _root.testNode = _root.rootNode;
    _root.questionNode = _root.testNode.firstChild;
    _root.questionCount = _root.testNode.childNodes.length;
    _root.testTitle = _root.testNode.attributes.title;
    trace(_root.testTitle);
    trace("XML loaded");
    trace("Question total: " + _root.questionCount);
    trace(_root.questionNode.attributes.qText);
    }else{
    trace("An error occured while loading XML data.");
    var currentQuestion = 0;
    var currentTest = 0;
    testXML = new XML();
    testXML.load("wd_test1.xml");
    testXML.onLoad = loaded;
    testXML.ignoreWhite = true;
    This all appears in the first frame of the first layer of my
    movie. In the next frame, I try to set the value of a dynamic text
    box as such:
    questionText.htmlText =
    _root.questionNode[0].attributes.qText;
    What I get in the textbox is "undefined." I've traced the
    values also (in the same frame as the text value assignment) and
    it's as if the XML object was never created/loaded.

  • Keep 3D objects selected in all views?

    I've looked in the manual but I often miss the obvious search criteria.
    One of the cool features of After Effects is that an object is shown as selected in all 3D views. Switching views leaves the object selected along with its motion path.
    Is this not possible in Motion? It's making me really cranky.
    Another thing I can do in AE is tell the app to always preview a specific view. That's usually the Active Camera but it's easily changed. With Motion, the preview seems to always be the last view I was working in. That's making me cranky, too.
    bogiesan

    Hmm, clicking on the upper left corner in each viewport, where there is a black button/drop down list of possible views, seems to work. An object selected in the timeline will remain selected when changing window or viewport focus this way. You can also use the camera view icons in the lower left corner. Thanks. How did you know that? In the manual someplace? I love the Motion manual. No, really, I do.
    editorial: That's a stupid way of switching window focus. I'm starting to understand how Motion thinks, though. When I click into a window, Motion assumes I'm clicking into the scene and therefore deselecting everything. Except applications like AE assume the user is intelligent, the first click is merely selecting the view and is not meant to deselect everything.
    Thanks again TCY, very helpful. Greenie for you!
    bogiesan

Maybe you are looking for