Error in "Web Preview" mode in Reports version 7.2.1

I get the following error in "Web Preview" mode in Reports. I am trying to select a member from dimension called "Entity" which has User POV property.
I also have other dimensions in the report with User POV but they all are working fine. I get the error only when trying to look up the above "Entity" dimension.
Any ideas?

Sorry forgot to put the error message in the above post....
Error 500--Internal Server Error
com.hyperion.ap.APException: [1106] Error: Class component property name invalid[OrgByPeriod]
     at com.hyperion.ap.adm.HssEnvironment.createException(HssEnvironment.java:240)
     at com.hyperion.ap.adm.HssLeafObject.getPropertyInstance(HssLeafObject.java:560)
     at com.hyperion.ap.adm.HssLeafObject.getPropertyValue(HssLeafObject.java:335)
     at com.hyperion.ap.adm.HssLeafObject.getPropertyValue(HssLeafObject.java:314)
     at com.hyperion.reporting.waa.HRWaaSdOrgByPeriodBean.initOrgByPeriod(Unknown Source)
     at com.hyperion.reporting.waa.HRWaaSdObjectTabBean.setOrgByPeriodBeanSettings(Unknown Source)
     at com.hyperion.reporting.waa.HRWaaPovBean.doForm(Unknown Source)
     at com.hyperion.waa.web.core.WAABean.service(WAABean.java:1102)
     at com.hyperion.waa.web.core.WAABean.doForm(WAABean.java:1267)
     at com.hyperion.waa.web.core.WAAFormBean.doForm(WAAFormBean.java:101)
     at com.hyperion.reporting.waa.HRWaaBaseFormBean.doForm(Unknown Source)
     at com.hyperion.waa.web.core.WAABean.service(WAABean.java:1102)
     at com.hyperion.waa.web.core.WAAPageBean.doForm(WAAPageBean.java:632)
     at com.hyperion.waa.web.core.WAABean.service(WAABean.java:1102)
     at com.hyperion.waa.web.core.WAAPageBean.service(WAAPageBean.java:583)
     at com.hyperion.waa.web.core.WAAPageBean.doForm(WAAPageBean.java:251)
     at com.hyperion.waa.web.core.WAAUseBeanDesignTag.startTag(WAAUseBeanDesignTag.java:347)
     at com.hyperion.waa.web.core.WAATag.doStartTag(WAATag.java:340)
     at jsp_servlet._jsp._waa._web._hr.__hrwaabase._jspService(__hrwaabase.java:1418)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
     at com.hyperion.reporting.webviewer.CompressionFilter.doFilter(Unknown Source)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6356)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

