Xquery retrieval,3 lines:  in-line: 1 sec; in function: 60 seconds

Can anyone point me in the direction to find why 2 similar versions of a search have drastically different execution times?
I've looked at the queryplan of each query and they both use the same index but the queryplans are different.
Is there any documentation on how to read a queryplan, other than the "Getting started guides"
Running on Linux, Ubuntu, Hardy Heron, dbxml 2.4.16
Script passed to dbxml:
#time query '
queryplan '
import module ...
declare copy-namespaces no-preserve, no-inherit;
let $doc_collection := collection("docs.dbxml")
return xslt_browse_content:make_index($doc_collection,"ebs","ac","bk","en-GB","A")
functions:
declare function xslt_browse_content:expand($content as node()*
                                           ,$dom as xs:string
                                           ,$lang as xs:string
                                           ,$node as node()
) as node()* {
  if ($node/self::capdm_text_entity)
  then $content/doc[@lang=$lang and @dom=$dom]/*[@id=$node/@ref]
  else $node
declare function xslt_browse_content:make_index($content as node()*
                                               ,$dom as xs:string
                                               ,$subj as xs:string
                                               ,$comp as xs:string
                                               ,$lang as xs:string
                                               ,$letter as xs:string
) as node()* {
  let $doc := $content/doc[@dom = $dom and
                           @subj = $subj and
                           @comp = $comp and
                           @lang = $lang]
  let $book := $doc/book  
  let $refs := $book/(capdm_text_entity|part/capdm_text_entity)       
  for $r in $refs
  let $c := xslt_browse_content:expand($content,$dom,$lang,$r)
  return $c
  let $c := if ($r/self::capdm_text_entity)
  then $content/doc[@lang=$lang and @dom=$dom]/*[@id=$r/@ref]
  else $r
};If I use xslt_browse_content:expand then it takes 60 seconds.
If I use the commented code it takes ~1 sec.
Thanks,
John Cooper
Edited by: gmfeinberg for formatting

Thanks John,
I look forward to having optimizations cross function boundaries as I'm spending some effort to organize my queries into modules. Mostly, with some fiddling, I can get reasonable performance.
Here's another odd one:
Case 1: takes 0.4 seconds:
let $collection := collection("mpe.dbxml")
let $ui_attr := attribute ui { "action_list" }
| attribute dom {"ifs"}
| attribute subj {"catn"}
| attribute lang {"en-GB"}
| attribute comp {"in"}
let $ui_attr_nm := text{"action"}
| text{"style"}
return product_manager:ui_param($collection/prods/param/*, $ui_attr, $ui_attr_nm)
Case 2: takes 16 seconds
return product_manager:ui_param(collection("mpe.dbxml")/prods/param/*, $ui_attr, $ui_attr_nm)
Case 3: takes 16 seconds
let $param := collection("mpe.dbxml")/prods/param/*
return product_manager:ui_param($param, $ui_attr, $ui_attr_nm)
Is this another case of "optimizing across function boundaries"?
John

Similar Messages

  • How to retrieve the Line item Text

    Hello,
    I need to retrieve the Line item Text in the PO (Material PO text). Can anyone provide me a sample code? i need to display this in a smartform.
    I could not retrive it from the Function Module READ_TEXT.
    Can any one help me regarding this?
    Regards,
    kvsskirankumar

    HI,
    Use function module READ_TEXT to fetch PO line item text by passing id, language, name and object.
    For Ex:-
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
        CLIENT             = SY-MANDT
        id                      = 'F01'
        language          = 'E'
        name                 = << concatenate PO number & line item>>
        object                = EKKO
      tables
        lines                   = g_t_ltext.
    Thanks & Regards
    Sudheer Madisetty

  • Insert and retrieve new line character in DB2

    Hi,
    I have a requirement in my project where I need to generate flat files to be sent to the bank for validation and for each record type in the flat file, I want to have a line separator inserted in the file. Now, the line seperator is configurable as a system option as per customers needs which is stored in the database (we are using DB2). Even though, I inserted '\n' (New line character) in the system option as a line separator, while retrieving from database through JDBC and appending to the flat file, it is not recognizing it as a new line character and simply appends '\n\ in the flat file.
    Please suggest any solution for this.

    >
    Why with notepad I don't see 1 record per line? how to solve this problem?
    Hi,
    this is the problem, seems so clear.
    To use wordpad as standard editor is not an answer, neither for me, nor for other people who receives mail.
    No solution is a better answer.
    Best Regards
    Fabio Boni
    Edited by: Fabio Boni on Sep 6, 2010 10:46 AM
    Edited by: Fabio Boni on Sep 6, 2010 10:47 AM

  • Retrieve a line of text in a TextField ?

    Is it possible to get the text on a specific line in a text
    field and appy it to the text property of another field?
    For example, given a dynamic text field:
    jack be nimble
    jack be quick
    jack jumped over
    the candlestick
    Somehow extract "jack be quick" and put it into a variable or
    another text field. My impression is that each line of a tex field
    is indexed but how can it be retrieved?

    DataInputStream is for reading primitives, but I came up with a (untested) workaround:
    DataInputStream dis = new DataInputStream(new FileReader("bleh"));
    StringBuffer s = new StringBuffer();
    char c;
    while((c = dis.readChar()) != '\n') {
    s.append(c);
    String line = s.toString();
    StringBuffer is used because it gives better performance than String.
    NOTE: I have NOT tested this.

  • Retrieving command line parameters

    How I can retrieve the command line parameters generated by following JSP?
    <HTML>
    <Head>
    <Title> Reading command line parameters </title>
    </head>
    <Body>
    <P><H1> Press here to try the test command line string</H1></P>
    </body>
    </html>
    Zulfi

    hi,
    ur url should have a name/value pair
    something like this
    thread.jsp?forum=45&thread=279067
    and then get these values from request object.
    vasanth

  • SQL Query to retrieve one line from duplicate records

    Hi
    I have one table which contains duplicate records in multiple column but the difference is in one column which contains the value 0 or positive. The query i want is to retrieve only the line with the positive value for only the duplicated records.
    here below a sample data for your reference:
    CREATE TABLE TRANS
      CALLTRANSTYPE     NVARCHAR2(6),
      ORIGANI                 NVARCHAR2(40),
      TERMANI                 NVARCHAR2(40),
      STARTTIME               DATE,
      STOPTIME                DATE,
      CELLID                  NVARCHAR2(10),
      CONNECTSECONDS          NUMBER,
      SWITCHCALLCHARGE        NUMBER
    INSERT INTO TRANS VALUES ('REC','555988801','222242850',to_date('05/15/2012 09:15:00','mm/dd/yyyy hh24:mi:ss'),to_date('05/15/2012 09:15:25','mm/dd/yyyy hh24:mi:ss'),null,25,0)
    INSERT INTO TRANS VALUES ('REC','555988801','222242850',to_date('05/15/2012 09:15:00','mm/dd/yyyy hh24:mi:ss'),to_date('05/15/2012 09:15:25','mm/dd/yyyy hh24:mi:ss'),null,25,18000)
    INSERT INTO TRANS VALUES ('REC','555988801','222242850',to_date('05/15/2012 09:18:03','mm/dd/yyyy hh24:mi:ss'),to_date('05/15/2012 09:18:20','mm/dd/yyyy hh24:mi:ss'),null,17,0)
    The output i want to have is:
    CALLTRANSTYPE     ORIGANI          TERMANI          STARTTIME          STOPTIME          CELLID          CONNECTSECONDS          SWITCHCALLCHARGE
    REC          555988801     222242850     05/15/2012 09:15:00     05/15/2012 09:15:25               25               18000
    REC          555988801     222242850     05/15/2012 09:18:03     05/15/2012 09:18:20               17               0 Thank you.

    Hi ekh
    this is the query i want to have, thank you for the help:
    SQL> Select *from
    select CALLTRANSTYPE,ORIGANI,TERMANI,STARTTIME,STOPTIME,CELLID,CONNECTSECONDS,SWITCHCALLCHARGE
    ,row_number() over( partition by     STARTTIME    ,STOPTIME order by    SWITCHCALLCHARGE DESC     ) rn from TRANS
    where rn=1;  
    CALLTR ORIGANI                                  TERMANI                                  STARTTIME STOPTIME  CELLID     CONNECTSECONDS SWITCHCALLCHARGE     RN
    REC    555988801                                222242850                                15-MAY-12 15-MAY-12                        25            18000      1
    REC    555988801                                222242850                                15-MAY-12 15-MAY-12                        17                0      1Regrads
    Lucienot.

  • Retrieving certain line from a text file

    Hi,
    I would like to know on how to read a specific line from a text file using NetBeans IDE 6.1? Below is the content of my text file and my code.I will appreciate if anyone can help. Thank in advance= D
    Matrix1.text
    <matrix>
    rows = 2
    cols = 2
    1 2
    2 4
    </matrix>
    I would like to retrieve the interger 1,2,2,4.
    MyCode.java
    import java.io.IOException;
    import java.io.FileReader;
    import java.io.BufferedReader;
    import java.io.FileNotFoundException;
    class Matrix {
    double [][] element;
    static void getFile(String fileName) throws IOException{
    int counter = 0;
    BufferedReader br = null;
    try{
    br = new BufferedReader(new FileReader(fileName));
    String line = br.readLine();
    while (line != null){
    line = br.readLine();
    System.out.println(line);
    counter ++;
    System.out.println("Total line : " + counter);
    br.close();
    }catch(FileNotFoundException ex){
    System.out.println(ex.getMessage());
    }

    Wonders wrote:
    Thank for reply=D
    Yap the row and column will change but i had already parse these lines into my code. However, i am still figuring on how to get the integer number 1,2,2,4 of the text file using while loop and not include the "</matrix>" in the reading. Can this be done?If the numbers you want are at fixed byte positions in the file that are known ahead of time, you can use java.io.RandomAccessFile to skip to those positions. However, that seems unlikely.
    If, as is the more likely case, those are not at fixed positions, you'll have to read everything preceding them. (Note that this is not a Java issue. This is how file I/O works.) You'll need to ignore the lines that are meaningless to you (read those lines and do nothing with them) figure out, by whatever rules you have--line numbers, preceding tokens, whatever--when you're at the lines you do care about, and then read and process those lines accordingly.

  • How to retrieve #  on-line procs in a non-global zone with resource pool

    Is there any way to retrieve the #of on line processors of the machine running in a non global zone with resource pool ?
    sysconf does not return this value. In fact this is an excerpt of the man:
    "If the caller is in a non-global zone and the pools facility is active, sysconf(_SC_NPROCESSORS_CONF) and sysconf_SC_NPROCESSORS_ONLN) return the number of processors in the processor set of the pool to which the zone is bound."

    So, from within a local zone that's in a pool (i.e. in a pool with 8 CPUs) , you want to query how many CPUs really exist in the global zone (i.e. the global zone may actually have 16 CPUs)? I don't think that's possible: in fact for security reasons it's probably intentionally disabled.
    A quick workaround would be a script/cron-job in the global zone that writes a small file in the filesystem of the local zone... then from within that zone you could read the CPU count.
    I'm interested though: what are you trying to set up?
    Regards,
    [email protected]

  • Help on XQuery Retrieval

    I'm having a problem understanding the results of a Return in a FLWOR. Basically I want the second part of the XQuery to operate on the total return of the first part.
    I have a series of documents in one collection. Each document at the top level has the tag <flight-data> which has an aircraft ID as an attribute. Then within the document, there is lower level data under the tag <maintenance-raw-data> that contains fault IDs.
    An example of two of the documents in the collection:
    <flight-data aircraft-id = “1”>
    <maintenance-raw-data fault-id=“0001”>
    <maintenance-raw-data fault-id=“0002”>
    <maintenance-raw-data fault-id=“0003”>
    <maintenance-raw-data fault-id=“0001”>
    </flight-data>
    <flight-data aircraft-id = “2”>
    <maintenance-raw-data fault-id=“0002”>
    <maintenance-raw-data fault-id=“0003”>
    <maintenance-raw-data fault-id=“0003”>
    <maintenance-raw-data fault-id=“0004”>
    <maintenance-raw-data fault-id=“0005”>
    </flight-data>
    So the intent of the xquery was to select all the data for one or more aircraft, then on that “total” selection, get a distinct list of all fault IDs. The xquery is as follows:
    for $z in collection("brickdata2")/flight-data
    where $z/@aircraft-id="1" or $z/@aircraft-id="2") return
    for $x in distinct-values($z//maintenance-raw-data/@fault-id) return $x
    Basically, I want the query to return the flight-data for both aircraft and then, on that total return, find the unique fault IDs. However, the second part operates on the unique fault IDs for each aircraft separately. It gives the unique fault IDs for the first aircraft and then the unique fault IDs for the second aircraft.
    Query results with Aircraft 1 and Aircraft 2 in Where clause
    Fault ID 0001
    Fault ID 0002
    Fault ID 0003
    Fault ID 0002
    Fault ID 0003
    Fault ID 0004
    Fault ID 0005
    So we then changed the first line of the XQuery to “let $z := collection”. etc.” and then the query retrieving both aircraft works (you get 0001, 0002, 0003, 0004, 0005) “ but if you change the where clause to retrieve for only one aircraft (either one), you get the same answer (i.e., fault IDs for both aircraft).
    Appreciate any help. Thanks in advance.

    Basically, I want the query to return the flight-data for both aircraft and then, on that total return, find the unique fault IDs. However, the second part operates on the unique fault IDs for each aircraft separately. It gives the unique fault IDs for the first aircraft and then the unique fault IDs for the second aircraft.You can do it like the following, by first retrieving the whole sequence of attributes for both aircrafts, then applying distinct-values() :
    distinct-values(
      for $z in collection("brickdata2")/flight-data
      where $z/@aircraft-id = "1"
         or $z/@aircraft-id = "2"
      return $z/maintenance-raw-data/@fault-id
    )

  • Incorrect Results When Using an In-Line View and User Function in 10g

    My developers are complaining of incorrect Select statement results when using an in-line view along with a user defined function. Below is the statement:
    select test_f(wo1)
    from
    (SELECT a.WORK_ORDER_NBR, b.work_order_nbr wo1/*, facility_f(A.FACILITY),
    A.PLANNER, A.WO_STATUS, mil_date(A.WO_STATUS_DATE)*, A.WORK_ORDER_TYPE,
    A.WO_DESCRIPTION
    FROM TIDWOWRK A, TIDWOTSK B
    WHERE B.WORK_ORDER_NBR(+) = A.WORK_ORDER_NBR))
    where wo1 is null;
    Test_f() is a user defined function and the above query returns thousands of rows. It should return 308 rows. It is apparent that the target database is not evaluating the "where wo1 is null;" clause.
    select to_char(wo1)
    from
    (SELECT a.WORK_ORDER_NBR, b.work_order_nbr wo1/*, facility_f(A.FACILITY),
    A.PLANNER, A.WO_STATUS, mil_date(A.WO_STATUS_DATE)*, A.WORK_ORDER_TYPE,
    A.WO_DESCRIPTION
    FROM TIDWOWRK A, TIDWOTSK B
    WHERE B.WORK_ORDER_NBR(+) = A.WORK_ORDER_NBR))
    where wo1 is null;
    In the above query return 308 rows. The user function was replaced by an Oracle function. The Where clause is now evaluated correctly.
    The query is executed from an Oracle 10g R2 database and retrieves data from a 9.2.0.6 database.
    I've seen a little information on Metalink. It appears that there was some trouble in 9i, but were fixed in a 9.2.0.6 patch. I don't see any information about a 10.2.0.2 database.
    Anyone have any experiences or a successful solution. I suspect that I will need to report this to Oracle and wait for a patch.
    Thanks,
    John

    I can only think of two reasons for this behaviour:
    1) You are executing these two queries from two different users and there is some policy on the table.
    2) The function doesn't do an upper, but returns null a lot of times, even when the input is a not null value, like this:
    SQL> create table tidwowrk
      2  as
      3  select 1 id, 'A' work_order_nbr, 'DST' facility from dual union all
      4  select 2, null, 'TRN' from dual union all
      5  select 3, 'C', 'DST' from dual
      6  /
    Tabel is aangemaakt.
    SQL> create table tidwotsk
      2  as
      3  select 'A' work_order_nbr from dual union all
      4  select 'B' from dual
      5  /
    Tabel is aangemaakt.
    SQL> create or replace function test_f (a in varchar2) return varchar2
      2  is
      3  begin
      4    return case a when 'A' then null else a end;
      5  end;
      6  /
    Functie is aangemaakt.
    SQL> select count(*)
      2    from ( SELECT a.WORK_ORDER_NBR
      3                , test_f(b.work_order_nbr) wo1
      4             FROM TIDWOWRK A
      5                , TIDWOTSK B
      6            WHERE B.WORK_ORDER_NBR(+) = A.WORK_ORDER_NBR
      7              and a.facility in ('DST', 'TRN', 'SUB')
      8         )
      9   where wo1 is null
    10  /
                                  COUNT(*)
                                         3
    1 rij is geselecteerd.
    SQL> select count(*)
      2    from ( SELECT a.WORK_ORDER_NBR
      3                , to_char(b.work_order_nbr) wo1
      4             FROM TIDWOWRK A, TIDWOTSK B
      5            WHERE B.WORK_ORDER_NBR(+) = A.WORK_ORDER_NBR
      6              and a.facility in ('DST', 'TRN', 'SUB')
      7         )
      8   where wo1 is null
      9  /
                                  COUNT(*)
                                         2
    1 rij is geselecteerd.Regards,
    Rob.

  • How to transfer the contents of a line of a table control to second screen?

    Hi,
    I have a table control and I have entered some contents in one line of a table control .
    When i click on this line and then click on the detail button on the screen , it should take me to another screen and whatever I have entered in the table control should be transferred to the second screen .
    Please could anyone help me out with this .
    Regards,
    Sushanth H.S.

    Hi
    U need to get the index of the line of table control by command GET CURSOR:
    PROCESS PAI.
    LOOP AT ITAB.
       MODULE GET_CURSOR.
       MODULE MODIFY_ITAB.
    ENDLOOP.
    MODULE USER_COMMAND.
    Module to pick up the selected line:
    MODULE GET_CURSOR.
      GET CURSOR LINE VN_LINE.
    ENDMODULE.
    Module to transfer the data from table control to internal table:
    MODULE MODIFY_ITAB.
      ITAB-FIELD1 = <FIELD OF TABLE CONTROL>.
      MODIFY ITAB INDEX <TABLE CONTROL>-CURRENT_LINE.
    ENDMODULE.
    U should considere the variable line has the value of the index of the line of table control, so u need to calculate the number of the corresponding line of internal table:
    MODULE USER_COMMAND.
      CASE OK_CODE.
        WHEN 'DETAIL'.
    * Calculate the line of internal table:
           VN_LINE = <TABLE CONTROL>-TOP_LINE + VN_LINE - 1.
    * Read the data
           READ TABLE ITAB INDEX VN_LINE.
    * Transfer the data to the output structure of the new screen
           <STRUCTURE>-FIELD1 = ITAB-FIELD1.
    * Call the new screen
           SET SCREEN <NEW SCREEN>.
           LEAVE SCREEN.
    Max

  • How to draw a simple line chart using GRAPH_MATRIX_2D function

    Hello,
    can anyone help me with that function please,
    i couldn't draw a line graph with three data series, i mean with three lines in the graph.
    i want to the chart to be drawn as line graph at the beginning, i shouldn't have to change the chart type later,
    can anybody send me a sample code that does what i want.
    i am expecting your answers,
    thanks.
    Note: all answers will be pointed.

    Hi Ali,
    please refer to my reply [here|Re: drawing 2d line chart problem, urgent please!!!] and skip this thread. This is a copy of the other request.
    Regards
    Matthias

  • Finding number of lines in a program/function module

    Hi Expets,
    I would like to know is there any way to find the number of code lines in a ABAP program/function module.
    Additionally, can i extend this to a package such that the utility will find the number of codelines in all the programs/function modules/include programs in that package.
    Any hints regarding the same would be appreciated.
    Regards,
    Ramanath

    1. First using Read report  to load the source code to your internal table.
    2. Using SCAN statement to do analysis about the source code. pls refer to the sap keyword help about "SCAN".
    Syntax Diagram
    SCAN
    Note
    This statement is for internal use only.
    It cannot be used in application programs.
    Variants:
    1. SCAN ABAP-SOURCE itab1 ...TOKENS INTO itab2
                           ...STATEMENTS INTO itab3.
    2. SCAN AND CHECK ABAP-SOURCE itab1 ...RESULT INTO itab2.
    Variant 1
    SCAN ABAP-SOURCE itab1 ...TOKENS INTO itab2
                           ...STATEMENTS INTO itab3.
    Parts marked with " ..." are interchangeable
    Extras:
    1. ... FROM n1
    2. ... TO   n2
    3. ... KEYWORDS   FROM itab4
    4. ... LEVELS     INTO itab5
    5. ... STRUCTURES INTO itab6
    6. ... OVERFLOW INTO c1
    7. ... WITH ANALYSIS
    8. ... WITH COMMENTS
    9. ... WITH INCLUDES [IMPLEMENTATIONS FROM itab]
    10. ... WITH TYPE-POOLS
    11. ... WITH LIST TOKENIZATION
    12. ... PRESERVING IDENTIFIER ESCAPING
    13. ... WITHOUT TRMAC
    14. ... [INCLUDE] PROGRAM FROM c2
    15. ... INCLUDE INTO c3
    16. ... MESSAGE INTO c4
    17. ... WORD    INTO c5
    18. ... LINE    INTO n3
    19. ... OFFSET  INTO n4
    20. ... WITH EXPLICIT ENHANCEMENTS [IMPLEMENTATIONS FROM itab]
    21. ... FRAME PROGRAM FROM c2
    22. ... ENHANCEMENTS INTO itab

  • Need to remove crop lines set in custom function 3

    Hello All, I need help! I set the custom function 3 to the on position, thinking it would just give me lines to show where an 8x10 crop would be ~ I did not realize that it would actually crop all of my images. I shoot raw and I have imported them into lightroom, within lightroom I cannot remove the crop. I tried opening in Canon's software, removed the crop, then saved as a TIFF, but 17 files ended up being corrupt.
    I see that there is a plug in for LR, but it indicates DNG files, not RAW ~ is there a plug in for RAW? Does anyone know a work around that might help me? Thank you.

    This forum is for discussing Lightroom plugins.  You're more likely to get an answer if you repost in the main Lightroom forum.

  • Assigning different line items to different function(order component spec)

    Hi,
    I am facing a problem. Could you please help me out?
    Say order line is following
    <osm7dd:OrderLine>
    <osm7dd:line1>line1</osm7dd:line1>
    <osm7dd:line2>Motorola 200</osm7dd:line2>
    <osm7dd:line3>MOT200</osm7dd:line3>
    <osm7dd:line4>Mobile</osm7dd:line4>
    <osm7dd:line5>07760613421</osm7dd:line5>
    <osm7dd:line6>O3</osm7dd:line6>
    <osm7dd:line7>00</osm7dd:line7>
    </osm7dd:OrderLine>
    And say I have 2 functions(order component secifications)
    Is there any way so that
    only line1, line2 and line3 are assigned to function1
    and line3,line4, line5, line6 and line7 are assigned to function2?
    Regards,

    Hi Tarini,
    Thanks for reply.
    Could you please tell me what is the difference between OrderLine and OrderItem?
    However say the request is following:
    In this case say I have two functions: function1 and function2
    And I want 'MobileNum' to be assigned with function1 only; and not with function2.
    I have different roles for function1 and function2 users
    And I don't want to show the 'MobileNum' to function2 users.
    Could you please tell me how can I do that?
    <ord:CreateOrder xmlns:ord="http://xmlns.oracle.com/communications/ordermanagement" >
    <osm7dd:ServicesOrder xmlns:osm7dd="http://www.example.org/osm7Order1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <osm7dd:orderId>orderId-1000</osm7dd:orderId>
    <osm7dd:OrderLine>
    <osm7dd:productName>MOTO-200</osm7dd:productName>
    <osm7dd:productDesc>Motorola 200</osm7dd:productDesc>
    <osm7dd:productCode>MOT200</osm7dd:productCode>
    <osm7dd:class>Mobile</osm7dd:class>
    <osm7dd:MobileNum>07760613421</osm7dd:MobileNum>
    <osm7dd:lineID>O3</osm7dd:lineID>
    <osm7dd:BundleID>00</osm7dd:BundleID>
    </osm7dd:OrderLine>
    <osm7dd:OrderLine>
    <osm7dd:productName>SAMS-TOCO</osm7dd:productName>
    <osm7dd:productDesc>Samsung Toco</osm7dd:productDesc>
    <osm7dd:productCode>SAMTOC</osm7dd:productCode>
    <osm7dd:class>Mobile</osm7dd:class>
    <osm7dd:MobileNum>07760613422</osm7dd:MobileNum>
    <osm7dd:lineID>O4</osm7dd:lineID>
    <osm7dd:BundleID>00</osm7dd:BundleID>
    </osm7dd:OrderLine>
    </osm7dd:ServicesOrder>
    </ord:CreateOrder>
    Regards,

Maybe you are looking for

  • Cannot install upgrade for iweb

    I have upgraded my iMac last December and bought the new 27inch one. It came with iWeb, that I have been enjoying for years, and used it to upload my Web pages. I also transfer my self in to iCloud few months ago, and that also seemed to be well. How

  • How to remove sub panel scrollbars with LabVIEW 2009-SP1?

    I did a search and found this thread on the subject: http://forums.ni.com/t5/LabVIEW/subpanel-scollbars-in-labview-8-0/m-p/284503/highlight/false#M149983 I double checked that that the horizontal and vertical scrollbars were not selected in the Custo

  • Can any one expalin...

    hi wat is the use of  CL_GUI_DOCKING_CONTAINER can any one explain it plz thnx

  • Editing AndroidManifest.xml

    Hi everyone! I'm using Flash cs6 to publish for Android using air for Android (3.2) I need to edit the AndroidManifest.xml that is generated automatically in the .apk file, does anyone knows how to do it? (doesn't work with winrar...). Thank you!

  • DNS server in DMZ or Inside?

    I'm currently using a Win2003 server as my DMZ on the inside of the network. It's also the server I use as my Domain Controller. I am reviewing some of my policies and considering some changes. Is it best to have my DNS servers on the Inside or on th