Unable to find PUB Sample Intake Contact Integration Object or BC PUB Related Contact Income

While referring the Oracle documentation : Bookshelf v8.1/8.2: About the Sample Rulebase, There was a mention of using the IO PUB Sample Intake but I was unable to find the same in any Oracle Installation. Also If we have to create the IO by ourselves I did not find many of the BC mentioned in the table Table 15. Entities in the Sample Rulebase. The below 9 BC were specifically not present.
1) PUB Contact Expense'
2) PUB Contact Financial Asset
3) PUB Related Contact Income
4) PUB Related Contact Expense
5) PUB Related Contact Financial Asset
6) PUB Intake Application
7) PUB Intake Benefit Plan
8) PUB Intake Benefit Plan Line Item
9) PUB Intake Payment
Any suggestions or hints would be helpful. Thanks in advance.

Hi,
I see you are confused between using ra_interface_lines_all and API. The AR Invoice can be created in two method.
1. Using Autoinvoice interface a open interface program. For this you need to populate ra_interface_lines_all and ra_interface_distributions_all (if you are not using auto accounting) interface tables and then submit the Autoinvoice Master program, a interface program to load the AR invoices. Once the program completes, the errors will be stored in ra_interface_errors_all table.
2. Second method is to use the API. If you are using API, no interface table will be used to and errors will not be stored in interface tables. You can use the following routine to get the errors.
IF l_return_status != 'S' THEN
dbms_output.put_line('unexpected errors found!');
IF p_msg_count = 1 Then
dbms_output.put_line('l_msg_data '||l_msg_data);
ELSIF l_msg_count > 1 Then
LOOP
p_count := p_count+1;
p_msg_data := FND_MSG_PUB.Get(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);
IF p_msg_data is NULL Then
EXIT;
END IF;
dbms_output.put_line('Message' || p_count ||'.'||l_msg_data);
END LOOP;
END IF;
ELSE
dbms_output.put_line(' Got Created Sucessfully : '||l_customer_trx_id);
END IF;
KG

