Data not retrieved in WebI with Measures calculated in Universe on SAPBW

Hi,
Pls share if such error is faced anywhere else and if there is any solution to this.
Environment: SAP BI 7.01 and SAP BO XI 3.1 SP2 FP2.9
Universe has calculated measures.
Problem: No data is fetched by WebI when both direct measures (straight from BEx) and calculated measures are used.
However, data is correctly retrieved if either only the direct measures are used or calculated measures are used.
Thanks!

Good CKF parsed for you @ Universe.
If possible you can create Variable @WebI :
Var=[Grs Sales] + [Returns]
So that you can use it document (20 reports)
This way you can solves the issue as of now.
Gracias...!!

Similar Messages

  • Could not retrieve the document with the passed obsolete token.

    Hi,
    Issue is with the specific report not able to execute when the query is cancelled and getting an error when you are cancelling an already executing query.
    Receiving an error message during running one of our report in the
    following way:
    - Run the Webi report
    - Select the value for 8 prompts
    - Click on cancel
    - try to re-run by clicking on re-fresh and receive an error message.
    The error message is the following:
    "Could not retrieve the document with the passed obsolete token (Error: RWI 00323) (Error: INF)"
    Till now we have made the following changes:
    This might be caused by a storage token that identifies a document state, which is no longer available in the storage tokens stack.
    In the webi.properties file, increased the value of storage tokens stack size.
    1. Edit the webi.properties file found in the following location:
    u2022 <Installed dir>\program files\businessobjects\BOenterprise115\Web services\en\dsws_webservice_boe\data\asemble\dsewsBobjJava\src\WEB-INF\classes\webi.properties.
    2. Add or change the following variables:
    u2022 WID_FAILOVER_SIZE (This sets the maximum number of tokens to keep in memory. It is 10 by default.)
    u2022 WID_STORAGE_TOKEN_STACK_SIZE (this sets the maximum number of tokens stored on disk. It is 10 by default.)
    u2022     Deleted cookies.
    u2022     Add  the Java Runtime Parameter value from following path:
    Start - > Control Panel-> Java -> Java Applet Runtime Settings
    Click on View.
    Add the Java runtime Parameter value: Xmx200.
    It is not a machine specific issue however it is intermittent.
    Please advice.
    Regards,
    Pradnya Kokil

    Hi Pradnya,
    Following solutions might help you to resolve the issue.
    Solution1:
    To achieve optimum performance, the developer should limit the number of new windows that can be opened using the OpenDocument function, particularly if using it within the drill function.
    If you must open a new window each time, you can increase the number of document instances available on the system by modifying parameters in the webi.properties file:
    1. On the Business Objects server, navigate to the following directory:
    C:\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\WEB-INF\classes
    2. Open the webi.properties file using a text editor.
    3. Uncomment the FAILOVER_SIZE=10 line by removing the # from the beginning of the line.
    4. After FAILOVER_SIZE, add the following:
    STORAGE_TOKEN_STACK_SIZE=40
    5. Save the file.
    6. Restart the application server
    Solution2:
    Do not use Control Key + N or File New from Browser for invoking new instance of Browser
    Avoid opening Infoview by Hyperlinks.
    Alternatively, by setting logontoken.enabled property in web.xml for desktop.war, will stop users allowing using old token
    Locate web.xml file in desktop.war file deployed on your application server
    Locate the following string in web.xml:<param-name>logontoken.enabled</param-name>
    Change the <param-value> for logontoken.enabled from true to false (forexample, <param-value>false</param-value>)
    Save and close the file
    Restart the web application server to apply the changes
    Regards,
    Sarbhjeet Kaur

  • Could not retrieve the doc with the passed obsolete token(Error: RWI 00323)

    Error using WebService API via Tomcat and .NET framework 2.0. Am storing ReportEngine and Session instance memory as suggested but still get this error. How can I reset tokens or increase token limit so this error does not occur.
    Inner Exception
    Type : BusinessObjects.DSWS.DSWSException, BusinessObjects.DSWS, Version=11.5.4100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
    Message : getDocumentInformation exception (Error: RWI 00323)
    Source : DSWS Web Service Consumer
    Help link :
    ID : R1
    WebServiceID :
    Operation : reportengine.dsws.businessobjects.com/getDocumentInformation
    CallStackTrace : com.businessobjects.rebean.wi.ConfigurationException: Could not retrieve the document with the passed obsolete token. (Error: RWI 00323)
    at com.businessobjects.rebean.wi.ReportEngineImpl.getDocumentFromStorageToken(ReportEngineImpl.java:461)
    at com.businessobjects.rebean.wi.occa.WebiReportEngine.getDocumentFromStorageToken(WebiReportEngine.java:239)
    at com.businessobjects.dsws.WebIntelligenceReportEngineManager.openDocument(Unknown Source)
    at com.businessobjects.dsws.wsb.reportengine.WebIntelligenceReportEngineSoapImpl.getDocumentInformation(Unknown Source)
    at com.businessobjects.dsws.reportengine.ReportEngineSoapImpl.getDocumentInformation(Unknown Source)
    at com.businessobjects.dsws.reportengine.ReportEngineSoapSkeleton.getDocumentInformation(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor166.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:402)
    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:309)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:481)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323)
    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at com.businessobjects.dsws.wsc.common.axis.FlashFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.businessobjects.rebean.internal.util.storage.InternalStorageException: token:we00100000e9816b1c411b is probably too old, could not be found in token history...
    at com.businessobjects.rebean.internal.util.storage.ClusterStorageManager.retrieveObject(ClusterStorageManager.java:380)
    at com.businessobjects.rebean.wi.ReportEngineImpl.getDocumentFromStorageToken(ReportEngineImpl.java:449)
    ... 47 more
    CauseID : RWI 00323
    CauseMessage : Could not retrieve the document with the passed obsolete token. (Error: RWI 00323)
    CauseDetail :
    CauseException : com.businessobjects.rebean.wi.ConfigurationException
    Data : System.Collections.ListDictionaryInternal
    TargetSite : BusinessObjects.DSWS.ReportEngine.DocumentInformation GetDocumentInformation(System.String, BusinessObjects.DSWS.ReportEngine.RetrieveMustFillInfo, BusinessObjects.DSWS.ReportEngine.Action[], BusinessObjects.DSWS.ReportEngine.Navigate, BusinessObjects.DSWS.ReportEngine.RetrieveData)
    Stack Trace : at BusinessObjects.DSWS.ReportEngine.ReportEngine.GetDocumentInformation(String documentReference, RetrieveMustFillInfo retrieveMustFillInfo, Action[] actions, Navigate navigate, RetrieveData retrieveData)
    Thanks

    You can reclaim storage token stack space by sending Close action to any document you're done with.
    You can increase the storage token stack space by editing the Web Services Provider app dswsbobje.war, the file WEB-INF\classes\webi.properties.  Look inside that file for the storaget token stack size setting.
    Sincerely,
    Ted Ueda

  • Suppress Missing Data not work in web form with formula column inside

    Dear All,
    I've a planning web form with formula column inside to calculate the variance and % variance. But missing cell can't be suppressed, although I've checked the 'Suppress Missing Blocks' and 'Suppress Missing Data' options.
    Anyone have face the same problem..?? and how to fixed it..??
    thanks.
    Regards,
    VieN

    There is a known issue that sounds like the problem you are experiencing
    10358200 - If a formula column exists in a data form, selecting the Suppress missing option does not hide rows that do not contain data.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Data not coming in web report

    Hi,
    I have created a multiprovider based on two cubes...have done neccessary identification and selection as well. But the query->web report is not displaying data from one cube. It only displays data for char n kf for one cube and the char n kf for other cube dosent show any data. Also, there are no filters set in the query and data is also available in both the cubes.
    Can anyone please suggest what must be going wrong. Your help will be surely rewarded.
    Regards,
    Minal

    but check if there are any global filters or hidden filters in query used for web reporting
    i donot want any reward

  • Recordset data 'not retrieving'

    Hi,
         I'm following a 'Building your first dynamic website' tutorial
    (Tutorial: http://192.150.8.60/devnet/dreamweaver/articles/first_dynamic_site_pt1.html)
    for which all Dreamweaver files are supplied, and when I get to creating a 'Recordset' and selecting the required table
    the table data (which has been supplied/created) doesn't appear.
    (Recordset section: http://192.150.8.60/devnet/dreamweaver/articles/first_dynamic_site_pt2_03.html)
    When I click the test button I get a 'MySQL Error 1142 – SELECT command denied to user 'user'@'localhost' for table 'tablename'.
    However when I click the 'define' button, the connections for the site dialogue box appears and when I edit the table and test it through the MySQL Connection dialogue I get a 'Connection successful' message.
    I assume it's to do with permissions, of sorts?
    Any guidance greatly appreciated,
    Many thanks in advance...

    Hi
    The error is caused by the user name for the database not having the permissions set correctly.
    Log into your mysql database admin program using the master user, user name and password and set the privileges for the user you are using in the dreamweaver connection.
    PZ
    www.pziecina.com

  • Data not updating in Metadata with Select options that come from a view

    Hi All,
    I have a similar problem.
    I have a view called "contractnumberview" created in UCM that gets a "contractnumber" from database table called "Contracts"
    The view is used as options list for a metadata called "xContractNumber".
    The data is inserted in the "Contracts" table from an ADF Application.
    Problem:
    After a new contract number is inserted into the Contracts table from the adf application, the new contract number does not show up in the check-in form drop down of the xContractNumber metadata field.
    If i open the "contractnumberview" from configuration manager, the new contractnumber is listed there.
    Is there anything special required to be done so that the contract number is published in the check-in forms also.
    Thanks
    Amit

    Hi Everybody,
    I Discovered how to ADD or Delete intens in java class, but now would like to update Title value.
    The code is:
                List fields = new ArrayList(2);
                fields.add(new DataResultSet.Field("dDocName"));
                fields.add(new DataResultSet.Field("dDocTitle"));
                DataResultSet resultSetNovo = new DataResultSetImpl();
                resultSetNovo.setFields(fields);
                List leilaoRow = new ArrayList(2);
                leilaoRow.add("SOME_EXISTENT_ID");
                leilaoRow.add("SOME_EXISTENT_DESCRIPTION");
                resultSetNovo.addRow(leilaoRow);
                IdcClient idcClient1 = manager.createClient ("idc://host:port");
                IdcContext userContext1 = new IdcContext ("user","password");
                HdaBinderSerializer serializer1 = new HdaBinderSerializer ("UTF-8", idcClient1.getDataFactory ());
                DataBinder dataBinder1 = idcClient1.createBinder();
                dataBinder1.putLocal("IdcService", "EDIT_SCHEMA_VIEW_VALUES");
                dataBinder1.putLocal("schViewName", "C_LISTA_LEILOES");
                //add/update/delete
                dataBinder1.putLocal("editViewValueAction", "update");
                dataBinder1.addResultSet("LeiloesCadastrados", resultSetNovo);
                serializer1.serializeBinder (System.out, dataBinder1);
                ServiceResponse response1 = idcClient1.sendRequest(userContext1,dataBinder1);
                DataBinder responseData1 = response1.getResponseAsBinder();
    The error is:
    Unable to edit view values for view 'C_LISTA_LEILOES'. The key CCEE_54321 could not be added due to a primary key constraint violation in the LeiloesCadastrados table.
    And the consoel messages during the process is:
    @Properties LocalData
    IdcService=EDIT_SCHEMA_VIEW_VALUES
    UserTimeZone=UTC
    UserDateFormat=iso8601
    schViewName=C_LISTA_LEILOES
    editViewValueAction=update
    @end
    @ResultSet LeiloesCadastrados
    2
    dDocName
    dDocTitle
    CCEE_54321
    SOME_DIFERENT_TEST
    @end
    Im my table the column dDocName is the primary key and I´m trying to change only the dDocTitle column
    Any help will be appreciated
    Thanks for everybody.
    LCruz

  • Why Web services are used to send data not HTTP in Web dynpro for Java?

    Is Web Dynpro for Java supports Web service , RFC as communication to other systems why http cannot be used in Wweb dynpro for java.........
    Thanks and Regards,
    CSP

    Hi Pradeep,
    Yes, Web Dynpro java supports web service, you can expose your web service as RFC Model to
    communicate with others system. As per as HTTP is concern we don't have any
    supportive method in web Dynpro. Insted of HTTP we use context in web dynpro to communicate.
    Thanks
    Anup

  • IMac HD replaced due to fault, old data not retrieved - how do i re-instal CS5? my disc wont work

    Hi, I have an apple iMac desktop, my HD went on it so i had it replaced. The technicians were unable to retrieve the data off the old HD which had my CS5 Suite on it. how do i put it back on my computer? Cheers, katie

    Hi katiepivot
    Please Refer : http://prodesigntools.com/all-adobe-cs5-direct-download-links.html
    Follow the instructions on the page to start your download.. Use your serial key to activate it
    ~Mandy

  • Data not retrieved although it exist in the database

    Hi
    I have the following sql statements. Am supposed to find the no. of lots per dept
    and the percentage which is from the same table.
    Table is PWRKF2MV.
    The problem is that when one of the query (eq. from c) has no data the following
    query will result in no data too.
    And if one of the query has no data, the totqty will result in 0 too.
    Appreciate any help. Thx
    SQL statement: -
    select a.ppdept dpt, count(a.porqty) lot1, (count(a.porqty)/nvl(i.totqty,1))*100 tot1,
    b.dept dpt2, nvl(b.lot2,1) lot2, (nvl(b.lot2,1)/nvl(i.totqty,1))*100 tot2, c.dept3 dpt3, nvl(c.lot3,1) lot3, (nvl(c.lot3,1)/nvl(i.totqty,1))*100 tot3,
         d.dept4 dpt4, nvl(d.lot4,1) lot4, (nvl(d.lot4,1)/nvl(i.totqty,1))*100 tot4, e.dept5 dpt5, nvl(e.lot5,1) lot5, (nvl(e.lot5,1)/nvl(i.totqty,1))*100 tot5,
         f.dept6 dpt6, nvl(f.lot6,1) lot6, (nvl(f.lot6,1)/nvl(i.totqty,1))*100 tot6, g.dept7 dpt7, nvl(g.lot7,1) lot7, (nvl(g.lot7,1)/nvl(i.totqty,1))*100 tot7,
         h.dept8 dpt8, nvl(h.lot8,1) lot8, (nvl(h.lot8,1)/nvl(i.totqty,1))*100 tot8, i.dept9, nvl(i.totqty,0) totqty
    from pwrkf2mv a,
    (select ppdept dept, count(porqty) lot2, sum(porqty) tot2
    from pwrkf2mv
    where pafidt between :p_startdate and :p_enddate
    and rtrim(ppdept) = nvl(rtrim(:p_dept),rtrim(ppdept))
    and prodno = nvl(rtrim(:p_prodno),prodno)
    and ppname like '%'||:p_proddesc||'%'
    and porqty between 26 and 50
    group by ppdept) b,
    (select ppdept dept3, count(porqty) lot3, sum(porqty) tot3
    from pwrkf2mv
    where pafidt between :p_startdate and :p_enddate
    and rtrim(ppdept) = nvl(rtrim(:p_dept),rtrim(ppdept))
    and prodno = nvl(rtrim(:p_prodno),prodno)
    and ppname like '%'||:p_proddesc||'%'
    and porqty between 51 and 75
    group by ppdept) c,
    (select ppdept dept4, count(porqty) lot4, sum(porqty) tot4
    from pwrkf2mv
    where pafidt between :p_startdate and :p_enddate
    and rtrim(ppdept) = nvl(rtrim(:p_dept),rtrim(ppdept))
    and prodno = nvl(rtrim(:p_prodno),prodno)
    and ppname like '%'||:p_proddesc||'%'
    and porqty between 76 and 100
    group by ppdept) d,
    (select ppdept dept5, count(porqty) lot5, sum(porqty) tot5
    from pwrkf2mv
    where pafidt between :p_startdate and :p_enddate
    and rtrim(ppdept) = nvl(rtrim(:p_dept),rtrim(ppdept))
    and prodno = nvl(rtrim(:p_prodno),prodno)
    and ppname like '%'||:p_proddesc||'%'
    and porqty between 101 and 200
    group by ppdept) e,
    (select ppdept dept6, count(porqty) lot6, sum(porqty) tot6
    from pwrkf2mv
    where pafidt between :p_startdate and :p_enddate
    and rtrim(ppdept) = nvl(rtrim(:p_dept),rtrim(ppdept))
    and prodno = nvl(rtrim(:p_prodno),prodno)
    and ppname like '%'||:p_proddesc||'%'
    and porqty between 201 and 500
    group by ppdept) f,
    (select ppdept dept7, count(porqty) lot7, sum(porqty) tot7
    from pwrkf2mv
    where pafidt between :p_startdate and :p_enddate
    and rtrim(ppdept) = nvl(rtrim(:p_dept),rtrim(ppdept))
    and prodno = nvl(rtrim(:p_prodno),prodno)
    and ppname like '%'||:p_proddesc||'%'
    and porqty between 501 and 1000
    group by ppdept) g,
    (select ppdept dept8, count(porqty) lot8, sum(porqty) tot8
    from pwrkf2mv
    where pafidt between :p_startdate and :p_enddate
    and rtrim(ppdept) = nvl(rtrim(:p_dept),rtrim(ppdept))
    and prodno = nvl(rtrim(:p_prodno),prodno)
    and ppname like '%'||:p_proddesc||'%'
    and porqty > 1000
    group by ppdept) h,     
    (select ppdept dept9, nvl(count(porqty),1) totqty
    from pwrkf2mv
    where pafidt between :p_startdate and :p_enddate
    and rtrim(ppdept) = nvl(rtrim(:p_dept),rtrim(ppdept))
    and prodno = nvl(rtrim(:p_prodno),prodno)
    and ppname like '%'||:p_proddesc||'%'
    group by ppdept) i     
    where a.pafidt between :p_startdate and :p_enddate          
    and a.ppdept = b.dept(+)
         and b.dept = c.dept3(+)
         and c.dept3 = d.dept4(+)
         and d.dept4 = e.dept5(+)
         and e.dept5 = f.dept6(+)
         and f.dept6 = g.dept7(+)
         and g.dept7 = h.dept8(+)
         and h.dept8 = i.dept9(+)
    and prodno = nvl(rtrim(:p_prodno),a.prodno)
    and ppname like '%'||:p_proddesc||'%'
    and a.porqty between 0 and 25
    group by a.ppdept, b.dept, b.lot2, b.tot2, c.dept3, c.lot3, c.tot3,
         d.dept4, d.lot4, d.tot4, e.dept5, e.lot5, e.tot5,
         f.dept6, f.lot6, f.tot6, g.dept7, g.lot7, g.tot7,
         h.dept8, h.lot8, h.tot8, i.dept9, i.totqty
    Data sample: -
    A-CSFA      1.00     100.00          0.00     0.00          0.00     0.00          0.00     0.00          0.00     0.00          0.00     0.00          0.00     0.00          0.00     0.00          0.00
    A-DIGITA     118.00     12.85     A-DIGITA     244.00     26.58     A-DIGITA     12.00     1.31     A-DIGITA     198.00     21.57     A-DIGITA     106.00     11.55     A-DIGITA     223.00     24.29     A-DIGITA     16.00     1.74     A-DIGITA     1.00     0.11     A-DIGITA     918.00

    Hi
    I have added the THEN. It is still the same.
    SQL> ED
    Wrote file afiedt.buf
    1 SELECT ppdept,
    2 count(lot1) lot1, (count(lot1) / sum(lot1)) * 100 tot1,
    3 count(lot2) lot2, (count(lot2) / sum(lot2)) * 100 tot2,
    4 count(lot3) lot3, (count(lot3) / sum(lot3)) * 100 tot3,
    5 count(lot4) lot4, (count(lot4) / sum(lot4)) * 100 tot4,
    6 count(lot5) lot5, (count(lot5) / sum(lot5)) * 100 tot5,
    7 count(lot6) lot6, (count(lot6) / sum(lot6)) * 100 tot6,
    8 count(lot7) lot7, (count(lot7) / sum(lot7)) * 100 tot7,
    9 count(lot8) lot8, (count(lot8) / sum(lot8)) * 100 tot8,
    10 FROM
    11 (
    12 SELECT ppdept,
    13 CASE WHEN porqty BETWEEN 0 AND 25 THEN
    14 porqty
    15 ELSE
    16 0
    17 END lot1,
    18 CASE WHEN porqty BETWEEN 26 AND 50 THEN
    19 porqty
    20 ELSE
    21 0
    22 END lot2,
    23 CASE WHEN porqty BETWEEN 51 AND 75 THEN
    24 porqty
    25 ELSE
    26 0
    27 END lot3,
    28 CASE WHEN porqty BETWEEN 76 AND 100 THEN
    29 porqty
    30 ELSE
    31 0
    32 END lot4,
    33 CASE WHEN porqty BETWEEN 101 AND 200 THEN
    34 porqty
    35 ELSE
    36 0
    37 END lot5,
    38 CASE WHEN porqty BETWEEN 201 AND 500 THEN
    39 porqty
    40 ELSE
    41 0
    42 END lot6,
    43 CASE WHEN porqty BETWEEN 501 AND 1000 THEN
    44 porqty
    45 ELSE
    46 0
    47 END lot7,
    48 CASE WHEN porqty > 1000 THEN
    49 porqty
    50 ELSE
    51 0
    52 END lot8,
    53 porqty
    54 FROM pwrkf2mv
    55 WHERE pafidt BETWEEN &p_startdate AND &p_enddate
    56 AND rtrim(ppdept) = nvl(rtrim(&p_dept), rtrim(ppdept))
    57 AND prodno = nvl(rtrim(&p_prodno), prodno)
    58 AND ppname LIKE '%' || &p_proddesc || '%'
    59 )
    60* GROUP BY ppdept
    SQL> /
    Enter value for p_startdate: 20050801
    Enter value for p_enddate: 20051015
    old 55: WHERE pafidt BETWEEN &p_startdate AND &p_enddate
    new 55: WHERE pafidt BETWEEN 20050801 AND 20051015
    Enter value for p_dept:
    old 56: AND rtrim(ppdept) = nvl(rtrim(&p_dept), rtrim(ppdept))
    new 56: AND rtrim(ppdept) = nvl(rtrim(), rtrim(ppdept))
    Enter value for p_prodno:
    old 57: AND prodno = nvl(rtrim(&p_prodno), prodno)
    new 57: AND prodno = nvl(rtrim(), prodno)
    Enter value for p_proddesc:
    old 58: AND ppname LIKE '%' || &p_proddesc || '%'
    new 58: AND ppname LIKE '%' || || '%'
    porqty
    ERROR at line 14:
    ORA-00936: missing expression

  • DroldF.dat not found

    Hi,
    I try to install the following code
    CREATE INDEX IDF_FULL on ECOLORF.INDEXATION(FICHIER)
    INDEXTYPE IS ctxsys.context
    PARAMETERS
    ('datastore CTXSYS.FILE_DATASTORE
    LANGUAGE COLUMN LANGUE
    LEXER mylex
    FORMAT COLUMN FORMAT
    WORDLIST DEFAULT_WORDLIST
    STOPLIST multistop
    MEMORY 2M SYNC (EVERY "SYSDATE + 1/24/6")');
    and I have the error :
    DRG-11446: fichier de base de connaissances fourni C:\oracle\product\10.2.0\db_1\ctx\data\frlx\droldF.dat non installé
    +(file droldF.dat not found)+
    (Same thing with an Oracle 11g on another server)
    When removing 'LEXER mylex' in the create index, it's OK, but I have some difficulties with the french accents.
    The only file in the directory xxxxx\db_1\ctx\data\frlx\ is drfr.is
    On [this forum|http://kb.dbatoolz.com/tp/2796.drg-11446_droldusdat_not_installed.html] , it is told that the missing files are on companion CD in stage/Components/oracle.cartridges.context.knowbase/10.1.0.2.0/1/DataFiles/data.jar, but only iin the R1 release (not the R2)
    But I can't find this companion CD. Where are they in OTN ? How to download old versions ?
    Or more simply : who have all these files droldF.dat, droldUS.dat and can furnish them ?
    Best regards

    Your lexer definition presumably includes INDEX_THEMES = YES.
    If you change that it will work. Otherwise you need to download the database examples for 11g, which include the knowledge base.
    Sometimes can be tricky to find - if you download the full set of files it should include the examples.

  • INST-07294 could not retrieve SSO information in OFM11g FRD installation

    Hi!
    I have an error while trying to install forms,reports 11g:
    INST-07294: Could not retrieve SSO information with the given credentials.
    Verify the credentials. Make sure that hostname, port and password are correct
    ldapbind cn=orcladmin to OID 11g successfull.
    SSO rcu executed after ofm rcu.
    What I should to check?
    Thanks

    Hi, Rodolfo!
    Thansk for replay!
    "The installer needed for the 10g SSO part is available in the same 11g download page" - I think you are wrong.
    On the page that you are mentioned there are only schema creation assistant - SSO Metadata Repository Creation Assistant (10.1.4.3.0)
    But here http://download.oracle.com/docs/cd/E12839_01/install.1111/e12003/claqi.htm they say that I need SSO installed:
    Install Oracle Single Sign-On 10g (10.1.4.3) on your system in a different Oracle Home location than your Oracle Internet Directory installation.
    Why SSO is mandatory and not optional?
    So, if I quite right, to get a Portal/Forms/Reports/Discoverer 11g I have to do the following:
    1.install db11g
    2.install sso mrca
    3.run sso mrca with load option
    4.run rcu for creating ofm11g schemas
    5.install OID11g
    6.run sso mrca with register option in OID
    7.install Identity Management 10g only with SSO and DAS services from here http://www.oracle.com/technology/software/products/ias/htdocs/101401.html
    8.and only then run pfrd installation
    Am I right?

  • Claims debacle (error) with Term Store: "Could not retrieve a valid windows identity" for all sites in a particular web app.

    When I pull up the Term store in CA or any MySite collection, it works.
    When I do so in any other site collection (HNSCs, incidentally), It doesn't return any term stores.
    My ULS log immediately before and after the "/_vti_bin/taxonomyinternalservice.json/CheckPermission" POST on termstore .aspx triggers the WCF call:
    Claims Authentication af30y Verbose Claims Windows Sign-In: Successfully signed-in the the user 'contoso\domainUser' for request url 'https://sp13-root-prd.contoso.com/_vti_bin/taxonomyinternalservice.json/CheckPermission'.
    Claims Authentication af30q Verbose Updating header 'LOGON_USER' with value '0#.w|contoso\domainUser' for the request url 'https://sp13-root-prd.contoso.com/_vti_bin/taxonomyinternalservice.json/CheckPermission'.
    Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|contoso\domainUser, ClaimsCount=77
    Logging Correlation Data xmnv Medium Site=/
    Topology e5mc Medium WcfSendRequest: RemoteAddress: 'http://CONTOSOFE3:32843/00e6d55691824965ac223f1d1cfae6d2/MetadataWebService.svc' Channel: 'Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges2' MessageId: 'urn:uuid:590e916c-c89a-4f89-9819-a82c97fabcaa'
    Claims Authentication bz7l Medium SPSecurityContext: Could not retrieve a valid windows identity for username 'contoso\domainUser' with UPN '[email protected]'. UPN is required when Kerberos constrained delegation is used. Exception: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: WTS0003: The caller is not authorized to access the service. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: System.UnauthorizedAccessException: WTS0003: The caller is not authorized to access the service. at Microsoft.IdentityModel.WindowsTokenService.CallerSecurity.CheckCaller(WindowsIdentity callerIdentity) at Microsoft.IdentityModel.WindowsTokenService.S4UServiceContract.PerformLogon(Func`1 logonOperation, Int32 pid) at SyncInvokeUpnLogon(Object , Object[] , Object[] ) at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet))..
    Claims Authentication g220 Unexpected No windows identity for contoso\domainUser.
    The "The caller is not authorized to access the service." message seems pertinent.
    Both web apps are using only NTLM auth.
    The url for both web apps ends in the same contoso.com domain. 
    I get the same errors no matter what account I use, including the install account.
    Things I've tried:
    Deleting and building a new HNSC root web app and site. Error happens in all sites in all web apps except the PBSC hosting MySites.
    Giving the root site app pool identity full control of the metadata service app (even though the MySite identitiy doesn't have it)
    Giving the root site app pool identity full permissions on the metadata service app.
    Comparing database and web app config permissions between dev (where everything works perfectly) and prod (where it does not).
    Made sure IIS auth settings on both sites are identical
    Both sites are using the same SSL certificate (though the call to the web service appears to be http)
    Reprovisioned the metadata service app with a new database and new app pool identity.
    Made sure C2WT is running. Tried it with the service stopped as well.
    Web.configs are identical between working and non-working apps.
    I'm stumped but still Googling. I'm hoping to avoid having to call Micrososft. Any help would be appreciated!
    UPDATE:
    Interestingly, when I restored the web application from backup (via CA), I ended up with 3 identical "Windows Authentication" authentication providers assigned to the problem web app. Since there was more than one, I was directed to the provider-chooser
    page when visiting the site. Upon choosing 1 of the 3, I was authenticated, and *poof*, no more authentication errors and the term store loaded term sets as expected.
    Of course, 3 providers was not an ideal state, so I grabbed the one that worked (#1) via get-spauthenticationprovider, and assigned it to the web app via set-spwebapplication, and my problem returned.
    I am currently updating the farm to SP1 from June 2013 CU. Fingers crossed.
    Update:
    The update to SP1 went smoothly, but did not resolve the issue. Also related (I believe) are the random authentication errors when trying to upload images to some libraries, and 401-errors on the accessdenied.aspx page itself.
    Update:
    The problem is resolved, seemingly after making 4 changes. I'm trying to narrow down which change was the cure, if any:
    I installed SP1 on all 6 servers, rebooted and upgraded. This appeared to have no effect.
    Removed an old login from SQL that no longer existed in AD because of this ULS error:
    System.Runtime.InteropServices.COMException: The user or group contoso\svc_xxxxxxxxx' is unknown., StackTrace:    at Microsoft.SharePoint.Utilities.SPUtility.GetFullNameFromLoginEx(String loginName, Boolean&
    bIsDL)
    This login was the identity of the application pool that used to run the web app in question.
    This login was the schema owner of a schema named after itself on every SharePoint database so I changed the schema owner to dbo but left the schema attached.
    The problem may have surfaced initially when the app pool identity was changed in CA, but went unnoticed?
    Note that the web app had been deleted and recreated many times with a new identity and pool to no avail, but the URL remained the same throughout each attempted fix. Relevant?
    Grasping at straws, I changed the app pool identity for this web app to the same one that runs the MySite web app pool as per this only slightly related problem: http://www.planetsharepoint.org/m/preview.php?id=372&rid=34764&author=Vlad+Catrinescu
    I changed the authentication method from NTLM to Negotiate.
    I am rolling back #3 and #4 to see if the issue resurfaces.
    Update:
    It doesn't appear to have been the NTLM/Negotiate setting. Web app is currently set to NTLM and all is well. No strange accessdenies, and term Store is still manageable from all sites.
    Update: Sorry for the delay. I am administering 6 farms these days. Will update as soon as the final phase of rollbacks happens.
    I think I can. I think I can.

    maybe that web app was accidentally created with classic auth?
    here's an example of how to create claims based, with classic, and then "doing 2013" claims
    #Create the example web application, as mentioned above, either with gui, and pick later, or
    New-SPWebApplication-ApplicationPool$applicationPool-ApplicationPoolAccount$serviceAcct-Name$WebApp-Port
    5050
    -databaseName$contentDB-securesocketslayer
    #If doing for 2013
    New-SPWebApplication-ApplicationPool$applicationPool-ApplicationPoolAccount$serviceAcct-Name$WebApp-Port
    5050
    -AuthenticationProvider(new-spauthenticationprovider)
    -databaseName$contentDB-secureSocketsLayer

  • Adobe form data not being retrieved by Web Dynpro application

    Hi,
    I have created an online interactive Adobe form embedded in a Web Dynpro ABAP application.  The Web Dynpro application calls a function module to update data in SAP.  My problem is that the ABAP code that was generated to retrieve the data from the Adobe form and call the function module does not retrieve the data if it has been typed into any of the input fields.  Oddly enough, it does work if the data is entered by using the value helps that have been placed on the form. 
    I would appreciate any suggestions.
    Thanks!
    Russell

    Use messageboxes on various events to find out when your value dissapeears.
    If you´re not sure about the binding, you can always drag/drop from data view tab onto the layout and check the binding which the system generates for you. Just to make sure.
    Regards Otto

  • Issue with web part connections : won't display data when the lookup field is a calculated field

    Hello,
    I have a list A with a calculated field named A.A. I have a list B that has a lookup field to list A, to field A.A, named B.A. I add the two lists in a wiki page and I try to connect them - I.E., select a row from A and the rows from B would be automatically
    filtered.
    The B\Connections\get filtered values from A and select Provider:A.A, Consumer B.A doesn't bring any results. If I do the exact opposite: A\Connections\get filtered values from B and select Provider:B.A, Consumer A.A  works fine. But, this is not what
    I want.
    If the A.A isn't calculated field, everything works fine. So, it looks like there's an issue with calculated fields acting as consumers.
    Is this a known issue and are there any know workarounds? A workaround is to abandon calculated field and  use sharepoint designer workflow.
    Thank you
    Christos

    Hi,
    According to your post, my understanding is that you had issues about connecting web parts.
    I try to reproduce the issue, however, everything works well.
    Create a custom list named List A, add a caculated column named A.A(Formula: =Title).
    Create a custom list named List B, add a lookup column named B.A(List A: A.A).
    Create a page and then insert the two list view web parts.
    Edit page, select List B->Connections->Get Filtered Values From List A.
    Then I can filter the List B.
    I recommend to create another caculated column and get filter value form it to check whether it works.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

Maybe you are looking for

  • Update button in module pool program

    Hi Experts, i have problem with my report, i developed my own DDIC table, screen to insert data in to table, so my prb is, i have screen on which there r 3 buttons  called(INSERT,UPDATE,EXIT) so insert n exit is ok but when i press UPDATE its not wor

  • Can't pair my bose soundlink 2 to my envy 20 touchsmart

    My Envy 20 touchsmart won't reconize my Bose soundlink 2 in bluetooth mode. I've made sure blutooth is on.

  • The IP Routing Process for VLAN's?

    I have the CCNA Study Guide third edition. Chapter five, page 254 has a description of the ip routing process.  It descripes the ip routing process using two nodes on different subnets and a router. We've recently deployed VLAN's, so I'm asking if I

  • Employment Offer Letters generated in SAP

    Good Afternoon! I'm trying to figure out the BEST way to generate Employment Offer Letters in SAP. I have been reading online and it seems that there are many ways to accomplish this. I've read: SO10 - maintain letter format SMARTFORMS PB60 - Generat

  • Repeating network error message won't go away!

    I am trying to select the network tab in system preferences and a window pops out to tell me that '...network settings have been changed by another application.' when I click ok, the window pops back in again but then pops straight back out again and