HTTPS problem in Header Portlet

I have a header portlet that includes a graphic for our company logo. For some reason this particular image URL is not being transformed by the portal to use HTTPS on the login screen. All other images are being transformed, but not the one in the header portlet. I don't want to hard code it to use https all the time because that will cause me problems once my users are logged in. Anyone know how to fix this?
Dana

HI all,
delete HEADER where MATERAL = ITEM-MATERIAL and
                                 Opening_balance eq 0.
IN THIS LOGIC BOTH MATERIALS IS COMMING.
Remaining all logic both were deleted.
like this
loop at ITEM where MENGE_CL = 0 AND MENGE_ADD = 0 AND
MENGE_S = 0 AND MENGE_TO = 0 AND
MENGE_CR = 0 AND MENGE_R = 0 AND
MENGE_AD = 0 AND MENGE_BAL = 0 AND MENGE_O = 0.
<b>READ TABLE HEADER WITH KEY MATERAL = ITEM-MATERIAL.
Delete only if open balance is zero
IF HEADER-<OPEN_BALANCE> EQ 0.
delete HEADER where MATERAL = ITEM-MATERIAL.
ENDIF></b>
thanks,
Sreedhar

Similar Messages

  • Pt:openlink in header portlet

    I am using the following tag in a header portlet:
    <pt:openerlink xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/' pt:objectid='208' pt:classid='512' pt:mode='2'>Community Name</pt:openerlink>
    Clicking on the link returns an extended error of:
    Extended Error Message: The server has experienced an error. Try again, or contact your Portal administrator if you continue experiencing problems.
    Running PT Spy I see:
    Unable to load request data.
    com.plumtree.openfoundation.util.XPFormatException: String value true,/portal/server.pt?open=512 cannot be parsed into a boolean value. String must be "true", "True", "false", or "False".
    com.plumtree.openfoundation.util.XPFormatException: String value true,/portal/server.pt?open=512 cannot be parsed into a boolean value. String must be "true", "True", "false", or "False".
    at com.plumtree.openfoundation.util.XPConvert.ToBoolean(String val)
    at com.plumtree.uiinfrastructure.interpreter.RequestData.LoadQSSettings() in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\RequestData.cs:line 630
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 199
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 167
    at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) in e:\buildroot\Release\httpmemorymanagement\2.0.x\dotNET\src\com\plumtree\uiinfrastructure\web\XPPage.cs:line 82
    at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) in e:\buildroot\Release\portalui\6.0.x\ptwebui\portal\dotnet\prod\src\web\PlumHandler.cs:line 37
    at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    at System.Web.HttpApplication.ResumeSteps(Exception error)
    at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
    at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
    at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr)
    at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)
    The browsing user is Guest, and the community in question is configured so Guest has Read Access.
    Has anyone run into this before?
    Thanks!
    - Michael
    Edited by mdeller at 02/07/2007 1:36 PM
    Edited by mdeller at 02/07/2007 1:37 PM

    From what I saw in a demo the engineers have been busy. I was very happy to see "taggization" (my word) of the primary UI bits. It looks sweeeeet from the customization side.

  • Error while creating https based web clipping portlet

    Please help me if any one has created https based web clipping portlet. I'm getting the following error when https url is used during clipping :
    An exception has occurred : oracle.portal.wcs.transport.http.HttpTransportException WCS-510 -- HTTP connection failed to URL https://google.com by method get
    Please click "Cancel" or "Back" in the above panel (if present) to retry. Otherwise, please try to click "Back" (from the browser) to go back to the Oracle Portal page to restart.
    both are not working
    Steps performed :
    1) Added proxy settings in provider.xml
    2) Imported certificates from https site into WLS_Portlet key store
    Thanks
    Bikash

    Hi,
    Are you using proxy server? if yes you have to configure it, or it is problem with your provider.xml file. Can you past the code from provider.xml related to proxy setting?
    I have resolved this issue by follow following technique, Look this code from provider.xml
    <proxyInfo class="oracle.portal.provider.v2.ProxyInformation">
    <!-- <httpProxyHost></httpProxyHost>
    <httpProxyPort></httpProxyPort>
    <dontProxyFor>*.mycompany.com</dontProxyFor> -->
    <proxyUseAuth></proxyUseAuth>
    <proxyType></proxyType>
    <proxyRealm></proxyRealm>
    <proxyUseGlobal></proxyUseGlobal>
    <proxyUser></proxyUser>
    </proxyInfo>
    commented first three tags and removed value from remaining tags.
    Just try with that, Hope this will solve your problem
    Muhammad Nasir

  • Header portlet issue: User settings not passed to Header portlet on "My Pages"

    I am trying to write a header portlet which reads User Settings (User preference). The settings are retrieved correctly and the header portlet works fine on a Community portlet but when browsing "My Pages" or "Knowledge Directory" the settings are not being passed to the header portlet. I have tried this on multiple portals and I get the same behavior. Can you kindly let me know the cause of the problem and help me fix this issue Thanks,Rakesh

    I was able to figure out setting the global display on the default pages, but I'm still stymied at how to set the display for the page portlets for user customizations. In instances where users have added a page portlet, only the portlet header is displayed. I've done the following to try to fix the situation:
    - Deleted and regenerated the page portlets
    - Refreshed the repository
    - Refreshed the display for individual user pages
    Nothing seems to work. This is a major showstopper for us: we are scheduled to go "live" with the 9.0.2.6 version on Friday, and we do not want to ask users to recustomize their pages.
    Windows; 9.0.2.6
    Thanks for all the help!
    Mary

  • Content Header Portlet - Subportal

    I have made a very simple Content Server Header Portlet with the word "Test". Then set the stylesheet to another color other than the default. After setting the neader for that subportal, I tested it. It works, shows the new color scheme for jsut that subportal. But....there is a big white bar across the top where the word "Test" is....??? Why is this?
    Thanks

    Response headers can be found in srvhdrs pblock.
    Those can be manipulated by using set-variable
    http://docs.sun.com/app/docs/doc/820-1638/6nda01tea?l=en&a=view#abuis
    You can read more about these in
    Sun Java System Web Server 6.1 SP8 Administrator's Configuration File Reference
    http://docs.sun.com/app/docs/doc/820-1638?l=en
    and
    Sun Java System Web Server 6.1 SP8 NSAPI Programmer's Guide
    http://docs.sun.com/app/docs/doc/820-1643?l=en

  • Changing colors/style sheets with custom header portlets?

    We would like write a completely custom header portlet (a standard portlet that is designated as a header, notusing the branding server), but I can't seem to find a way to change the style sheets in subportals when I do this.
    Am I missing something? Do you have to use the branding engine to control style sheets in subportals, or is there another way?
    Chris StoffelPortal DeveloperHalliburton KBR

    ------- developersupport wrote on 12/11/03 4:24 PM -------
    The way Branding accomplishes what you're looking for is by setting a portlet setting called &#034;Portal-Style&#034; on the header portlet using the EDK.  This setting can be set either as an Admin level or CommunityPortlet level setting.  When the portal loads a page with a header, it will check to see if the header has this preference set (first on the CommunityPortlet level, if the header is on a community, and then on the Admin level).  If so, the portal will cause everything to use the stylesheet specified in the setting value.
    The setting value is the name of the stylesheet.  For example, if you wished every page displaying the header to be orange, you could set the &#034;Portal-Style&#034; Admin setting on the portlet to a value of &#034;mainstyle17&#034;, the orange-themed stylesheet.
    Perhaps I'm not setting the preference properly. Sniffing the HTTP headers between the gadget and portal servers, I do see:
    [HTTP_CSP_GLOBAL_GADGET_PREF] => Portal-Style=mainstyle17
    (I also tried it with Portal%u002DStyle, but neither works)
    The remote server header portlet doesn't seem to be picking up the fact that there is an admin pref to override the main page's stylesheet. Did I create the portlet wrong, or am I setting the preference incorrectly, or what? Thanks

  • Header Portlet Presentation using classic ASP in v5.0?

    I would like to implement a share price ticker in a header portlet using ASP such as:
    <%@ Language=VBScript %><%' URL for the share price Web ServicestrWebServicePath = "http://myWebService.com/fetch.asmx/Summary"
    ' create DOMDocument and load XMLset xmlDoc = Server.CreateObject("MSXML2.DOMDocument.4.0")xmlDoc.async = falsexmlDoc.setProperty "ServerHTTPRequest", truexmlDoc.validateOnParse = falsexmlDoc.load strWebServicePath
    ' fetch all the share price nodesset sharePriceNodes = xmlDoc.selectNodes("//sharePrice")
    ' store each value client-sidefor each node in sharePriceNodes i = i + 1 response.write "<input type=hidden id=sharePrice" & i & " value=" & node.selectSingleNode("tickerDisplay").Text & " />"next
    ' clean upset xmlDoc = nothing%>
    Am I correct in assuming that I can only use HTML for the header presentation in versions 5 and above? If so, is there a work-around I could use?
    Thanks

    Richard,
    Portlets and UI customizations of the core product are two different things. Headers, footers, and portlets in the mypage or community page are portlets, and as such can be remote, can be just straight HTML, but they have to be served by a remote web server - it's not like you can just plop HTML onto a disk and you're done; the HTML has to be served by IIS, Tomcat, BEA, Websphere, Apache, or an equivalent HTTP web server.
    UI customizations are for all the other things you see in the portal: the navigation, the topbar, the editors, utilities, literally everything that is not strictly a portlet. In 4.5, you could customize that UI directly, because it was made up of a set of ASP pages (a full Java equivalent with JSP pages was also available). The drawback was that when we shipped even the tiniest hotfix, you had to merge differences between our new version and yoru customizations. This was clearly inefficient.
    In 5.0, UI customizations can be done in layers, using our ActivitySpace architecture. This allows you to override the implementation of specific views, models, and controllers, which means your customizations integrate seamlessly with new updates to the product, as long as the core UI feature you are customizing continues to function as it was designed when you customized it. Customers have adopted 5.0 very rapidly because of this feature. We've also shipped many dozens of new APIs that allow you to respond to and customize a variety of complex events in the portal, when you want to do more than simply change the HTML.
    So: Q1 answer: yes, of course you can use HTML. Q2 answer: We no longer use ASP pages in the core portal; we use ActivitySpaces (which contain models, views, and controllers), and HTMLElements, but there are many ways to customize any feature to do what you want using any of our API's.
    David Phipps

  • Https problems in IE, Chrome, Skype, but not Firefox

    I have a user whose account on a win2003 domain was deleted by accident (I have no idea how). I recreated the account and recovered the user profile from a local machine. The local machines all run Win7.
    Everything seems to work fine again now except that https calls through Internet Explorer and Chrome fail with error messages that seem to indicate the site is simply not available rather than a certificate error or the like. Firefox works fine to access
    the same sites. I believe Firefox only works because it doesn`t use the built in security.
    Other accounts on the same machine can make https calls without trouble. My assumption is that there is an issue in the user's profile, but moving the Chrome and IE directories from the AppData directory in the user's profile accomplished no change in behaviour.
    I found KB 813444 and attempted to follow the instructions there to some extent (they seem aimed at XP and Vista), but couldn't re-register the dlls. None of the other changes made any difference. Likely not the problem anyway as the problem does not occur
    for any other account that logs into the machine.
    There really seems to be something wrong in the user profile. Permissions too loose on a directory somewhere? But where?
    The system is a brand new HP tower with Windows 7 on it. Fresh install about a month ago and kept up to date. All other profiles on the machine work fine. Using the same profile on another machine has the same problem of being unable to connect to https
    sites. The error received is not a certificate error, but indicates that the site can't be found, which suggests to me some fundamental failure in the security setup of the user profile. However, I've been unable to find where that information might be stored.
    Clearing the SSL state from within Internet options has had no effect on this issue, nor has compatibility mode or any of the things that are possible on Windows 7 from kb813444.
    Any thoughts?
    Keith

    Hello Keith,
    If my understanding is right, you only have one account have this https problem.
    Will this issue occurs when you create an login as a new account?
    If this issue only occur in the single account, we could refer to the following article to fix the profile.
    Fix a corrupted user profile
    http://windows.microsoft.com/en-us/windows/fix-corrupted-user-profile#1TC=windows-7
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • BAPI_ACC_DOCUMENT_POST problem in header text(bktxt)

    Hi experts,
               Am using bapi  BAPI_ACC_DOCUMENT_POST for gl upload for t-code f-02. the problem is header text(bktxt) is not uploading in fb03. how to solve this problem??
    Regards,
    Sunita.

    Because BAPI: BAPI_ACC_DOCUMENT_POST will Check BADI with Posting
    1.BADI Information:
    (1)Object Type Name(Interface) is IF_EX_AC_DOCUMENT (T-code: SE24)
    (2)Method: CHANGE_INITIAL & CHANGE_AFTER_CHECK
    2.Reason:
    (1)Once This BADI has been created for any reason,
        BAPI:BAPI_ACC_DOCUMENT_CHECK & BAPI_ACC_DOCUMENT_POST
        will check it for Document Header Text
    (2)If Method: CHANGE_INITIAL & CHANGE_AFTER_CHECK has been created for any reason,
        but Creator return an null Document Header Text, then BAPI will clear Document Header Text
    3.Solution:
    (1)Add source code into Method: CHANGE_INITIAL & CHANGE_AFTER_CHECK,
        please refer to (2) for detail source code below
    (2)
      DATA: wa_header TYPE acchd.
      IF sy-xprog EQ 'SAPLBPFC'.
    *---<SAPLBPFC> is for Posting     with BAPI: BAPI_ACC_DOCUMENT_CHECK
    *---<SAPMSSY1> is for Test(Check) with BAPI: BAPI_ACC_DOCUMENT_POST
        CLEAR wa_header.
        wa_header = im_document-header.
        ex_document-header-bktxt = wa_header-bktxt.
        CLEAR wa_header.
      ENDIF.

  • Facing problem in placing portlets in Web Layout

    I am facing problem in placing portlets on Web layout page-
    1. I am getting some space between the regions. I want that my portlet should join adjacent only not even a single pixel gap should be there.
    2. In Web Layout, First region is the left most and after that subsequent region comes right to first region and one after other. But my second and third region's portlet are coming adjacent instead of third region's portlet coming under second region's portlet
    Please help...............

    The first issue is a bug/feature that has been changed in 3.0.8 (9iAS MR1) due out this week. In previous releases we added spacing arbitrarily. Now, you can define the spacing in the region properties.
    I don't understand issue number 2. Can you clarify the problem?

  • Facing problem in placing portlet on Web Layout

    I am facing problem in placing portlets on Web layout page-
    1. I am getting some space between the regions. I want that my portlet should join adjacent only not even a single pixel gap should be there.
    2. In Web Layout, First region is the left most and after that subsequent region comes right to first region and one after other. But my second and third region's portlet are coming adjacent instead of third region's portlet coming under second region's portlet
    Please help...............

    The first issue is a bug/feature that has been changed in 3.0.8 (9iAS MR1) due out this week. In previous releases we added spacing arbitrarily. Now, you can define the spacing in the region properties.
    I don't understand issue number 2. Can you clarify the problem?

  • Where is the Call to the Remote Header Portlet

    I am running into some issues and will really appreciate if any one can provide some information about the issue.
    We have a portlet ready navigation in our portal (6.1 MP1) and we have a custom header portlet ( Remote portlet , sitting on our portlet server). Once in a while the header portlet will disappear ( possible reasong, invalid response from remote portlet server, the web service times out.) in these events , We want to display soem fake HTML with error message on it.
    I am trying to find the actual call to the header portlet in the UI customization code but not able to find. I can get to the calls for the other type of portelt (Narrow, Wide portelts) in the "PortalContent View" But that View doesn't have calls for the header portelt.
    I will really appreciate if someone can provide some pointers on how to look for that call and what code to customize.
    thanks
    Manoj

    public virtual HTMLElementCollection GetHeaderElement()
    if (!GetHeaderHasBeenSet())
    return null;
    return ((HTMLElementCollection) (((NavigationModelTempData) GetTempData()).m_headerCollection));
    This is the code available in the NaviationModel.GetHeaderElement, What do you recommend for this kind of customization, How can i get the get the content of the header portlet and at the semtime find out if the webservice has timed out.
    Thanks For responding to my post

  • Re-Creating the Help button in a Custom Header portlet

    I've disabled the Top Bar from my portal, and need to create the Help within my custom Header portlet. I can't find any code on how to have it dynamically work? Is it even possible?

    It is possible. Here is a custom function we wrote:
    /***ReturnsanHTMLAnchorthatimplementscontextsensitivehelp.Note,ifeither*imgHelpORstrHelpTextarenotnull,bothdefaultswillbeclearedandoverridden**@paramimgHelp-Includeanoptionaloverrideimage-nullifdefault*@paramstrHelpText-Includeoptionaloverridetext-nullifdefault*@paramasOwner-Theactivityspacecurrentlyinuse**@returnHTMLAnchor*/
    publicstaticHTMLAnchor GetHelpLink(HTMLImg imgHelp, String strHelpText, AActivitySpace asOwner){HTMLAnchor result = [b]null;
    //Get the default help anchor
    result = HTMLConstructHelpers.GetHelpAnchor( asOwner );
    if(null!= imgHelp || null!= strHelpText)
    //Clear the existing default help image and text
    result.ClearInnerHTMLElements();
    if(null!= imgHelp)
    result.AddInnerHTMLElement(imgHelp);
    if(null!= strHelpText)
    //Add in our own custom text
    result.AddInnerHTMLString(strHelpText);
    returnresult;

  • Http - http redirection using header-field rule

    Hi,
    Is it possible to configure an http -> http redirection using header-field rules if the CSS is NOT performing the SSL encryption/decryption ?
    We can get the redirect working not using the header-field rule but not with it configured.
    cheers,
    Mike

    Gilles,
    The header-field rule works to redirect the http traffic to a specific service, but we also want the header-field rule config under the port 443 content rule.
    Can the CSS see the header or is it encrypted ?
    service 10.10.10.1-443
    ip address 10.10.10.1
    protocol tcp
    port 443
    keepalive maxfailure 2
    keepalive retryperiod 45
    keepalive frequency 45
    keepalive type script testscript "10.10.10.1 4000 3179 archepns"
    active
    service 10.10.10.2-443
    ip address 10.10.10.2
    protocol tcp
    port 443
    keepalive maxfailure 2
    keepalive retryperiod 45
    keepalive frequency 45
    keepalive type script testscript "10.10.10.2 4000 3179 archepns"
    active
    service archepns_redirect
    keepalive type none
    type redirect
    no prepend-http
    ip address 1.1.1.1
    domain https://www-knowledge-epe.company.com
    active
    header-field-group archepns_url
    header-field Request-Line request-line contain "/archepns"
    header-field-group archepns_url2
    header-field Request-Line request-line contain "/archepns"
    content archepns-redirect-sso
    vip address 20.20.20.1
    protocol tcp
    port 80
    url "/*"
    header-field-rule archepns_url weight 0
    add service archepns-redirect
    active
    content archepns-443
    vip address 20.20.20.1
    port 443
    url "/*"
    header-field-rule archepns_url weight 0
    add service 10.10.10.1-443
    active
    content archepns-redirect-sso
    vip address 20.20.20.1
    protocol tcp
    port 80
    url "/*"
    header-field-rule archepns_url2 weight 0
    add service archepns-redirect
    active
    content archepns-443
    vip address 20.20.20.1
    port 443
    url "/*"
    header-field-rule archepns_url2 weight 0
    add service 10.10.10.2-443
    active

  • Set token attribute to HTTP(s) request header

    Hi,
    in order to meet security requirements we need to put a token attribute to the HTTP(s) requests header. The data connection is setup as "WSDL data connection".
    How can we set this header information in Adobe Designer by scripting that Adobe Reader (with ARES) includes the token to the HTTP(s) header request?
    Many thanks for your help,
    Daniel

    Task is solved. First of all I updated PowerQuery since previous version does not support Headers option for Web.Contents function. Here is a correct syntax:
    =Xml.Document(Web.Contents("https://api.ebay.com/ws/api.dll",[Headers=[#"X-EBAY-API-COMPATIBILITY-LEVEL"= "871",#"X-EBAY-API-SITEID"="0",#"X-EBAY-API-CALL-NAME"="GetMyeBaySelling",#"CONTENT-TYPE"="text/xml"], Content=Text.ToBinary("<?xml version="&Character.FromNumber(34)&"1.0"&Character.FromNumber(34)&" encoding="&Character.FromNumber(34)&"utf-8"&Character.FromNumber(34)&"?>
    <GetMyeBaySellingRequest xmlns="&Character.FromNumber(34)&"urn:ebay:apis:eBLBaseComponents"&Character.FromNumber(34)&">
    <RequesterCredentials><eBayAuthToken>***</eBayAuthToken></RequesterCredentials><SoldList><DurationInDays>60</DurationInDays><Pagination><EntriesPerPage>100</EntriesPerPage><PageNumber>1</PageNumber></Pagination></SoldList></GetMyeBaySellingRequest>")]))

Maybe you are looking for

  • [Solved] System is looking for wrong shared library version

    Hey guys. Today I installed updates on my two arch machines, both running SLiM + XFCE4, using `pacman -Syu`. The update on one machine worked like a charm, but broke the other. When booting and trying to login with SLiM, the screen goes black and I'm

  • How to catch the error if an RFC fails due to short dump

    Hi All,   I was calling the RFC Function module in parallel processing depends on the number of work processors available. I am getting the return message from the Function module using the perform statement    PERFORMING task_return ON END OF TASK B

  • Designer: Forthcoming versions

    Oracle Designer Forthcoming Versions There have been a number of questions recently about future versions of Oracle Designer. Hopefully this statement should answer these. Designer 6i A patch set release for Designer 6i Release 4 will be available by

  • Looks wrong, no feedback button

    I unistalled Frefox 3.6 cos half the information at the top of screen disappeared. I then downloaded the Beta software - which looks the same! No feedback button just hte tabs and names at the top of screen. I could not even type anything into a new

  • After last update computer won't start

    on febuary 20th I downloaded the newest system updates for leopard, after getting them downloaded I restarted my computer and haven't got it up and running since. after restarting the first time it went to the grey apple logo screen with the progress