Similar Messages

  • TS4006 After installing IOS 6.1, and the ICloud I am unable to find my contact list on the Iphone. Help!!

    I am unable to find my acontact list after downloading IOS6.1 and the ICloud.  When I open contacts up on the Iphone is says that I don't have any????

    I'm sorry for the delay in my response but I was away for the weekend. I went through and tried all of above and still not working. To answer the question about connecting to another router ie Starbucks was not tried as I haven't had a chance to get over there yet, BUT I do have hot spot on my iPhone and I don't see that either. Currently I connected to the internet through the hot spot using Bluetooth, so I am able to use it but only if my phone is around. It is the only way that I can get the iPad online currently.
    As for the answer regarding SSID/router changes, I am not very technologically sauvy but I do know that it was working perfectly for several months and just suddenly stopped connecting, but as I mentioned above every other device connects to the router in my house and nothing has been changed or added. It does seem weird that it won't find my iPhone when the hot spot is on and every other device will.
    Thank you all for your responses, and please keep them coming. Is there anyway that maybe I changed a setting on my iPad accidentally that I am not aware of?  By that I mean other than the obvious wifi on/off switch. I keep hoping the answer will be something silly, obvious and a quick fix.
    Once again, thank you all for taking the time to answer. Hopefully we can all work to figure this out and help out myself and the others having this ANNOYING. issue!!

  • Mail unable to find contacts

    When using Mail to compose an Email, I am unable to find any contacts listed. The ICloud is active and required Email addresses are shown in Contacts but they do not appear nor can be found in Mail.
    Any suggestions would be gratefully received.

    From the Mail menu bar, select
    Mail ▹ Preferences ▹ Composing
    and check the box marked
    Automatically complete addresses
    You don't have to configure LDAP. If the box is already checked, or if checking it has no effect, then continue as below.
    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Log out and log back in. Launch Mail and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Problem with PI7.1 Newly Installed - Unable to find resource

    Hello All,
    I installed PI 7.1 Newly. I configured Sample File to File Scenario. When i running the sample scenario I got the following message. Please suggest me on this.
    Unable to find resource 87393791-ca19-11dd-81ab-
    fd0dc0a8015a in the following software component
    versions:
    Thanks
    Venkat K
    Edited by: venkat k on Dec 18, 2008 10:05 PM

    Hi Venkat,
    Did you configure for Central SLD? Try restarting the Java engine from SMICM.
    Check the status of SLD by running SLDCHECK transaction.
    Login to SLD and under Technical system of type Process Integration - you should be able to 6 components. Check whether all the components exists
    1. Adapter Engine 2. Domain 3. ID 4. IR 5. Integration server and 6. RWB
    If anything is missing, please follow the note mentioned above.
    Thanks,
    Srini
    Edited by: srinivas kapu on Dec 18, 2008 10:05 PM

  • Identity service unable to find the realm

    hi'
    I am facing issue after configuring "Configuring Identity Service with Oracle Internet Directory"
    I followed this administrator guide "http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28982/service_config.htm#sthref280"
    this is the result after running the script:
    C:\product\10.1.3.1\OracleAS_1\bpel\system\services\install\ant-tasks>configure_
    oid orcladmin welcome1 389 false sonata seedAllUsers oc4jadmin welcome1 oc4j_soa
    Buildfile: oid-config.xml
    config-oid:
    [echo] Configuring OID...
    [mkdir] Created dir: C:\product\10.1.3.1\OracleAS_1\ldap\install
    [java] Install Configuration
    [java] Install Type: ConfigureOID
    [java] Oracle Home: C:\product\10.1.3.1\OracleAS_1
    [java] JDK Home: C:\product\10.1.3.1\OracleAS_1\jdk
    [java] Proxy Required: false
    [java] Database Vendor: oracle
    [java] OID Host: ${oid.host}
    [java] OID Port: 389
    [java] OID Realm: sonata
    [java] OID Seed: seedAllUsers
    [java] Admin User: orcladmin
    [java] ***************************************************************
    [java] Trying to obtain OID specific details from configuration files.
    [java] Warning: You would encounter problems if you have not associated you
    r instance with an OID.
    [java] ***************************************************************
    [java] OID Host is: son1592
    [java] OID Port is: 389
    [java] Seeding users/roles in OID realm : sonata...
    [java] Buildfile: bpminstall.xml
    [java] seed-oid:
    [java] init:
    [java] seed-oid:
    [java] Seeding system users/roles into OID ...
    [java] Migration of LDIF data completed. All the entries are successfully m
    igrated
    [java] Seeding demo users/roles into OID ...
    [java] Migration of LDIF data completed. All the entries are successfully m
    igrated
    [java] BUILD SUCCESSFUL
    [java] Total time: 9 seconds
    [java] Exit: 0
    [java] Configuring BPEL identity service configuration file ...
    [java] Adding jaas-mode attribute to hw_services orion-application.xml
    [java] Adding jaas-mode attribute to orabpel orion-application.xml
    bpel-grant-privileges:
    [echo] Granting Server privileges to BPMSystemAdmin role...
    [java] The specified permission has already been granted to the grantee.
    [echo] Granting Domain privileges to BPMDefaultDomainAdmin role...
    [java] The specified permission has already been granted to the grantee.
    all:
    BUILD SUCCESSFUL
    Total time: 13 seconds
    now when I am using the IdentityService servlet to look up users and roles by going to http://localhost:9700/integration/services/IdentityService/identity?operation=lookupUser and checking the realm
    this is the error coming:
    <env:Envelope
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns0="http://xmlns.oracle.com/bpel/services/IdentityService">
    <env:Body>
    <env:Fault
    xsi:type="env:Fault">
    <faultcode>env:Server</faultcode>
    <faultstring
    xsi:nil="1"/>
    <detail>
    <ns0:identityServiceError>
    <ns0:faultInfo>Realm is not found. Identity service unable to find the realm by name sonata. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable. </ns0:faultInfo>
    </ns0:identityServiceError>
    </detail>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    thanks
    Yatan

    hi Anirudh,
    do you think this is wrong approach to copy file from home to other instances? actually I followed the following link to configure OID with BPEL
    url--> "http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28982/service_config.htm#BABIBGFF"
    as per the document after executing the configure_oid.bat file only the jazn.xml inside the home was getting updated but no change was there in jazn.xml which was inside oc4j_soa folder, this was infact told in the document that we need to manually copy the properties from home--> jazn.xml file, but when I was trying to copy it was giving error, so insted of copying any thing from home--> jaxn.xml file, I copied the file and replaced it inside oc4j_soa.
    do you think this is not the right approach?
    waiting for inputs.
    thanks
    Yatan

  • Unable to find sqlnet.ora

    hi,
    In m unable to find sqlnet.ora file in my server which is IBM AIX 5.3, but i can see sqlnet.log file in the location .
    caracalp:FRPDWP:/ora/product/v102/network/log>ls -ltr
    total 502456
    -rw-r-----    1 oracle   dba          931322 Aug 12 12:35 sqlnet.log
    -rw-r--r--    1 oracle   dba       220928805 Aug 12 13:21 listener_ds.log
    -rw-r--r--    1 oracle   dba        35128744 Aug 12 13:21 listener.logCan u please tell me where should be the sqlnet.ora. I checked in the below location too,but its not there
    caracalp:FRPDWP:/ora/product/v102/network/admin>ls -ltr
    total 8
    -rw-r--r--    1 oracle   dba             172 Dec 26 2003  shrept.lst
    -rw-r--r--    1 oracle   dba               0 Aug 14 2005  libnrad10.imp
    -rw-r--r--    1 oracle   dba               0 Aug 14 2005  libnrad10.exp
    -rw-r--r--    1 oracle   dba               0 Aug 14 2005  libnk510.imp
    drwxr-xr-x    2 oracle   dba             256 Dec 02 2010  samples
    lrwxrwxrwx    1 oracle   dba              17 Feb 05 2011  tnsnames.ora -> /etc/tnsnames.ora
    lrwxrwxrwx    1 oracle   dba              17 Feb 05 2011  listener.ora -> /etc/listener.ora

    show the output of tnsping command, using that you can find your corresponding sqlnet.ora file location for your database.
    example:-
    C:\Windows\System32>tnsping DEMODB
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.3.0 - Production on 12-AUG-2
    011 11:48:13
    Copyright (c) 1997, 2006, Oracle.  All rights reserved.
    Used parameter files:
    D:\oracle\product\10.2.0\db_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxxxxx)(PORT = 1522)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = demodb)))
    OK (60 msec)
    C:\Windows\System32>

  • Unable to find security data

    Hello,
    I am trying a scenario file--> xi ---> RFC , does anybody know what this message means. The problem appear when I send a flat file to XI.  My question is, do I need to make some extra settings ?
    This is the error am getting.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Technical Routing
      -->
    - <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">
      <SAP:Context />
      <SAP:Code p1="Intromoto_bus,zempiface/http://empinfo.com" p2="sap_bus,ZHRONBOARD_ACCEPT/urn:sap-com:document:sap:rfc:functions" p3="" p4="">PHYROU.UNDEFINED_SECURITY</SAP:Code>
      <SAP:Text language="EN">Technical routing: Unable to find security data for sender Intromoto_bus,zempiface/http://empinfo.com for receiver sap_bus,ZHRONBOARD_ACCEPT/urn:sap-com:document:sap:rfc:functions</SAP:Text>
      </SAP:ErrorHeader>
    Rgds,
    Ram Sri

    Hi,
    but then, the error message is very concise. The security object in the integration directory with the key:
    Send:
    Intromoto_bus
    zempiface
    http://empinfo.com
    Rec:
    sap_bus
    ZHRONBOARD_ACCEPT
    urn:sap-com:document:sap:rfc:functions
    is missing. You need to create it in the directory.
    Regards,
    Hermann

  • Unable to find class oracle.adf.controller.faces.lifecycle.ADFPhaseListener

    hi ,OTN
    I have an ADF 10g application which I migrate to Jdeveloper 11.1.1.3.0 version after migration and turning Adf faces to Apache Trinidad components and fixing all my code,compiling the application without any Errors,when I deployed my application to weblogic I had a deployment exception this is all the stack trace
    User defined listener com.sun.faces.config.ConfigureListener failed: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!
    Cause: Unable to find class 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener '
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!
    Cause: Unable to find class 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener'
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:212)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:195)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         Truncated. see log file for complete stacktrace
    Caused By: com.sun.faces.config.ConfigurationException:
    Cause: Unable to find class 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener'
         at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:248)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:141)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:114)
         at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
         at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:132)
         Truncated. see log file for complete stacktrace
    <08/10/2010 EET 04:11:11 م> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1286547027015' for task '0'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: com.sun.faces.config.ConfigurationException:
    Cause: Unable to find class 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener'
         at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:248)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:141)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:114)
         at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
         at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:132)
         Truncated. see log file for complete stacktrace
    >
    <08/10/2010 EET 04:11:11 م> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'Version4'.>
    <08/10/2010 EET 04:11:11 م> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'Version4'.>
    <08/10/2010 EET 04:11:11 م> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: :com.sun.faces.config.ConfigurationException:
    Source Document: file:/C:/Documents and Settings/Administrator/Application Data/JDeveloper/system11.1.1.3.37.56.60/o.j2ee/drs/Version4/ViewControllerWebApp.war/WEB-INF/faces-config.xml
    Cause: Unable to find class 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener'
         at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:248)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:141)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:114)
         at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
         at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:132)
         Truncated. see log file for complete stacktrace
    help please?

    thank you for quick reply. but I ran my application in the integrated weblogic server in the Jdeveloper.I did not deploy it to a standalone one.did you mean the default domain?

  • Error when invoking webservice on https (unable to find valid certification

    I have a webservice which run on https..
    When I made a simple test (jsp) page on my local computer all works fine (jdeveloper 10g) ..
    When I deploy the ear file to remote oc4j and run the test page I get the error:
    javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    My test page is just simple jsp page with some system parameters like this:
    ================
    String dir = request.getRealPath("/cert");
    System.getProperties().put("javax.net.ssl.keyStore", dir + "/adriatic.p12");
    System.getProperties().put("javax.net.ssl.keyStorePassword", "as-p4ss");
    System.getProperties().put("javax.net.ssl.keyStoreType", "PKCS12");
    System.getProperties().put("javax.net.ssl.trustStore", dir + "/service.megapos.si.jks");
    System.getProperties().put("javax.net.ssl.trustStorePassword", "megapos");
    System.getProperties().put("javax.net.ssl.trustStoreType", "JKS");
    ================
    why this works on windows and doesn't work on linux?
    All paths to my certificare and truststore are correct.
    On my local pc (windows) there is a Jdeveloper Oc4j version (10.1.2.0.2) and works fine
    On linux there is a oc4j version 10.1.3.4.0 and doesn't work..
    thank you for any help

    Peter,
    Apparently the linux jdk/jre doesn't have the ability to validate the certificate being used.
    I dunno if [url http://www.java-samples.com/showtutorial.php?tutorialid=210]this might help you?
    John

  • Error message on signing back in to Trial Subscription for Azure: "We were unable to find any subscriptions associated your account."

    Having signed up two days ago to a one month Trial Subscription to Window Azure, had my credit card details accepted and installed Windows Azure Powershell cmdlets from http://aka.ms/azpowershell I encounter
    the following error message when I try to log back in a day later (using the Windows Live ID with which I signed up): "We were unable to find any subscriptions associated with your account" . I'd be most grateful
    for help.

    hi,
    Did you resolve this issue? If not, you could try the below:
    I would like to suggest you to try the one that mentioned by Tabrez at: 
    http://social.msdn.microsoft.com/Forums/en-US/7a2acffb-6419-4a3d-8fb4-c8258790a2bb/why-cant-i-sign-up-for-the-1month-free-trial
    [quote]
    Contact support here:   https://support.microsoft.com/oas/default.aspx?gprid=17024&st=1&wfxredirect=1&sd=gn&wa=wsignin1.0&wa=wsignin1.0
    [/quote]
    Please try it.
    Thanks.
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Snow Leopard crashed : unable to find the hard drive in Disk utility

    Hello,
    A few days ago, my computer (running on Snow Leopard 10.6.3) suddently crashed (no recent update, no new software or hardware installation).
    Since then, i'm unable to start the computer. It freezes on the start screen with the apple and the loading bar. Sometimes i've got an empty folder with a question mark.
    I tried to start with the install CD, and when i select Disk utility, it only recognizes the DVD, not the hard drive (then i cannot even try to repair it).
    When i want to re-install Snow Leopard, i arrive on an empty screen on which i'm asked to choose a drive to install on. Of course as i cannot choose a drive, i cannot install.
    Finally, when i try to start with no errors (pressing Maj button when starting), i've got a kernel panic error saying "unable to find driver for this platform ACPI"
    Can anyone help me ?
    thanks in advance.

    Your hard drive has had a serious malfunction. It might be that it is software: your partition table may be corrupt. If so, this may be fixable if you take it to a local Apple certified tech. However, it is more likely that it is hardware and the drive itself has failed. I hope you have a backup. If you do, you will need to replace the drive and restore the backup to the new drive. If you don't and you have important data on that drive (and if you have important data, why don't you have a backup?) you will need to contact one of the data recovery services, such as Drive Savers or Rescuecom. Be advised that the price for data recovery starts at $200 and heads upwards really quickly, depending on what the exact problem with the drive is. I have seen data recovery charges of $3000 and more for seriously screwed up drives.
    Having a backup is a lot easier and a lot cheaper.

  • Unable to find the path of automatic (command line) backup of LCM

    I created the batch script to take the LCM backup on Essbase/FDQM (ESB01)
    Detail is as under
    1. Copy utility.sh and utility.bat file from  D:\Oracle\Middleware\EPMSystem11R1\common\utilities\LCM\11.1.2.0\bin  to   D:\Oracle\Middleware\user_projects\epmsystem1\bin
    2. Generate the xml file (Login on Shared Service Console as admin user
    Application Group →  Foundation →  Shared Service  → Select All → Define Migration → Next → Enter File System Name → Next → Next → Save Migration Definition → Save the xml File
    3. D:\Oracle\Middleware\user_projects\epmsystem1\bin>type WeeklyMigration.bat
    utility.bat MigrationDefinition.xml
    4. First time have to run manual, It will store the credentials in xml file (MigrationDefinition.xml)
    D:\Oracle\Middleware\user_projects\epmsystem1\bin>WeeklyMigration.bat
    >>> Enter username - admin
    >>> Enter Password –
    batch file executed sucessfully as below
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>weeklyMigration.bat
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>utility.bat MigrationDefinition.xml
    Sep 15, 2013 11:26:19 PM com.hyperion.hit.registry.DatabaseComponentImpl getData
    baseHostName
    INFO: Registry DB has been configured with thin driver jdbc:oracle:thin:@jxebdrd
    b.dpworld.ae:1576:DPUT.
    Sep 15, 2013 11:26:20 PM oracle.EPMAUDITCLIENT
    INFO: Client Enable Status false
    Sep 15, 2013 11:26:20 PM oracle.EPMAUDITCLIENT
    INFO: Audit Client has been created for the product HUB-11.1.2.0
    Sep 15, 2013 11:26:21 PM
    INFO: Initializing CMSClient.
    Sep 15, 2013 11:26:21 PM
    INFO: CMSClient initialized successfully.
    Sep 15, 2013 11:26:21 PM
    INFO: Checking if application group Foundation exists in Registry.
    Sep 15, 2013 11:26:21 PM
    INFO: Validating user inputs.
    Sep 15, 2013 11:26:21 PM
    INFO: User input validations done.
    Sep 15, 2013 11:26:21 PM
    INFO: Checking if application group Foundation exists in Registry.
    Sep 15, 2013 11:26:21 PM
    INFO: Retrieving application id for application with display-name Shared Service
    s.
    I had remvoe display line.
    Exported Artifact - Groups.
    Sep 15, 2013 11:26:26 PM com.hyperion.css.exchange.framework.CSSIEJob doExport:8
    3
    INFO: Successfully exported 0 roles.
    Exported Artifact - Roles.
    Exported Artifact - DPWUAE.
    Exported Artifact - fdqm_app.
    Exported Artifact - Reporting and Analysis.
    Exported Artifact - Essbase Studio Server2.
    Exported Artifact - HBRAPP.
    Exported Artifact - Shared Services.
    Exported Artifact - Sample.
    Exported Artifact - Sample_U.
    Exported Artifact - DMDemo.
    Exported Artifact - EssbaseCluster-1.
    Exported Artifact - Samppart.
    Exported Artifact - TestCube.
    Exported Artifact - ASOsamp.
    Exported Artifact - Demo.
    Exported Artifact - Sampeast.
    Migration Status - Success
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>
    Now I unable to find the LCM backup file, where it has generate? what is the location of the backup file by this batch execution?

    As for my knowledge "." will fetch from the directory where we are running.Exactly. A directory. Not a JAR file. If you want to access it via File, you can't put it into the JAR. if you want to put it into the JAR, you need to use Class.getResource() and friends.

  • Adobe Distiller 11.0.9 - Unable to find "Adobe PDF" resource files "C:\Program Files\Adobe\Acrobat 9.0\Acrobat\AMT"

    When I attempt to launch Adobe Distiller Pro 11.0.929, I get an error:
    Unable to find "Adobe PDF" resource files "C:\Program Files\Adobe\Acrobat 9.0\Acrobat\AMT" You must have Administrator privileges to install these files. Please contact your local system administrator.
    Does anyone know how I might resolve this error?  Re-installing Acrobat fixes it, however I'm getting this error on multiple machines so I would prefer to not have to re-install if possible. Any clues or hints you might have are very welcome!

    Yes, the folder exists and I am able to access it.

  • Problem "Unable to find resource" in SAP PI 7.0 Sp12

    Hi Experts - We are experiencing below problem in SAP PI 7.0 SP 12.
    Objects are available in the system and cache notifications are green. Even after multiple attemps messages are not processing.
    Is there any resolution action we can take? Details below.
    THanks, Mathias.
    <Trace level="1" type="B" name="CL_RD_PLSRV-ENTER_PLSRV">
    <Trace level="1" type="T">R E C E I V E R - D E T E R M I N A T I O N</Trace>
    <Trace level="1" type="T">Cache Content is up to date</Trace>
    <Trace level="2" type="T">Start without given receiver</Trace>
    <Trace level="2" type="T">Dynamic Receiver Determination via Mapping.</Trace>
    <Trace level="2" type="T">......attachment XI_Context not found</Trace>
    <Trace level="3" type="T">Object ID of Interface Mapping 721735504F3735BB885E49DD430ACFB0</Trace>
    <Trace level="3" type="T">Version ID of Interface Mapping 4E0CDFA06AAB11DBBE41EACA91374078</Trace>
    <Trace level="1" type="T">Interface Mapping http://eu.Company.com/SC/Mak/Pack/ProdRec/xi NAME_WMTORD_TO_SAP_BASIS_Receivers</Trace>
    <Trace level="3" type="T">Mapping Steps 1 JAVA com/sap/xi/tf/_NAME_WMTORD_TO_SAP_BASIS_Receivers_</Trace>
    <Trace level="3" type="T">Dynamic Configuration ( http://sap.com/xi/XI/System/IDoc SNDPOR SAPSXX ) ( http://sap.com/xi/XI/System/IDoc SNDPRN SXXCLNT010 ) ( http://sap.com/xi/XI/System/IDoc SNDPRT LS ) ( http://sap.com/xi/XI/System/IDoc RCVPOR XXXCLNT010 ) ( http://sap.com/xi/XI/System/IDoc RCVPRN X1295_LWHA ) ( http://sap.com/xi/XI/System/IDoc RCVPRT LS ) ( http://sap.com/xi/XI/System/IDoc MESTYP WMTORD ) ( http://sap.com/xi/XI/System/IDoc IDOCTYP WMTOID01 ) ( http://sap.com/xi/XI/System/IDoc CIMTYP )</Trace>
    <Trace level="2" type="T">Mode 0</Trace>
    <Trace level="3" type="T">Creating Java mapping com/sap/xi/tf/_NAME_WMTORD_TO_SAP_BASIS_Receivers_.</Trace>
    <Trace level="3" type="T">Load 4e0cdfa0-6aab-11db-be41-eaca91374078, http://eu.Company.com/SC/Mak/Pack/ProdRec/xi, -1, com/sap/xi/tf/_NAME_WMTORD_TO_SAP_BASIS_Receivers_.class.</Trace>
    <Trace level="3" type="T">Search com/sap/xi/tf/_NAME_WMTORD_TO_SAP_BASIS_Receivers_.class (http://eu.Company.com/SC/Mak/Pack/ProdRec/xi, -1) in swcv 4e0cdfa0-6aab-11db-be41-eaca91374078.</Trace>
    <Trace level="3" type="T">Does not found exact entry. Search in other namspaces.</Trace>
    <Trace level="3" type="T">Search com/sap/xi/tf/_NAME_WMTORD_TO_SAP_BASIS_Receivers_.class (-1) in swcv 4e0cdfa0-6aab-11db-be41-eaca91374078 without namespace.</Trace>
    <Trace level="1" type="T">Class not found: com.sap.xi.tf._NAME_WMTORD_TO_SAP_BASIS_Receivers_</Trace>
    <Trace level="1" type="T">com.sap.aii.ibrun.server.mapping.persist.ResourceNotFoundException: Unable to find resource com/sap/xi/tf/_NAME_WMTORD_TO_SAP_BASIS_Receivers_.class (http://eu.Company.com/SC/Mak/Pack/ProdRec/xi, 4e0cdfa0-6aab-11db-be41-eaca91374078, -1) at com.sap.aii.ibrun.server.mapping.persist.DBSwcvMappingPersistor.getInputStream(DBSwcvMappingPersistor.java:325) at com.sap.aii.ibrun.server.mapping.persist.DBSwcvMappingPersistor.readFile(DBSwcvMappingPersistor.java:203) at com.sap.aii.ibrun.server.mapping.persist.DBSwcvMappingPersistor.readClass(DBSwcvMappingPersistor.java:195) at com.sap.aii.ibrun.server.mapping.MappingLoader.findClass(MappingLoader.java:138) at java.lang.ClassLoader.loadClass(ClassLoader.java:627) at java.lang.ClassLoader.loadClass(ClassLoader.java:593) at com.sap.aii.ibrun.server.mapping.JavaMapping.load(JavaMapping.java:95) at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:45) at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92) at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131) at sun.reflect.GeneratedMethodAccessor329.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:62) at java.lang.reflect.Method.invoke(Method.java:391) at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy252.processFunction(Unknown Source) at sun.reflect.GeneratedMethodAccessor328.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:62) at java.lang.reflect.Method.invoke(Method.java:391) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.call(RFCDefaultRequestHandler.java:275) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:217) at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequest(RFCJCOServer.java:156) at com.sap.mw.jco.JCO$Server.dispatchRequest(JCO.java:7803) at com.sap.mw.jco.MiddlewareJRfc$Server.dispatchRequest(MiddlewareJRfc.java:2405) at com.sap.mw.jco.MiddlewareJRfc$Server.listen(MiddlewareJRfc.java:1728) at com.sap.mw.jco.JCO$Server.listen(JCO.java:8164) at com.sap.mw.jco.JCO$Server.work(JCO.java:8284) at com.sap.mw.jco.JCO$Server.loop(JCO.java:8231) at com.sap.mw.jco.JCO$Server.run(JCO.java:8147) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(AccessController.java:219) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)</Trace>
    <Trace level="1" type="T">java.lang.ClassNotFoundException at JavaMapping.load(): Could not load class: com/sap/xi/tf/_NAME_WMTORD_TO_SAP_BASIS_Receivers_</Trace>

    Hi - We have executed the re-transport which resolved the situation described above.
    However we have not been able to fully close the topic and understand the root cause.
    Our current understanding is as follows:
    At the time of a transport activation, a cache notification is created and the information is transmitted from the Integration Directory to the different caches using user XIDIRUSER. After the successful notification, the cache update is triggered. This is initiated by the IE ABAP Runtime via user XIISUSER. This user is calling the Integration Directory which than takes user XIDIRUSER to retrieve the required objects, e.g. message mappings, from the Integration Repository. If at this stage, the user XIDIRUSER does not receive an available Work-Process, the action is not completed. This means also the cache notification stays green, as the negative feedback cannot be transmitted either, since the user XIDIRUSER 'died out'.
    This was confirmed to happen in an overload situation for our system.
    Please comment if you have any further experiences or different explanation.
    Mathias

  • Unable To Register the sample OAF page in Oracle apps R12.0.0

    Hi All,
    I am registering a sample page in Purchasing Resonsibility in R12.0.0
    I have moved my .classes zipped folder (jdevbin/jdev/myclasses/) to JAVA_TOP/classes in linux and unzipped the folder and moved my .xml files to PO_TOP/mds/selfservice/csvdemo/webui
    and bounced the apps server and from Functional Administrator Responsibility I have created the Function and added to menu and bounced the apps server
    but when I clicked the link from front end (from Purchasing Responsibility) I am getting the following error.
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_DATA. Tokens: REGIONCODE = /chola/oracle/apps/fnd/csvdemo/webui/CsvFileUploadPG.xml;
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:529)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3745)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3467)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1096)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:532)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:420)
         at OA.jspService(_OA.java:216)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:204)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /chola/oracle/apps/fnd/csvdemo/webui/CsvFileUploadPG.xml, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1392)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3745)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3467)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1096)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:532)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:420)
         at OA.jspService(_OA.java:216)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:204)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /chola/oracle/apps/fnd/csvdemo/webui/CsvFileUploadPG.xml, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1392)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3745)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3467)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1096)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:532)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:420)
         at OA.jspService(_OA.java:216)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:204)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Regards,
    Sukumar
    Edited by: user8676219 on Mar 1, 2011 5:58 AM

    Please use the OS {forum:id=210}

