Report created results in Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P

Hi ,
I created a report and when I run I get the following error. Not sure where to concentrate in terms of the columns that I have selected. One column I suspected is reptno which return a number and so was cast with
cast(test.REPTNO as Varchar(20)) but not sure whether that is the true culprit. If anyone has any suggestion or anything that would help me over this situation will be of great help.
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46035] Datatype(VARCHAR) nullable(1) unicode(1) external char(0) conversion to datatype(VARBINARY) nullable(0) unicode(0) external char(0) is not supported. (HY000)
SQL Issued: SELECT test.PROGRAMMER saw_0, case WHEN test.PRODUCT_ID = '1162' then 'BPEL' WHEN test.PRODUCT_ID = '1669' then 'BPEL' else test.GROUP_NAME end saw_1, test.CLOSED_DATE saw_2, test.TEST_NAME saw_3, test.TEST_STATUS saw_4, CAST(test.REPTNO AS VARCHAR(20)) saw_5, test.SUBJECT saw_6, test.CUSTOMER saw_7 FROM DDR WHERE (test.OWNER_TYPE = 'DDR') AND (test.STATUS IN (80, 75)) AND (test.CLOSED_DATE > timestamp '2009-01-01 00:00:00') AND (test.CS_PRIORITY < 3) AND (test.GENERIC_OR_PORT_SPECIFIC IN ('G', 'P')) AND (test.PRODUCT_ID IN (1162, 1669, 1876, 1652, 355, 1318, 1978, 2025, 1771, 1773, 1980)) AND (test.GROUP_NAME <> 'Others') AND ((test.TEST_NAME IS NULL) OR ((test.TEST_NAME NOT LIKE 'AUTO%' AND test.TEST_NAME NOT LIKE '%MANUAL%' AND test.TEST_NAME NOT LIKE '%FEASIBLE%'))) AND (test.TEST_STATUS IS NULL) ORDER BY saw_0, saw_1, saw_2, saw_3, saw_4, saw_5, saw_6, saw_7
Thanks,
-vinod

Clearly the error is due to data type. You should get similar error if you run the SQL directly on your database.
Also, looks like you are missing operator in the following clause.
AND (test.GROUP_NAME 'Others')
hth,
Prakash