Similar Messages

  • Error Calling Web Service - VersionMismatch Wrong SOAP Version

    Hello,
    I am attempting to create a web service from a function module, and to call this web service from outside of SAP.
    I used the Web Service Creation Wizard to create a web service from BAPI_CURRENCY_GETLIST, and tested it using the Web Service Homepage button from transaction WSADMIN. Everything seems to work OK so far.
    To test calling the web service, I copied the SOAP envelope from the web service homepage into a vbscript file:
    Const HOST = "http://<server>.<domain>:<port>"
    Const URL = "/sap/bc/srt/rfc/sap/ZWSD_Currency?sap-client=<nnn>"
    ' Create the HTTP object
    Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
    Dim Request
    Request = "<?xml version=""1.0"" encoding=""UTF-8"" ?>" & _
              "<SOAP-ENV:Envelope xmlns:SOAP-ENV=""http://schemas.xmlsoap.org/soap/envelope"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema"" xmlns:xs=""http://www.w3.org/2001/XMLSchema-instance"">" & _
              "<SOAP-ENV:Header>" & _
              "<sapsess:Session xmlns:sapsess=""http://www.sap.com/webas/630/soap/features/session/"">" & _
              "<enableSession>true</enableSession>" & _
              "</sapsess:Session>" & _
              "</SOAP-ENV:Header>" & _
              "<SOAP-ENV:Body>" & _
              "<ns1:CurrencyGetlist xmnls:ns1='urn:sap-com:document:sap:soap:functions:mc-style'>" & _
              "<CurrencyList><item>" & _
              "<CURRENCY></CURRENCY>" & _
              "<CURRENCY_ISO></CURRENCY_ISO>" & _
              "<ALT_CURR></ALT_CURR>" & _
              "<VALID_TO></VALID_TO>" & _
              "<LONG_TEXT></LONG_TEXT>" & _
              "</item></CurrencyList>" & _
              "</ns1:CurrencyGetlist>" & _
              "</SOAP-ENV:Body>" & _
              "</SOAP-ENV:Envelope>"
    xmlhttp.open "POST", HOST & URL, False
    xmlhttp.send (request)
    MsgBox (xmlhttp.responseXML.xml)
    When I execute the vbscript, the response is
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelop/">
    <soap-env:Body>
      <soap-env:Fault>
        <faultcode>
          soap-env:VersionMismatch
        </faultcode>
        <faultstring xml:lang="en">
          Wrong SOAP Version
        </faultstring>
      </soap-env:Fault>
    </soap-env:Body>
    </soap-env:Envelope>
    The system log (transaction SM21) contains the messages:
    SOAP Runtime: SOAP Fault exception occurred in program CL_SOAP_MESSAGE===============CP in include CL_SOAP_ME SSAGE===============CM00X at position 34
    SOAP Runtime: Exception message: Severe processing error; SOAP fault handling required
    In the RFC trace (transaction SM59) I see
    XRFC> INFO 14:25:10: SOAP Transport Binding CL_SOAP_TRANSPORT_BINDING     <
    XRFC> ROOT->IFSOAP_TRANSPORT_BINDING~RESPONSE() Try to create response  <
    XRFC> message                                                             <
    XRFC>                                                                     <
    XRFC> INFO 14:25:10: SOAP Transport Binding CL_SOAP_TRANSPORT_BINDING     <
    XRFC> ROOT->IFSOAP_TRANSPORT_BINDING~RESPONSE() Response message        <
    XRFC> created                                                             <
    XRFC>                                                                     <
    XRFC> INFO 14:25:10: SOAP Transport binding CL_SOAP_HTTP_TPBND_ROOT       <
    XRFC> ->IF_SOAP_TRANSPORT_BINDING~RECEIVE() Try to receive message        <
    XRFC>                                                                     <
    XRFC> 20071218 142510 00037640: SOAP Fault Exception caught: : Wrong      <
    XRFC> SOAP Version                                                        <
    XRFC>                                                                     <
    XRFC>                                                                     
    XRFC> End of user trace                                                   
    How can I tell what version(s) of SOAP the NetWeaver 2004 platform supports? Has anyone seen and resolved this error?
    Thanks in advance,
    Mark

    Hi Anton,
    Thanks for the helpful suggestion. I did try setting SOAPAction using xmlhttp.setRequestHeader, but that didn't seem to make any difference. I may not have formatted the SOAP header correctly, however.
    What I noticed is that if I added a slash at the end of the xmlns:soap tag in the SOAP envelope, I got a different error message (SOAP Processing failure, error id = 112).
    I downloaded version 2.0 of the .NET framework and the SOAPSonar tool. SOAPSonar was able to format the SOAP envelope from the WSDL. When I pasted the SOAP envelope from SOAPSonar into my vbscript file, it worked. So, the vbscript looks like this:
    Const HOST = "http://nwr051.nwenergy:1080"
    Const URL = "/sap/bc/srt/rfc/sap/ZWSD_Currency?sap-client=100"
    Const FORMAT = "dd-MMM-yy"
    ' Create the HTTP object
    Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
    Dim Request
    Request = "<?xml version=""1.0"" encoding=""utf-8""?>" & _
              "<soap:Envelope xmlns:soap=""http://schemas.xmlsoap.org/soap/envelope/"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"" xmlns:tns=""urn:sap-com:document:sap:soap:functions:mc-style"">" & _
              " <soap:Body>" & _
              "    <tns:CurrencyGetlist>" & _
              "      <CurrencyList>" & _
              "      </CurrencyList>" & _
              "    </tns:CurrencyGetlist>" & _
              "  </soap:Body>" & _
              "</soap:Envelope>"
    xmlhttp.open "POST", HOST & URL, False
    xmlhttp.send (request)
    MsgBox (xmlhttp.responseXML.xml)
    Again, thanks for taking the time to read through this and offer your insight.
    Regards,
    Mark

  • Error in print preview in ALV report

    Hi....All,
    Good Day.
    I have developed a ALV report. It is displaying all data properly. The problem is...
    When I am pressing the print preview button... it is getting dump.
    The dump short message is....... "Field symbol has not yet been assigned".
    Hope that I will get a solution from you as previous.
    With Thanks
    Sohel

    Do you use a field for coloring a column or cell?
    If the coding is not too large it could be helpfull to post the coding as well.
    Regards,
    John.

  • Report not printing in preview mode

    i have a report that has real strange behavior. we are using the forms server to produce this report in preview mode. this report will produce the desired results for some of the reports. but on other reports this pulls up a blank pdf document. on the webserver the pdf is produced properly in cache. the pdf can be opened on the server and viewed fine. does anyone have any ideas of why this is occuring.
    thanks

    hello,
    which webserver are you using? did you try to copy the file to your client and display it locally, just to see, if the client-side-acrobat is working fine ?
    regards,
    The Oracle Reports Team

  • Web Previewer not working in 9iDS

    I'm trying to get a generated forms module to run automatically in the web previewer after I generate it. In the Forms Generator Options dialog under the Run tab I have "Run as a Web Form" and "Run Form Automatically" boxes checked. JInitiator 1.3.1.9 is installed and I believe running - the JInitiator Control Panel dialog has the "Enable JInitiator" box checked (does this need to be running?). I have also started up OC4J.
    When I generate the module I get the dialog at the end stating that generation is complete but the form does not come up in Web Previewer. Furthermore, "Run the form in Web preview mode" is not in the list of the "List Actions" box in the message window.
    Any ideas?
    I'm using Designer 9i release 2 (v. 9.0.2.9).

    I think Note 198384.1 How To Run Generated Forms via Designer 9i
    is what you are looking for.
    "Checked for relevance on 19-Feb-2009"
    goal: How To Run Generated Forms via Designer 9i/10g
    fact: Oracle Designer 9.0/10g
    fact: Design Editor
    fact: Forms Generator
    fact: Reports Generator
    fix:
    When a form module is created and generated in Designer, one of the actions
    available in the Build Action list is to test run the module.
    However, in the 9iDS Release 2 product set, the ability to run a Form via a
    Client - Server GUI interface has been removed. Instead, forms can only be
    run on a Forms Service via a web browser, whether the form is being run from
    Designer or from within Forms Builder.
    If a Forms Service has not been setup, or is not available to the development
    system, then a "reduced version" is available via software installed as part
    of 9iDS Release 2 - this comprises of the Jinitiator and OC4J listener. Steps
    for settings these up from a 9iDS Release 2 install and running them on the
    local, client PC, are given in Note 198297.1.
    To enable the Build Action "Run Form from web server" in the Design
    Editor, the following additional steps need to be taken :-
    1. Forms Generator Options.
    Ensure that the following File Destinations are explicitly set; it is
    suggested that the same directory be used :-
    Forms Options tab -> Destination of Generated Files
    Menu Options tab -> Destination of Generated Files
    Compile -> Form Executable From Binary -> Destination
    Compile -> Menu Executable From Binary -> Destination
    Run -> Web Browser : Ensure this is set to a valid web browser installed
    in the local PC.
    If the Web Browser setting is not entered, then the "Run Form ..." action
    will not be added to the Build Action list.
    In addition, the following option can be checked :-
    Run -> Run Form Automatically
    This will cause the form to be run automatically at the end of generation,
    via the Forms Service and browser.
    2. Preference Settings.
    The preference settings group "Web Deployment" holds the preferences that
    are used to determine what Forms Service to use when attempting to run the
    form from Designer.
    WEBPTH (Server form location path) = The local file path where the FMB
    and FMX files have been generated to. This is the File Destination set
    above in the Generator Options.
    WEBURL (Server base URL) = The base URL of the Forms Service.
    If a "standard" Forms Service is being used, then this URL will be provided
    by the administrator of the Forms Service. However, if the "reduced version"
    mentioned above is being used on the client PC, the text for this value is
    constructed like so :-
    "http://<Local PC Name>.<Domain>:8888/forms90/f90servlet"
    where <Local PC Name> is the Full Computer Name of this PC, as defined in
    the
    Network Identification tab of the Systems applet in the Control Panel
    (for Windows 2000)
    and <Domain> is the domain which this PC has logged onto, again defined
    in
    Network Identification tab, for Windows 2000.
    Alternatively, if the PC is running stand-alone, then can be omitted.
    The rest of the string - the port number of 8888 and the virtual directory
    of "/forms90/f90servlet" - are the defaults used by the "reduced version"
    of the Forms Service - these are controlled by the values in the file
    "cauprefs.ora" in the root directory of the 9iDS Release 2 Oracle home.
    These preferences can be set at higher levels than the Module - at the
    Container level, or in a preference set. However, note that if the "reduced
    version" Forms Service is being used on each client PC, then the WEBURL
    details will be specific to each client PC - the preference will therefore
    have to be updated depending on which client PC is generating then running
    the form.
    Comment: where speaking about 9iDS Release 2, it is also applicable for 10g iDS

  • Java.lang.NullPointer Exception error in webi

    Hi All,
    When a opening a webi report a user is getting java.lang.NullPointer Exception error in webi for a single report.
    Other reports which were build from same universe are working fine. The issue is only with one user and one report.
    Environment:
    Business Objects XIR3
    Java 6 ,update 3
    IE version 7
    Web Application Server - Apache Tomcat
    Thanks in Advance....

    Hi,
    Check whether the same user is able to open the report in some other machine?
    What happens when the user is trying to open other reports? Does he gets the error again?
    If the reports is working with other machine, check the java version of the machines.
    If the report is working with other users, it not possible that the universe is damaged.
    This issue cannot be a rights issue. It has to be something with the report, java, or the universe.
    Please check the above details and let me know.
    Regards,
    Shreyash.

  • Com.sap.connectivity.cs.extended.connectionserver error in webi

    Hi
    I am getting the below error in webi.
    com.sap.connectivity.cs.extended.connectionserver error in webi while running the report.
    Please let us know ASAP.

    We have raised SAP note for this and we got the solution.
    Create new APS server and
    add the following required services to the APS
    "DSL Bridge Service"
    "Adaptive Connectivity Service"
    SAP Note for this
    0001775372   Error csEx WIS 00000 when trying to create a web intelligence document
    Regards
    Gaurav Mang.

  • Wrapper tag in preview mode

    Hello guys, I have an issue with my website.
    It seems that the wraping tag looks fine when in design mode (has the appropriate colour) however, when I switch to preview mode or live version wrapper colour  dissapears. What seems to be causing that?
    Source:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Education</title>
    <link href="includes/style.css" rel="stylesheet" type="text/css" />
    <body>
    <div id="wrapper">
        <div id="header"></div>
        <div id="top-nav-bar">
            <ul>
                    <li><a href="index.html" title="Hi" class="active">Education</a></li>
                    <li><a href="studyinuk.html" title="Kir">Education in UK</a></li>
                    <li><a href="/" title="SA">FAQ</a></li>
                    <li><a href="/" title="Peennnn">Contacts</a></li>
                    <li><a href="/" title="MO">About</a></li>
            </ul>
    </div>    
    <a href="http://facebook.com" target="_blank" id="social"></a>
    <a href="http://twitter.com" target="_blank" id="social2"></a>
        <div id="sub-nav">
                    <ul>
                    <li><a href="/" title="Hi">LBK</a></li>
                    <li><a href="/" title="Kir">LU</a></li>
                    <li><a href="/" title="SA">RSU</a></li>
                    <li><a href="/" title="Peennnn">RTU</a></li>
                    <li><a href="/" title="MO">TBA</a></li>
                    <li><a href="/" title="MO">AK</a></li>
                    <li><a href="/" title="MO">TSI</a></li>
                    <li><a href="/" title="MO">BKI</a></li>
                    <li><a href="/" title="MO">LLU</a></li>
                </ul>
            </div>
        <div id="content">
                <h1>Higher Education</h1>
        <img src="images/question.png" width="198" height="198" alt="button" class="img-right" />
    <p>text </p>
    <p>text </p>
    <p>text</p>
    <img src="images/hatblue.png" width="115" height="115" alt="Bike1" style="float:left;" class="img-right"/>
    <p>text</p>
    </div>
            <div id="footer"></div>
    </div>
    </body>
    </html>
    Style=
    @charset "utf-8";
    /* CSS Document */
        body {
        margin:0;
        padding:0;
        font-family:Verdana, Geneva, sans-serif;
        font-size:12px;
        background-color: #CCC;
        #wrapper {width:960px; background-color:#093; margin-top:0; margin-right:auto; margin-bottom:0; margin-left:auto;}
        p {font-size:11px; color:#000; margin:6px 0px 12px 0px; line-height:18px; text-align:justify;}
        #header {margin:0; padding:0; height:100px; width:960px; background-color:#000; background-image: url(../images/logo.png);}
        #top-nav-bar {margin:0; padding:0; height:31px; width:750px; float:left;}
            #top-nav-bar ul {margin:0; padding:0; list-style-type:none; width:800px;}
                #top-nav-bar ul li {height:31px; width:131px; margin-left:2px; padding:0; margin-top:0px; margin-bottom:0px; margin-right:0px;                             line-height:30px; float:left;}
                    #top-nav-bar ul li a {color:#FFF; text-align:center; height:31px; width:131px;line-height:30px; display:block;  background-image:url(../images/button2.png); background-position: 0px 0px; background-repeat:no-repeat; text-decoration:none;}
                        #top-nav-bar ul li a:hover, #top-nav-bar ul li a.active {color: black; text-decoration:none;background-position:0px -32px;}
        #social {margin:0;padding:0; height:31px; width:31px; float:left; background-image:url(../images/Facebook.png); display:block;}
        #social2 {margin-left:10px; padding:0; height:31px; width:31px; float:left; background-image:url(../images/Twitter.png);}
        #sub-nav {margin:0; padding:0; width:150px; height:290px; background-color:#000; float:left; margin-top:70px;}
        #sub-nav ul {margin:0; padding:0; list-style-type:none;}
                #sub-nav ul li {height:30px; width:146px; margin-left:2px; padding:0; background-color:#fff;  margin-top:2px; margin-bottom:2px; margin-right:0px; line-height:30px;}
                    #sub-nav ul li a {color:#000; text-align:center; height:30px; width:146px; display:block; text-decoration:none;}
        #content {width:770px; background-color:#FFF; margin:0px 20px 0px 20px; padding:0; float:right;}
        #footer {width:960px; height:50px; margin:0; padding:0; background-color:#009; float:left}
        .img-right {float:right; margin-left:2px; margin-right:2px; margin-top:2px; margin-bottom:2px;}

    Your HTML has no </head> tag.
    Add this to your #wrapper rule -
    overflow:hidden
    The problem was that you are not clearing your floated elements within #wrapper before closing #wrapper, causing #wrapper to collapse vertically to a single line - it collapses to the size of its NON-FLOATED content.  Since there is no non-floated content, It just goes all the way down to a thin line.  The overflow style when used with "hidden | scroll" will force a new block-formatting context within that container, effectively clearing all of the interior floats.

  • Forms 6i Run Form Web Preview Error

    Help! Help! Help! Help! Help! Help! Help!
    Nt 4.0, SP6A
    Forms and Reports 6i (installed first, Home0)
    Oracle 8i Client for database management
    (installed 2nd, Home1)
    Home selector selected for Home0
    When running web preview I get the following error: FRM-99999: Error 18114 occurred. See the release notes file (relnotes) for information about this error.
    Release notes suggestes the following
    FRM-18114: FORMS60_JAVADIR not set.
    Cause: For Web Preview from the Builder to work the Registry variable
    ORMS60_JAVADIR must point to the location
    that contains the Forms Java files. This
    varable should have been set by the Oracle Installer when Oracle Forms Developer was installed. A typical value for this variable is c:\orant\forms60\java.
    Action: Create or update the registry variable on NT, FORMS60_JAVADIR, and set its value to the location that contains the Forms Java files.
    I created a registry entry in HKEY_LOCAL_MACHINE, SOFTWARE, HOME0 containing the following: FORMS60_JAVADIR:REG_EXPAND_SZ:C:\Oracle\Dev6i\Forms60\java
    The error persists.
    Has anyone experiences this problem or have
    any ideas. Thanks in advance for help.
    null

    Theresa,
    More than likely, you need to change the properties of the Forms Runtime (ifrun60.exe) to run in Windows XP mode and run with Administrator privileges. Since Oracle Forms 6i is so old it does not work very well with the new security model of Windows 7.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • WEB.SHOW_DOCUMENT . Publish reports character mode directly within browser!

    hello!
    I'm having the problem.
    When I want to publish reports character mode directly within browser!
    The code is as follows!
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_EXECUTION_MODE, RUNTIME);
      SET_REPORT_OBJECT_PROPERTY(repid, REPORT_COMM_MODE, SYNCHRONOUS);
      SET_REPORT_OBJECT_PROPERTY(repid, REPORT_DESTYPE,  FILE);
      SET_REPORT_OBJECT_PROPERTY(repid, REPORT_DESFORMAT, '');
      SET_REPORT_OBJECT_PROPERTY(repid, REPORT_SERVER, server );
      v_rep := RUN_REPORT_OBJECT(reportFile,mparamlist_id);
      rep_status := REPORT_OBJECT_STATUS(v_rep);
         if rep_status = 'FINISHED' then
            vjob_id :=substr(v_rep,length(server)+2,length(v_rep));
      WEB.SHOW_DOCUMENT('../reports/rwservlet/getjobid'||vjob_id||'?server='||server,'_blank');
         else
      message('Fail to create Report!');
         end if;
    The report is generated,
    But it does not open directly in browser!
    The browser will download a file without extension / format, with the name 'getjobid38'!
    When I change the code to 'TXT'
    WEB.SHOW_DOCUMENT('../reports/rwservlet/getjobid'||vjob_id||'.txt?server='||servidor,'_blank');
    The following error is returned:
    rep-50003 the command line is invalid: getjobid38.txt
    Already grateful!

    working with forms 11gR2 (11.1.2.1)

  • Unable to view Report Layout in Web Preview

    Hi All,
    I am facing some intermittent issues with some Hyperion FR Reports on Workspace.Whenever I am trying to see the HTML view of the report it simply shows the POV and no report Layout,the complete page is blank white whereas other reports are working fine.
    Even when I am trying to open it with Studio and then trying to see its web preview then also it is showing me the same behaviour.
    Thanks
    AG

    Hello Mehmet,
    I think you are correct as it seems the user with which I was tryoing to run the report didnt have access on Dimensionality because when I tried with a different user I was bale to see the data.
    There is another issue which I am facing related to the Relative Memeber function in Essbase.I am trying to extract the Previous Year from the POV selected member using RelativeMember function in Essbase but it is giving me error as [None]Member selected in the report however the same function is giving me results when I use it in Planning connection.
    Any advice?
    Regards
    AG

  • Error print preview a crystal report

    Hi,
    I have an issue where i log in as a user with admin rights and try to print preview a crystal report that was created. It prompts me to log into the database, when i do this gives me a login incorrect oracle error. But when i log in as administrator i am able to do this.

    Hi,
    Additional Info:
    CR 2008 SP3 is called by an application using .net. The Application passes a couple of parameters to the CR report. I'm able to preview the report. All the reports use the same set of parameters.
    Balaji K

  • SSRS report throwing error :- system.web.aspnethostingpermission failed

    Hi,
    I am facing an issue with SSRS report after implementing HTTPHandler in its web.config file of Report manager.
    My reports were working fine. I deployed a dll in report manager BIN folder and added below tag in the web.config
    <add verb="*" path="*.aspx" type="ISHandler.SyncHandler, ISHandler" />
    ISHandler is the assembly/namespace and SyncHandler is the class name.
    I am getting error when I try to access the report
    error :- system.web.aspnethostingpermission failed.
    Currently web.config contains below settings.
    <securityPolicy>
          <trustLevel name="RosettaMgr" policyFile="rsmgrpolicy.config" />
        </securityPolicy>
      <trust level="RosettaMgr" originUrl="" />
    Can you please help where the security permission is missing ?
    sanmay

    I am unable to see that. Please check.
    sanmay

  • Error while previewing external crystal report in SAP B1

    Hi Experts,
    when i was previewing a Crystal report in sap business one i was facing an error as
    no matching records found 'Queries' (OUDR) (ODBC-2028) message[131-183]

    Hi Megganath..
    Check with this note
    http://service.sap.com/sap/support/notes/1532509
    1532509 - Cannot import Crystal Report template into SAP Business One
    Regards
    Kennedy

  • Portal Runtime Error When Previewing the BI Report iViews

    Hi Experts,
    I hope this is the right place for my issue. I have an issue previewing the BI reports that I have created as the iViews and have put them in the portal. I am able to preview them in the BW/BI server successfully. Then I have created them in another server and got the portal runtime error. There are 2 different servers that I am working on, and there is no single sign on support on these servers.
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 10:21_29/06/09_0049_44107950
    See the details for the exception ID in the log file.
    I check the permission, and everything has been set up as the BW/BI server (Built-in Group Everyone). I still got the portal runtime error. There is another folder of BI report iViews that someone else has created before. When I preview it, it prompts me with the NetWeaver Log in page. Then it opens the BI report iView properly. Unfortunately, it will not prompt the log in page on my own BI report iViews that I have created. Instead, it shows the portal runtime error page. Any ideas how can I solve this?
    Thanks,
    -Don
    Edited by: Don P. on Jun 29, 2009 5:06 PM

    Never mind! I solved it myself.

Maybe you are looking for

  • How to secure firewire drive data for multi user mac ?

    I have a couple of external firewire hard drives attached to my mac which contain all my work files. My 6 yr son has started using my mac so I have set him up his own account and set up the parental controls etc. BUT - is there any way I can set thin

  • In Receiver Mail Adapter ,how to ignore SOAP Header attachment

    HI Folks, Am using Receiver Mail Adapter and am getting 2 attachments. 1. one is Soap header which contains Control records 2. payload I want only Payload as attachment and need to ignore SOAP Header(AT00001.xml). The configuration is as below:-Trasp

  • How to use Item value in chart query

    Hi Folks, I am looking to use calander item value in sql query used to populate flash chart. I tried with following query where P2_DATE1 is the calander item name. This says no data found. I am not sure if I am missing some thing with BUTTON settings

  • DVD playback

    I am having problems playing DVD movies. The playback audio is slow and distorted. The video seems fine but may be a tad bit erratic also. I am using and an A105 S2021 running XP with the DVD device that came in the machine (HL-DT-ST DVDRAM GMA-4082N

  • Run-time error -2147217843 (80040e4d)

    Hi, I've Run-time error -2147217843 (80040e4d). Does anyone know how to fix it ? Thank in adv.