HTTP Header not showing up

I am trying to add a authorization header to the HTTP Post, but it isn't showing up when my end point is https. It only shows up when my end point is http.
This is how my header is supposed to look like, but it only works when my end point is http.
Content-Type: text/xml
Authorization: Basic TWFyc2hmaWVsZDoidzMrJTFAJjJpIUk2
User-Agent: Microsoft (R) BizTalk (R) Server 2010
Host: ***.***.***
Content-Length: 54091
Expect: 100-continue
What should I do for this to show up with my https end point ?
I am using HTTP Adapter and I am trying to write authorization header using:
inmsg.Context.Write("UserHttpHeaders", "http://schemas.microsoft.com/BizTalk/2003/http-properties", "Authorization: Basic " + System.Convert.ToBase64String(System.Text.Encoding.UTF8.GetBytes(Username + ":" + Password)));
EDIT: I am using HTTP Adapter to accomplish this.

HTTP data packet/conversation is exactly same with
HTTP or HTTPS. Only difference is they are encrypted in HTTPS. May since they are encrypted you are not seeing the exact word “Authorization: Basic…” when you search for this text/string.
If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Similar Messages

  • Custom Inserted HTTP Header not showing up in Iplanet Logs

    ALL:
    I have some iPlanet Enterprise/6.0 web servers sitting behind a LoadBalancer. The LoadBalancer is setup in an 'one-armed mode', and takes a client HTTP request passes it onto the server, but during this process, changes the client source IP to that of local static IP that the LoadBalancer has. Due to our setup we cannot change this.
    By changing the client source IP to a local address, we have lost any useful user session tracking that was done by source IP.
    To get around this, I have the LoadBalancer inserting an HTTP header with the client real source IP. Reading the NSAPI Programmer's Guide (Table 7-1 "http://docs.sun.com/source/816-5686-10/07_magnu.htm"), there is an option "%Req->headers.headername%" that can be used with 'flex-int' to log any header value.
    My output from snoop looks as follows:
    HTTP: ----- HyperText Transfer Protocol -----
    HTTP:
    HTTP: GET /plugin.do HTTP/1.1
    HTTP: OrigClientAddr:10.5.4.28
    HTTP: Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
    HTTP: Accept-Language: en-us
    HTTP: Accept-Encoding: gzip, deflate
    HTTP: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
    HTTP:
    I have set the value to "%Req->headers.OrigClientAddr%" and it still does not show up in the log file. Any clues?
    Works fine in Apache with:
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{OrigClientAddr}i\" \"%{User-Agent}i\"" headerinsert
    CustomLog logs/access_log headerinsert

    Always nice to find resolution to one's own question.
    Fix was to change the header value to all lower case.
    From:
    "%Req->headers.OrigClientAddr%"
    To:
    "%Req->headers.origclientaddr%"

  • Header not showing up in PDF

    I put a logo in the header of my form and it is not showing up on the saved PDF ~ any idea why?

    Please read the FAQ at http://forums.adobe.com/docs/DOC-4144.  If this does not help you resolve the issue then re-post to this thread.
    -Jeff

  • Header not showing up in Firefox (but OK in IE7)

    Hello everyone.
    I'm hoping someone can help me with this situation. I'm
    having a problem with my header sometimes not showing up in Firefox
    2.0 (I'm using 2.0.0.13), yet it shows up fine in IE7. The problem
    is intermittent, sometimes it displays as it should and other times
    it's not there (the header is a JPG, 1000x125 pixels, around 25k in
    file size). Sometimes clicking the "Go" button will make it appear
    (other times not) and sometimes "refresh" will do the same or make
    it "disappear" if it's already there. I'm using DW MX 2004 and I
    don't remember having this problem before until just recently on
    some pages that I made from scratch. Here is an
    example of one of
    the pages. So far it's a pretty simple layout using a table, a
    header and a few horizontal buttons.
    If it the header shows up in Firefox, please refresh or
    reload and see if it no longer shows up.
    I'm wondering if I should be doing something else in DW for
    the header so that it will show up every time in Firefox. I can
    post the code if I need to, or you can view it when you visit the
    page.
    Can someone please help?
    Thank you

    > @josie1one, can I ask what OS you are using? I'm not
    sure if it matters,
    > but
    > I'd be curious to know with my results from using XP and
    Win98.
    WinXP Professional.
    > @Dooza, It IS very confusing, ha ha. My viewing
    >
    http://www.beatleslane.com/zhtz/header01.jpg
    works fine on my end.
    >
    http://www.beatleslane.com/header01.jpg
    should NOT work because there's no
    > such
    > file in that location.
    Not Dooza but you say without /zhtz/ it shouldn't work but
    your code is:
    <td height="125" colspan="5"><img
    src="header01.jpg" alt="header"
    width="1000" height="125"></td>
    Note no /zhtz/ ??? Did you try what I suggested? Just for
    laughs?
    Jo
    "CreativeSpurt" <[email protected]> wrote in
    message
    news:ftg0ge$p$[email protected]..
    > @josie1one, I know what you mean by "It won't reappear
    at all for me now.
    > Fine
    > in IE6 oddly". Sometimes I can't make it reappear in FF2
    either, yet no
    > problems in IE7.
    >
    > My main computer is a Win XP Home Ed., and it's the
    computer I'm having
    > this
    > header issue with. As I mentioned, I tried it on a Win98
    (with FF2) and I
    > didn't have a problem (in limited testing). I just now
    tried it on an old
    > Win98
    > laptop (also with FF2) and no problems there either. So,
    the problem seems
    > to
    > only appear with my XP computer using FF. No problems
    with NN9 or IE7 or
    > Win98.
    > And it sounds like josie1one has the same issue as me
    viewing the page, so
    > it's
    > not just me.
    >
    > @josie1one, can I ask what OS you are using? I'm not
    sure if it matters,
    > but
    > I'd be curious to know with my results from using XP and
    Win98.
    >
    > @Dooza, It IS very confusing, ha ha. My viewing
    >
    http://www.beatleslane.com/zhtz/header01.jpg
    works fine on my end.
    >
    http://www.beatleslane.com/header01.jpg
    should NOT work because there's no
    > such
    > file in that location.
    >

  • Appraisal document header not showing up in the Portal

    when I look at the appraisal document in Portal ESS MSS (using WD4A application Appraisal Document) the header of the appraisal document does not show up (in PHAP_ADMIN it does).
    how can I show the appraisal document header in the Portal?
    regards,
    Tiberiu

    >
    Chris Thomas wrote:
    > Do you know how to set the template such that the Header is expanded (displayed) by default ?
    >
    > Chris
    hi chris, that would almost definitely only be available by doing a webdynpro enhancement to hap_main_document.

  • Flash Header: Not Showing in Safari

    Not sure if it is isolated to my machine. While my flash
    header works in Camino and Firefox, nothing comes up but the grey
    background in Safari. There should be my logo and a set of flash
    links. Nothing though. All of a sudden it is doing this. Never had
    a problem before. The only thing I did was drop a folder called
    "support chat" in my main directory, but that should affect any
    other pages at all. All the files are contained in that support
    chat folder so they should affect the html files in my main
    directory.
    http://www.thevettergroup.com

    Well i tried a couple of sites and none of them are showing
    flash at all!!! On our intranet setup as well the problem persists.
    None of the flash objects load in the browser. Tried on IE but no
    luck.
    Although if you just load a html page directly in browser
    without using the web server, the flash shows fine.
    If anyone knows what the issue is then please do post a
    reply.
    Thanks!

  • ALV header not showing in display

    Hello experts,
    This problem has been bugging me for quite some time. I modified a report to be shown in ALV format. Now, when I execute the report the header does not display. Anyway, I have pasted below my code so you guys might see if I'm missing something. Help would be greatly appreciated. Thanks guys and have a nice day!
    FORM display_alv.
      PERFORM f_build_comment USING gt_list_top_of_page[].
      PERFORM f_build_layout USING gs_layout.
      PERFORM f_init_fieldcat USING gt_fieldcat[].
      PERFORM f_init_events USING 'TOP' gt_events[].
      CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'
           EXPORTING
                i_callback_program      = g_repid
                i_callback_user_command = 'USER_COMMAND'.
      CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
           EXPORTING
                it_fieldcat = gt_fieldcat[]
                is_layout   = gs_layout
                i_tabname   = 'IT_ZTS0001'
                it_events   = gt_events[]
                it_sort     = gt_sort_del
                i_text      = '1ST'
           TABLES
                t_outtab    = it_zts0001.
      gt_print-reserve_lines = 2.
      gt_print-no_coverpage = 'X'.
      CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'
           EXPORTING
                is_print = gt_print.
    ENDFORM.                    " DISPLAY_ALV
          FORM f_build_comment                                          *
    -->  %TOP_OF_PAGE                                                  *
    FORM f_build_comment USING %top_of_page TYPE slis_t_listheader.
      DATA: ls_line TYPE slis_listheader,
            d_name(60),
            lv_date(10),
            lv_time(10),
            lc_dttm(50).
    **-REPORT NAME
      CLEAR: d_name, ls_line.
      MOVE: sy-title TO d_name.
      ls_line-typ  = 'H'.
      ls_line-info = d_name.
      APPEND ls_line TO %top_of_page.
    **-USER ID AND DATE/TIME
      CLEAR: d_name, ls_line.
      CONCATENATE: 'Generated by:' sy-uname INTO d_name SEPARATED BY space.
      ls_line-typ  = 'H'.
      ls_line-info = d_name.
      APPEND ls_line TO %top_of_page.
      CLEAR: d_name, ls_line.
      WRITE: sy-datum TO lv_date MM/DD/YYYY,
             sy-uzeit TO lv_time USING EDIT MASK '__:__:__'.
      CONCATENATE: 'Generated on:' lv_date lv_time
        INTO d_name SEPARATED BY space.
      ls_line-typ  = 'H'.
      ls_line-info = d_name.
      APPEND ls_line TO %top_of_page.
    ENDFORM.                    " F_BUILD_COMMENT
          FORM f_build_layout                                           *
    -->  %LAYOUT                                                       *
    FORM f_build_layout USING %layout TYPE slis_layout_alv.
      %layout-zebra             = 'X'.
    ENDFORM.                    " F_BUILD_LAYOUT
          FORM f_init_fieldcat                                          *
    -->  %FIELDCAT                                                     *
    FORM f_init_fieldcat USING %fieldcat TYPE slis_t_fieldcat_alv.
      DATA: lc_fieldcat TYPE slis_fieldcat_alv.
      CLEAR lc_fieldcat.
      DEFINE m_field.
        add 1 to lc_fieldcat-col_pos.
        lc_fieldcat-fieldname   = &1.
        lc_fieldcat-outputlen   = &2.
        lc_fieldcat-seltext_l   = &3.
        lc_fieldcat-do_sum      = &4.
        lc_fieldcat-inttype     = &5.
        lc_fieldcat-hotspot     = &6.
        lc_fieldcat-fix_column  = &7.
        lc_fieldcat-ddictxt     = 'L'.
        lc_fieldcat-no_zero     = 'X'.
        append lc_fieldcat to %fieldcat.
      END-OF-DEFINITION.
      m_field 'KUNNR' '12' 'Customer Number'        ''  ''  ''  ''.
      m_field 'CD_SEQ' '12' 'Code'                  ''  ''  ''  ''.
      m_field 'ZADDRESS' '12' 'Address'             ''  ''  ''  ''.
      m_field 'ZCPERSON' '12' 'Contact Person'      ''  ''  '' ''.
      m_field 'ZCNUMBER' '12' 'Contact Number'      ''  ''  '' ''.
    ENDFORM.                    " f_init_fieldcat
          FORM f_init_events                                            *
    -->  P_TYPE                                                        *
    -->  %EVENTS                                                       *
    FORM f_init_events USING p_type CHANGING %events TYPE slis_t_event.
      CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
           EXPORTING
                i_list_type     = 0
           IMPORTING
                et_events       = %events
           EXCEPTIONS
                list_type_wrong = 1
                OTHERS          = 2.
      IF sy-subrc = 0.
        PERFORM f_build_events USING: slis_ev_user_command.
        IF p_type = 'TOP'.
          PERFORM f_build_events USING: gc_top.
       ELSEIF p_type = 'SUM'.
         PERFORM f_build_events_sum USING: gc_topsum.
        ENDIF.
      ELSE.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " F_INIT_EVENTS
          FORM f_build_events                                           *
    -->  %EVENT                                                        *
    FORM f_build_events USING %event.
      READ TABLE gt_events WITH KEY name = %event.
      IF sy-subrc = 0.
        MOVE: %event TO gt_events-form.
       MOVE 'USER_COMMAND' TO gt_events-form.
        MODIFY gt_events INDEX sy-tabix.
      ENDIF.
    ENDFORM.                    " F_BUILD_EVENTS
          FORM top_of_page                                              *
    FORM top_of_page.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
           EXPORTING
                it_list_commentary = gt_list_top_of_page.
    ENDFORM.

    Hi,
    Using ALV_BLOCK you can append multiple internal table and display them in one shot.
    With ALV Grid you cannot do that, but the output is more prettier than a list. It will look a excel sheet.
    Look at the layout values you are passing for the size of the ALV.
    Regards,
    Ravi
    Note : Please mark the helpful answers

  • HTTP header insertion problem with ACE

    Hi
    I try to configure the HTTP header insertion feature based on the action-list type modify http. Unfortunately it does not works.
    The config looks like that
    action-list type modify http TEST
    header insert both Host header-value test:test.
    I added this action-list to the correct policy-map.
    When I checked the snifer output on the server side, there is no test value in the HTTP header.
    I test the same feature based on the "insert-http" command in the policy-map and this one works.
    Could anybody help me with this problem?
    Thank you in advance
    Regards
    Lucas

    Hi Lukas,
    Add a new parameter-map named PRMAP_PERST_REBLNC and add this to the policy map using command appl-parameter http advanced-options PRMAP_PERST_REBLNC as shown below:
    action-list type modify http test-insert
    header insert both My-Header header-value test
    header insert both SSL header-value TRUE
    policy-map type loadbalance http first-match HtppInsert
    class class-default
    serverfarm linux1-80
    action test-insert
    policy-map multi-match SLB1
    class VIP-122-80
    loadbalance vip inservice
    loadbalance policy HtppInsert
    loadbalance vip icmp-reply active
    loadbalance vip advertise active
    loadbalance vip advertise metric 1
    connection advanced-options SetTos
    appl-parameter http advanced-options PRMAP_PERST_REBLNC
    parameter-map type http PRMAP_PERST_REBLNC
    persistence-rebalance
    Hope this will make all the packets are inserted with the http header not the first one only.
    If it works then plz inform.
    Kind Regards.
    Sachin Garg

  • Custom HTTP Header

    Is there any way to add custom http header (not soap header) into Soap request sending by BPEL server to soap server
    Regards
    J

    Looks like it possible via the Partner Link properties: httpUsername and httpPassword
    Check http://www.oracle.com/technology/pub/articles/bpel_cookbook/chandran.html
    Under step 4.
    Regards Pete

  • HT1351 The DEVICES heading is not showing in my library column...help????

    I am unable to sync my ipod with new songs that I have just downloaded because the "DEVICES" heading is NOT showing in the left hand column under the Library (where everything is listed while in itunes).
    I have tried to call for help, but I was told I needed to pay a 19.99 fee for the tech support- which is rediculous in my opinion since I paid for the ipod, paid for the songs, paid for the laptop, shouldn't the tech support be included in there for free?
    Anyway, my question IS....what happened to the DEVICES heading? How do i get it back? How am I to sync my music?
    Thank You for any help that can be offered!

    shouldn't the tech support be included in there for free?
    It is for 90 days from the date you purchased your iPod, or for two years if you purchased the AppleCare extended coverage for it.
    The "Devices" header will only appear if the iPod you're connecting is recognized, which apparently it is not. This may help:
    http://support.apple.com/kb/TS1369
    Regards.

  • Logo not showing up in header

    My company's logo does not show up in the header when I save, close and reopen FormsCentral.  I'm on the trial version.

    Please read the FAQ at http://forums.adobe.com/docs/DOC-4144.  If this does not help you resolve the issue then re-post to this thread.
    -Jeff

  • Can you add a thunderbird option to not show header pane

    can you add a thunderbird option to not show header pane
    up there in view/headers all or normal please add a headers off so the header pane does not show
    it is wasting too much space on my screen to view jpegs

    I have been using the compact header add-on since V3 for just that purpose.
    https://addons.mozilla.org/en-US/thunderbird/addon/compactheader/

  • Header.php exists but does not show up on every page.

    Hi.  I am starting from scratch with this.
    part1.
    My objective is to create a website that takes advantage of DreamweaverCC's fluid-grid-layout so that my web Site auto-flows on
    smartphones, tablets and desktops/laptops.
    file > new > fluid-grid-layout.
    By default, it says 'unnamed.css'
    I named it  testSite.css
    click okay.
    (This is the only way to begin with a fluid-grid-layout - I think).
    It opens a split view.
    On the right frame is a DIV that has this text inside.
    "Use Insert Panel for additional Fluid Grid Layout Elements. Note: All Fluid Layout tags must be contained within the "gridContainer" div tag."
    In the right frame,
    <script src="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/BuiltIn/F luid%20Grid%20Layout/respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">Use Insert Panel for additional Fluid Grid Layout Elements. Note: All Fluid Layout tags must be contained within the "gridContainer" div tag.</div>
    </div>
    </body>
    </html>
    QUESTIONS - CLARIFICATION.
    Question ????
    class = 'gridContainer clearfix"
    div id = "div1 class = "fluid"
    So all of the <div>s that I place inside of the gridContainer will all be assigned the 'class'  fluid.
    Yes ?
    And I define div ids so that I can use css styles
    Yes ?
    I understand class in Java but I do not understand it here in Dreamweaver.
    Please explain.
    part2.
    I inserted 4 <div>s into the gridContainer and assigned them specific div ids.
    div id = square1
    div id = square2
    div id = square3
    div id = square4
    I see these assignments in the code.
    But in the properties panel with HTML (not css panel) selected. 
    It shows  ID None.
    Question ????
    Why doesn't the assigned div =id  in the code show in the properties panel.
    part3a.
    index.php is my main web page.
    It has several images (the 4 different squares).
    I created a separate .html file for each square: square1.html square2.html square3.html square4.html.
    At this point, each of those pages has only one sentence.  'contents for square#N) will be on this page'
    I used the properties panel and linked the 4 images on index.php to these .html files.
    When I 'View in Safari/Firefox'  each of those images (squares) when clicked - bring me to the appropriate page.
    So I've got some of this working
    part3b.
    I know that some of you have already tried to assist with this but it is not working for me.
    I created a file called header.php
    The contents of header.php does not have any <tags> at all.
    The contents is this:
    <h1> This will be the header for all of my web pages.</h1>
    In index.php I included this in the code as such:
    <body>
    <? php require_once('header.php'); ?>     // this is line 34
    <div class="gridContainer clearfix">
      // div ids for the images etc. etc.
    </body>
    </html>
    View in Safari/Firefox
    Parse error: parse error in /Library/WebServer/Documents/dwwdSite/index.php on line 34
    I tried this.
    <? php include_once('header.php'); ?>
    <? php include('header.php'); ?>
    and I get the same exact error.
    When I 'view in Safari/Firefox'  header.php  it displays what I want:
    This will be the header for all of my web pages.
    Question ????
    What am I doing incorrectly ?
    From one of my other posts - as we got onto this topic, it was suggested that I just place the php code:
    <? php  include('header.php'); ?>
    within the index.html file exactly where I want it to show up.
    I want it to show up at the top of each page.
    Well at this point it is not showing up anywhere !!
    But if I have header.php active in Dreamweaver and 'view in safari/firefox'
    the browser does show the header.php page.
    part4.
    Question ????
    And should I include
    <? php require_once('header.php'); ?>
    at the top of each of the square.html files if I want the header to show up on each of those pages.
    I think this makes sense.
    part5.
    Question ????
    When I view testSite.css
    I understand that it has 3 different sets of selectors for each of the 3 different devices.
    But how do I 'assign'  css properties to the contents inside of header.php ?
    With header.php active/open, from the 'properties panel' I can select CSS and choose: font, size, color from there and it works
    but should I not have this included in the testSite.css ?
    Lots of questions. Hope that I explained it in an organized fashion.
    thanks again.
    Nancy O.
    Sudarshan Thiagarajan

    > So all of the <div>s that I place inside of the gridContainer will all be assigned the 'class'  fluid.
    Nope - but everything that you insert using the Insert panel will give you the opportunity to specify that it's a fluid element, which you can do by enabling the checkbox on the dialog. This means that you CAN insert a <div> that is not a fluid element. It's only the ones that you insert as a fluid element that will get that class automatically.
    >And I define div ids so that I can use css styles
    Assigning an ID to any element on the page allows you to target that element with a particular CSS rule.
    > I understand class in Java but I do not understand it here in Dreamweaver.
    > Please explain.
    There is no similarity at all. There are four ways you can identify a page element to apply a CSS rule:
    1. By tag, e.g., all paragraph tags on the page.
    2. By context, e.g., any paragraph tag that is within a <nav> element.
    3. By 'class' assignment, e.g., any element that has been given a particular "class" attribute -> <p class="foo">
    4. By ID, e.g., any element that has been given a particular "ID" attribute -> <p id="foo">
    The weight of any style (i.e., which one to use in the event of conflict) is determined by a number of characteristics of the CSS 'selector' that carries the rule.
    > Why doesn't the assigned div =id  in the code show in the properties panel.
    Assuming your code is correct, it will, e.g.,
    <div id = "square1"></div>
    <div id = "square2"></div>
    <div id = "square3"></div>
    <div id = "square4"></div>
    Try this -
    <html>
    <head></head>
    <body>
    <?php require_once('header.php'); ?>     // this is line 34
    <div class="gridContainer clearfix">
      // div ids for the images etc. etc.
    </body>
    </html>
    and I get the same exact error.
    Yes - there is no space in "<?php".
    Let's start with that.

  • Times ten not showing the column alias as column header in select query.

    Hi All,
    I am trying to execute following queries on TimesTen database 11.2.2.2.0.
    SELECT ROWNUMBER,
    floor((to_date(TO_CHAR(SYSDATE,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss')-to_date(TO_CHAR(starttime,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss'))*24)
    || 'h '
    || mod(floor((to_date(TO_CHAR(SYSDATE,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss')-to_date(TO_CHAR(starttime,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss'))*24*60),60)
    || 'm '
    || mod(floor((to_date(TO_CHAR(SYSDATE,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss')-to_date(TO_CHAR(starttime,'YYYY-MM-DD hh24:mi:ss'), 'YYYY-MM-DD hh24:mi:ss'))*24*60*60),60)
    || 's' TIME_DIFFERENCE
    FROM
    (SELECT ROW_NUMBER() OVER (ORDER BY USERIDENTITY DESC) ROWNUMBER,
    u.*
    FROM TBLMCORESESSIONS u
    WHERE 1=1
    ) B
    WHERE ROWNUMBER BETWEEN 1 AND 5
    and I am getting the follwing output.
    ROWNUMBER,
    < 1, 8h 52m 34s >
    < 2, 8h 54m 24s >
    < 3, 8h 54m 13s >
    < 4, 8h 55m 6s >
    < 5, 8h 54m 40s >
    The issue is I should get TIME_DIFFERENCE as column header but it is not showing TIME_DIFFERENCE as the column header & it is calculating the value just fine .
    & if same query I execute on oracle 11g database every thing works fine.
    please suggest me something that column header is must.
    or suggest me any other for query
    Edited by: hiaditya04 on Apr 24, 2012 11:05 AM

    Hi,
    It is similar to bug which is raised in Timesten 11.2.2.2.. BUG 13896607 - COLUMN NAME MISSING FROM A VIEW IN TIMESTEN 11.2.2.2 . If you have MOS access then you can view about this bug. The bug is going to be fix in the future release. The bug basically indicates that we are not displaying the column name properly when select list contains complex expressions. The column itself can be accessed and values are displayed correctly.
    Regarding your issue "column TIME_DIFFERENCE not found" , I would suggest you to access the column by position, not by name like below
    I believe you are trying to access your column like below
    resultset.getString(“TIME_DIFFERENCE”)
    Instead of this you can use : -- resultset.getString(2) ( this position should based on the position of the column you are using in the query)
    Hope this helps.
    Regards
    Rajesh

  • Migo is not showing the excise tab - header level and item level

    Hi,
    i have created one PO with excise and i have created MIGO with only capture excise invoice, in MIGO before saving the document system is showing the excise basic, cess and higher education cess in excise tab, header level as well as item level. After saving the document, if i go to dispaly view of the MIGO document system is not showing the header level as well as item level excise amount. The tab itself is not appearing. Can any one help me on this.

    Hi,
    There are two kinds of statuses, system status and user status.
    You can only influence System status if you execute a business transaction that changes the system status.there
    are four system statuses open, In process,Released and Completed.
    User status can be created as additional information to the system status in any numbers.But for this you
    need to define a status profile which would further be assigned to transaction type(header status) and
    item categories(item status).
    The header status is independent of the item status. One exception is the status Completed.
    If all items have the status Completed, the header status is also set to Completed.
    For defining a status profile you need to go to
    SPRO>Customer Relationship Management>Transactions>Basic settings>Status Management.
    Hope this helps.
    Regards
    Sidd

Maybe you are looking for

  • Chechbox header : deselect all not working

    folks, I have a jtable generated from my database. IT has 3 columns . The 3rd column has checkboxes in it. I am implementing a "CHECK ALL" checkbox on the header for selection and deselection of checkboxes. the below code works for selection of all b

  • Problem while sending SAP SCRIPT to Spool

    Hi Gurus, I got the requirement that when I select Total in USD the script is not going to SPOOL. But when I use any other Currency the script is going to spool. Please help me for this. Thanks and Regards, Ashwin.

  • Call various methods from a BADI

    Hello, I would like to know if I can call all the methods in a BADI with one call. If its possible please provide an example. THANK YOU.

  • I want to use for next loop to reduce code for doing removechild()'s

    I have working if (addChild(bmp1)) ----removeChild(bmp1). But I need to do it 20 times. I thought I could use a for/next loop, but so far can't seem to get it right. for (var i:Number=0; i<21; I++) my_bmp.name = "bmp" + 1; if (addChild(my_bmp)) remov

  • After Restore I Can't Boot

    I work in a company IT department.  I started in May and at that point had this guy who worked with me (who doesn't now) tell me that I needed to install this software called LikeWise.  It's used for pushing rules out across a network to get peoples