SRKIM:R11i: Upgrade 후 applications 접속 시 responsibilities 가 중복되어 나타남.

Purpose
Applications 에 접속 시 특정 responsibilities 몇 개가 중복으로 나타날 때 해결책에 대해 알아 봅니다.
Symptom
R11i 의 11.5.9 에서 11.5.10 으로 upgrade 완료 후
Applications 접속 시 특정 responsibilities 가 중복으로 나타나고 있고 아래 sql 문 수행 시 return 되는 데이터가 존재 합니다.
SQL> select USER_ID, RESPONSIBILITY_ID , count(*) from FND_USER_RESP_GROUPS group by USER_ID, RESPONSIBILITY_ID
2 having count(*) > 1;
Fix
아래와 같이 Workflow Directory Services User/Role Validation program 을 수행 합니다.
1) Run the concurrent program FNDWFDSURV 'Workflow Directory Services User/Role Validation' successfully.
2) Please retest the issue.
3)If the issue is resolved, please migrate the solution as appropriate to other environments.
Reference
Note. 389442.1 Duplicate Records in FND_USER_RESP_GROUP View

Similar Messages

  • SRKIM: R11i: Applications 에 접속 후 Forms Menu launch 시 IE 가 crash 될 경우

    Purpose
    Applications 에 접속 후 Forms Menu 선택 시 form 이 뜨다가 IE browser 자체가 crash 될 경우 해결책을 알아 보도록 한다.
    Symptom
    R11i Oracle Applications 에 접속 후 Forms Based Responsibility 선택 시 Form 이 뜨다 말고 IE Browser 자체가 아래와 같은 error 와 함께 crash 된다.
    ‘Internet Exploerer has encountered a problem and needs to close. We are sorry for the inconvenience’
    해당 error message 창에서 “To see what data this error report contains, click here" link 를 누르면 아래와 같이 좀 더 detail 한 error 가 나타날 것이다.
    Error Signature
    AppName:iexplore.exe AppVer: 7.-/6---/16414 ModName: jvm.dll
    Fix
    1. 만약 IE 7을 사용 중이라면 아래 내용을 모두 충족 하는지 확인하다.
    - E-Business Suite Release 11i version 11.5.9.CU2
    - Oracle Developer 6i patchset 18 (6.0.8.27.x) or later
    - Oracle Applications Technology 11i.ATG_PF.H Rollup 4 (RUP 4) (Patch 4676589)
    - JInitiator 1.3.1.x
    - Desktop clients running Microsoft Windows XP
    2. Jinitiator 와 a 3rd-party browser extension 호환성의 문제 일 수 있으니 아래와 같이 설정한다.
    IE Browser Menu - Tools - Internet Options - Advanced - uncheck 'enable third-party browser extensions'
    3. 해당 option uncheck 후 다시 applications 에 접속 후 문제가 해결 되었다면 Windows Live Toolbar, Windows Live Toolbar Helper, Windows Live Messenger, McAfee Site Advisor 같은 program 과의 호환성 문제 이므로 해당 plugin을 disable 하거나 option으로 사용해야 한다.
    4. 위의 방법으로도 해결이 되지 않을 경우에는 native JRE 를 사용하여 Forms 을 호출 하도록 Note 290807.1 "Upgrading Sun JRE with Oracle Applications 11i" 을 보고 JRE 를 upgrade 한다.
    Reference
    Note. 430359.1 - Internet Explorer Crashes When Forms Is Launched

  • Upgrade Application database

    How to upgrade Application database from 9.2.0.6 to 9.2.0.8
    Solaris 5.9 (64 bit)
    appl server version 11.5.10.2
    which Doc id i should refer ....plz let me know
    do the needful..

    Hi
    I'm not certain of the exact patch you need but you will find these on MetaLink. The quickest way would be to raise an SR and ask Oracle for the patch number..
    You may also want to post this to the database forum as this is the Discoverer forum: General Database Discussions
    Best wishes
    Michael

  • JDBC control not work after upgrade application from workshop 8.1 to 9.2.3

    Hi,
    We upgraded application from workshop 8.1 to 9.2.3. After that, the JDBC control not work any more. We got the following exception:
    java.sql.SQLException: The transaction is no longer active - status: 'Committed'. No further JDBC access is allowed within this transaction.
    at weblogic.jdbc.wrapper.JTSConnection.checkIfRolledBack(JTSConnection.java:192)
    at weblogic.jdbc.wrapper.JTSConnection.checkConnection(JTSConnection.java:202)
    at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:87)
    at weblogic.jdbc.wrapper.Connection.getMetaData(Connection.java:435)
    at org.apache.beehive.controls.system.jdbc.parser.SqlStatement.createPreparedStatement(SqlStatement.java:128)
    at org.apache.beehive.controls.system.jdbc.JdbcControlImpl.execPreparedStatement(JdbcControlImpl.java:272)
    at com.bea.wlw.runtime.core.control.internal.JdbcControlImpl.invoke(JdbcControlImpl.java:136)
    at controls.SecurityBean.getUpdateDocPermission(SecurityBean.java:598)
    at security.SecurityManagerImpl.getUpdateDocPermission(SecurityManagerImpl.java:110)
    at security.SecurityManagerBean.getUpdateDocPermission(SecurityManagerBean.java:509)
    The control that throw the exception has "transactionattribute" annotation added automatically by upgrade wizard during upgrading. Related classed are as follows:
    @ControlInterface()
    public interface SecurityManager
    @TransactionAttribute(TransactionAttributeType.REQUIRED)
    boolean getUpdateDocPermission(java.lang.String userId);
    @ControlImplementation()
    public class SecurityManagerImpl implements SecurityManager, Serializable
    * @common:control
    @org.apache.beehive.controls.api.bean.Control()
    private controls.Security security;
    static final long serialVersionUID = 1L;
    * @common:operation
    public boolean getUpdateDocPermission(String userId)
    if ( security.getUpdateDocPermission(userId) > 0) {
    return true;
    else
    return false;
    @ControlExtension()
    @JdbcControl.ConnectionDataSource(jndiName = "EventDesk")
    public interface Security extends JdbcControl
    static final long serialVersionUID = 1L;
    * @jc:sql statement="select r.updateDoc from document_user u ,document_role r where u.login={userId} and u.roleId=r.roleId;"
    @JdbcControl.SQL(statement = "select r.updateDoc from document_user u ,document_role r where u.login={userId} and u.roleId=r.roleId;")
    int getUpdateDocPermission(String userId);
    Thanks for your help

    Hi. The issue is a level or two above JDBC. I suggest
    opening an official support case. It's probably a
    WLW issue.
    Joe

  • Want to upgrade application OTA

    i have implemented following code to upgrade application
    platformrequest("URL TO JAR FILE");
    i am checking if the jad file residing on server has more value in the custom field Application-Version than the current one then the platformRequest will get called..
    every thing fine
    but only one problem i have installed my app in memory card and if i updateusing above mentioned technique...
    i m having new version installed saperately..
    instead of this i want my older version application to be upgraded [replaced by newer]
    in jad file ony i change the Application-Version Field rest every thing are same as the local installed appliction..
    and i want my app to be replaced in memory card only.

    Appreciate your comments ...
    Yes, sound stupid, regarding test environment, but in reality, is not that much:
    -I do have "preprod" environment, (2 instances RAC) same releases of OS, OCW,RAC ... but DB size is 40 GB!!!  It has all the objects as production, but (again but) it does not have physical standby, as production has. This is not that unusual, knowing that production DB grows very fast, and very large, and business do not want to keep preprod, dev, test databases same HUGE size as production is. Savings ...
    -My DB upgrade depends if application  running on top of it is certified for higher RDBMS release ... looks like they have some problems.
    -Very encouraging sounds comment that DB upgrade does not depend that much of the DB size ...
    - i do not recall from where this info came, but I have heard that R 11.* treats PDF files in different way that R10 did it ... and because of that, process of upgrading big databases which have many items of that type (pdf) can take very long. Any idea about this?
    -Brian, thx ... I'm trying hard to provide DB simmilar size in UPG environment and face all possible pitfalls before I go in production...thx for youe advice. I'm relly interested in how upgrade to 11.* from 10.* traets my pdf-s ... All my TBs comming from pdfs. Everi advice will be wellcome ...

  • Iphoto 9.5 won't import photos from iPhoto 7.5.  Library will not update using the iPhoto library upgraded application.

    iphoto 9.5 won't import photos from iPhoto 7.5.  Library will not update using the iPhoto library upgrader application.  Repeatedly says it can't locate photos even when told to cancel.  I think the photos in question are in Nikon RAW format.

    iPhoto 9.5 immediately tries to "upgrade" my library using the upgrader.
    iPhoto 9.5 asks you to run the upgrader to prepare the library for 9.5. It then will update the library to its format.
    You need to do the following:
    1 - go to your Applications/Utilities folder and double click on the iPhoto Library Upgrader 1.1 application. 
    2 - select Choose Library, navigate to your iPhoto library, select it and let the upgrader do its thing.
    3 - launch iPhoto 9.5 to open and finish the conversion of the library.
    OT

  • Upgrading Application Express on Oracle XE (installed on Ubuntu 8.04)

    I'd installed on my laptop (OP is Ubuntu 8.04) Oracle XE and is wotking quite fine.
    But I really like to upgrade apex to last version (3.1.2). I read documentation but are not many information about how to upgrade.
    Daniel

    Thanks Arie,
    On whatever version of Windows I've updated without problems Application Express.
    I'm talking here about Ubuntu (a debian distribution of Linux).
    My problem is where to unzip apex, where to use sqlplus command prompt etc., because is different than Windows.
    If you don't have DBA rights on the account (user account other than root) you have errors in installation process and more.
    For example they say in doc...:0
    "To run the apxconf.sql configuration script:
    1. Change your working directory to ORACLE_BASE\ORACLE_HOME\apex or whatever convention used to indicate the Oracle home.
    2. Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS. For example:
    * On Windows:
    SYSTEM_DRIVE:\ sqlplus /nolog
    SQL> CONNECT SYS as SYSDBA
    Enter password: SYS_password
    * On UNIX and Linux:
    $ sqlplus /nolog
    SQL> CONNECT SYS as SYSDBA
    Enter password: SYS_password".....
    When you install Oracle what version you need, OP (Linux) create a different user account for Oracle. Usually if you want to use your account like dba for oracle, you need to give to that account the proper rights.
    So, I need a installation rutine (for upgrading) for apex on Linux.

  • HFM 11.1.2.1 to 11.1.2.2 upgrade - applications not visible in workspace

    Hi Gurus,
                        Recently upgraded HFM system in distributed environment from version 11.1.2.1 to 11.1.2.2 on MS Win 2008 R2 platform and Oracle 11g database. There are two servers as follows:
    Machine 1:     Foundation
                           Reporting
                           Workspace
                            HFM Web
    Machine 2: Foundation common components
                       HFM
                       FDM
    Applied maintenance release, configured existing databases for individual components and deployed to application server on existing domain (on Machine 1 WebLogic) which went fine. Lastly configured web server on Foundation (Machine 1 - Oracle HTTP). Then executed the HFM schema upgrade utility.
    Workspace & shared services are working fine, HFM apps are appearing in shared services, hfm text appears using hfm url, services are running fine. Issue is that HFM applications do not show up on workspace.
    Oracle support suggested applying adf patches, HFM 303 & 305 patches, but the problem remains even after applying all the suggested patches. Is this a bug in 11.1.2.2? Please help.
    Thanks,
    Hamminder

    Hi Hamm,
    The fact that you are saying that "hfm text appears using hfm url" can mean that you have not configured the workspace web server after you configured the HFM. Have you done that?
    As another test, have you tried toy connect to HFM via smartview to an existing app?
    Regards,
    Thanos

  • Can not deploy after upgrading application from workshop 8.1 to 9.2

    Hi,
    We have an application developed on workshop 8.1 worked fine. when we upgrade the application to 9.2, the application can not be deployed on weblogic server. The error is
    weblogic.application.ModuleException: [HTTP:101064][WebAppModule(SynDesk:SynDesk
    Web)] Error parsing descriptor in Web appplication "C:\build\weboutput"
    "weblogic.application.ModuleException: Unmarshaller failed'
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists:
    "weblogic.j2ee.descriptor.ParamValueBeanImpl@dccea29(/[NTLM HTTP Authentication
    Filter]/InitParams[jcifs.netbios.wins])"
    When I remove the NTLM filter part in the web.xml, the application is able to be deployed. But of course application does not work propertly due to no authentication.
    How can I fix the web.xml file with everything works as before? Thanks for your help
    Here is my web.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>SyndeskWeb Application</display-name>
    <description/>
    <filter>
    <filter-name>NTLM HTTP Authentication Filter</filter-name>
    <filter-class>com.mycompany.BofaNtlmFilter</filter-class>
    <init-param>
    <description/>
    <param-name>jcifs.netbios.wins</param-name>
    <param-value>crpsecwin00.mycompany.com</param-value>
    </init-param>
    <init-param>
    <description/>
    <param-name>jcifs.netbios.wins</param-name>
    <param-value>crpchiwin00.mycompany.com</param-value>
    </init-param>
    <init-param>
    <description/>
    <param-name>debug</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <description/>
    <param-name>jcifs.util.log</param-name>
    <param-value>ALL</param-value>
    </init-param>
    <init-param>
    <description/>
    <param-name>bofa.retryCount</param-name>
    <param-value>1</param-value>
    </init-param>
    <init-param>
    <description/>
    <param-name>bofa.retrySleepTime</param-name>
    <param-value>60</param-value>
    </init-param>
    </filter>
    <filter-mapping>
    <filter-name>NTLM HTTP Authentication Filter</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>NTLM HTTP Authentication Filter</filter-name>
    <url-pattern>*.jpf</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>NTLM HTTP Authentication Filter</filter-name>
    <url-pattern>*.do</url-pattern>
    </filter-mapping>
    <servlet>
    <description/>
    <servlet-name>action</servlet-name>
    <servlet-class>org.apache.beehive.netui.pageflow.PageFlowActionServlet</servlet-class>
    <init-param>
    <description/>
    <param-name>config</param-name>
    <param-value>/_pageflow/struts-config.xml</param-value>
    </init-param>
    <init-param>
    <description/>
    <param-name>config/-global</param-name>
    <param-value>/_pageflow/struts-config--global.xml</param-value>
    </init-param>
    <init-param>
    <description/>
    <param-name>debug</param-name>
    <param-value>2</param-value>
    </init-param>
    <init-param>
    <description/>
    <param-name>detail</param-name>
    <param-value>2</param-value>
    </init-param>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <welcome-file-list>
    <welcome-file>Controller.jpf</welcome-file>
    </welcome-file-list>
    <error-page>
    <error-code>500</error-code>
    <location>/error.jsp</location>
    </error-page>
    <error-page>
    <error-code>505</error-code>
    <location>/error.jsp</location>
    </error-page>
    <error-page>
    <error-code>404</error-code>
    <location>/Controller.jpf</location>
    </error-page>
    <jsp-config>
    <taglib>
    <taglib-uri>netui-tags-html.tld</taglib-uri>
    <taglib-location>/WEB-INF/tld/netui-tags-html.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>netui-tags-databinding.tld</taglib-uri>
    <taglib-location>/WEB-INF/tld/netui-tags-databinding.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>netui-tags-template.tld</taglib-uri>
    <taglib-location>/WEB-INF/tld/netui-tags-template.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>c.tld</taglib-uri>
    <taglib-location>/WEB-INF/tld/c.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>fmt.tld</taglib-uri>
    <taglib-location>/WEB-INF/tld/fmt.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>sql.tld</taglib-uri>
    <taglib-location>/WEB-INF/tld/sql.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>x.tld</taglib-uri>
    <taglib-location>/WEB-INF/tld/x.tld</taglib-location>
    </taglib>
    </jsp-config>
    <filter>
    <filter-name>PageFlowJspFilter</filter-name>
    <filter-class>org.apache.beehive.netui.pageflow.PageFlowJspFilter</filter-class>
    </filter>
    <filter>
    <filter-name>PageFlowForbiddenFilter</filter-name>
    <filter-class>org.apache.beehive.netui.pageflow.PageFlowForbiddenFilter</filter-class>
    <init-param>
    <param-name>response-code</param-name>
    <param-value>404</param-value>
    </init-param>
    </filter>
    <filter-mapping>
    <filter-name>PageFlowJspFilter</filter-name>
    <url-pattern>*.jsp</url-pattern>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>PageFlowJspFilter</filter-name>
    <url-pattern>*.jspx</url-pattern>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>PageFlowForbiddenFilter</filter-name>
    <url-pattern>*.java</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>PageFlowForbiddenFilter</filter-name>
    <url-pattern>*.jsfb</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>PageFlowForbiddenFilter</filter-name>
    <url-pattern>*.jpfs</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>PageFlowForbiddenFilter</filter-name>
    <url-pattern>/_pageflow/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <listener>
    <listener-class>org.apache.beehive.netui.pageflow.PageFlowContextListener</listener-class>
    </listener>
    <listener>
    <listener-class>org.apache.beehive.netui.pageflow.HttpSessionMutexListener</listener-class>
    </listener>
    <servlet>
    <servlet-name>XmlHttpRequestServlet</servlet-name>
    <servlet-class>org.apache.beehive.netui.pageflow.xmlhttprequest.XmlHttpRequestServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.jpf</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>XmlHttpRequestServlet</servlet-name>
    <url-pattern>*.xhr</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>XmlHttpRequestServlet</servlet-name>
    <url-pattern>*.render</url-pattern>
    </servlet-mapping>
    </web-app>
    Edited by cynthialiu at 05/28/2008 12:16 PM

    Hi. The issue is a level or two above JDBC. I suggest
    opening an official support case. It's probably a
    WLW issue.
    Joe

  • Please I need help in upgrading applications

    Please I need help in upgrading my pdf-notes for ipad. it seemed like somebody hijacked my Apple ID, I had since solve the problem with Apple, I still have my original email address but I was unable to upgrade all applications I bought before my username was hijacked and pdf-notes is one of the applications. kindly advice me on what to do to upgrade.
    Thanks. Jimmy

    Okay Demo.  My theory is that accessing iCloud if apps were backed up to it can be redownload end then updated. I am thinking that with the new apple ID the iCloud account may only recognize the high jacked ID. I don't know if I made it clearer but I can do some digging. I don't like to see people using Apple devices having a tuff time. Not cool.

  • Need to upgrade Application Server 10g 10.1.2.0.2 to 10.1.3

    Dear All,
    I am having bit doubts on choosing the Application server down load file from the Oracle site. Currently we are using Application Server 10g 10.1.2.0.2 Forms and Report service. I need to up grade the Forms and Report service to 10.1.3 version of the Application Server 10g .
    If I select the Application Server 10g Release 3 from the site its directing me to the big selection list. Actually i bit confused which one i need to choose. I need to upgrade only the Forms and Report service Application Server 10g .Iam sure somebody can help me to solve this confusion. I appreciated ans thanks your attention in my query.
    regards
    Mathew

    Hi Mathew,
    If I am not mistaken, there is no Forms and Reports version 10.1.3. There is an Application Server version 10.1.3.x but this is a J2EE only release. Forms and Reports have not been bundled in this version.
    Could it be that you are mistaken with version 10.1.2.3 which is a patch set on top of Application Server 10.1.2.0.2 ? If this is the case, you can apply the patch set as per directions in the readme from the patch set. The patch set is available from [My Oracle Support|http://updates.oracle.com/download/5983622.html].
    Thanks,
    Erik Janssen

  • Error in Upgraded Application

    Hi,
    I have successfully upgraded my 8.1 application into 9.2 workspace (Eclipse-based).
    I have also successfully created the EAR file in 9.2. However, when I deployed it to WLS 9.2, below error is found.
    ####<18-Sep-2007 18:37:53 o'clock GMT+08:00> <Error> <Console> <LCCUDS002> <examplesServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1190111873885> <BEA-240003> <Console encountered the following error weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: beehive-controls-1.0, Specification-Version: 1, Implementation-Version: 1.0, exact-match: false], [Extension-Name: wls-commonslogging-bridge, Specification-Version: 1, Implementation-Version: 1.0, exact-match: false], [Extension-Name: weblogic-controls-1.0, Specification-Version: 1, Implementation-Version: 1.0, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Any idea?
    Thanks
    David

    Sorry for not being clear.
    It happened when I activate the changes in the WL console.
    Thanks
    David

  • Discover and Oracle Applications responsibilities

    We (our organization) work with Oracle Application 11.0.3 on an 8.0.5 DataBase.
    I work with Discoverer 4.1.37 and have correctly created and configured an EUL that use Oracle Applications users and responsibilities.
    But now, I'd like to create one report that does'nt return the same data, depending of the connected responsibilities. We have defined 7 differents entities (7 differents GL_SETS_OF_BOOKS_ID) in our organization. The data must be confidential between these entities but it would be appreciated to use the same reports !
    How is it possible ?
    Thanks in advance for your help.

    Our responsibilities are secured, however, discoverer was not displaying any data for GL. It looks like the disco login did not initialize the packages by default. We fixed with the following profile options at the responsibility level (GL and FA)...
    Initialization SQL Statement - Custom
    begin fa_security.set_fa_context (fnd_global.resp_appl_id); end;
    Initialization SQL Statement - Oracle
    begin gl_security_pkg.init; end;
    Kudos to my collegue Jon for figuring this one out.
    THanks,
    Jerry.

  • Upgrade applications, with an expired account

    I have an iPhone and I use the Apple Store. During the first year I used an iTunes Account to buy some applicationos, with an account that is disable, know. I had to create another one...
    When there are upgrades to the applications that I bought with my first account, the apple store ask for password of the first account, that is no longer available.
    I can't change the account. I can only insert the password.
    When I insert the passowrd (from the respective account) it appears a message informing the the account is no longer available.
    What can I do to upgrade that applications?
    The others applications, brought with the new account are working fine, when is necessary to make an upgrade, beacuse the iPhone ask for the password's new account that is working fine.

    Apps are DRM protected and tied to the account that was used to originally purchase them. They can only be updated or re-downloaded for free using the account that was used to originally purchase them. To fix this, contact iTunes support and request they transfer the apps in question to your current account. If they agree to do so(most likely they will), they will be added to your pending download queue:
    http://www.apple.com/support/itunes/

  • Cannot upgrade applications - get error about permissions

    Hi Everyone,
    since upgrading to 10.7 I cannot upgrade any application without the same errormessage.
    I try to upgrade the application, tell the system to replace the existing application, give it the admin credentials, .. and get the error message that the task cannot be finished, some objects were omitted... Please check Permisions...
    All Permissions should be ok. I did the permissions check and repair without solving the problem.
    As Workaround I have to delete the old application and then install the new version... but this is strange and I cannot understand this.
    Did anyone else have the same issue? Anyone have a solution or hint?
    Thanks -:)

    Boot up holding command-r keys into Lion Recovery Volume.
    The screen should give you these choices...
    Restore from TM backup
    Reinstall Mac OS X
    Get help online
    Disk Utility
    Choose re-install OS X. This will be an install "in place" and shouldn't effect any of your data, only system files.

Maybe you are looking for

  • PDF from Interactive Report - general question

    Hello, I read in another post that there may be plans to make it so that PDFs downloaded from an Interactive Report will include the formatting in the report. Is this true? If so, will it work with the Apache FOP? Regards, Dan http://danielmcghan.us

  • ITunes to iPod syncing issues

    I updated my iPod a week ago (after installing OS.8), where by all my music was removed from my iPod, and I couldnt sync my music back on it. So I gave it a week for any bugs, etc... Have just been asked to update again so did that, but I still cant

  • GL vs AP

    Hello Comrades, How do I sort out the difference between the balance as per the GL suppliers account and total as per the AP trial balance? What could be the causes and origin of the difference? Thanking you in anticipation of your assistance [email 

  • Requesting Help...

    Hi , I recently found these forums and am looking for a little help on the programming language Java. Im not to experienced in it , but i am looking for a mentor in it. Some one thru messenger conversations that I would be able to come to understand

  • Excluding certain objects for automatic code inspection

    Greetings, We have turned on the automatic use of Code Inspector when releasing a transport.  In general, this works how we want.  None the less, there are certain programs that we want to exclude from being checked by Code Inspector.  Specifically,