How to launch HTTPS based web template?

Hello All,
My requirement is to launch a Web template using HTTPS protocol(SSL encryption). Now in this case, I need to replace HTTP with HTTPS in a web template URL (Correct me if I am wrong). Please clarify the below queries.......
1. How do I check, whether responsible BW server is SSL enabled or not?
Thanks and Regards
Ketan Patel

Hi,
You can check to see if HTTPS is configured check the instance profile parameters:
icm/plugin_<n>         PROT=HTTPS,.....
icm/server_port_<n>    PROT=HTTPS, .....
Cheers,
Mike.

Similar Messages

  • 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

  • How to customize flash-based web galleries?

    Has anyone here figured out how to customize the CS4 Bridge flash-based web galleries? Specifically, I'd like to be able to add the "description" line from the metadata to an image, without having to add ALL the metadata (as a couple of the galleries allow).
    Seems like such a simple thing. Can't imagine why Adobe didn't add it. It is standard in the older HTML gallery templates.
    Thanks in advance for any suggestions.
    Barring that, does anyone know of a second-party flash photo gallery that allows for information this information to be displayed?

    Flash is not supported on the iPad - and as Adobe have announced that they are stopping development on all mobile versions of it, it probably never will be.
    Browser apps such as Skyfire, iSwifter, Puffin and Photon 'work' on some sites, but judging by their reviews not all sites. Also some websites, especially news sites, have their own apps in the App Store.
    If you do a search on this forum you will find hundreds of other threads on the subject.

  • How to assign a Bex Web template to a role?

    Hi Guys,
    How to assign a web template to a role? I have created a role from PFCG but i dont see this role when i open the Bex Web application designer to assign the role using the menu option
    choose Web Template --> Publish --> In Role.
    what needs to be done to make the role available under the above menu?

    HI,
    look into this....
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/8483a350b130f3e10000000a11466f/frameset.htm
    Thanks

  • How to get table in web templates

    Hi all,
    how can i capture table in the web template using javascript.. any help on this is very helpful to me.
    please help.
    Thanks in advance
    Kiran

    Hi A.H.P,
    That link is very good...
    but  the thing is i have to get the table from BEx..
    why because i will be displaying the data which i get it from BEx tables.
    so if u can help me out in that way it would be more helpful...
    Thanks,
    Kiran

  • How to call a BW WEB template from R/3 and pass parameters to the report

    Is it possible to call a BW web template from an R/3 system, through an abap program?
    I have a BW WEB report template. This works very good, and i have 3 variables in the query.
    Now, i need to invoke the BW web template from inside of an abap in R/3..
    And i want to pass 3 variables from the R/3 ABAP to the BW WEB TEMPLATE.....
    Is possible to call BW web templates from R/3??
    PLEASE!!! HELP ME..
    Carlos E. España
    ADATSA
    [email protected]

    Thank you very much for your valuable help, i checked your suggestion and looks great. But i need to pass 3 parameters from an ABAP to the wad query report.
    How can i pass the parameters to the web template???
    another issue: My WAS (Web Application Server 6.20) is not public, is currently working for a local area network.
    The access to this report is from outside of the office, so we need to access this through the PORTAL.

  • How to use stylesheet from web-template in portal

    Hello all,
    I want to integrate a web application consisting of several web-templates (BW 3.5) into a portal (EP 6.0) via iviews.
    When called from the portal the web-templates stylesheets are replaced by portal stylesheets.
    How do I force the portal to use the web-templates stylesheets.
    Thanks in advance,
    Denis

    You can define the styles you want in a *.css file then put a link in your jsp to use these styles.  You can also just put the styles directly in your jsp.  Either should work
    I have another post with some examples feel free to look there
    Hope this helps

  • How can I pass the web template name dynamically to a container

    Hi Experts ,
    I have a container web item in 7.0
    I would like to pass the name of the web template to be displayed in that web item dynamically .
    how can I achieve the same .
    How can i change the visibility settings of a container using a javascript .
    Thanks in advance for your help .
    Regards
    Nikhil

    Hi Nikhil,
    When you say that you want to display the name of the template for the container item, I think you are talking about the tray caption for the item - is that correct? You can use a text item to access the web template name, but in the caption of the container item, you cannot specify other web items.
    What you can do it to use a group item in the template and embed your container layout in it. In the group item, you have an option of specifying a caption using another web item where you can reference this text item.

  • Https based web service.

    Hi,
    I'm using a 9.5.0.16.27 jdev.
    I have to write a client for the webservice that is running on a https based end point. The main this is that there are no CERTIFICATES involved inspite of this being a https based endpoint.
    When I try to generate a client for it, and select the WSDL for generating the stub it just says invalid WSDL location/url.
    I need to know are there any additional steps for this. Any pointers to this issue will be highly appreciated.
    regards
    Rahul

    Hi,
    I could create the client by saving WSDL locally but the execution does not go trough. It looks like I have to configure the CERTIFICATES somwhere in jdev for it to be able to make connection to the secured WS.
    Any pointers on how to configure the keystore in JDEV ?
    thanks
    Rahul

  • How to use master master web templates?

    Hi,
    I have around 20 reporst in BW to be displayed on web. Hence I have created Web Template for each of them. Format and Layout of these web templates is exactly same. The problem is, if there is any change to layout or if any new funtionality needs to be added/removed from toolbar, I need to repeat same for all 20 web templates.
    Is there anything where I can create one master web template and give reference of this template to all new templates I will create. And if I change master web template, automatically it will reflect all referencing web templates.
    Can this be achieved? Please let me know.
    Thanks
    Abhijit

    Hi Abhijit,
    One way to work this is to use the embedded templates. For example put your toolbar in a template, then embed this template (TB_WT001) into each new one that you have created. Then if you change TB_WT001, the change will be reflected wherever it is embedded.
    http://help.sap.com/saphelp_nw04/helpdata/en/62/661d0d486a1c4086ea1444c953a14b/content.htm
    Hope this helps...

  • How to define a standard web template for a specific group of queries?

    Hello experts,
    I had to enhance the standard web template 0ADHOC and saved it as ZADHOC.
    Then in SPRO t-code I defined it as the standard web template. The problem is: it started to be the standard web template for all the company queries.
    Is there a way to define it as standard only for the queries of my project? Like adding some parameter in the web link only for my project queries?
    Thanks in advance,
    Helder

    I have figured out how to  slice it up myself,  however it appears as though I have to do it all  manually, drawing  each box myself.
    Yes, that's how it will have to be. There is no pertinent slicing in the PSD.
    This will result in either ALLOT of  work making sure  that each box is perfectly aligned with the one before  it, or uneven  slices.
    I am obviously doing something wrong.
    Yes, you are not using guides. You know, those cute turqoise lines of which the document already has a few when opening it...
    As for everything else - the template is simply rubbish. It's poorly organized and mostly unsuitable for building a website template right off the bat. Your work needs to start there by properly grouping items to mimic button states and then exporting them in two passes. And then there's things like this large dummy text etc. that simply don't make sense. Anyway, even if it sounds liek the same record over again: The biggest failure of any such work is to assume that PS could even spit out a working web page. All a web designer would use it for is to extract the graphical elements, but teh rest would stil lbe designed properly with standards compliance in mind in a web design app...
    Mylenium

  • How can Javascript in BW web template access query data

    Hi All,
    I want to access the BW query data from within Javascript within the BW Web template. Can you kindly share ideas how I can make my Javascript reach the query results returned by the dataprovider query in the BW template.
    Your help is highly appreciated.
    Thanks
    Karen

    Hi
    The question is not using BW queries in Web templates I use them all the time. Within a BW web template I have Java script I want to access the BW query data from Javascript. The question is how to access query data within JavaScript.
    Regards
    Karen

  • How to launch USB-based ESXi 5.1U2 installer on IBM x3200 M3 (7328) Tower Server

    I have an existing server with ESXi running.  I want to wipe all settings and update ESXi.
    I have the ESXi 5.1U2 iso written to a USB stick.  
    Selecting it in the server's boot settings, it just starts booting the existing installed ESXi OS.
    Same thing when I go into BIOS boot manager, tell it to boot from file, browse USB>ESXi>...select the x64 file.  It just launches the existing installed OS.  
    Thanks for all guidance.

    Microsoft has released patches for two zero-day vulnerabilities in Internet Explorerconnected to the recent breachon thecyber-espionage company Hacking Team. As part of its monthlyPatch Tuesdayrelease cycle, Microsoft also released 12 other security bulletins – a total of four are markedcritical.Critical patches
    According to Network World, "MS15-065resolves 28 flaws in Internet Explorer that could otherwise 'modify how IE, VBScript, and Jscript handle objects in memory." MS15-065 hasroots in the Hacking Team'srecent breach.
    MS15-066deals with flaw in Windows VBScript that "an attacker could otherwise exploit for remote code execution."MS15-067solves an issue in Windows where, when the Remote Desktop Protocol server is enabled, an attacker can breach an end user's computer.MS15-068fixes flaws in Windows Hyper-V, "correcting 'how Hyper-V...

  • How to launch the default web browser from a java app on MAC

    I know, this topic has been brought up over, and over, however I couldn't find info regarding MAC environments. I don't have any former experience with MAC, but now I'm getting desperate for a solution. I need to be able to pop up the default browser showing a certain URL on MAC/OS. Any clue would be appreciated.
    thanks,
    m. berdan

    I wrote libraies that will do this:
    http://ostermiller.org/utils/Browser.html
    I also keep a list of other resources to help you out:
    http://dmoz.org/Bookmarks/D/deadsea/Java_Help/Web_Browser/
    Stephen

  • Precalculated web template - how to use it

    Hello everybody,
    i need your advice on how to correctly use the feature of precalculated webtemplate.
    I have following situation:
    we have created a pretty compliacted web template, which must be optimized on performance.
    The rule should be: current month data should be available as precalculated webtemplate. people will access the web template with borwser (it will be not send via emial)
    Below my questions:
    1) How to call the precalclauted web template (if variable is part of report)
    I was playing around with this prcealculation fueature and got to the result that the only way to call a precalculated web template if we use variables, is to include the variable and variable value into the URL string
    Is this true?
    Any other ideas how to call a precalculated web template
    2) How to define flexibly the precalculation variant
    Right now I have define up to 22 variants for each month (for eachworking day of the month).
    For new month i have to define new variants.
    My idea is to have it flexible: define one variant for each day of the month. As the month changes, the variants should consist of new dates (for the new month). This should happen automatically. Maybe with ABAP program.
    Any idea how to do it?
    Maybe anyone has batter idea how to mange the precalculation for given dates
    TIA
    pawel

    hi Kavi,
    precalculated webtemplate can be said 'produce' query result first in the background, the 'calcuated' result stored in HTML format (statis), so will speed up report access without execute olap query/accessing database.
    the 'disadvantage' is no olap navigation.
    use via 'reporting agent'.
    there is specific pdf doc for precalculate webtempate in sdn forum, point you later.
    http://help.sap.com/saphelp_nw04s/helpdata/en/28/734d3caa70ea6fe10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/9e/9f653ade969f4de10000000a114084/content.htm
    simply wad can be said is editor for webtemplate.
    The BEx Web Application Designer is a desktop application for creating Web applications with BW-specific contents. Using the BEx Web Application Designer, you can create an HTML page that contains contents such as various tables, charts or maps.
    http://help.sap.com/saphelp_nw04s/helpdata/en/16/a6fe41b227096fe10000000a155106/frameset.htm 
    http://help.sap.com/saphelp_nw04s/helpdata/en/a9/71563c3f65b318e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/1a/456a3badc1b315e10000000a114084/frameset.htm

Maybe you are looking for

  • Regarding ACE load balancing

    Hi, I have one server application with two physical servers clustered with one virtual IP address . I have total six ip addresses for one server : details are given below Cluster IP's : Node 1 : NIC 1 : 10.10.x.x : physical IP address NIC 2 : 172.16.

  • Using 'OR' in web services 1.0 query.

    HI, I need to query for a particular contact on the basis of Phone number. Now the search for the Phone Number search should be on 3 fields WorkPhoneNumber, CellPhoneNumber, HomePhoneNumber. contact.setWorkPhoneNumber("='" phoneNumber"'"); contact.se

  • Quicktime adding a %1 to Open With Menu

    When I install Quicktime, an option is added to the Open With menu that says "%1". How do I fix this?

  • AMT hangs at splash screen

    Hi CRM Mobile Experts, I have a workstation installed with MSA and MSV. The same workstation also serves as the development workstation where the Mobile Application Studio and AMT is installed. The problem that i am having now is the access to AMT. T

  • Integration secanario model

    HI guys,when i add process component model to integration secanario model,an error occurs:"you are using a method filter which does not allow to assign models to object type". what happend ?thanks