Exception in Analyzer

Hi!
I'm using BW 3.5 and I have a question...
In a query there are one column for PLAN and one for REAL, I want to use an exception so if the REAL value is higher than the PLAN value, the result will be in red colour.
Is it possible to do this? How?
Thanks in advance.
Regards.

Hi,
There is no option in BW3.x but in BI u have that option u can calculate on one keyfigure and u can show alert on other key figure.
Thanks,
Pavan.

Similar Messages

  • ORAMED-03302:[Exception in oneway execution]Unexpected exception

    Hi All,
    I am currently getting given error,
    I have designed the flow from  Adpter Service to read the file -> ReadAdpterServices-->ReqABCSImpl -> EBS -> ProvABCSImpl -> ProviderService to Insert the data into Siebel. MEP used is Fire and Forget.
    I tested it and it worked fine in Devlopment Envronment . when i migraret into Production i get below error at the point of readAdpterservices .in readAdpter service unable to call the ReqABCSIml bec's this error .Please any body help on it
    Error Message: ORAMED-03302
    Fault ID
    B9931C50E59511E29F130FAC4AF8BE7D
    Fault Time
    Jul 5, 2013 5:10:00 PM
    Non Recoverable System Fault :
    ORAMED-03302:[Exception in oneway execution]Unexpected exception in one-way operation "ProcessEco" on reference "CallEcoproductRqsABCSimpl".Possible Fix:Check whether the reference service is properly configured and running or look at exception for analyzing the reason or contact Oracle Support Services. Cause:oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : InvalidSecurity : error in processing the WS-Security security header
    This my ReadAdpter composite.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- Generated by Oracle SOA Modeler version 1.0 at [5/31/13 10:39 AM]. -->
    <composite name="EcoproductDBAdpter" revision="1.0"
               label="2013-05-31_10-39-22_647" mode="active" state="on"
               xmlns="http://xmlns.oracle.com/sca/1.0"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
               xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"
               xmlns:ui="http://xmlns.oracle.com/soa/designer/">
      <import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/Ecoproductservice/EcoproductDBAdpter/EcoProductDBReadAdpter"
              location="EcoProductDBReadAdpter.wsdl" importType="wsdl"/>
      <import namespace="http://xmlns.oracle.com/ABCSImpl/Product/Core/ProcessEcoProductReqABCSImpl/V1"
              location="oramds:/apps/AIAMetaData/AIAComponents/ApplicationBusinessConnectorServices/EcoProduct/V2/ProcessEcoProductReqABCSImpl.wsdl"
              importType="wsdl"/>
      <service name="EcoProductDBReadAdpter"
               ui:wsdlLocation="EcoProductDBReadAdpter.wsdl">
        <interface.wsdl interface="http://xmlns.oracle.com/pcbpel/adapter/db/Ecoproductservice/EcoproductDBAdpter/EcoProductDBReadAdpter#wsdl.interface(EcoProductDBReadAdpter_ptt)"/>
        <binding.jca config="EcoProductDBReadAdpter_db.jca"/>
        <property name="jca.retry.count" type="xs:int" many="false" override="may">2147483647</property>
        <property name="jca.retry.interval" type="xs:int" many="false"
                  override="may">1</property>
        <property name="jca.retry.backoff" type="xs:int" many="false"
                  override="may">2</property>
        <property name="jca.retry.maxInterval" type="xs:string" many="false"
                  override="may">120</property>
      </service>
      <component name="EcoproductAdpter">
        <implementation.mediator src="EcoproductAdpter.mplan"/>
      </component>
      <reference name="CallEcoproductRqsABCSimpl"
                 ui:wsdlLocation="oramds:/apps/AIAMetaData/AIAComponents/ApplicationBusinessConnectorServices/EcoProduct/V2/ProcessEcoProductReqABCSImpl.wsdl">
        <interface.wsdl interface="http://xmlns.oracle.com/ABCSImpl/Product/Core/ProcessEcoProductReqABCSImpl/V1#wsdl.interface(ProcessEcoProductReqABCSImpl)"/>
        <binding.ws port="http://xmlns.oracle.com/ABCSImpl/Product/Core/ProcessEcoProductReqABCSImpl/V1#wsdl.endpoint(ProcessEcoProductReqABCSImpl/ProcessEcoProductReqABCSImpl_pt)"
                    location="http://localhost:8001/soa-infra/services/default/ProcessEcoProductReqABCSImpl/ProcessEcoProductReqABCSImpl?WSDL"/>
      </reference>
      <wire>
        <source.uri>EcoProductDBReadAdpter</source.uri>
        <target.uri>EcoproductAdpter/EcoproductAdpter</target.uri>
      </wire>
      <wire>
        <source.uri>EcoproductAdpter/CallEcoproductRqsABCSimpl</source.uri>
        <target.uri>CallEcoproductRqsABCSimpl</target.uri>
      </wire>
    </composite>
    Thank you,
    Ramesh.

    Hi All,
    I am currently getting given error,
    I have designed the flow from  Adpter Service to read the file -> ReadAdpterServices-->ReqABCSImpl -> EBS -> ProvABCSImpl -> ProviderService to Insert the data into Siebel. MEP used is Fire and Forget.
    I tested it and it worked fine in Devlopment Envronment . when i migraret into Production i get below error at the point of readAdpterservices .in readAdpter service unable to call the ReqABCSIml bec's this error .Please any body help on it
    Error Message: ORAMED-03302
    Fault ID
    B9931C50E59511E29F130FAC4AF8BE7D
    Fault Time
    Jul 5, 2013 5:10:00 PM
    Non Recoverable System Fault :
    ORAMED-03302:[Exception in oneway execution]Unexpected exception in one-way operation "ProcessEco" on reference "CallEcoproductRqsABCSimpl".Possible Fix:Check whether the reference service is properly configured and running or look at exception for analyzing the reason or contact Oracle Support Services. Cause:oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : InvalidSecurity : error in processing the WS-Security security header
    This my ReadAdpter composite.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- Generated by Oracle SOA Modeler version 1.0 at [5/31/13 10:39 AM]. -->
    <composite name="EcoproductDBAdpter" revision="1.0"
               label="2013-05-31_10-39-22_647" mode="active" state="on"
               xmlns="http://xmlns.oracle.com/sca/1.0"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
               xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"
               xmlns:ui="http://xmlns.oracle.com/soa/designer/">
      <import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/Ecoproductservice/EcoproductDBAdpter/EcoProductDBReadAdpter"
              location="EcoProductDBReadAdpter.wsdl" importType="wsdl"/>
      <import namespace="http://xmlns.oracle.com/ABCSImpl/Product/Core/ProcessEcoProductReqABCSImpl/V1"
              location="oramds:/apps/AIAMetaData/AIAComponents/ApplicationBusinessConnectorServices/EcoProduct/V2/ProcessEcoProductReqABCSImpl.wsdl"
              importType="wsdl"/>
      <service name="EcoProductDBReadAdpter"
               ui:wsdlLocation="EcoProductDBReadAdpter.wsdl">
        <interface.wsdl interface="http://xmlns.oracle.com/pcbpel/adapter/db/Ecoproductservice/EcoproductDBAdpter/EcoProductDBReadAdpter#wsdl.interface(EcoProductDBReadAdpter_ptt)"/>
        <binding.jca config="EcoProductDBReadAdpter_db.jca"/>
        <property name="jca.retry.count" type="xs:int" many="false" override="may">2147483647</property>
        <property name="jca.retry.interval" type="xs:int" many="false"
                  override="may">1</property>
        <property name="jca.retry.backoff" type="xs:int" many="false"
                  override="may">2</property>
        <property name="jca.retry.maxInterval" type="xs:string" many="false"
                  override="may">120</property>
      </service>
      <component name="EcoproductAdpter">
        <implementation.mediator src="EcoproductAdpter.mplan"/>
      </component>
      <reference name="CallEcoproductRqsABCSimpl"
                 ui:wsdlLocation="oramds:/apps/AIAMetaData/AIAComponents/ApplicationBusinessConnectorServices/EcoProduct/V2/ProcessEcoProductReqABCSImpl.wsdl">
        <interface.wsdl interface="http://xmlns.oracle.com/ABCSImpl/Product/Core/ProcessEcoProductReqABCSImpl/V1#wsdl.interface(ProcessEcoProductReqABCSImpl)"/>
        <binding.ws port="http://xmlns.oracle.com/ABCSImpl/Product/Core/ProcessEcoProductReqABCSImpl/V1#wsdl.endpoint(ProcessEcoProductReqABCSImpl/ProcessEcoProductReqABCSImpl_pt)"
                    location="http://localhost:8001/soa-infra/services/default/ProcessEcoProductReqABCSImpl/ProcessEcoProductReqABCSImpl?WSDL"/>
      </reference>
      <wire>
        <source.uri>EcoProductDBReadAdpter</source.uri>
        <target.uri>EcoproductAdpter/EcoproductAdpter</target.uri>
      </wire>
      <wire>
        <source.uri>EcoproductAdpter/CallEcoproductRqsABCSimpl</source.uri>
        <target.uri>CallEcoproductRqsABCSimpl</target.uri>
      </wire>
    </composite>
    Thank you,
    Ramesh.

  • Microsoft Visual C++ Runtime Library runtime Error Adobe Reader 9.3.2.163

    I have not been able to find any posts that describe the problem I just uncovered, so that is why I am posting it here.
    Two errors seen so far:
    1 : In Internet Explorer 7, opening a PDF we get
    "Microsoft Visual C++ Runtime Llibrary" (title bar message)
    Runtime Error!
    Program: C:\Program Files\Internet Explorer\IEXPLORE.EXE
    abnormal program termination
    2: In Windows Explorer double click a PDF, or open Adobe Reader directly from the Start Menu
    "Microsoft Visual C++ Runtime Llibrary" (title bar message)
    Runtime Error!
    Program: C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe
    This application has requested the Runtime to terminate in an unusual way.  Please contact the application's support team for more information
    This is working in our legacy Terminal Server environment.  We are migrating to a new Terminal Server environment using XenApp 5, and ran into this problem.  The big different is we are redirecting Application Data to a different path than we used to.  However, the old way was also a network UNC path (which I understand was a big problem in 7.0)
    We are running:
    32-bit Windows 2003 R2 SP2 Terminal Server
    Using Adobe Reader 9.3.2.163
    Using Application Data folder redirection to \\server\share\%username\folder\folder\Application Data
    *** The older legacy environment used \\server\%username\folder\folder\Application Data; as we wanted all user profiles to come in through a single share, which so far has been working fine. 
    The difference we have found is users do not have file permission to the root of the new single share.  for example for simplicities sake, lets say \\server\share is c:\users and under C:\users we have bjones, jdoe etc.  users have full control to their own folder, but not to c:\users.  Since the share maps to c:\users, \\server\share is actually not writable to users, but \\server\share\%username% is.  So far so good ...
    Except when analyzing what is going on before the crash (using sysinternals Process Monitor) I found the AcroRd32 does a little verification dance up the entire share and folder structure, creating and reading files and folders.  Because of this dance, and the lack of permissions I surmised it must be failing.  In Process Monitor I could see AcroRd32.exe checking the share, then my user folder then it dies with a "NAME COLLISION" because it tries to create a folder or file with the same name as one that already exists.  So I gave my test user account full control access to the entire structure and now my test account is working.
    So we are going to either abandon this idea or re-apply permissions to all our profile folders.  Not sure yet.
    I am more or less reporting this for others to benefit, and if Adobe can check into why their application feels like it must walk down the entire folder structure to verify it exists that would be an added bonus.
    Thanks

    There have been several similar topics over the last year or so; see this search result http://forums.adobe.com/search.jspa?q=runtime&resultTypes=MESSAGE&resultTypes=COMMUNITY&pe opleEnabled=true&dateRange=all&communityID=3414&username=&numResults=15&rankBy=10001
    B_spies wrote:
    I would post some attachments of our Process Monitor screenshots but attachments are apparently disabled on the forums right now.
    You can still post images using the camera icon on the forum editor.

  • How to get BPELFault from MediatorRecoveryContext?

    Hi,
    In SOA Suite 11g I have implemented a custom FaultHandler (implements IFaultRecoveryJavaClass)
    In my composite I have a Mediator calling a BPEL process.
    The BPEL process throws a BPELFault.
    Im my fault handler handleFault(IFaultRecoveryContext ctx) gets called.
    In this case ctx is an instance of MediatorRecoveryContext.
    How can I get the details of this BPELFault in my handleFault?
    MediatorRecoveryContext.getFault does not seem to have the BPELFault.
    In EM I see:
    Error Message: ORAMED-03303
    Fault ID     B5546DA036E711E1BFF54D2B34CBB32F
    Fault Time     04-Jan-2012 16:21:00
    System Fault :
    ORAMED-03303:[Unexpected exception in case execution]Unexpected exception in request response operation "process" on reference "UBLDespatchAdviceAfleverProces.ubldespatchadviceafleverproces_client".
    Possible Fix:Check whether the reference service is properly configured and running or look at exception for analyzing the reason or contact Oracle Support Services.
    Cause:
    faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{ summary=<summary>E</summary> ,detail=<detail>This is not completely right.</detail> ,code=<code>52014</code>}
    Groeten,
    HJH

    - there are no EJB3 scripts, only compiled application code
    - the part of the EJB spec that deals with databases is called the Java Persistence API, but likely you are just looking for the JDBC API.
    Now you should know what to Google to get your "example script": "java jdbc oracle procedure"

  • Throw back same adapter fault - Mediator only composite

    Hi
    How are you doing!
    I have a scenario where there is a Mediator and DBAdapter.
    We are using fault policy to handle all faults.
    Whenever there is a fault in DBAdapter, when handled using fault policy (to rethrow fault), Mediator is wrapping the original fault and giving its own fault(message below)
    Is there a way to get back the same DBAdapter fault as the consumer of this service has to know what is the exact fault.
    Please note that BPEL is not to be used in this case(as a design decision in the project), so this has to be achieved only using the Mediator.
    I've also tried adding fault to WSDL's of DBAdapter and Exposed service WSDL manually, but no luck.
    Converted fault message
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
       <env:Header/>
       <env:Body>
          <env:Fault>
             <faultcode>env:Server</faultcode>
             <faultstring>oracle.tip.mediator.infra.exception.MediatorException: ORAMED-03303:[Unexpected exception in case execution]Unexpected exception in request response operation "insert" on reference "ParentChildDBAdapter". Possible Fix:Check whether the reference service is properly configured and running or look at exception for analyzing the reason or contact Oracle Support Services.</faultstring>
             <faultactor/>
             <detail>
                <exception/>
             </detail>
          </env:Fault>
       </env:Body>
    </env:Envelope>
    But the actual DBAdapter fault is
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
       <env:Header/>
       <env:Body>
          <env:Fault>
             <faultcode>env:Server</faultcode>
             <faultstring>Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception.
    insert failed. Descriptor name: [ParentChildDBAdapter.PocComplaints].
    Caused by java.sql.BatchUpdateException: ORA-00001: unique constraint (SOADEMO.POC_PRTCMP_PK) violated
    Please see the logs for the full DBAdapter logging output prior to this exception.  This exception is considered not retriable, likely due to a modelling mistake.  To classify it as retriable instead add property nonRetriableErrorCodes with value "-1" to your deployment descriptor (i.e. weblogic-ra.xml).  To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff.  All properties are integers.
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.</faultstring>
             <faultactor/>
             <detail>
                <exception>ORA-00001: unique constraint (SOADEMO.POC_PRTCMP_PK) violated</exception>
             </detail>
          </env:Fault>
       </env:Body>
    </env:Envelope>
    Appreciate if you could help me on this
    Regards
    RaviKiran

    http://www.apple.com/feedback
    request here we are just users non of us are apple workers apart from the mod
    who dont pass on posts from this forum to apples pm's

  • Facing Performance Issue?

    Hi All,
    I am facing a performance issue in this query. Any suggestions.
    version Oracle : 9i
    Data in table : INFO - 11,0000. EXCEPTIONS - 100. ERRCODES - 125
    SELECT COUNT(DISTINCT FF.ID) ff_cnt
    FROM INFO_Table FF
    , EXCEPTIONS DE
    , ERRCODES EC
    WHERE FF.CASE_ID IS NOT NULL
    AND UPPER(FF.CASE_ID) LIKE UPPER('012-121205-001')
    AND FF.LDCODE NOT IN ('AAA','ESED','ITE')
    AND FF.MGTCODE IN ('AWFF','PED')
    AND FF.ID = DE.MSGID
    AND DE.ERRCODE = EC.CODE
    AND EC.CAT = 'FL'
    AND EC.CODE NOT IN ('NLY','NTE','NL')
    AND DE.MCL_ID = (SELECT MAX(MC.ID) FROM MESSTROL MC WHERE MC.MSG_ID = FF.ID);
    Explain Plan:
    SELECT STATEMENT CHOOSE 0 1,405.00 1,405.00 1 19
    SORT GROUP BY 1 0 1 1 19
    VIEW SYS 2 1 1 1,4055.00 1 19
    FILTER 3 2 1
    SORT GROUP BY 4 3 1 1,4055.00 1 96
    HASH JOIN 5 4 1 1,322.00 7674 196
    TABLE ACCESS FULL GEM ERRCODES ANALYZED 6 5 1 7 70 1,260.00
    HASH JOIN 7 5 2 1,313.00 7,728.00
    HASH JOIN 8 7 1 613 239 13,145.00
    TABLE ACCESS FULL GEM INFO_Table 1 ANALYZED 9 8 1 383 193 8,685.00
    TABLE ACCESS FULL GEM MESSTROL 4 ANALYZED 10 8 2 225 285 1260
    TABLE ACCESS FULL GEM EXCEPTIONS 2 ANALYZED 11 7 2 686 602 7883.00
    Edited by: user545846 on Nov 23, 2008 8:51 PM

    user545846 wrote:
    Hi All,
    I am facing a performance issue in this query. Any suggestions.
    version Oracle : 9i
    Data in table : INFO - 11,0000. EXCEPTIONS - 100. ERRCODES - 125
    Explain Plan:
    SELECT STATEMENT CHOOSE 0 1,405.00 1,405.00 1 19
    SORT GROUP BY 1 0 1 1 19
    VIEW SYS 2 1 1 1,4055.00 1 19
    FILTER 3 2 1
    SORT GROUP BY 4 3 1 1,4055.00 1 96
    HASH JOIN 5 4 1 1,322.00 7674 196
    TABLE ACCESS FULL GEM ERROR_CODES ANALYZED 6 5 1 7 70 1,260.00
    HASH JOIN 7 5 2 1,313.00 7,728.00
    HASH JOIN 8 7 1 613 239 13,145.00
    TABLE ACCESS FULL GEM INFO_Table 1 ANALYZED 9 8 1 383 193 8,685.00
    TABLE ACCESS FULL GEM MESSTROL 4 ANALYZED 10 8 2 225 285 1260
    TABLE ACCESS FULL GEM EXCEPTIONS 2 ANALYZED 11 7 2 686 602 7883.00Your query seems to be based on a view. I assume it's the ERRCODES view that is based on the table ERROR_CODES and there are some group by operations. In addition there is a FILTER operation for which it would be interesting to know what it is doing.
    In order to find out these details, you should consider using DBMS_XPLAN.DISPLAY to generate more meaningful explain plan output. Please make sure that you include the "Predicate Information" section below the plan to see the details e.g. of the FILTER operation. If the "Predicate Information" section is missing, check the instructions below.
    Generic instructions how to do so and how to post it here using appropriate tags for mono-space font formatting and there improved readability follow below:
    Could you please post an properly formatted explain plan output using DBMS_XPLAN.DISPLAY including the "Predicate Information" section below the plan to provide more details regarding your statement. Please use the {noformat}[{noformat}code{noformat}]{noformat} tag before and {noformat}[{noformat}/code{noformat}]{noformat} tag after or the {noformat}{{noformat}code{noformat}}{noformat} tag before and after to enhance readability of the output provided:
    In SQL*Plus:
    SET LINESIZE 130
    EXPLAIN PLAN FOR <your statement>;
    SELECT * FROM TABLE(DBMS_XPLAN.DISPLAY);Note that the package DBMS_XPLAN.DISPLAY is only available from 9i on.
    In 9i and above, if the "Predicate Information" section is missing from the DBMS_XPLAN.DISPLAY output but you get instead the message "Plan table is old version" then you need to re-create your plan table using the server side script "$ORACLE_HOME/rdbms/admin/utlxplan.sql".
    In previous versions you could run the following in SQL*Plus (on the server) instead:
    @?/rdbms/admin/utlxplsA different approach in SQL*Plus:
    SET AUTOTRACE ON EXPLAIN
    <run your statement>;will also show the execution plan.
    In order to get a better understanding where your statement spends the time you might want to turn on SQL trace as described here:
    When your query takes too long ...
    and post the "tkprof" output here, too.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • SOA Mediator - javax.xml.soap.SOAPException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html

    I am using SOA Mediator 11.1.1.7(11g) and while invoking a thrid party web service API I get the following error. Please help me fix this issue.
    ORAMED-03302:[Exception in oneway execution]Unexpected exception in one-way operation "execute" on reference "AppvOffclJMSInAdapter_Exist_RS.AppvOffclJMSInAdapter_Exist_RS".Possible Fix:Check whether the reference service is properly configured and running or look at exception for analyzing the reason or contact Oracle Support Services. Cause:Unable to invoke endpoint URI "https://stripesqa.doe.gov/headergeneric/HeaderGeneric/HeaderGeneric.asmx" successfully due to: javax.xml.soap.SOAPException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html
    Thanks,
    Veda

    user9055538 wrote:
    i test the soa webservcies in a browserHi,
    It would help if you could give us more details...
    What type of soa webservices are we talking about here (JAX-RPC/BPEL/OSB)?
    And how exactly are you testing your soa webservices in a browser (EM)?
    A valid SOAP will have content-type: text/xml
    You may be pointing to a invalid endpoint or you may have an authentication/authorisation problem, so you are receiving html instead of soap...
    Cheers,
    Vlad

  • Mediator error handling

    Hi,
    We are trying to achieve mediator error handling. We have a developed a composite with mediator which calls another service,which is deployed on server. Later we shut down the web service ,resulting in the error
    "ORAMED-03303:[Unexpected exception in case execution]Unexpected exception in request response operation "process" on reference "mediator_service". Possible Fix:Check whether the reference service is properly configured and running or look at exception for analyzing the reason or contact Oracle Support Services. Cause:javax.xml.ws.soap.SOAPFaultException: Message Router for default/HelloWorld2!1.0*soa_02aa2ef3-ffb8-4606-87f0-a79bc4bed157 is not able to process messages. The composite state is set to "off". The composite can be turned "on" by using the administrative consoles."
    Our intention is to catch this using fault policies....but my fault -policies.xml is not catching the fault.
    I am attaching the fault-policies.xml file.
    <?xml version="1.0" encoding="UTF-8"?>
    <faultPolicies xmlns="http://schemas.oracle.com/mediator/faults/faultpolicies"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <faultPolicy version="2.0.1" id="CRM_ServiceFaults">
    <Conditions>
    <faultName xmlns:medns="http://schemas.oracle.com/mediator/faults"
    name="medns:03303">
    <test>contains($fault.mediatorErrorCode,"ORAMED-03303")</test>
    <condition>
    <action ref="webservice"/>
    </condition>
    </faultName>
    </Conditions>
    <Actions>
    <Action id='webservice'>
    <invokeWS uri="http://10.96.8.58:7001/soa-infra/services/default/POC_WEBSERVICE/bpelprocess1_client_ep?WSDL"/>
    </Action>
    <Action id="ora-retry">
    <retry>
    <retryCount>3</retryCount>
    <retryInterval>2</retryInterval>
    <exponentialBackoff/>
    <retryFailureAction ref="ora-java"/>
    <retrySuccessAction ref="ora-terminate"/>
    </retry>
    </Action>
    </Actions>
    </faultPolicy>
    </faultPolicies>
    Can anyone please help us on this.

    HI,
    I too have the same issue:
    here is the fault policy i have defined:
    <?xml version="1.0" encoding="UTF-8"?>
    <faultPolicies>
    <faultPolicy version="2.0.1" id="ConnectionFaults">
    <Conditions>
    <faultName xmlns:medns="http://schemas.oracle.com/mediator/faults"
    name="medns:mediatorFault">
    <condition>
    <test>contains($fault.mediatorErrorCode, "TYPE_FATAL_MESH")</test>
    <action ref="ora-retry"/>
    </condition>
    </faultName>
    </Conditions>
    <Actions>
    <Action id="ora-retry">
    <retry>
    <retryCount>3</retryCount>
    <retryInterval>2</retryInterval>
    <exponentialBackoff/>
    <retryFailureAction ref="ora-java"/>
    <retrySuccessAction ref="ora-terminate"/>
    </retry>
    </Action>
    </Actions>
    </faultPolicy>
    </faultPolicies>
    TYPE_FATAL_MESH: Contains fatal errors from the Service Infrastructure such as Invoke service not available. ---- This is available from ORacle Documentation...
    Not sure why the retry is not happening and also I am not able to see any flow trace for the fault policy////
    I want to know whether the fault policy is getting triggered or not??? where to check this??
    Please let me know if somebody resolved this?
    Thanks,
    Sri..

  • Http binding (rest service) adapter unable access endpoint

    Hi I have a problem with security.
    Http binding adapter has endpoint https://192.168.10.10:8080/uuid/453434563
    I have added my client certificate and server certificate to keystore. I have made a configuration in soa server/console keystores and ssl.
    Non Recoverable System Fault :
    ORAMED-03303:[Unexpected exception in case execution]Unexpected exception in request response operation "Request-Response" on reference "ecm". Possible Fix:Check whether the reference service is properly configured and running or look at exception for analyzing the reason or contact Oracle Support Services. Cause:Unable to access the following endpoint(s): REPLACE_WITH_ACTUAL_URL
    Should I add a policy to http adapter in composite?

    Anuj,
    The End point URI is correct. As I have mentioned earlier , I have used the same URI to post the message from the browser's POSTER functionality and it worked . So URI is not the culprit.
    However I found from the Oracle Documentation that - XML payload with Complex Types is not yet supported in Http Binding . Only Xml's with Simple payload are supported. That could be a reason for this issue.
    Regards,
    Sridhar.
    Edited by: Sridhar-SOA on Feb 28, 2012 6:39 AM

  • ORAMDS: 03302

    Hi I am facing the following error.
    when i run one instance the whole process complete successfully and when i run more then two instance at a time then the following error occur.
    Error Message: ORAMED-03302
    Fault ID
    72924D902F4011E3BF3C8B16729F1BDB
    Fault Time
    Oct 7, 2013 1:05:59 PM
    Non Recoverable System Fault :
    ORAMED-03302:[Exception in oneway execution]Unexpected exception in one-way operation "UpdateBusinessUnitListResponse" on reference "BusinessUnitEBSV1_ep".Possible Fix:Check whether the reference service is properly configured and running or look at exception for analyzing the reason or contact Oracle Support Services. Cause:Error occurred while attempting to retrieve message part UpdateBusinessUnitListResponseEBM from a normalized message payload with elements {UpdateBusinessUnitListEBM=oracle.xml.parser.v2.XMLElement@2b5b7629}.

    hello,
    Have you installed 14054873 or 14690482 patches?
    please visit the Metalink Note: SOA 11g: Retire Functionality Failing, 'ORAMED-03302' (Doc ID 1540249.1)

  • WebStart, custom security policy and debugging

    Hi,
    Please forgive the long post, it's an obscure problem.
    A year ago I implemented a custom instance-centric security policy that uses a database for storing permission data. It has served our needs very well on the server side. Now, however, I need to reuse it in a client application deployed to about 50 users via WebStart (there are more similar applications coming which will take the user base to about 200).
    For some reason, the permissions are not being properly evaluated under WebStart. Tracing through my policy code, I can see that calls to imply() return with expected true/false values, however, when the internals of Java's underlying security API aggregate the results, calls to AccessController.checkPermission() don't raise exceptions when and where they are expected to.
    This is really a hard problem to debug/trace. When I run the application locally, I have no problems with security checks even if I run it under a security manager (via -D.java.security.manager). Tracing to standard helps to a point and I can see that there is a difference: during the local runs, calls to MyCustomPolicy.implies(Permission, Domain) are made once per every AccessController.checkPermission() call made from the business layer. Under WebStart, there are three calls to MyCustomPolicy.implies() per every call to AccessController.checkPermission(). All three calls seem to come from the same stack frame. All three return 'false', yet AccessController.checkPermission() doesn't raise an exception.
    Analyzing stack's state at the point MyCustomPolicy.implies() is been called, I think the answer to my problem may lie in the following code snippet of AccessControlContext.checkPermission(Permission):
            for (int i=0; i< context.length; i++) {
                if (context[i] != null &&  !context.implies(perm)) {
    if (debug != null) {
    debug.println("access denied "+perm);
    if (Debug.isOn("failure")) {
    Thread.currentThread().dumpStack();
    final ProtectionDomain pd = context[i];
    final Debug db = debug;
    AccessController.doPrivileged (new PrivilegedAction() {
    public Object run() {
    db.println("domain that failed "+pd);
    return null;
    throw new AccessControlException("access denied "+perm, perm);
    I believe that somehow one of the iterations gets to "return null" line, but at the moment I have no way of verifying this.
    I'm finally getting to my question. In order for me to understand what's going on, I need to enable debugging of AccessControlContext. I can do this by setting java.security.debug system property. Again, I have no problem enabling debugging on a local system, but not under WebStart.
    Here's what the relevant markup in the .jnlp file looks like:
    <resources>
    <j2se version="1.5" max-heap-size="128m" initial-heap-size="32m" java-vm-args="-Djava.security.debug=all">
    </j2se>
    <!-- a bunch of jar declarations -->
    <property name="java.security.auth.login.config" value="jar:swing-app-SNAPSHOT.jar!/jaas_login.properties">
    </property>
    <property name="java.security.debug" value="all">
    </property>
    </resources>
    this seems to have no effect and no debugging output appears. Any ideas why? Is there anything else I can do to enable debugging of AccessControlContext under WebStart?
    I don't expect too many replies to my post (unless 3 sleepless weeks made me miss something really obvious), but if anyone can offer a hit/hit/insightful comment :), that would be great.
    Dmitry

    Hey
    I have just finished such a policy implemention - boy could I have done with your help!
    I've never seen the java.security.debug property before - not to say it doesn't exist, but don't confuse system properties and security properties. Try setting it programmatically via Security.setProperty() or the Java Admin console [if you can], or even in the JRE WebStart uses via the java.security file.
    When you run it locally with security switched on, do you observe the 3-to-1 behaviour also? I'm not sure if this is important - depends on your answer. As for the checks being performed from the same stack frame, the AC iterates over the protection domains as it checks them; the 3-to-1 behaviour is the result of there being 3 extra frames to check, possibly due to the fact your executing from JWS [although I'd expect JWS to be considered system code]. If the execution in AC gets to return null; then Debug.isOn("failure") must evaluate to true [...I'd slump in my chair at this point] but there's no way to figure out accurately what the semantics of this is AS THERE'S NO FRICKIN SRC AVAILABLE [...this really annoys me]. The only thing I can suggest for that is to not try and switch debugging on.
    I suspect you are using JAAS [hence the dynamic policy need]? I have an idea if you are.
    I totally know what you mean about the sleepless nights mate - I'm glad I done it all now, learnt all about security within Java which I knew nothing about 6 months ago.
    Warm regads,
    D

  • OC4J Webservices

    First question: What is the main difference between OC4J
    WebServices and WebServices using Apache SOAP 2.2?
    Second question: Is the OC4J style going to replace Apache
    SOAP2.2?
    Third question: (How) Is the Oracle XDK (going to be) used OC4J
    WebServices and/or Apache SOAP2.2?
    Question regarding How-To document:
    I've deployed the HelloWS (stateless) pure Java Web Service in
    OC4J 9.0.2.0.0 and I can access it's home page. There I can make
    a selection for either WSDL, proxy jar or proxy source. If I
    select to output the WSDL: http://..../hellows/helloService?wsdl
    the webservice returns a internal server error 500, indicating a
    NullPointer exception. Analyzing the stacktrace shows me that
    the error occurs at or due to:
    oracle.xml.jaxp.JXSAXTransformerFactory.getAssociatedStylesheet
    (JXSAXTransformerFactory.java:424). The NullpointerException
    occurs at oracle.xml.parser.v2.DOMLocator.getSystemId
    (DOMLocator.java:104).
    Any clues to what I'm missing here? Remember the proxy_jar and
    proxy_soruce both return without error.

    First question: What is the main difference between OC4J
    WebServices and WebServices using Apache SOAP 2.2?
    Answer:OC4J Web Service is much more scalable than Apache
    SOAP2.2 and is in tune with JSR 109 which is going to be part of
    J2EE 1.4.
    Second question: Is the OC4J style going to replace Apache
    SOAP2.2?
    Answer:Our direction is OC4J Web Services but we also support
    for Apache SOAP 2.2 for backward compatibility. Jdeveloper has
    option for deploying to either.
    Third question: (How) Is the Oracle XDK (going to be) used OC4J
    WebServices and/or Apache SOAP2.2?
    Question regarding How-To document:
    I've deployed the HelloWS (stateless) pure Java Web Service in
    OC4J 9.0.2.0.0 and I can access it's home page. There I can make
    a selection for either WSDL, proxy jar or proxy source. If I
    select to output the WSDL: http://..../hellows/helloService?wsdl
    the webservice returns a internal server error 500, indicating a
    NullPointer exception. Analyzing the stacktrace shows me that
    the error occurs at or due to:
    oracle.xml.jaxp.JXSAXTransformerFactory.getAssociatedStylesheet
    (JXSAXTransformerFactory.java:424). The NullpointerException
    occurs at oracle.xml.parser.v2.DOMLocator.getSystemId
    (DOMLocator.java:104).
    Any clues to what I'm missing here? Remember the proxy_jar and
    proxy_soruce both return without error.
    Answer:I actually I have it running on without any errors. I
    can&#8217;t think of any problems other than Jdk issues. The certified
    JDK is 1.3

  • Cannot find site lookup info for request Uri

    Hi Team,
    I am receiving the below error in the ULS log continously can someone help to resolve the issue.
    02/04/2015 18:40:43.11 w3wp.exe (0x4F18) 0x2D98 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri
    https://10.0.0.01/. a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.11 w3wp.exe (0x4F18) 0x2D98 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri
    https://10.0.0.01/. a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.11 w3wp.exe (0x4F18) 0x2D98 Web Content Management Publishing Cache aa6pl High PublishingHttpModule.PostAuthorizeRequestHandler(): Unexpected exception while analyzing URL: System.IO.FileNotFoundException:
    The Web application at https://10.0.0.01:443/ could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping
    to the intended application.     at Microsoft.SharePoint.SPSite.LookupSiteInfo(SPFarm farm, Boolean contextSite, Boolean swapSchemeForPathBasedSites, Uri& requestUri, Boolean& lookupRequiredContext, Guid& applicationId, Guid&
    contentDatabaseId, Guid& siteId, Guid& siteSubscriptionId, SPUrlZone& zone, String& serverRelativeUrl, Boolean& hostHeaderIsSiteName, Boolean& appWebRequest, String& appHostHeaderRedirectDomain, String& appSiteDomainPrefix,
    String& subscriptionName, String& appSiteDomainId, Uri& primaryUri)     at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, Boolean swapSchemeForPathBasedSites, SPUserToken userToken)    
    at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, SPUserToken userToken)     at Microsoft.SharePoint.SPSite..ctor(String requestUrl)     at Microsoft.SharePoint.Publishing.PublishingHttpModule.PostAuthorizeRequestHandler(Object
    sender, EventArgs e) a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.11 w3wp.exe (0x4F18) 0x1E54 SharePoint Foundation General af71 Medium HTTP Request method: GET a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.11 w3wp.exe (0x4F18) 0x1E54 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.11 w3wp.exe (0x4F18) 0x1E54 SharePoint Foundation General af74 Medium HTTP request URL: / a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.12 w3wp.exe (0x4F18) 0x1E54 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri
    https://10.0.0.01/. a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.12 w3wp.exe (0x4F18) 0x1E54 SharePoint Foundation Files aise3 Medium Failure when fetching document. 0x80070005 a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.12 w3wp.exe (0x4F18) 0x0180 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri
    https://10.0.0.01/. a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.12 w3wp.exe (0x4F18) 0x0180 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri
    https://10.0.0.01/. a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.12 w3wp.exe (0x4F18) 0x0180 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri
    https://10.0.0.01/. a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.12 w3wp.exe (0x4F18) 0x0180 SharePoint Foundation Runtime aep93 High Exception trying get context compatibility level: System.IO.FileNotFoundException: The Web application at
    https://10.0.0.01 could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.    
    at Microsoft.SharePoint.SPSite.LookupSiteInfo(SPFarm farm, Boolean contextSite, Boolean swapSchemeForPathBasedSites, Uri& requestUri, Boolean& lookupRequiredContext, Guid& applicationId, Guid& contentDatabaseId, Guid& siteId, Guid&
    siteSubscriptionId, SPUrlZone& zone, String& serverRelativeUrl, Boolean& hostHeaderIsSiteName, Boolean& appWebRequest, String& appHostHeaderRedirectDomain, String& appSiteDomainPrefix, String& subscriptionName, String& appSiteDomainId,
    Uri& primaryUri)     at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, Boolean swapSchemeForPathBasedSites, SPUserToken userToken)     at Microsoft.SharePoint.SPSite..ctor(SPFarm
    farm, Uri requestUri, Boolean contextSite)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextCompatibilityLevel(Uri requestUri) a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.12 w3wp.exe (0x4F18) 0x0180 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri
    https://10.0.0.01/. a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.12 w3wp.exe (0x4F18) 0x0180 SharePoint Foundation General adyrv High Cannot find site lookup info for request Uri
    https://10.0.0.01/. a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.12 w3wp.exe (0x4F18) 0x0180 SharePoint Foundation Runtime aep93 High Exception trying get context compatibility level: System.IO.FileNotFoundException: The Web application at
    https://10.0.0.01 could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.    
    at Microsoft.SharePoint.SPSite.LookupSiteInfo(SPFarm farm, Boolean contextSite, Boolean swapSchemeForPathBasedSites, Uri& requestUri, Boolean& lookupRequiredContext, Guid& applicationId, Guid& contentDatabaseId, Guid& siteId, Guid&
    siteSubscriptionId, SPUrlZone& zone, String& serverRelativeUrl, Boolean& hostHeaderIsSiteName, Boolean& appWebRequest, String& appHostHeaderRedirectDomain, String& appSiteDomainPrefix, String& subscriptionName, String& appSiteDomainId,
    Uri& primaryUri)     at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, Boolean swapSchemeForPathBasedSites, SPUserToken userToken)     at Microsoft.SharePoint.SPSite..ctor(SPFarm
    farm, Uri requestUri, Boolean contextSite)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextCompatibilityLevel(Uri requestUri) a565e69c-8d86-50e0-05a3-a7ca753286a0
    02/04/2015 18:40:43.12 w3wp.exe (0x4F18) 0x0180 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PreSendRequestHeaders). Execution Time=5.16643875129381 a565e69c-8d86-50e0-05a3-a7ca753286a0

    Hi Amol,
    check AAM, check host files and remove unneeded entries
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • OC4J SOAP Question

    I am working on a new service provider and thinking to write it in Java and put it into the OC4J. I have successfully deployed a simple program which can take a string as the input value and sent it over http/SOAP and then return another string as the out put. The SOAP request is like:
    <?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-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <SOAP-ENV:Body>
    <ns1:getEmpSalary xmlns:ns1="EmpService" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <empNo xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">asdf</empNo>
    </ns1:getEmpSalary>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    In this case, I know that my Java program need to have a method call getEmpSalary and it will take a String input.
    The new service I am working on will typically send me the SOAP request like:
    <?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-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap-env:Body>
    <batchRequest xmlns="urn:oasis:names:tc:XXX:2:0:core">
    <smallRequest namevalue1 inputA="someValueA" inputB="someValueB" inputC="someValueC" inputD="someValueD" inputE="someValueE">
    <somethingElse>
    <present name="someName"/>
    </somethingElse>
    </smallRequest>
    <smallRequest namevalue2 inputA="someValueA" inputB="someValueB" inputC="someValueC" inputD="someValueD" inputE="someValueE">
    <somethingElse>
    <present name="someName"/>
    </somethingElse>
    </smallRequest>
    </batchRequest>
    </soap-env:Body>
    </soap-env:Envelope>
    My questions are:
    What's the name of the Java method I should implement for this particular request? searchRequest? What will be the types of input parameters? How can we handle the "somethingElse" item? Note that it's a grouped request with two smallRequests in it.
    I am very new to this field and would really appreciate the help, or if you could just indicate some pointers.
    Thanks for the help.
    - DCFL

    First question: What is the main difference between OC4J
    WebServices and WebServices using Apache SOAP 2.2?
    Answer:OC4J Web Service is much more scalable than Apache
    SOAP2.2 and is in tune with JSR 109 which is going to be part of
    J2EE 1.4.
    Second question: Is the OC4J style going to replace Apache
    SOAP2.2?
    Answer:Our direction is OC4J Web Services but we also support
    for Apache SOAP 2.2 for backward compatibility. Jdeveloper has
    option for deploying to either.
    Third question: (How) Is the Oracle XDK (going to be) used OC4J
    WebServices and/or Apache SOAP2.2?
    Question regarding How-To document:
    I've deployed the HelloWS (stateless) pure Java Web Service in
    OC4J 9.0.2.0.0 and I can access it's home page. There I can make
    a selection for either WSDL, proxy jar or proxy source. If I
    select to output the WSDL: http://..../hellows/helloService?wsdl
    the webservice returns a internal server error 500, indicating a
    NullPointer exception. Analyzing the stacktrace shows me that
    the error occurs at or due to:
    oracle.xml.jaxp.JXSAXTransformerFactory.getAssociatedStylesheet
    (JXSAXTransformerFactory.java:424). The NullpointerException
    occurs at oracle.xml.parser.v2.DOMLocator.getSystemId
    (DOMLocator.java:104).
    Any clues to what I'm missing here? Remember the proxy_jar and
    proxy_soruce both return without error.
    Answer:I actually I have it running on without any errors. I
    can&#8217;t think of any problems other than Jdk issues. The certified
    JDK is 1.3

  • Why are my web analyzer exception symbols arrows?

    Hello all,
    I think that when I was in the class for BEx a while back that when we created exceptions for a query and then launched it in the web analyzer the images showed as little red, yellow, and green circles. I recently implemented some exceptions on a query and when I ran it I got black colored DOWN, SIDEWAYS, and UP arrows. I would like to have the little circle show instead. How do I go about changing what the symbols look like. I am suspecting that it may be in the MIME directory, but I am not sure. Any help would be appreciated and points awarded.
    Thanks in advance.

    Hi Jaime,
    I guess the default/standard exception symbol happens to be black arrows. To learn more about Analysis webitem Modification modules, you can refer help.sap.com :-
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    BEx Web -> BEx Web Interfaces -> Analysis Web Item - Using Parameter Modification.
    If you need help on how to implement the module for your own Exception Images, plz. let me know your email ID - shall post you a doc on the same.
    --Priya

Maybe you are looking for

  • Fiscal year independent Activity price determination

    Hi, I have a question regarding the activity prices in Controlling. We have a activity price plan(KP26 transaction) which is same every year. We do not want to copy this price every year . Is there a way to get this price for any year. Currently syst

  • Problem while Integrating workflow with OID.

    Hi I have a problem with integrating workflow with OID.I must execute the wf_ldap.synch_all() but I couldn't find WF_LDAP package body in the database.There is only package specification.How I can restore the wf_ldap package. Thanks for help..

  • OPA Data Adaptor Plugin importing XML to a session in Load

    Hi, I am writing a generic plugin which saves the session data as XML using SessionUtils.exportSession. This works fine as I have the session as an argument in the Save method. How can I get the session in the load method to do the import ? Sample co

  • How do I prevent copying BG colour when I paste?

    Copy a piece of text that sits on a colored background (let's say non -white) can't paste it onto a different colored background bc the colored background will paste with it Like above is there a fix or a setting that will prevent this copying the bg

  • Can´t start After Effects

    Hi, if I try to start After Effects (I have the Student & Teacher Cloud) I got a Systemerror, that "LogSession.dll" would be missing, and I had to install it again. But by using die Apllication Manager, I can´t install it. Can anybody tell me, where