Maybe you are looking for

  • FI treatments related to Dispute Management in FSCM

    MODERATOR:  please read the forum rules about requesting documentation Hi Financial gurus, anybody has documentation of FI treatments related to Dispute Management in FSCM? I'm intrested, in particular, in management of deductions "trade related" tha

  • How to hide/show columns in the tabular form

    Hi friends, I have a tabular form in my apex page. In the tabular form i have a check box as a one column, if i click that check box means, two more columns has to come or enable in my tabular form if i uncheck that check box means, two column has to

  • How GL CODE gets determined based upon the TAX Code

    Dear Sir, We request you to kindly guide about the follwoing query : In the PO we mention the TaxCode and the TAXCODE contain all the condition records . Subsequently for the Items being ordered we maintain the condition type using FV11 . my question

  • Is Oracle 9i down?

    While trying to get Spatial Database Engine set up to work with Oracle 9i on a Solaris 9 platform, I get the following. Does this mean that Sqlplus is working but Oracle itself is down?: sqlplus "/as sysdba" SQL*Plus: Release 9.0.1.0.0 - Production o

  • Error when saving IT1008

    Hi All, I have a strange issue. I am trying to save IT1008 through PP01 for a Position. When I try to create it, the PA and PSA gets inherited from Org Unit which is fine. When I save the same, i get the error 'A record without data cannot be saved'.