Out.print written to portlet within portal w/out redirect

I am trying to write output to only just the portlet portion of the portal
without having to do a redirect. What am I missing? The following is my
portlet JSP:
<!-- Copyright (c) 2000 by BEA Systems, Inc. All Rights Reserved. -->
<%@ page extends="com.beasys.commerce.portal.admin.PortalJspBase"%>
<%@page import ="java.lang.String" %>
<%@page import ="java.util.*" %>
<%@page import ="java.net.*" %>
<%@page import ="java.io.*" %>
<%
try {
StringBuffer sb = new
StringBuffer("http://localhost:8080/servlet/com.clickaction.erm.events.Event
Servlet?test=test");
for(Enumeration e = request.getParameterNames(); e.hasMoreElements(); ){
String parameterName = (String)e.nextElement();
sb.append("&" + java.net.URLEncoder.encode(parameterName) + "=" +
java.net.URLEncoder.encode(request.getParameter(parameterName)));
String
host="http://localhost:8080/servlet/com.clickaction.erm.events.EventServlet?
com.clickaction.erm.events.EventHandler.EVENT.0=com.clickaction.erm.events.T
ransformerEvent&com.clickaction.erm.events.TransformerEvent.FILE=xml/surveys
/surveyresponsetransforms.xml&clientID=llbean&userID=abcd";
URL servletURL = new URL(sb.toString());
URLConnection con = servletURL.openConnection();
con.setDoInput(true);
con.setUseCaches(false);
con.setRequestProperty("Content-Type", "text/html");
InputStream in = con.getInputStream();
BufferedReader serverStream = new BufferedReader(new InputStreamReader(in));
String receiveString;
while((receiveString = serverStream.readLine()) != null){
out.print(receiveString);
in.close();
} catch (Exception e){
System.out.println("The connection is dead");
response.sendRedirect("http://localhost:7601/mybuybeans");
%>

Why can't you do
class Destination
private static Destination d = new Destination();
public static Destination getDestination()
return d;
private Destination()
public void otherMethods()
Now your go between just calls.
Destination.getDestination().otherMethods();

Similar Messages

  • Calling a Servlet from a JSP within Portal Portlet

    We've created a JSP that calls a Servlet when the form is submitted. The servlet handles the request, does some basic processing and then forwards back to a JSP. This works fine outside of Portal.
    What needs to be done in order for this to work within a portlet in Portal? We can get to the first JSP which is in a portlet, but as soon as we click the submit button (which tries to call the servlet) we get the basic page not found error. We need to click the button, go to the servlet and have the servlet forward back to our portlet.
    I know this is not the ideal way of using Portal however...
    Any ideas?
    Thanks!
    -Teri Kemple
    [email protected]

    I was wondering is there any way I can call a servlet from jsp? There are two scenarios here
    1 - if the jsp is currently being executed/evaluated on the server, then you can use <jsp:include> to "call" a servlet, or <jsp:forward> to cancel the jsp and transfer the control to the servlet.
    2 - if the page is already loaded and running in the client, then the only way to call a servlet is making a HTTP request as from any other html page. Jave code does not execute on the client, so you have to use html/javascript at that point.
    Calling a servlet within another servlet.
    lets say one servlet maintains all dynamic html. I call this servlet from another servlet to create a dynamic page and then insert values into it.Close, but the standard pattern is the reverse of that. What normally happens is you retrieve the values to put in the page, and then call the page, passing in those values. Thats why often you get a servlet/actionbean getting called, which then forwards to a JSP to display the result. The servlet/bean loads all the values required into scope, and then the JSP presents the data.

  • How to make the bookmark work within portal

    Dear all,
      as we know, when we click bookmark button, the system will generate a url with bookmark id in the address bar. But within portal, since the query is only treated as an iview, the generated url will not display in the address bar.
      another question is, when we use this bookmark address, it will leave to global ie level from the portal screen.

    This is a copy of 0QUERY_TEMPLATE that includes code to add to ie favorites. You can get the url from the document within the portal frame and add it to IE. you can do this with a singular button or multiple buttons. Similarly, you can add this logic to the 0ADHOC template in BW 3.5 and add a button there...
    <!-- Set the data provider --->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DP"/>
             <param name="QUERY" value="0D_FI_C02_Q001"/>
             <param name="INFOCUBE" value="0D_FI_C02"/>
             <param name='HELP_SERVICE' value='ZPRINTING'/>
             <param name='HELP_SERVICE_CLASS' value='Z_PRINT_HELP_SERVICE'/>
             DATA_PROVIDER:             DP
    </object>
    <!-- Output area --->
    <html>
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="ZPD_QUERY_TEMPLATE"/>
             <param name="MENU_FILTER_ON_AXIS" value="X"/>
             <param name="MENU_DRILL_UP" value="X"/>
             <param name="MENU_EXCHANGE_OBJECTS" value="X"/>
             <param name="MENU_SWITCH_AXIS" value="X"/>
             <param name="MENU_HIERARCHY_DRILL" value="X"/>
             <param name="MENU_HIERARCHY_STATE" value="X"/>
             <param name="MENU_CALCULATE_RESULT" value="X"/>
             <param name="MENU_CALCULATE_VALUE" value="X"/>
             <param name="MENU_CUMULATE_VALUE" value="X"/>
             <param name="MENU_DISPLAY_DOCUMENT_SELEC" value="X"/>
             <param name="MENU_EXPORT_TO_CSV" value="X"/>
             <param name="MENU_EXPORT_TO_XLS" value="X"/>
             <param name="MENU_BOOKMARK_WITH_DATA" value="X"/>
             <param name="MENU_PERSONALIZE" value="X"/>
             <param name="MENU_CHARACTERISTIC_PROPERTIES" value="X"/>
             <param name="MENU_VALUE_PROPERTIES" value="X"/>
             <param name="MENU_QUERY_PROPERTIES" value="X"/>
             <param name="MENU_VARIABLE_SCREEN" value="X"/>
             <param name="MENU_CURRENCY_CONVERSION" value="X"/>
             <param name="MENU_ENHANCED" value=""/>
             <param name="CMENU_LABEL" value="Print"/>
             <param name="CMENU_FUNCTION" value="callPrintHelpService"/>
             TEMPLATE PROPERTIES
    </object>
    <head>
    <!-- Query description in the window title bar --->
    <title>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TITLE"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="REPTXTLG"/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="ELEMENT_NAME" value="REPTXTLG"/>
             ITEM:            TITLE
    </object>
    </title>
    <!-- Javascript Enhancement of Printing via Context Menu--->
    <script language=javascript>
             function callPrintHelpService(parameter, cell_type, filter, parameter1, parameter2, item, dataprovider, x, y)
                      var url = SAP_BW_URL_Get();
                      url = url + "&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=ZPRINTING&DATA_PROVIDER="+dataprovider;
                      window.open(url, "Print", "width=800, height=600, menubar=yes, toolbar=no, scrollbars=yes, resizable=yes");
    </script>
    <!-- Javascript Enhancement to choose a stylesheet--->
    <script language="JavaScript" type="text/JavaScript">
             function MM_jumpMenu(targ,selObj,restore)
                      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
                      if (restore)
                               selObj.selectedIndex=0;
    </script>
    <!-- Javascript Enhancement to mouseover is brighter-->
    <script language="JavaScript">
             function makevisible(cur,which)
                      strength=(which==0)? 1 : 0.2
             if (cur.style.MozOpacity)
                      cur.style.MozOpacity=strength
             else if (cur.filters)
                      cur.filters.alpha.opacity=strength*100
    </script>
    <!-- Javascript Enhancement to choose a stylesheet--->
    <script language="JavaScript" type="text/JavaScript">
             function MM_jumpMenu(targ,selObj,restore)
                      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
                      if (restore) selObj.selectedIndex=0;
    </script>
    <!-- BEGIN WAIT INDICATOR FUNCTION -->
    <script language="JavaScript">
             function waitIndicator()
                      if (document.all)
                               document.all('hidepage').style.visibility = 'hidden';
                      else
                               if (document.layers)
                                        document.hidepage.visibility = 'hidden';
                               else
                                        document.all.hidepage.style.visibility = 'hidden';
    </script>
    <!-- END WAIT INDICATOR FUNCTION -->
    <link href= "/sap/bw/Mime/Customer/StyleSheets/BWReports35.css" type="text/css" rel="stylesheet"/>
    </head>
    <body onLoad="waitIndicator()" class="BODY2" leftmargin=5 topmargin=10 link="#0063a4" alink="#0000ff" vlink="#455900">
    <!-- BEGIN WAIT INDICATOR -->
    <!-- add the following to the Web Template before the contents to be displayed -->
    <!-- NOTE: Change the background color and layer-background color within the DIV below -->
    <!-- to the template BG COLOR -->
    <!-- The wait indicator displays for the amount of time that it takes to render the complete -->
    <!-- html document in the browser.  Once the document is loaded, then the "Wait Indicator" -->
    <!-- is hidden -->
    <div id=hidepage style="Z-INDEX: 9999; LEFT: 5px; WIDTH: 100%; POSITION: absolute; TOP: 5px; HEIGHT: 100%; BACKGROUND-COLOR: #9dbbd7; layer-background-color: #9DBBD7">
      <table width="100%" height="100%">
        <tr>
          <td ALIGN="middle">Analyzing data...Please wait. <BR> <BR>
    <!-- change the path to the following image -->
            <IMG SRC="/sap/bw/Mime/Customer/Images/changing_infocube_final_R3.gif"></td>
        </tr>
      </table>
    </div>
    <!-- END WAIT INDICATOR -->
    <!-- Form to choose a Stylesheet --->
    <form name="form1" >
             <select name="menu1" size = '-1' onChange="MM_jumpMenu('parent',this,0)">                 
                      <option value="<SAP_BW_URL>"></option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/Customer/StyleSheets/BWReports35.css'>">BW 3.5 Default Stylesheet</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/BWReports.css'>">BW 3.3 Default Stylesheet</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/BWReports_mediumfont_print.css'>">Black and White Stylesheet (medium font)</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/BWReports_smallfont_print.css'>">Black and White Stylesheet (small font)</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/Customer/StyleSheets/Chrome_BWReports.css'>">Style Sheet "Chrome"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/Highcontrast_BWReports.css'>">Style Sheet "Highcontrast"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/Customer/StyleSheets/Highcontrastb_BWReports.css'>">Style Sheet "Highcontrast B"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/Meadow_BWReports.css'>">Style Sheet "Meadow"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/Mocha_BWReports.css'>">Style Sheet "Mocha"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/Customer/StyleSheets/Polarwind_BWReports.css'>">Style Sheet "Polarwind"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/Rosewood_BWReports.css'>">Style Sheet "Rosewood"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/BEx/StyleSheets/Sage_BWReports.css'>">Style Sheet "Sage"</option>
                      <option value="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='ZPD_QUERY_TEMPLATE' STYLE_SHEET='/sap/bw/Mime/Customer/StyleSheets/Streamline_BWReports.css'>">Style Sheet "Streamline"</option>
             </select>
    </form>
    <!-- Body consists of 3 parts: Headline, Toolbar, Items --->
    <table cellpadding="0" cellspacing="0" border="0" class="SAPBEXBorderFlexBox" width="612">
    <tr><td>
    <table width="100%" class="SAPBEXFlexBoxStdBg" cellpadding="0" cellspacing="0" border="0" >
    <tr>
    <!-- Headline: Query description --->
    <td width="600" class="SAPBEXtitle" tabIndex="0">
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="Headline"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="REPTXTLG"/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="ELEMENT_NAME" value="REPTXTLG"/>
             ITEM:            Headline
    </object>
    </td></tr>
    <tr>
    <td  class="SAPBEXWHLoffset" style="BACKGROUND-COLOR: #ffffff"> </td>
    </tr>
    <!-- Toolbar --->
    <tr><td style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px"
             >
    <table cellspacing="0" cellpadding="1" border="0" class="SAPBEXNavLineBorder" width="450"><tr><td width="100%">
    <table border=0 cellspacing=0 cellpadding=5 width="100%"><tr>
    <!-- Display ALL --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR8*&MULTI=X&HIDDEN=&CLOSED=X'>"><IMG onmouseover=makevisible(this,0) style  ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Display Full Options" src="Mime/BEx/Icons/imo_geo_south.gif" border=0 ></A></td>
    <!-- Display table and nav block --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR1*&MULTI=X&HIDDEN=''>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="622">" src="Mime/BEx/Icons/S_B_TVAR.gif" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Query Properties--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL DATA_PROVIDER='DP'  CMD='PROCESS_HELP_WINDOW' HELP_SERVICE='QUERY_PROPERTIES'>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Query Properties" src="Mime/BEx/Icons/b_crystal.gif" border=0 ></A></td>
    <!-- Display Infos --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR3*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="T70">" src="Mime/BEx/Icons/S_B_TXDP.gif" border=0 ></A></td>
    <!-- Back --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='BACK' DATA_PROVIDER='DP' ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR1*&MULTI=X&HIDDEN=''>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Back" src="Mime/BEx/Icons/s_geo_west.gif" border=0 ></A></td>
    <!-- List Documents--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR9*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Display Documents" src="Mime/BEx/Icons/s_f_nxtp.gif" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Display Bar Chart--->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=GR1GR2GR6GR7GR8NavBlock
    &HIDDEN=' CMD_3='ITEM=GR1GR2GR6GR7GR8Table&HIDDEN=' CMD_2='CMD=RESET_ITEM&ITEM=GR2Chart&WIDTH=600&HEIGHT=400&HIDDEN=&ITEM_ID=0QUERY_TEMPLATE_COLUMNSTACKED&GENERATE_CAPTION='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="657">" src="Mime/BEx/Icons/S_GISBAR.gif" border=0 ></A></td>
    <!-- Display Pie Chart--->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=GR1GR2GR6GR7GR8NavBlock
    &HIDDEN=' CMD_3='ITEM=GR1GR2GR6GR7GR8Table&HIDDEN=' CMD_2='CMD=RESET_ITEM&ITEM=GR2Chart&WIDTH=600&HEIGHT=400&HIDDEN=&ITEM_ID=0QUERY_TEMPLATE_PIES&GENERATE_CAPTION='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="658">" src="Mime/BEx/Icons/S_GISPIE.gif" border=0 ></A></td>
    <!-- Display Line Chart--->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=GR1GR2GR6GR7GR8NavBlock
    &HIDDEN=' CMD_3='ITEM=GR1GR2GR6GR7GR8Table&HIDDEN=' CMD_2='CMD=RESET_ITEM&ITEM=GR2Chart&WIDTH=600&HEIGHT=400&HIDDEN=&ITEM_ID=0QUERY_TEMPLATE_LINES&GENERATE_CAPTION='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="659">" src="Mime/BEx/Icons/lines.gif" border=0 ></A></td>
    <!-- Display 3D Bar Chart--->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=GR1GR2GR6GR7GR8NavBlock
    &HIDDEN=' CMD_3='ITEM=GR1GR2GR6GR7GR8Table&HIDDEN=' CMD_2='CMD=RESET_ITEM&ITEM=GR2Chart&WIDTH=600&HEIGHT=400&HIDDEN=&ITEM_ID=0QUERY_TEMPLATE_3DCOLUMNS&GENERATE_CAPTION='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="660">" src="Mime/BEx/Icons/columns_3D.gif" border=0 ></A></td>
    <!-- Display Switch Axes --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='SWITCH_AXES' DATA_PROVIDER='DP'>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="312">" src="Mime/BEx/Icons/S_B_RESH.gif" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Display Exceptions--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR4*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="281">" src="Mime/BEx/Icons/S_BWEXMO.gif" border=0 ></A></td>
    <!-- Display Conditions--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR5*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="282">" src="Mime/BEx/Icons/S_SUMMAR.gif" border=0 ></A></td>
    <!-- Display Dropdown Box--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR7*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style    ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Dropdown Box - Company Code" src="Mime/BEx/Icons/imo_filter_ddown.gif" border=0 ></A></td>
    <!-- Display Checkboxes--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR6*&MULTI=X&HIDDEN='>"><IMG onmouseover=makevisible(this,0) style  ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Checkboxes - Key Figures" src="Mime/BEx/Publisher/GIFS/WebItem_Icons/CheckboxGroup_icon" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Display Variable Input --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='PROCESS_VARIABLES' VARIABLE_SCREEN='X'>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20);  moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="T76">" src="Mime/BEx/Icons/S_B_VARB.gif" border=0  valign="middle"></A></td>
    <!-- Query Definition --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL ITEM='GR8QueryDesigner' HIDDEN=' '>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="320">" src="Mime/BEx/Icons/adhoc_querydesign.gif" border=0 ></A></td>
    <!-- Display Bookmark --->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='BOOKMARK'>"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="309">" src="Mime/BEx/Icons/bookmark.gif" border=0 ></A></td>
    <!-- Add to Internet Explorer Favorites --->
    <td class="SAPBEXNavLine"><A  href="javascript: window.external.AddFavorite(document.location, document.title)"><IMG onmouseover=makevisible(this,0) style="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Add to IE Favorites" src="Mime/BEx/Icons/b_url.gif" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Display Export Excel--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='EXPORT' FORMAT='XLS' DATA_PROVIDER='DP'>"><IMG onmouseover=makevisible(this,0) style ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="T77"> <SAP_BW_TEXT program="SAPLRRSV" key="T72">" src="Mime/BEx/Icons/S_X_XLS.gif" border=0 ></A></td>
    <!-- Display Export CSV--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL CMD='EXPORT' FORMAT='CSV' DATA_PROVIDER='DP'>"><IMG onmouseover=makevisible(this,0) style ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="<SAP_BW_TEXT program="SAPLRRSV" key="T77"> <SAP_BW_TEXT program="SAPLRRSV" key="T73">" src="Mime/BEx/Icons/csv.gif" border=0 ></A></td>
    <td class="SAPBEXNavLine"> |</td>
    <!-- Suppress Repeated Texts--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL  ITEM='GR1GR2GR6Table' SUPPRESS_REPETITION_TEXTS='X'>"><IMG onmouseover=makevisible(this,0) style   ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Suppress Repeated Texts" src="Mime/BEx/Icons/S_S_NEGA.gif" border=0 ></A></td>
    <!-- Display Repeated Texts--->
    <td class="SAPBEXNavLine"><A  href="<SAP_BW_URL  ITEM='GR1GR2GR6Table' SUPPRESS_REPETITION_TEXTS=''>"><IMG onmouseover=makevisible(this,0) style   ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Display Repeated Texts" src="Mime/BEx/Icons/S_S_POSI.gif" border=0 ></A></td>
    <!-- Display Print Preview--->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL CMD="PROCESS_HELP_WINDOW" HELP_SERVICE="ZPRINTING" DATA_PROVIDER="DP">"><IMG onmouseover=makevisible(this,0) style ="FILTER: alpha(opacity=20); moz-opacity: 0.2" onmouseout=makevisible(this,1) alt="Print Preview" src="Mime/BEx/Icons/S_B_LAYT.gif" border=0 ></A></td>
    </tr></table>
    </td></tr></table>
    <P> </P></td></tr>
            <TR>
              <TD class=SAPBEXWHLoffset style="BACKGROUND-COLOR: #ffffff"></TD></TR>
    <tr>
    <td  class="SAPBEXWHLoffset" style="BACKGROUND-COLOR: #ffffff"> </td>
    </tr>
    <!-- Items: 7 different Item GRoups
    GRoup 1: Table:  GR1GR2GR6GR8NavBlock + GR1GR6GR8Table
    GRoup 2: Chart:  GR1GR2GR6GR8NavBlock + GR2Chart
    GRoup 3: Infos:  GR3GR8TECommon + GR3GR8TEFilter + GR3GR8DFilter + GR3GRTEVariables
    GRoup 4: Exceptions: GR4GR8Exceptions
    GRoup 5: Conditions: GR5GR8Conditions
    GRoup 6: Checkboxes: GR6GR8Checkboxes + GR1GR2GR6GR7GR8NavBlock + GR1GR6GR7GR8Table
    GRoup 7: Checkboxes:GR7Dropdown + GR1GR2GR6GR7GR8NavBlock + GR1GR6GR7GR8Table
    GRoup 8: All
    GRoup 9: GR8GR9DocumentList
    NoGroup: Query Designer
    --->
    <tr><td style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px"
             >
    <!-- Query Designer: GR8QueryDesigner, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR8QueryDesigner"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_QUERY_DEF"/>
             <param name="HIDDEN" value="X"/>
             <param name="CLOSED" value="X"/>
             <param name="ON_EXECUTE" value="HIDE"/>
             <param name="ON_CLOSE" value="HIDE"/>
             <param name="DISPLAY_DATA_PROVIDER" value="DP"/>
             ITEM:            GR8QueryDesigner
    </object>
    <!-- Chart: GR2Chart, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR2Chart"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_CHART"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CAPTION" value="Bar Chart"/>
             <param name="CLOSED" value="X"/>
             <param name="HIDDEN" value="X"/>
             <param name="BORDER_STYLE" value="BORDER"/>
             ITEM:            GR2Chart
    </object>
    <!-- Common text symbols: GR3GR8TECommon, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR3GR8TECommon"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="HIDDEN" value="X"/>
             <param name="CLOSED" value="X"/>
             <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=T66"/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="SRDATE"/>
             <param name="ELEMENT_TYPE_2" value="COMMON"/>
             <param name="ELEMENT_NAME_2" value="ROLLUPTIME"/>
             <param name="ELEMENT_TYPE_3" value="COMMON"/>
             <param name="ELEMENT_NAME_3" value="MODTIME"/>
             <param name="ELEMENT_TYPE_4" value="COMMON"/>
             <param name="ELEMENT_NAME_4" value="MODUSER"/>
             <param name="ELEMENT_TYPE_5" value="COMMON"/>
             <param name="ELEMENT_NAME_5" value="SYUZEIT"/>
             ITEM:            GR3GR8TECommon
    </object>
    <!-- Static filter: GR3GR8TEFilter, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR3GR8TEFilter"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="HIDDEN" value="X"/>
             <param name="CLOSED" value="X"/>
             <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=T61"/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
             <param name="SHOW_VARIABLES" value=""/>
             ITEM:            GR3GR8TEFilter
    </object>
    <!-- Dynamic filter: GR3DGR8Filter, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR3GR8DFilter"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CLOSED" value="X"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="HIDDEN" value="X"/>
             ITEM:            GR3GR8DFilter
    </object>
    <!-- Variables: GR3GR8TEVariables, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR3GR8TEVarialbes"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="HIDDEN" value="X"/>
             <param name="CLOSED" value="X"/>
             <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=T71"/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
             <param name="SHOW_FILTERS" value=""/>
             ITEM:            GR3GR8TEVarialbes
    </object>
    <!-- Exceptions: GR4GR8Exceptions, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR4GR8Exceptions"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_EXCEPTION"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CLOSED" value="X"/>
             <param name="HIDDEN" value="X"/>
             <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=T64"/>
             ITEM:            GR4GR8Exceptions
    </object>
    <!-- Conditions: GR5GR8Conditions, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR5GR8Conditions"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_CONDITION"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CLOSED" value="X"/>
             <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=T63"/>
             <param name="HIDDEN" value="X"/>
             ITEM:            GR5GR8Conditions
    </object>
    <!-- Conditions: GR7GR8Dropdown, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR7GR8Dropdown"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CAPTION" value="Dropdown - Company Code"/>
             <param name="CLOSED" value="X"/>
             <param name="HIDDEN" value="X"/>
             <param name="IOBJNM" value="0D_CO_CODE"/>
             ITEM:            GR7GR8Dropdown
    </object>
    <!-- Checkboxes: GR6GR8Checkboxes, initialy hidden--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR6GR8Checkboxes"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_CHECBOX"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CAPTION" value="Checkboxes - Key Figures"/>
             <param name="CLOSED" value="X"/>
             <param name="HIDDEN" value="X"/>
             <param name="IOBJNM" value="DNOPDHJ2L2FK69CY8EOFV62YV"/>
             ITEM:            GR6GR8Checkboxes
    </object>
    <!-- Document List: GR8GR9DocumentList--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR8GR9DocumentList"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_DOC_LIST"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="CLOSED" value="X"/>
             <param name="CAPTION" value="Display Documents"/>
             <param name="HIDDEN" value="X"/>
             ITEM:            GR8GR9DocumentList
    </object>
    <!-- Navigational block: GR1GR2GR6GR7GR8NavBlock--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR1GR2GR6GR7GR8NavBlock"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_NAV_BLOCK"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             ITEM:            GR1GR2GR6GR7GR8NavBlock
    </object>   
    <!-- Data table: GR1GR2GR6GR7GR8Table--->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GR1GR2GR6GR7GR8Table"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             ITEM:            GR1GR2GR6GR7GR8Table
    </object>
    </td></tr>
    </table>
    </td></tr></table>
    </body>
    </html>

  • Integrating Documentum within Portal

    Does any one have any feedback or experiment about integrating Documentum content management system within Portal

    Documentum are developing portlets and details will become available from the Portal Catalog - http://portalstudio.oracle.com and then take the catalog tab. You will need to contact documentum to get the portlets.
    I do not have dates yet for the release of the portlet.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Francois BRIANDET ([email protected]):
    Does any one have any feedback or experiment about integrating Documentum content management system within Portal<HR></BLOCKQUOTE>
    null

  • SRM system object within Portal: WAS settings with Webdispatcher

    Hello Portal experts,
    we have SAP EHP4 ERP system (only ABAP stack).
    In order to use some SRM functionality we installed SAP EP (EHP1) and creates a appropriate system object within portal.
    We use a  Webdispatcher, so we have to replace within WAS area the local address by the address of Webdispatcher and appropriated port (webserver:567).
    The tests of this system object looks as follows:
    The address of http://webserver:567 can be retrieved
    The problem are the results of following tests:
    http://webserver:567/sap/bc/ping
    http://webserver:567/sap/bc/webdynpro
    These errors occured because the both pathes /sap/bc/ping and /sap/bc/webdynpro do not exist on Portal/Java engine.
    Questions:
    How can we connect ABAP backend to Portal with extra Webdispatcher?
    What are the setting within WAS area?
    kind regards

    Hi Thom,
    Is your webdispatcher in front of your portal? or in front of the ICM of your Backend System?
    If the applications that you want to enable via your EP are of the type: WD for ABAP, BSP, IAC or ITS then you should also have a webdispatcher in front of your Backend System (in addition to on in front of your portal).
    Please check the following link:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/9a9a6b48c673e8e10000000a42189b/frameset.htm
    On this page, scroll down to the last example. Although the image is there to explain "High Availability of the SAP Web Dispatcher" it gives you a good view on the request respond steps.
    One rule of thumb is that the EP system itself doesn't act as a reverse-proxy. In other words, if an iView points to a WD 4 ABAP application on the Backend then the actual WD4ABAP application is rendered in an iFrame.
    From a technical/connection point of view the client (browser) has 2 connections, one to the EP and 1 tot the Backend.
    Allot of people do not realize this when they start there project...
    Cheers, hope this helps you a bit....
    B

  • Print a pdf from within Safari.

    SORRY, will repost in safari for Mac
    Hi
    If I print pdf files from within Safari 4, the text does not print at all, only lines, tables and boxes.
    If i save the same pdf file to the hard drive and open it with Adobe Reader, it prints perfectly. Is there anything obvious that I am doing wrong?
    I am using SL, and a Lexmark c522 if it helps.
    Thanks
    Dave
    Message was edited by: bluebaz
    Message was edited by: bluebaz
    Message was edited by: bluebaz

    Just doublechecking. Are other PDFs currently printing properly for you, George? (Say, if you're printing them directly from your Reader as opposed to printing them through Safari's Adobe PDF plugin?)

  • Uses report portlet in Portal

    Hi all,
    When I run my report portlet in Portal It show error: REP-52009: No such command ().
    I searched in Report 9i Error message but it not contain this error. Can you help me?
    Thanks so much!
    Trung

    hi
    are you talking of oracle reports or portal reports.
    regards
    deepak

  • How to add the SSO Server Administration portlet to portal

    hi
    I want to use SSO Server Administration portlet ,but when i Navigator to the administer tab .in the portal suntab there is not SSO Server Administration .I want to know why? and how to add the SSO Server Administration portlet to portal.(note:the portal system havn't SSO Server Administration portlet ) .how could i can do it. help !~help!

    thank you IPeters .this problem was solved. the way is: login the portal with orcladmin and the password is the Infru password. In the administrator sub i see the SSO Server Administration portlet .
    thank you very much.

  • How to remove ' undefined exceptions', when export to excel within portal ?

    hi friends :
       when I export sth to excel within portal , there always appeared  'undefined exceptions' , sure . im not define excepthions but i do not wanna dislay it , coz it distoyed the the overall sense of the report , and others do not understand what's that mean
       i think it should be configured somewhere ?
       thanks very much :L

    Hello Bruce.
    I just want to clarify the situation that you are referring to...  Are you saying that when you log into the Infoview application and view a report, then click the "Export this report" button from the viewer.  Then it gives you all of the various "File Formats" that you can export to.  In that situation, you wish to only see PDF and Excel as options.
    If that is the situation that you are referring to, then there is no documented or supported way to remove the "File Formats" that can be exported to from the Crystal Reports viewer.  The Infoview application is a "black box" that is provided as-is by SAP BusinessObjects for customers to make use of.  For that reason, there is no documented way to make changes to it.
    Regards.
    - Robert

  • Oracle 9ias Reports within Portal

    We have published several Oracle Reports to Portal by configuring Reports 9ias Reports Services and then by registering the Reports Server and Reports Definition Files within portal, this works as expected.
    However, several of our Oracle reports point to another oracle database server, when these are run from within portal an exception is raised (REP-1202: ORACLE logon not specified). I can only assume that this is because the Oracle Reports run from within Portal are unable to connect to the external data source. Our existing portal reports connect work OK using a db link. Does anybody know a way to overcome this problem? We were thinking about Single Sign On or do we have to modify the portal PL-SQL package to provide a connection string for each Oracle Report?
    Cheers
    Dan

    How did you try to connect to the remote DB?
    Create a TNS entry on the node where your reports server runs, and specify it in the "userid" parameter: scott/tiger@myRemoteDB.

  • Trace user  on EP6 when navigating within Portal

    Hi Team,
    We have migrated from EP5 to EP6 sp2.
    Our users that are working via the Metaframe XP are experiencing problems when navigating within Portal.
    eg. If the user selects ESS, the screen returns back to the same screen. It was working fine on EP5.
    Users that do not use the Metaframe are working fine on EP6.
    I need to trace the user activity from the time the user
    signs onto Portal and signoff.
    I tried looking at trace files on the OS level and i also
    enabled the HTTP tracing, but had very little joy.
    I suspect it might be a Browser cookie problem.
    Could someone help with this problem.
    Points will be rewarded !!
    Kind Regards,
    Morgan Moodley

    A couple of things you could try
    1) Try clearing the browser cache, as there may still be files hanging around from the EP5 system that the EP6 system doesn't like.
    As for tracing the user activity, you could use a browser sniffing tool and simulate what the user is doing. I personally use HttpWatch, which sits in the IE browser as an icon in the top toolbar. When activated this will detail all requests and responses to and from the browser. I am not too sure how much this information will help with trying to identify the problem, but it could be a start.
    It might also be worth trying to use Firefox and looking in the Javascript console to see if there are any javascript errors
    I hope this helps a little
    Darrell

  • How to embedded Flash within Portals ?

    Hello SDNers,
    Can anybody guide me how to embedd a flash image within Portals pages (JSPDynpage applications).
    I hope there is a way to embed flash in Portals ? Please, provide me documents.
    Any help would be highly appreciated in this regards. Looking forward to your responses.
    Best Regards,
    Anil.

    Hi,
    Embed your Flash file (.swf) to HTML file first, then check the code for that object from HTML source and copy paste that code within your .jsp file.
    You can have your .swf file in KM or somewhere else in Portal OR add it to your .par file. It's up to you basically..
    Hope this helps
    Kind regards,
    Ville

  • Portal Logoff and redirect to my own (created) logon page

    Hi experts,
    one Question about "Portal logoff and redirect to another URL", and I know there already are solutions how to fix that, but I was not successfull with my doings.
    I have a customized logon page. When I call "http://myportal:50000/irj/portal/anonymous", I can see my own logon page. That works fine.
    Now to my problem:
    1) I'm using SAP NetWeaver Portal v7.01 (VMWare) with Windows 7 (x64 Bit)
    2) In Config Tool "ume.logoff.redirect.silent" is setted at true and "ume.logoff.redirect.url" (both under "Global settings") at "http://myportal:50000/irj/portal/anonymous". Than WebAS has been restarted.
    3) In source code of the Portal page (Masthead), I could see that the setted values can be readed from config tool
    4) So far I could understand, when the parameters are setted and "silent" is true, than a new iframe will be created which is append to the document (JavaScript: logoffThirdParty())
    5) After this, the logoff form will submitted, that means xxxx.LogOutComponent is running. Think this components reads some hidden attributes as "logon_submit", and one of this should be the (new created) externalIFrame
    Instead of my anonymous page, I see the default SAP logon page. I don't have made any changes on com.sap.portal.navigation.masthead iView (should be the right name I think).
    Thanks for assitance and regards,
    Cengiz
    Edited by: Cengiz Türkoglu on Feb 5, 2010 8:39 PM
    Edited by: Cengiz Türkoglu on Feb 5, 2010 8:39 PM

    Try to set the value ume.logoff.redirect.silent to FALSE and then restart and test. In my situation it worked.
    Regards,
    A

  • Is there a CM SDK portlet for Portal 10g Release 2 ?

    I originally posted this under the content topic within the Oracle Portal forum and someone suggested that I post it here.
    Has anyone found or developed a portlet that can be used to access content stored in a CM SDK repository? We have a substantial amount of content stored in a 9iFS repository that we propose to migrate to CM SDK. We would like to maintain and publish some of this content through Portal. There are several Oracle white papers that mention close integration between Portal and CM SDK but I have been unable to find any real implementation examples.
    Thanks in advance - Niels
    -- Suggestion by Christian Hauser ---
    hi niels,
    please post this question in the OCS forum since OCS are providing the portlets. from what i know there is 2 ways of integrating content from content services:
    - use the omniportlet datasource for content services to publish content
    - use the content services portlet that are provided by the OCS team
    hope this helps.
    regards,
    christian

    Hi Niels
    Are you after a portlet for CM SDK, or for our new Oracle Content Services?
    9iFS evolved in to CM SDK.
    Content Services evolved (at least in concept) from Oracle Files which is built on the CM SDK.
    What functionality are you expecting in the portlet?
    Content Services ships with both an out-of-the-box portlet that shows "My Recent Files", and also allows one to configure folder navigation links to Content Services. The navigation links when clicked result in the portlet rendering the direct folder listing for the folder. When items in the folder listing are clicked, they ship the user off to the DAV server to open the sub-folder/document.
    Content Services also supports OmniPortlet access which among a host of features allows one to dynamically configure a result listing from a search in content services. Parameters can be configured for the omni portlets and values submitted to it via the page url. A parameter form allows one to enter particular criteria (such as a filename pattern) that can be submitted to the portal page and then intercepted by omni portlet to apply to the search query.
    Matt.

  • Integration of JSR-168 portlet into Portal - Complete Guide

    Hi there,
    the CE 7.1 is described to be compatible with JSR-168 portlets.
    Our Company has developed a JSR-168 portlet which comes as a WAR-File
    which can be easily included in other application server and portals (WebShpere, Apache).
    But integration in SAP Netweaver fails - I am missing a complete documentation
    which describes me the necessary steps to integrate a JSR-168 portlet application
    into the SAP Application Server and also how to integrate the GUI into a View of the NW portal.
    PLEASE HELP ME!!!
    Things I tried - Things I failed:
    - Imported a EAR-File into Developement Studio and tried to add it to Server
      -> Message  "EAR Project: ... should have the SAP specific facet in order EAR to be built."
    - Deployement via "Deployement Tool" of Netweaver 2.0 (2004s) worked
      and I was able to start app but no integration into NW portal view was possible
    (Where is the deployement tool in NW 7.1 CE?!?!?)
    - I wanted to create a PAR-File by a WAR-File but dont know how?
    - I did not find any iView template which is for my portlet type.
    Did anyone out there has the same probs or could help me....
    Thanks on advance,
    Andi-)
    Edited by: Markus Sümmchen on Oct 6, 2008 1:47 PM

    Hi Markus,
    There is no complete guide for integration of JSR-168 portlets into a portal; however Diyan is correct.
    In a nutshell, once you have deployed your portlet, you use GPAL technology in the SAP NetWeaver Portal of CE to create an iView wrapper in the PCD. All of this done by a portal content admin in the Portal Content Studio. Your deployed portet should be displayed in the "Portlets" repository within the Portal Catalog of the Portal Content Studio.
    For conceptual and how-to documentation, refer to the following SAP Help Portal links:
    - Generic Portal Application Layer (GPAL) Repositories: http://help.sap.com/saphelp_nwce10/helpdata/en/44/5e93dc35624ddee10000000a1553f7/frameset.htm
    - Integrating Applications into the Portal: http://help.sap.com/saphelp_nwce10/helpdata/en/45/90e8bfaec26c4ee10000000a1553f7/frameset.htm
    - Working with GPAL Repositories: http://help.sap.com/saphelp_nwce10/helpdata/en/44/5b96b37b6f4de1e10000000a1553f7/frameset.htm
    Please let me know if this works for you.
    Michael

Maybe you are looking for