Web Application Context Menu - Problem posting comments

Hi all,
We are using SAP BW 7.0 (nw2004s) and the web interface to the reports (Web Applications). Some specific reports have to enable users to insert information about specific lines (comments about non-conformity issues). We were planning to insert documents (via context menu) integrated with portal KM.
Using the Analyzer, we had no problem at all. All the information posted was saved in KM and we could read it using "RSA1 - Documents" and using the Analyzer. The commented value shows a flag that indicates the comment (a small "paper" picture). But when we try to use the Web Application to post this information, it is saved ok but it can only be read using "RSA1 - Documents" and not by the Web Application (it always shows no new documents) and there's no indication in the commented value at all. Has anyone seen something like that? We need to use the web interface. Using the Analyzer is not an option.
Thanks in advance

This is not the 2004s runtime in the 2004s system. The url you provided is the BW 3.x runtime in the 2004s system. Make sure on the client side in IE, you don't have and script blocking or popup blocking. For client side settings in IE, make sure your settings are specified as outlined in this blog:
Troubleshoot the SAP NetWeaver 2004s BI Frontend Installation
Also, make sure your url has the fully qualified domain name for your server.

Similar Messages

  • How to define JAXP Parsers and Transformer in a Web Application Context

    Hi
    I need to define JAXP Parsers and Transformer in a Web Application Context where I can deploy this application in any J2EE Application Server without modifying the server. That means that I can't set System properties or set the jaxp.properties file. I tried to use the META-INF/services/javax.xml.transform.TransformerFactory file but it didn't work.
    Any ideas?

    Hi
    I need to define JAXP Parsers and Transformer in a Web Application Context where I can deploy this application in any J2EE Application Server without modifying the server. That means that I can't set System properties or set the jaxp.properties file. I tried to use the META-INF/services/javax.xml.transform.TransformerFactory file but it didn't work.
    Any ideas?

  • Context menu problem in ADF 11g

    Hi All,
    A context menu problem puzzle me. Following is the source,
    =======================================
    <af:tree id="tree" value="#{treeTest.collectionModel}" var="node"
    contentDelivery="immediate"
    disclosedRowKeys="#{treeTest.treeDisclosedRowKeys}"
    rowDisclosureListener="#{treeTest.rowDisclosureListener}"
    rowSelection="single">
    <f:facet name="nodeStamp">
    <af:group id="g1">
    <af:image source="/image/#{node.treeLevel}.jpg" id="i1"
    inlineStyle="width:16px; height:16px; vertical-align:middle;"/>
    <af:outputText id="ddl" value="#{node.name}">
    <af:showPopupBehavior popupId="myPopup" triggerType="contextMenu"/>
    </af:outputText>
    </af:group>
    </f:facet>
    <f:facet name="contextMenu">
    <af:popup id="myPopup" popupFetchListener="#{treeTest.popupListener}"
    contentDelivery="lazyUncached">
    <af:switcher id="s1" facetName="#{treeTest.level}">
    <f:facet name="1">
    <af:menu text="menu 1" id="m1">
    <af:forEach items="#{treeTest.menuItems['0']}" var="menuItemss">
    <af:commandMenuItem text="#{menuItemss.name}"
    actionListener="#{bindings.onNodeClicked.execute}"
    disabled="#{!bindings.onNodeClicked.enabled}">
    </af:commandMenuItem>
    </af:forEach>
    </af:menu>
    </f:facet>
    <f:facet name="2">
    <af:menu text="menu 2" id="menu1">
    <af:forEach items="#{treeTest.menuItems['1']}" var="menuItemss">
    <af:commandMenuItem text="#{menuItemss.name}"
    actionListener="#{bindings.onNodeClicked.execute}"
    disabled="#{!bindings.onNodeClicked.enabled}">
    </af:commandMenuItem>
    </af:forEach>
    </af:menu>
    </f:facet>
    </af:switcher>
    </af:popup>
    </f:facet>
    </af:tree>
    ========================================================
    I want to get the commandMenuItem tag's information, i use following code in onNodeClicked method try to get it,
    FacesContext facesContext =FacesContext.getCurrentInstance();
    ELContext elContext = facesContext.getELContext();
    ExpressionFactory expressionFactory =facesContext.getApplication().getExpressionFactory();
    ValueExpression exp =expressionFactory.createValueExpression(elContext,"#{menuItemss.name}", Object.class);
    but the exp is null.
    Please help me to solve this problem.
    Thank you very much.
    Edited by: Yitao Li on Dec 4, 2009 1:06 PM

    You might need a #
    ValueExpression exp =expressionFactory.createValueExpression(elContext,"#{menuItemss.name}", Object.class);

  • Character encoding across Web application contexts

              If I submit an HTTP request encoded in SHIFT-JIS across Web application contexts,
              the characters seem to get mangled. Do I need to do anything special to pass request
              objects that are encoded in SHIFT-JIS to another context.
              

    a. EUC-JP
    EUC is Extended Unix Code.
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    charset=x-euc-jp">x-euc-jp should be EUC-JP. You use x- for non-registered
    encoding names with IANA.
    b. JIS
    Japanese Industrial Standard
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    charset=iso-2022-jp">To be precise, JIS means nothing. JIS has many standards.
    It is an ISO-2022 encoding applied to JIS code sets.
    c. Shift_JIS
    Microsoft's Japanese encoding method loosly based on
    JIS.
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    charset=x-sjis">Use "charset=Shift_JIS" in most cases.
    >
    d. UTF-8You use charset=UTF-8.
    - Which one of the above 4 I should use? Either one is fine as long as you include the meta tag
    in HTML. If you want to support older generation of
    browsers, then skip UTF-8. If you target i-mode
    phone browser, use Shift_JIS.
    - Do I have to worry about the encoding of the
    Japanese data being entered by user in the input
    fields in the HTML form?Yes. Use the same encoding as the encoding of the form.
    Make sure to call response.setEncoding to set the
    enxoding for the parameter processing.
    - What should be encoding of the content of html
    output generated by the JSP?Use contentType tag in page directive.

  • Right Click,Context Menu problem in Page Personalize

    Hi All,
    I am using EP6.40 and SP 13.  When I right click on portal content, showing context menu. I entered into Page Personalize  page by clicking options icon(Right-top corner of the page)-> personalize, a pop up window opened. In there, When I right click on  a folder in portal content, it opens browsers context menu.
    And also I am getting a java script error like 'Object expected'. How can I solve this..?.Please help me.
    Thanks & Regards
    Art

    Did u get this resolved. I am facing tghe same problem in Portal content admin. Java Script error  "Object Expected".
    Thanks
    Amandeep

  • Context menu problem, bug

    I have two displays  – macbook pro 15 and Cinema Display 27. When using both ow them there is a trouble  –  context menu appears on one when in was calle on another
    here is how it looks http://daniyar.com/temp/screen-GMrVZtBl5m.jpg

    If you detach it the monitor so the screen goes to single-screen mode on your laptop, and then re-attach the monitor, does the problem persist? This is definitely not a universal issue in Mountain Lion.
    Try creating a new user account and then log into that account to see if the problem persists in that account. This will indicate whether or not the problem is with an account-based setting or is more global.

  • How to load objects in web application context during oc4j startup?

    Hi
    How I can put some objects in application context during oc4j application startup?
    I'm using oracle as10g j2ee and web cache edition.
    Thanks

    An idea would be to write your own OC4JStartup implementing class and have this thing create the objects you want and bind them to JNDI.

  • Context Menu Problem

    We upgraded from 3.1C to 2004s recently. We have some issues with our web reports.
    When we execute a report from the role menu, the report runs fine, but we dont see the WAD context menu but we see the standard IE context menu.
    Also, I get the message "Executing the Web item for ad-hoc query design requires JavaScript"
    When I just run the web report normally, not using the role menu, everything is fine and i see the WAD context menu.
    Any input would help!

    This is not the 2004s runtime in the 2004s system. The url you provided is the BW 3.x runtime in the 2004s system. Make sure on the client side in IE, you don't have and script blocking or popup blocking. For client side settings in IE, make sure your settings are specified as outlined in this blog:
    Troubleshoot the SAP NetWeaver 2004s BI Frontend Installation
    Also, make sure your url has the fully qualified domain name for your server.

  • Opening template issue in Web Application Designer (Loading problem)

    Hi,
    When i open a query in Web Application Designer through the BWdev, it is opening but when i open a query in Web Application Designer through the BWProduction it is not opening, it is displaying a msg box like this
      " Operation Failed! NO detailed error information from backend available ".
    In the opening of the webtemplate itself it is showing that box when loading mime type imgs.
      If anybody knows pls send msg.
    Thanks & Regds,
    Giri.

    Hi Giri,
    I have a similar problem ...
    when I give the user SAP_ALL security profile,
    the problem is gone,
    but I DON'T want to do that...
    can you please specify how to give full authentication access to WAD only
    thanks a million!
    Edwin

  • I am having problems posting comments and writing blogs on Yahoo Pulse. Their tech support says that the problem is with my Firefox server. How do I resolve this issue?

    I get error messages when posting comments to my friends pages, cannot edit blogs without getting errors and cannot add new friends to my page.

    http://en.wikipedia.org/wiki/Internet_service_provider
    Firefox isn't your "server" or your ISP. Contact whoever you pay for internet access - Comcast, AT&T, Net-Zero, etc.

  • Chart Context Menu Problem

    Hi, When I Right-Click on my BI Chart I get both the Chart Context Menu and the IE Context Menu.  And of course the Chart Menu is 99% blocked by the IE Context Menu.  I can just barely see the edge of the Chart Context Menu and I can get it to take focus if I mouse over and select it just right.  But, I'm hoping to find out why the IE Context Menu keeps appearing?  It doesn't seem to happen to all of the charts except for the one in the Tab Container.  Any ideas?
    Thanks! Ken Murray

    I Found OSS Note that looks promising!
    Note 1119412 - Internet Explorer standard context menu displayed on chart

  • BAPI Web Service Context Mapping Problem

    Hello all,
                 I am developing a process consisting of an automated activity.
    This automated activity uses a logical destination for a web service call to an ECC BAPI.
    The BAPI name is 'BAPI_INQUIRY_CREATEFROMDATA2'
    Now the problem is the Output mapping in the automated activity which calls the web service for the above BAPI has the response name as 'BAPI_INQUIRY_CREATEFROMDATA2.Response'
    So when i try to map the nodes it gives me an error, 'Error at Line 2, Column 29, Found '.' after BAPI_INQUIRY_CREATEFROMDATA2'.
    Since there is no mapping i do not get the process working
    If i remove the '.' from the wsdl file source, mapping is done. But the backend service call gives an error.
    How can i solve this problem?
    Any inputs will be very helpful.

    Hello Martin,
                     thnks a ton for your replies.
    The '.' is a standard thing.
    Its the part of the WSDL file which is a standard WSDL file for a service offered for a standard SAP BAPI. So i haven't changed anything.
    Its what is standardly available. So i cant anything on that.
    And the response element is not below the bapi node.
    The name of the root node of the BAPI return context is
    "BAPI_INQUIRY_CREATEFROMDATA2.Response"
    This is what is causing the problem.
    Please note here that '.' is not responsible for any hierarchy. Its the name of one single root node element.

  • Problem posting comments to websites, need help

    Hello. I am using Safari 5.1.7 and OSX 10.6.8 and everything appears up to date. When reading a story on ESPN.com for example and i scroll down to the comments i click on 'add comments' and there is nothing there to allow me to add comments Also when i click 'view all comments' again there is nothing there. Can anyone help? Maybe a java issue, although like i said, all appears up to date. Thanks. Oh, I tried it on my daughter's macbook pro with lion and it was fine.
    i posted this in the snow leopard area as well...

    hi again.. in January it was a facebook problem.. there were no lightroom updates.. same now.. so you can go to facebook and fill in that form That Paul Diming talks about in a previous post
    I have reported this problem to Facebook using their own problem reporting mechanism.
    It would help if everyone who is having this issue should do the same.  Here is the process:
    1. Click on the pull down on the far upper right of the screen.
    2. Click "Report a Problem"
    3. Click "Something Isn't Working"
    4. Select Pages on the pull down.
    5. Explain the problem.
    6. Upload a screen image. I captured an image of trying to create a new published collection with the pull down showing no Page Albums listed.
    It might help for Facebook to know that it isn't just me having the problem.

  • Web.xml context-param problem...

    Hi all,
    Thoes anyone know how to set CHECK_FILE_MODIFICATION in web.xml param permanently, because whenever I set it on true, after few moments it's back on false?
        <context-param>
            <param-name>org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION</param-name>
            <param-value>true</param-value>
        </context-param>Regards,
    s o v i e t

    Hi Soviet,
    We suffer from the same bug (which is very annoying) on our project too. One of the exasperated team member fixed it by saving the value to true then removing the write right on that file at OS level... It's a hardcore fix, but it works.
    Regards,
    ~ Simon

  • Internal load balancer for ADFS, Web Application Proxy join problem

    Hello,
    we deployed 2 x ADFS (2012 R2) behind a internal Azure load balancer.
    In front are two WAP servers, which should be joined to the ADFS farm based on the internal load balancer IP.
    Unfortunately the WAPs fail to join and sometimes after 5 tries it works. The problem is (based on the event logs) that the ADFS Servers dont trust the WAP certificate.
    It seems, that during the join process the ADFS internal load balancer does not stick to one ADFS server. If we join the WAP directly (without the ILB) to one of the ADFS servers, everything works fine.
    As soon as we try to join via the ADFS internal load balancer IP, the abover occurs.
    Did anyone experience the same problems? How does the internal load balancer distribute the requests? Seems to be not sticky at all.
    Thanks for any Feedback,
    Thomas

    Thomas -
    This article talks (in detail) about a recently updated distribution mode - Source IP affinity.
    http://azure.microsoft.com/blog/2014/10/30/azure-load-balancer-new-distribution-mode/
    Hope this helps!
    /Arvind