Similar Messages

  • Getting an Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P

    Hi Guys,
    When iam trying to create a report from 2 different dimension tables iam getting following error.
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    *State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: PIN Activated.vendor_name. Please fix the metadata consistency warnings. (HY000)*
    Could you pls suggest when we get this type of error
    Regards,
    sk

    Hi Deva,
    In BMM Layer we used complex join.but still we are getting this error.Could you pls suggest me.
    Regards,
    sk

  • Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P

    I am new to OBI EE
    When running ad-hoc query through Answers I get following error:
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46036] Internal Assertion: Condition m_CountFields == static_cast<int32>(m_ColumnNameVector.size()), file .\Src\SQCSCacheStorageListStream.cpp, line 221. (HY000)
    SQL Issued: SELECT SORACSCT_DAILY.SHD_BSO_UID saw_0 FROM KPI_Daily ORDER BY saw_0
    The thing is I've tried using both OCI and ODBC, when connecting to the data source. I am kind of at a road block at the moment. I am trying, seeming basic method of enabling reporting off of one precompiled table. This precompile table has already been calucated, etc so I am just trying to expose it to the presentation layer, from the source ... any advice ?

    Check in database if that column exists.
    use toad or AQT or some tool.
    ~Vinay

  • OBIEE Presentation services -Answers Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65

    Hi
    I am having a problem with OBIEE presentation services. I have to connection pools on the repository since I am use tables in different table spaces.
    I have check the “Require fully qualified table names” option.
    When I click view data or update row count on the Admin tool, its works fine however I get an error when I choose a field from one f the tables in OBIEE Presentation services “Answers”
    Error MSG:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 20013, message: ORA-20013: The workspace has not been set. Please call wb_workspace_management.set_workspace procedure to set workspace first. ORA-06512: at "OWBSYS.WB_WORKSPACE_MANAGEMENT", line 1356 ORA-06512: at "OWBSYS.WB_WORKSPACE_MANAGEMENT", line 1387 ORA-06512: at "OWBSYS.WB_WORKSPACE_MANAGEMENT", line 1402 at OCI call OCIStmtExecute: select distinct T7794.ELAPSE as c1 from OWBSYS.V_DW_EXEC_SCHEDULE T7794 order by c1. [nQSError: 17011] SQL statement execution failed. (HY000)
    SQL Issued: SELECT "DW SCHEDULE".ELAPSE saw_0 FROM "ETL Control" ORDER BY saw_0

    need to call owbsys.wb_workspace_management.set_workspace before each query.
    have to add it as a script to run before issuing a query.
    New feature in 11g owb

  • OBIEE write back error MSG: OPR4ONWY:U9IM8TAC:OI2DL65P

    Hello there,
    I've been trying to use OBIEE write back function. I've created XML template to insert and update value in OBIEE dashboard and then to the DB. I've look into several research paper, yet I still have the problem. Your help is greatly appreciated. I thank you so much in advance for your help. Arnold
    Pls see the following detailed info concerning this error:
    Error MSG detail:
    =============
    An error occurred while writing to the server. Please check to make sure you have entered appropriate values. If the problem persists, contact your system administrator.
    Odbc driver returned an error (SQLExecDirectW).
    Error code:
    =========
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27024] The EXECUTE PHYSICAL statement must specify a physical SQL statement to execute. (HY000)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL SH
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27024] The EXECUTE PHYSICAL statement must specify a physical SQL statement to execute. (HY000)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL SH
    XML template:
    ==========
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="SHNEW">
    <XML>
    <writeBack connectionPool="SH">
    <insert>INSERT into sales (sales_quota) values(@{c0})</insert>
    <update> </update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>

    You don't have any update statement here :
    <update> </update>
    Research when insert part is called and when update is called.

  • Answers Error: OPR4ONWY:U9IM8TAC:OI2DL65P

    Hi,
    I have a Business Model of my DataWareHouse with several fact tables and dimensions.
    Not all fact tables join with all the dimensions in my business model.
    When in answers I try to build a report with one measure from a fact table e one column of a dimension, that don't join, the result is unpredictable, sometimes gives an error, the others just doesn't return any value.
    Is there a way of customizing the metadata for never display that error?
    Is there a way of returning a value as the total result?
    Error message:
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: Espécie.Área Processual [ ] . Please fix the metadata consistency warnings. (HY000)

    you must never forget that bi suite is just a tool..
    you said "h one measure from a fact table e one column of a dimension, that don't join, the result is unpredictable, "
    is it possible to take a simple sql answer from any tool,based on 2 tables where there is no connection between them??if yes,do it at your star schema...
    last,check in the log , the query that bi sends to the database
    hi according at your db check in google the functions of sending a e-mail.
    Otherwise you can manage to have a "table" in your db , which will be work as a log one...
    and in the answers section,when a condition will be acoplished it will send an emai
    i hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • OBIEE Error OPR4ONWY:U9IM8TAC:OI2DL65P

    Tried to combine two Essbase cubes from different servers in OBIEE. The dimensions are conformed. The result of the basic report on Date and metric resulted in below error.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. Essbase Error: Internal error: Set is too large to be processed. Set size exceeds 2^32 tuples. (HY000)
    SQL Issued: SELECT Date.Year_ID saw_0, Trans_Data."Shipped Units" saw_1 FROM "SC_Cube" ORDER BY saw_0
    I could sense an issue of missing join or something like cross join, but not able to find the clue. The relationship join key exists between Date and Trans_Data.
    Any feedback?

    You don't have any update statement here :
    <update> </update>
    Research when insert part is called and when update is called.

  • Upgraded 10.1.3.3.2 to 10.1.3.4.0... getting OPR4ONWY:U9IM8TAC:OI2DL65P

    Upgraded 10.1.3.3.2 to 10.1.3.4.0.080726.1900 getting OPR4ONWY:U9IM8TAC:OI2DL65P
    One of the drill through report is getting this error never got on before the upgrade?? Any ideas?
    It also Changed the SQL is was running by A LOT! went from 4MB to 40MB in SQL file size?
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 937, message: ORA-00937: not a single-group group function at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    SQL Issued: SELECT "Employee Organization"."Employee Organization Name" saw_0, "Employee Location"."Employee Location Name" saw_1, Job."Job Description" saw_2, Employment."Employment Category Description" saw_3, "Employee Attributes"."Employee First Name" saw_4, "Employee Attributes"."Employee Last Name" saw_5, "Workforce Profile Facts"."Mean Performance Rating" saw_6, "Workforce Profile Facts"."Length of Service days" / 365 saw_7, "Workforce Profile Facts"."Compa Ratio" saw_8, "Workforce Profile Facts".Headcount saw_9, AGGREGATE(saw_6 BY saw_0), AVG(saw_7 BY saw_0), AVG(saw_8 BY saw_0), AGGREGATE(saw_9 BY saw_0), AGGREGATE(saw_6 BY saw_0, saw_1), AVG(saw_7 BY saw_0, saw_1), AVG(saw_8 BY saw_0, saw_1), AGGREGATE(saw_9 BY saw_0, saw_1), AGGREGATE(saw_6 BY ), AVG(saw_7 BY ), AVG(saw_8 BY ), AGGREGATE(saw_9 BY ) FROM "Human Resources - Workforce Profile" WHERE ("Employee Organization"."Employee Organization Name" = 'Logistics-Quest') AND (Time."Year" = VALUEOF("CURRENT_YEAR")) AND ("Employee Attributes"."Employee Number" IS NOT NULL) AND ("Employee Attributes"."Employee Number" <> '0') ORDER BY saw_0, saw_1, saw_2, saw_3, saw_4, saw_5

    Seems to be an error in the SQL code as indicated by the error message (ORA-00937: not a single-group group function) - you are computing stats (AGGREGATE, AVG etc) as welll as selecting individual columns but there is no GROUP BY clause in the statement to group the individual columns.
    HTH
    Srini

  • Crystal Server 2013: How to troubleshoot "Can not create temp file---- Error code:-2147215357"

    We have a Java7 web app, which generate PDF report by calling Crystal Server 2013 SP4.
    The app is being deployed on many different servers. We sometimes got the error below when generating report:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.controllerExportInternal(PrintOutputController.java:280)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:152)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:130)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(PrintOutputController.java:113)
    Problem is, this seems to be  a pretty generic exception. It could be caused by many different reasons.
    e.g. network connection problem, wrong DB login, wrong folder path, lack of folder access right, etc.
    Each time we could only guess what's wrong.
    We are running into it again, and this time everything seems correctly configured so far.
    We wonder if there are more info we can get to troubleshoot? For example, any log file of Crystal Server we should look into? Or does Crystal Server has debug mode which prints more details to tell us what goes wrong?

    Prithviraj Shekhawat wrote:
    Hi Henry,
    I believe you are using RAS SDKs to export the reports to PDF.
    Apply trace on RAS server and check what you find in RAS logs.
    Check whether you can see timeout error is RAS logs. Usually if connection is lost and the RAS server no more have the session to write to the temp directory, we do see these errors.
    Also, does the account that runs RAS have permissions to create a file in RAS's default temp directory? Are you getting any out of memory or out of disk space exceptions on App server or RAS, tracing RAS server is the way to move forward.
    Thanks,
    Prithvi
    >>I believe you are using RAS SDKs to export the reports to PDF.
    Yes
    >>Apply trace on RAS server and check what you find in RAS logs.
    >>Check whether you can see timeout error is RAS logs.
    How to configure tracing, and where are RAS logs? Is it configured in CMC --> Servers --> Crystal Report Services?
    >>Also, does the account that runs RAS have permissions to create
    >>a file in RAS's default temp directory?
    Pretty sure yes.
    >> Are you getting any out of memory or out of disk space exceptions
    >>on App server or RAS, tracing RAS server is the way to move forward.
    Not on App server.
    For RAS, that's the problem, I am not sure where to look.......

  • Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal

    Hello,
    While exporting Export reporting from BI4 getting exception
    Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    In Trace Log I am getting
    com.crystaldecisions.xml.serialization.XMLWriter||Failed to create an object instance for CrystalReports.TextObjectFormat
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key CrystalReports.TextObjectFormat
      at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
      at java.util.ResourceBundle.getString(ResourceBundle.java:334)
    I tried following solution according to the all forums but still issue exist.
    Done changes mention in KB article In <Installation-dir-of-BO>\Common\4.0\java\CRConfig.XML we have to increase the JAVA heap MIN and Max size
              <JVMMaxHeap>64000000</JVMMaxHeap>          <JVMMinHeap>32000000</JVMMinHeap>
    Increase the value in the ReportApplicationServer Services in the CMC for "Number of database records to read when previewing or refreshing a report". The value -1 is for unlimited records but not recommended for performance.
    Check for temporary read write permission on server
    Using SDK library from C:\Program Files (x86)\SAP Business Objects\SAP BusinessObjects Enterprise XI 4.0\java\lib
    Can you please let me know is there anything missing.

    Hi,
    We face the same problem with some BI4 reports.
    The same report works well with the "Crystal Reports Viewers API", as used in Infoview, but not with the "Report Application Server (RAS) API".
    This error appears after some time working on a report. If we reproduce the same report, but from zero, no problem.
    Hope it can help.
    Ludovic.

  • WSRP: Relative URL results in error code 404 in the consumer access.log

    Hello everyone,
    I deployed a JSF portlet(implemented in facelets) in Weblogic Server 10.3.2 (11g) [extended to support WSRP]. When the JSF portlet is consumed from a 'consumer' portal [Weblogic 10.3.2 portal], WSRP URL Rewrite results in error code 404 in the consumer portal access.log if the relative path (contextPath+resourcePath) of the javaScript resource is provided.
    However, when the absolute path (protocol + serverName + port+ contextPath) of the JavaScript resource is provided, it works correctly:
    works:
    <script type="text/javascript" src="#{request.protocol}://#{request.serverName}:#{request.serverPort}#{request.contextPath}/resources/scripts/search/patientSearch.js"><!-- --></script>
    Failed:
    <script type="text/javascript" src="#{request.contextPath}/resources/scripts/search/patientSearch.js"><!-- --></script>
    Any idea on what is causing the incorrect URL Rewrite?
    The .xhtml and the portlet wsdl are listed below:
    <?xml version="1.0" encoding="UTF-8"?>
    <!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"
    xmlns:ui="http://java.sun.com/jsf/facelets"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:a4j="http://richfaces.org/a4j"
    xmlns:rich="http://richfaces.org/rich"
    xmlns:nchic="http://www.saic.com/nchicago/jsf">
    <ui:composition template="/WEB-INF/facelets/templates/page-protected.xhtml">
    <head>
    <title>not used</title>
    <ui:define name="title">#{msgs.searchPageTitle}</ui:define>
    <ui:define name="head">
    <f:verbatim>
    <style type="text/css">
    #patientSearchContainer .pageCentered {
    width: 800px;
    #patientSearchFormInstructions {
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    .s-form-label {
    width: 250px;
    .s-form-input {
    width: 450px;
    </style>
    </f:verbatim>
    <script type="text/javascript" src="#{request.protocol}://#{request.serverName}:#{request.serverPort}#{request.contextPath}/resources/scripts/search/patientSearch.js"><!-- --></script>
    </ui:define>
    </head>
    <body >
    <ui:define name="body" >
    <h:panelGroup id="patientSearchContainer"
    layout="block"
    style="text-align: center;">
    <rich:panel id="patientSearchPanel"
    styleClass="pageCentered"
    header="#{msgs.searchPanelSearchTitle}">
    <h:panelGroup id="patientSearchFormInstructions" layout="block">
    <h:outputText value="#{msgs.searchInstructions}" />
    <ul>
    <li><h:outputText value="#{msgs.searchInstructions1}" /></li>
    <li><h:outputText value="#{msgs.searchInstructions2}" /></li>
    <li><h:outputText value="#{msgs.searchInstructions3}" /></li>
    </ul>
    </h:panelGroup>
    <h:panelGroup id="errorPanel"
    layout="block"
    rendered="#{searchForm.hasMessages}">
    <h:panelGroup layout="block"
    style="padding: 5px;">
    <h:outputFormat value="#{msgs.errorMultipleMessage}"
    rendered="#{searchForm.errorCount &gt; 1}">
    <f:param value="#{searchForm.errorCount}" />
    </h:outputFormat>
    <h:outputFormat value="#{msgs.errorSingleMessage}"
    rendered="#{searchForm.errorCount == 1}">
    <f:param value="#{searchForm.errorCount}" />
    </h:outputFormat>
    <h:messages layout="list"
    showSummary="false"
    showDetail="true"
    errorClass="errors"
    styleClass="errorsList" />
    </h:panelGroup>
    </h:panelGroup>
    <h:form id="patientSearchForm" prependId="false">
    <h:panelGrid columns="2"
    columnClasses="s-form-label,s-form-input"
    summary="#{msgs.tableSummary}">
    <nchic:label for="queryIdType"
    value="#{msgs.labelIdType}"
    required="false" />
    <h:selectOneMenu id="queryIdType"
    value="#{searchForm.criteria.identificationType}"
    converter="patient.IdentificationType"
    tabindex="2"
    styleClass="masked-hidden not-required">
    <f:selectItems value="#{searchForm.lists.allIdTypes}" />
    <a4j:support event="onchange"
    reRender="sponsorSearch,queryIdNumber"
    oncomplete="JointReg.searchForm.patientIdTypeUpdateComplete();"
    onsubmit="JointReg.searchForm.patientIdTypeUpdateSubmit();"
    actionListener="#{searchForm.identificationTypeChangeListener}" />
    </h:selectOneMenu>
    <nchic:label for="sponsorSearch"
    value="#{msgs.labelIdNumberRadios}"
    required="false" />
    <h:selectOneMenu id="sponsorSearch"
    value="#{searchForm.criteria.sponsorSearch}"
    tabindex="3"
    disabled="#{searchForm.identificationDisabled}"
    styleClass="masked-hidden not-required">
    <f:selectItem itemValue="true" itemLabel="#{msgs.labelSponsor}" />
    <f:selectItem itemValue="false" itemLabel="#{msgs.labelPatient}" />
    </h:selectOneMenu>
    <nchic:label for="queryIdNumber"
    value="#{msgs.labelIdNumber}"
    required="false" />
    <h:inputText id="queryIdNumber"
    converter="patient.IdentificationNumber"
    value="#{searchForm.criteria.identificationNumber}"
    tabindex="4"
    styleClass="not-required resettable"
    disabled="#{searchForm.identificationDisabled}"
    maxlength="11" />
    <nchic:label for="queryBirthDate"
    value="#{msgs.labelBirthDateShort}"
    required="false" />
    <nchic:date id="queryBirthDate"
    value="#{searchForm.criteria.birthDate}"
    monthValues="#{searchForm.lists.allMonths}"
    dayValues="#{searchForm.lists.allDays}"
    yearValues="#{searchForm.lists.allYears}"
    tabindex="5"
    styleClass="masked-hidden not-required resettable" />
    <nchic:label for="queryLastName"
    value="#{msgs.labelLastName}"
    required="false" />
    <h:inputText id="queryLastName"
    value="#{searchForm.criteria.lastName}"
    tabindex="8"
    maxlength="30"
    styleClass="not-required resettable" />
    <nchic:label for="queryFirstName"
    value="#{msgs.labelFirstName}"
    required="false" />
    <h:inputText id="queryFirstName"
    value="#{searchForm.criteria.firstName}"
    tabindex="9"
    maxlength="30"
    styleClass="not-required resettable" />
    <nchic:label for="queryGender"
    value="#{msgs.labelGender}"
    required="false" />
    <h:selectOneMenu id="queryGender"
    value="#{searchForm.criteria.gender}"
    converter="patient.Gender"
    tabindex="10"
    styleClass="masked-hidden not-required resettable">
    <f:selectItems value="#{searchForm.lists.allGenderTypes}" />
    </h:selectOneMenu>
    </h:panelGrid>
    <h:panelGroup layout="block" style="text-align: center">
    <h:panelGroup layout="block"
    style="padding-top: 15px; margin-left: auto; margin-right: auto;">
    <h:commandButton action="#{searchForm.searchAction}"
    value="#{msgs.buttonSearch}"
    styleClass="s-button"
    tabindex="11"
    onclick="jQuery(document.body).mask('Searching...');" />
    <rich:spacer width="10" />
    <h:commandButton type="button"
    styleClass="s-button"
    onclick="return JointReg.searchForm.resetSearchForm();"
    tabindex="12"
    value="#{msgs.buttonClearSearch}" />
    <rich:spacer width="100" />
    <h:commandButton action="#{searchForm.createJohnDoeAction}"
    styleClass="s-button"
    onclick="jQuery(document.body).mask('Registering...');"
    tabindex="13"
    value="#{msgs.buttonJohnDoe}" />
    </h:panelGroup>
    </h:panelGroup>
    </h:form>
    </rich:panel>
    </h:panelGroup>
    </ui:define>
    </body>
    </ui:composition>
    </html>
    WSDL:
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    - <s0:definitions xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:s2="urn:oasis:names:tc:wsrp:v1:bind" xmlns:s3="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s4="urn:bea:wsrp:ext:v1:bind" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" targetNamespace="urn:oasis:names:tc:wsrp:v1:wsdl">
    <import location="http://10.75.2.235:7711/RegistrationPortlet/producer/wsrp-2.0/markup?WSDL" namespace="urn:oasis:names:tc:wsrp:v2:wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" />
    <s0:import location="http://10.75.2.235:7711/RegistrationPortlet/producer/wsrp-1.0/markup?WSDL/wlp_wsrp_v1_bindings.wsdl" namespace="urn:bea:wsrp:ext:v1:bind" />
    <s0:import location="http://10.75.2.235:7711/RegistrationPortlet/producer/wsrp-1.0/markup?WSDL/wsrp_v1_bindings.wsdl" namespace="urn:oasis:names:tc:wsrp:v1:bind" />
    <wsp:UsingPolicy s0:Required="true" />
    - <wsp:Policy s1:Id="ProducerDefaultPolicy">
    - <wsp:All>
    - <wssp:Identity xmlns:wssp="http://www.bea.com/wls90/security/policy">
    - <wssp:SupportedTokens>
    - <wssp:SecurityToken TokenType="http://docs.oasis-open.org/wss/2004/01/oasis-2004-01-saml-token-profile-1.0#SAMLAssertionID">
    - <wssp:Claims>
    <wssp:ConfirmationMethod>sender-vouches</wssp:ConfirmationMethod>
    </wssp:Claims>
    </wssp:SecurityToken>
    </wssp:SupportedTokens>
    </wssp:Identity>
    </wsp:All>
    </wsp:Policy>
    - <s0:service name="WSRPService">
    - <s0:port binding="s2:WSRP_v1_Markup_Binding_SOAP" name="WSRPBaseService">
    <s3:address location="http://10.75.2.235:7711/RegistrationPortlet/producer/wsrp-1.0/markup" />
    </s0:port>
    - <s0:port binding="s2:WSRP_v1_ServiceDescription_Binding_SOAP" name="WSRPServiceDescriptionService">
    <s3:address location="http://10.75.2.235:7711/RegistrationPortlet/producer/wsrp-1.0/serviceDescription" />
    </s0:port>
    - <s0:port binding="s4:WLP_WSRP_v1_Markup_Ext_Binding_SOAP" name="WLP_WSRP_Ext_Service">
    <s3:address location="http://10.75.2.235:7711/RegistrationPortlet/producer/wsrp-wlp-ext-1.0/markup" />
    </s0:port>
    </s0:service>
    </s0:definitions>

    did you publish the internetserive "<b>bbpstart</b>" to site internal?
    Regards
    Raja

  • Installation of update KB2977320 results in error code 29569 and 45671

    When trying to manually install the update KB2977320 after the automatic installation failed I get the following entries in my log:
    2014-11-20 17:10:47 Slp: Sco: Attempting to normalize directory path 'c:\Program Files\Microsoft SQL Server\100\Shared\SqlWtsn.exe.config'
    2014-11-20 17:10:47 Slp: Sco: Attempting to check if file 'c:\Program Files\Microsoft SQL Server\100\Shared\SqlWtsn.exe.config' exists
    2014-11-20 17:10:47 Slp: App config file c:\Program Files\Microsoft SQL Server\100\Shared\SqlWtsn.exe.config was not found
    2014-11-20 17:10:47 Slp: Completed Action: NotifyProgressComplete, returned True
    2014-11-20 17:10:47 Slp: ----------------------------------------------------------------------
    2014-11-20 17:10:47 Slp: Running Action: FinalizeProgressStatus
    2014-11-20 17:10:47 Slp: Completed Action: FinalizeProgressStatus, returned True
    2014-11-20 17:10:47 Slp: ----------------------------------------------------------------------
    2014-11-20 17:10:47 Slp: Running Action: CloseUI
    2014-11-20 17:10:47 Slp: Stop action skipped in UI Mode Quiet
    2014-11-20 17:10:47 Slp: Completed Action: CloseUI, returned True
    2014-11-20 17:10:49 Slp:
    2014-11-20 17:10:49 Slp:
    2014-11-20 17:10:49 Slp: ----------------------------------------------------------------------
    2014-11-20 17:10:49 Slp:
    2014-11-20 17:10:49 Slp: Error result: -2068024447
    2014-11-20 17:10:49 Slp: Result facility code: 1212
    2014-11-20 17:10:49 Slp: Result error code: 29569
    2014-11-20 17:10:49 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
    2014-11-20 17:10:49 Slp: Sco: Attempting to open registry subkey
    2014-11-20 17:10:49 Slp: Sco: Attempting to open registry subkey Software\Microsoft\PCHealth\ErrorReporting\DW\Installed
    2014-11-20 17:10:49 Slp: Sco: Attempting to get registry value DW0200
    2014-11-20 17:10:51 Slp: Received request to add the following file to Watson reporting: C:\Users\schmieder\AppData\Local\Temp\tmp87E8.tmp
    2014-11-20 17:10:51 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
    2014-11-20 17:10:51 Slp: Inner exceptions are being indented
    2014-11-20 17:10:51 Slp:
    2014-11-20 17:10:51 Slp: Exception type: System.IO.IOException
    2014-11-20 17:10:51 Slp: Message:
    2014-11-20 17:10:51 Slp: Das Verzeichnis ist nicht leer.
    2014-11-20 17:10:51 Slp:
    2014-11-20 17:10:51 Slp: Stack:
    2014-11-20 17:10:51 Slp: bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    2014-11-20 17:10:51 Slp: bei System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive)
    2014-11-20 17:10:51 Slp: bei System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
    2014-11-20 17:10:51 Slp: bei Microsoft.SqlServer.Chainer.Infrastructure.WatsonService.CreateCab(WatsonBucket bucket)
    2014-11-20 17:10:51 Slp: bei Microsoft.SqlServer.Chainer.Infrastructure.WatsonService.ReportFailures()
    2014-11-20 17:10:51 Slp: bei Microsoft.SqlServer.Chainer.Setup.Setup.Start()
    2014-11-20 17:10:51 Slp: bei Microsoft.SqlServer.Chainer.Setup.Setup.Main()
    2014-11-20 17:10:51 Slp: Watson Bucket 2
    Original Parameter Values
    2014-11-20 17:10:51 Slp: Parameter 0 : SQL2008@RTM@KB2977320
    2014-11-20 17:10:51 Slp: Parameter 3 : System.IO.IOException@-2147024751
    2014-11-20 17:10:51 Slp: Parameter 4 : System.IO.IOException@-2147024751
    2014-11-20 17:10:51 Slp:
    Final Parameter Values
    2014-11-20 17:10:51 Slp: Parameter 0 : SQL2008@RTM@KB2977320
    2014-11-20 17:10:51 Slp: Parameter 3 : 0xAE9CC9E3
    2014-11-20 17:10:51 Slp: Parameter 4 : 0xAE9CC9E3
    2014-11-20 17:10:51 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\Microsoft SQL Server to file C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20141120_170804\COMBIT\Registry_SOFTWARE_Microsoft_Microsoft SQL Server.reg_
    2014-11-20 17:10:51 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall to file C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20141120_170804\COMBIT\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_
    2014-11-20 17:10:51 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\MSSQLServer to file C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20141120_170804\COMBIT\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
    2014-11-20 17:10:52 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server to file C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20141120_170804\COMBIT\Registry_SOFTWARE_Wow6432Node_Microsoft_Microsoft SQL Server.reg_
    2014-11-20 17:10:52 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall to file C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20141120_170804\COMBIT\Registry_SOFTWARE_Wow6432Node_Microsoft_Windows_CurrentVersion_Uninstall.reg_
    2014-11-20 17:10:52 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Wow6432Node\Microsoft\MSSQLServer to file C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20141120_170804\COMBIT\Registry_SOFTWARE_Wow6432Node_Microsoft_MSSQLServer.reg_
    2014-11-20 17:10:53 Slp: Das Verzeichnis ist nicht leer.
    2014-11-20 17:10:53 Slp: Watson bucket for exception based failure has been created
    2014-11-20 17:10:53 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
    2014-11-20 17:10:53 Slp: Sco: Attempting to open registry subkey
    2014-11-20 17:10:53 Slp: Sco: Attempting to open registry subkey Software\Microsoft\PCHealth\ErrorReporting\DW\Installed
    2014-11-20 17:10:53 Slp: Sco: Attempting to get registry value DW0200
    2014-11-20 17:10:54 Slp: Submitted 2 of 2 failures to the Watson data repository
    2014-11-20 17:10:54 Slp:
    2014-11-20 17:10:54 Slp: ----------------------------------------------------------------------
    2014-11-20 17:10:54 Slp:
    2014-11-20 17:10:54 Slp: Error result: -1251036569
    2014-11-20 17:10:54 Slp: Result facility code: 1390
    2014-11-20 17:10:54 Slp: Result error code: 45671
    Any help is very appreciated.
    Thanks!

    Hi Technowizard15,
    As your description, you come across an error when you manually install security update(KB2977320). Based on my research, security update(KB2977320) is used for SQL Server 2008 R2 Service Pack 2. So firstly, please check if your SQL Server version is SQL
    Server 2008 R2 Service Pack 2 according to Shanky_621's post. If it is not SQL Server 2008 R2 Service Pack 2, you need to install related security update according to your SQL Server version.
    However, if the error occurs when you use SQL Server 2008 R2 Service Pack 2, please help to post full error message in Detail.txt(%Program Files%\Microsoft SQL Server\100\Setup Bootstrap\Log\<YYYYMMDD_HHMM>\Detail.txt) for further analysis. For more
    information about the process, please refer to the article:
    http://support.microsoft.com/kb/955396. Additionally, based on my research, the issue could occur in the cases below.
    1. Your account has no access to the following registry key: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer. So please check if your account has access to the registry. If it has no access, you could follow the steps below to troubleshoot
    your issue.
    a. Located HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer in registry.
    b. Right click and go to Permission, then you could see user accounts or groups. If your user account is not in the list, you could click Add to add your account there.
    c. Select your account and check Full Control. Next, Click OK.
    d. Install the update KB2977320 again. Please stop any Antivirus  software in the installation process.
    2. Installer Package (MSI) is missing. Please check if MSI exists in C:\Windows\Installer. If it doesn’t exist, you could solve this issue by one of the methods. Then install the update KB2977320 again and check if the error still occurs.
    a. Use a script.
    b. Manually restore the files.
    For more information about the process, please refer to the article:
    http://support.microsoft.com/kb/969052
    Regards,
    Michelle Li

  • Action links resulting in "Error Codes: QM3V3HLV" - OBIEE11G

    Hi,
    We have recently upgraded our 10g webcat to 11.1.1.5. Everything is working fine.
    But the action links on the dashboard page are resulting in the below error, when clicked for the first time.
    Invalid path () -- not allowed to be empty
    Error Details
    Error Codes: QM3V3HLV
    When we go back and click the same thing again, it shows up the report correctly.
    And also this is happening only when we integrate our OBIEE application with the web application.
    Can someone throw some light on this!!
    Thanks!!
    Vasantha.P

    Hi,
    For us, we are receiving the QM3V3HLV error when drilling down as well. We are not using any special link, just drilling on regular column values.
    We have only seen this error with our own custom subject area reports that were upgraded to 11g from 10g. I was not able to recreate the error using the Sample Sales Lite subject area.
    So far it seems like if I re-save the upgraded report and view it on a dashboard, there is no error with drilling. Also rebuilding the report in 11g seems to also get rid of the error when drilling. Rebuilding the report in 11g is not an ideal solution for us because of the number of reports we have to migrate over to 11g. So far, no definitive answer on what might be causing this from Oracle.

  • Create additional installer error code -12 file not found from device driver cd

    I'm trying to build an installer for a project that includes several NI drivers - specifically NI-DMM. NI-SCOPE, NI-SWITCH, NI-845x, and a few others (MAX, DAQ, etc). When I build the software standalone (and only include the run-time engine), it works fine. However, when I try to build the installer with the additional installers (mentioned above), the build prompts me for device driver cds, and then fails. Specifically, it fails on the February 2006 Device Driver cd. The error is attached below.
    I have tried
     - repairing all the installations of the software mentioned
     - using a new project and re-adding the files
     - building the additional installers seperately (no source code installed)
     - copying the driver cds to the harddrive and referencing them there when needed
    The next step will be to reinstall all of those drivers from scratch, but I really would prefer not to. Does anyone have any ideas (or solutions) regarding this problem?
    CDK_CreateNewWizard_Invoke.vi.ProxyCaller >> CDK_CreateNewWizard_Invoke.vi >> CDK_InstallerConfiguration_Editor.vi >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> CDK_Engine_PromptForMissingDist.vi >> NI_MDF.lvlib:MDFDistCopyList_CopyItem.vi
    Loading product deployment information
    Loading product deployment information
    Loading product deployment information
    Adding files to installer
    Done adding files
    Preparing to build deployment
    Copying products from distributions
    Copying distribution 'NI-845x Software 1.0.1' from: C:\National Instruments Downloads\NI-845x\1.0.1\ to: C:\PTF\Builds\**********************<edited out>
    Copying distribution 'National Instruments Device Drivers - February 2006, Disk 1' from: C:\National Instruments Downloads\DCD-Feb06-1\ to: C:\Program Files\National Instruments\Shared\ProductCache\
    *** Error: Windows SDK function returned an error. (Error code -12)
    The system cannot find the file specified.
    *** End Error Report
    Done building deployment

    I have had this happen a lot espescially with LV 8.0 -8.20. What I had to do was take the device drivers CD and copy it to the and run the installation of the software from the copy on the hard disk.
    When you build an exe with additional installers it looks at the last place that  you installed the drivers from. Anyway it worked for me so it might work for you.
    Joe.
    "NOTHING IS EVER EASY"

  • Trying to delete a file I created but get error code -8072?

    I created a powerpoint presentation and now I can't delete it. Comes up with an error code anytime I try to move it to a new destination.

    Hi, bird10. 
    Thank you for visiting Apple Support Communities. 
    Here are the best two articles I could find that may help you delete the item you are having issues with.
    You can't empty the Trash or move a file to the Trash
    http://support.apple.com/kb/ht1526
    Unable to move, unlock, modify, or copy an item in Mac OS X
    http://support.apple.com/kb/TS1402
    Cheers,
    Jason H. 

Maybe you are looking for

  • Problem with V.25 transaction

    Hi All I have problem with V.25 transaction. This transaction contains some variants, and currently my variant dispalying 10 feilds. Now i want to add 2 more feilds to the report. So i went to transaction VOKF and added the two feilds to my variant.

  • Alert data is not present in SCOM 2012 Data Warehouse database since two weeks

    Alert data is not present in SCOM 2012 Data Warehouse database since a week though I could see Performance data for the latest dates. Old Alert data is present but I think the latest Alert data is not being inserted to Data warehouse. No activity was

  • No Send - trip broken link

    Greetings, Does anyone know how to code an html document so that the images that are referenced/linked from the internet show up with the 'right-click prompt to view image' message in an email. I am using Outlook to send out emails and they are worki

  • TSV_TNEW_PAGE_ALLOC_FAILED Error in Mass Update of Alternative Hierarchies

    Hi Experts, I am updating Cost Centers in the alternative nodes by calling a standard Program PERFORM hierarchy_generate IN PROGRAM saplkkhi. All these Entries are coming from a file having a Cost Center and respective hierarchies under which it shou

  • Issue adding Query to My Menu

    I am trying to add a Query to a user's My Menu and I get an error The procedure I am using to add the Query is 1) Open Query Manager 2) Select the query I want to add to the menu 3) Go to Tools > My Menu > Add to My Menu > Highlight the Folder I want