Maybe you are looking for

  • ITunes 6.1 will not launch

    After upgrading from iTunes 4 to 6, iTunes will not launch at all. Neither will the new version of Quicktime 7 that I installed at the same time. After clicking on the iTunes icon in the dock, the icon bounces once, but the application will not launc

  • Replacing PSU on Quicksilver G4

    Hi there, I have a 10 year old Quicksilver G4, and have arrived at the conclusion that the power supply needs replacing. I have tried to follow the instructions on the apple web site http://docs.info.apple.com/article.html?artnum=58769 However, I can

  • User Usage Tracking History  Link  not  visible in Reports

    Hi All, I want to create reports based on user usage login details by using the user usage tracking history link in report section.But presently i do not find the link there.May i know what can be the problem behind this issue? Thanks in advance, Man

  • How to reset connection to server?

    Somehow when clients  are logging in they are retaining a login that  doesn't allow them to see the shares from  the Snow leopard server. I've trashed managed prefs, trashed the keychain and recreated, but when the client Logs in, and performs a conn

  • Writing Code using SQVI

    Hi Experts , Can we write a Abap code (query ) using the Tcode SQVI? Apart from doing table joins and getting the report output . I know we can do it using SQ01 , but i do not have the access for the same. Thanks in Advance , Harshit Rungta