Profiling in clustered mode

Hello. Do you know of a good profiler that works in clustered mode? Most of the ones I have tried have issues trying to profile a managed node. The JMP profiler works except it will fail to bring up the object window. It will bring up the main and the method window, but not the object. JProbe and the Eclipse Profiler Plugin will not find the appropriate classes when starting the managed server.
          Working in stand alone server mode I am able to use any of the profilers fine.
          I need to attempt to profile in clustered mode since the leak is present there instead of standalone mode.
          Thanks for any help
          -dc

We have used JProbe profiler without any issues for a managed server instance which is a part of a cluster. Please let us know what are the issues you are facing with JProbe and weblogic managed server.
          Thanks
          Seshi.

Similar Messages

  • WebCache in clustered mode throws http Error Code 508

    Hi All,
    I have Oracle webcache in a clustered mode ,which is acting as a loadbalancer for the Oracle Application Server.
    The Oracle Application Server is hosting custom j2ee application .
    Scenario 1:
    Only one Node of WebCache is Up
    If i try to access the web Application through Browser, then the page is displayed successfully.
    Scenario 2:
    Both the WebCache Nodes are up and Running
    Problem statement:
    If i try to access the web Application through Browser, then it gives me blank page and HttpError Code 508 in background.
    The Problem what seems to me is the session persistence problem.
    As far as i know,
    In a cluster environment, developers must be aware that the HTTP session can run in multiple JVMs. The session attributes should be kept consistent in each JVM. Otherwise, the same input may cause different results when the application runs on different nodes because the user-related data is inconsistent in these two nodes.
    The precondition is that all shared attributes must be serialized and deserialized. When you put a Java object into a session and want it shared across all nodes, declare this Java object as a serializable interface
    I want to know, is my understanding correct and code is causing the problem and needs to be checked in the source code of application
    or there is any configuration missing on WebCache?
    I would appriciate any pointers.
    Regards
    Ak

    TO confirm this, did you try to run anypage that doesnt contain a session object? and see if you can use the pages?
    If so work on making your application clusterizable.
    Also why dont you try to create VirtualHost and register them into WebCache so it will get this request and attend them
    Hope this helps
    Greetings.

  • "__TimerPool not found" in clustered mode

    Hi,
    I keep hitting on the following error when running in clustered mode:
    [#|2007-12-28T08:12:42.500+0800|WARNING|sun-appserver9.1|javax.enterprise.system.container.ejb.entity.lifecycle|_ThreadID=57;_ThreadName=p: thread-pool-1; w: 36;_RequestID=ec45ba68-d015-4dbc-9565-93d9c55b8621;|JDO74004: Bean 'TimerMigrationBean' method setEntityContext:
    com.sun.jdo.api.persistence.support.JDOFatalUserException: JDO76604: JNDI lookup for cmp-resource 'jdbc/__TimerPool' failed.
    NestedException: javax.naming.NameNotFoundException: __TimerPool not found
            at com.sun.jdo.spi.persistence.support.sqlstore.ejb.SunContainerHelper.getPersistenceManagerFactory(SunContainerHelper.java:330)
            at com.sun.jdo.spi.persistence.support.sqlstore.ejb.CMPHelper.getPersistenceManagerFactory(CMPHelper.java:218)
            at com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.jdoLookupPersistenceManagerFactory(TimerMigrationBean649625130_ConcreteImpl.java:243)
            at com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.setEntityContext(TimerMigrationBean649625130_ConcreteImpl.java:194)
            at com.sun.ejb.containers.EntityContainer$EntityContextFactory.create(EntityContainer.java:2515)
            at com.sun.ejb.containers.util.pool.NonBlockingPool.preload(NonBlockingPool.java:280)
            at com.sun.ejb.containers.util.pool.NonBlockingPool.doResize(NonBlockingPool.java:507)
            at com.sun.ejb.containers.util.pool.NonBlockingPool$IdleBeanWork.run(NonBlockingPool.java:605)
            at com.sun.ejb.containers.util.pool.NonBlockingPool$IdleBeanWork.service(NonBlockingPool.java:597)
            at com.sun.ejb.containers.util.WorkAdapter.doWork(WorkAdapter.java:75)
            at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:555)
    NestedStackTrace:
    javax.naming.NameNotFoundException: __TimerPool not found
            at com.sun.enterprise.naming.TransientContext.doLookup(TransientContext.java:216)
            at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:188)
            at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:192)
            at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:74)
            at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:111)
            at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:398)
            at javax.naming.InitialContext.lookup(InitialContext.java:392)
            at com.sun.jdo.spi.persistence.support.sqlstore.ejb.SunContainerHelper.getPersistenceManagerFactory(SunContainerHelper.java:299)
            at com.sun.jdo.spi.persistence.support.sqlstore.ejb.CMPHelper.getPersistenceManagerFactory(CMPHelper.java:218)
            at com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.jdoLookupPersistenceManagerFactory(TimerMigrationBean649625130_ConcreteImpl.java:243)
            at com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.setEntityContext(TimerMigrationBean649625130_ConcreteImpl.java:194)
            at com.sun.ejb.containers.EntityContainer$EntityContextFactory.create(EntityContainer.java:2515)
            at com.sun.ejb.containers.util.pool.NonBlockingPool.preload(NonBlockingPool.java:280)
            at com.sun.ejb.containers.util.pool.NonBlockingPool.doResize(NonBlockingPool.java:507)
            at com.sun.ejb.containers.util.pool.NonBlockingPool$IdleBeanWork.run(NonBlockingPool.java:605)
            at com.sun.ejb.containers.util.pool.NonBlockingPool$IdleBeanWork.service(NonBlockingPool.java:597)
            at com.sun.ejb.containers.util.WorkAdapter.doWork(WorkAdapter.java:75)
            at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:555)When I check on the __TimerPool JDBC resource under the Resources tab, it's enabled for the default "server" target. I cannot add my cluster configuration as one of the targets as it would give me an error "Creation or deletion of the system resource reference jdbc/__TimerPool is not allowed.".
    Can I know what does this error mean and what are its implications? I guess how to fix it would be pretty useful as well :)
    Thanks!
    Wong

    I solved this problem creating a new Timer DB on an external database, the creation script can be found in <as-installation>/lib/install/databases after this you must
    1. create-jdbc-connection-pool
    2. create-jdbc-resource
    3. set <cluster-config>.ejb-container.ejb-timer-service.timer-datasource=<datasource name>

  • [b]Possibility to run 9iAS for OCS in clustered mode[/b]

    Possibility to run 9iAS for OCS in clustered mode
    Hi,
    we're using two nodes of 9iAS in two data centers. We've been told that it isn't possible to add the 9iAS to a 9iAS cluster. Does anybody has experience to use two nodes of 9iAS of OCS2 as cluster with load balancing and automatic configuration deployment functionality?
    Any help would be welcomed...
    Kind regards,
    Tobias Hitzfeld

    You can use RAC for the databases but the infrastructure is only supported with HA CFC (Cold failover Cluster). You can look at the document for this in this location.
    http://otn.oracle.com/products/ias/hi_av/content.html

  • OIF 11g in Clustered Mode

    Hello,
    I have installed oif 11g in clustered mode.
    The 1st OIF, adminserver & EM is on the same machine. 2nd OIF server is on another machine.
    I can start this remote server using node manager but I cannot access the OIF admin from EM console, it gives 'agent unreachable' error.
    I tried re-registering instance and emagent but still getting the same error.
    Any help would be appreciated.
    Thanks,

    "High Abvailability" and "Clusturing" are general basic requirement for any production installation but it does NOT mean that any system installed in production MUST have "High Abvailability" and "Clusturing" configured.
    Regards,
    Anuj

  • Firefox begins to start but then stops before loading any screen. Profile manager/safe mode appear then disappear. Task manager shows programs briefly in CPU then they disappear. Uninstall & reload makes no difference. Any ideas please ?

    When we clicked as usual on the firefox icon the egg-timer started then went off. Nothing started up.
    Checking the Task Manager showed firefox.exe briefly using the CPU then it dropped off the list.
    We tried to uninstall and reload from the mozilla site (http://www.mozilla-europe.org/en/firefox/). Installation seemed to work ok, but the same problem recurred when we tried to start firefox.
    Did this again, this time removing bookmarks, etc. same result.
    Tried to use the profile manager - the screen came up but disappeared before we could use it.
    Same thing happened when we tried to start in safe mode - screen briefly appeared but then disappeared.
    Tried googling in IE to solve the problem but nothing seems to apply.
    Have run all security checks but no apparent bugs or problems.
    Have had to abandon firefox and use another browser. How do we get it back please ?

    Did you check your security software (firewall)?
    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • Oracle Identity Federation Configuration Clustered mode

    Hi,
    I am facing issue while configuring OIF in clustered HA Mode in Linux env. The steps followed are:
    1. Installed weblogic 10.3.2 and applied patch for 10.3.3 in both host machines
    2. Ran the RCU utility for OIF successfully.
    3. Installed Oracle Identity Management 11.1.1.2.0 by using the Universal Installer and than patch applied for 11.1.1.3 succesfully in both machines
    4. Ran the Configuration script to configure OIF succesfully from Oracle_HOME/bin/ dir from first machine
    5. Ran the pack.sh command to pack the configured domain from machine 1 by using the command
    pack.sh -domain=/MW_HOME/user_projects/domains/OIFDomain/ -template=/opt/oifDomainTemplate.jar -template_name=OIF_Dom1
    6. Ran the unpack script as below in the second host machine:
    unpack.sh -template=/opt/oifDomainTemplate.jar -domain=/MW_HOME/user_projects/domains/OIFDomain
    user_projects dir created successfuly on the second hosts
    7. Now ran the config.sh script from Oracle_home/bin/ dir on the second host, selected the "Expand Cluster Configuration", provided the URL,port,username,pwd for host 1.
    On the last screen under Expand cluster configuration, it is failing to start the Managed server. I am getting eeror as below:
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Error: addTemplate() failed. Do dumpStack() to see details.
    oracle.as.provisioning.util.ConfigException:
    Error Applying template.
    Cause:
    A WLST Error occurred: Problem invoking WLST - Traceback (innermost last):
    File "/tmp/tmp1330940819839.py", line 7, in ?
    File "/tmp/WLSTOfflineIni7777084344564586922.py", line 89, in addTemplate
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:420)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: com.oracle.cie.domain.ConfigGroupsException: Multiple definitions of server-group JRF-ADMIN-SVR are not allowed
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.weblogic.ASDomain._addTemplate(ASDomain.java:4206)
    at oracle.as.provisioning.weblogic.ASDomain.addTemplate(ASDomain.java:4021)
    at oracle.as.provisioning.engine.WorkFlowExecutor._addTemplates(WorkFlowExecutor.java:1395)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:472)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.idm.install.config.IdMClusterConfigManager.doExecute(IdMClusterConfigManager.java:827)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    progress in calculate progress11...
    Thanks in Advance.

    Hi iam37,
    Follow this guide: http://docs.oracle.com/cd/E17904_01/core.1111/e12035/oif.htm#BAJGIAAA
    Notice that you run the config.sh script on both OIF hosts and then run the pack.sh and unpack.sh. Be sure to use the pack.sh -managed=true from section 15.5 so that the AdminServer is not packed up and moved to oif host 2.
    Seth

  • Cisco Profile 55 H323 mode Off after restart

    Hi All,
    We have a Cisco Profile 55 that for some reason after a restart switchs H323 Mode to off after a restart.
    Through the web interface if you browse to Configuration -> System Configuration -> Network services -> H323 Mode is the first setting.
    I have set it to On and save it twice now but after a restart it has changed back to off!
    Any idea's what would be causing this would be a great help.
    Thanks
    John

    Hello John -
    As Martin as mentioned above, when using CUCM, H323 isn't supported.  Actually starting with TC7 as seen in the TC release notes, on pg 7, when registering an endpoint to CUCM, H323 becomes disabled.
    Taking a look at the following TelePresence Admin Guide with CUCM, on pg 11, it mentions that when using a TelePresence endpoint registered to CUCM, the default call protocol is SIP, this is because CUCM is SIP only.
    In order to make H323 calls, you'll need to rely on either a VCS-C/E or Expressway-C/E to do the SIP to H323 interworking as I don't believe CUCM can.  Expressway is preferred when using CUCM.

  • Problem setting provisioning profile in Simulator mode in XCode 3.1

    Hi all
    We have a problem compiling our project after updating XCode to the newest Version (XCode 3.1 and SDK 2.1).
    It's now impossible to select out provisioning profile for the "Simulator | Debug" Settings. "Device | Debug" works perfectly.
    What we do: Under Project Settings - Code Signing Provisioning Profile" we select our profile. This works under "Device Settings" but not under "Simulator Settings".
    Prior to this version we had no problems.
    Anybody had a similar problem and could give us any hints?
    Thanks in advance
    Daniel

    I had similar problems: my solution is that I run in Simulator mode with the default provisioning profile (not my profile, the one that you get when you reset the Code Signing Provisioning Profile parameter). I then use my own profile for distribution (even though I only succeeded in building with Active SDK = iPhone OS 2.1).
    As regards the Debug mode, it looks like it works as simulator, with the default provisioning profile, but in the build log it seems to hook my profile in some way.
    Anyhow, there is definitely something weird in the new SDK 2.1.

  • Error with running Singleton Service in a non-clustered mode

    Hello,
    I'm getting this error when try to deploy an app with defined Singleton Service in a WebLogic 10.3.5:
    <Error> <Deployer> <localdomain> <AdminServer><[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default(self-tuning)'> <<WLS Kernel>> <><7785ef355ffde3d6:-4c7bfbbc:138dd48f82b:-8000-0000000000000002><1343742871514> <BEA-149231> <Unable to set the activation state to true for the application 'MyApp'.
    weblogic.management.DeploymentException:
    at weblogic.application.internal.flow.SingletonServicesFlow.activate(SingletonServicesFlow.java:67)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.lang.IllegalArgumentException: Cannot add Singleton Service MySingletonService as SingletonServicesManager not started. Check if MigrationBasis for cluster is configured.
    at weblogic.cluster.singleton.SingletonServicesManager.addConfiguredService(SingletonServicesManager.java:280)
    at weblogic.cluster.singleton.SingletonServicesManager.addConfiguredService(SingletonServicesManager.java:297)
    at weblogic.application.internal.flow.SingletonServicesFlow.activate(SingletonServicesFlow.java:65)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:54)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    It gets run only after deleting singleton-service entry from weblogic-application.xml:
    <singleton-service>
         <class-name>my.app.SingletonClass</class-name>
         <name>MySingletonService</name>
    </singleton-service>
    Is it possible to run it in a non-clustered server without deleting Singleton entry from weblogic-application.xml?
    Thanks

    Did this help you ??
    Not sure if it's related as here the issue is with clustered/non clustred and versioning!! the application which the bug talks about.

  • Can this two servers be mounted in clustered mode with processors specs a little different

    Hello and thanks for helping us. I'm very thankful with the community for the labor that you do here. Really i have two questions :
    How to know if this two processor are compatible to make a clustered environment for two OVM Servers. The processor specs :
    Processor 1 http://ark.intel.com/products/47923/Intel-Xeon-Processor-E5640-12M-Cache-2_66-GHz-5_86-GTs-Intel-QPI
    Processor 2 http://ark.intel.com/products/52577/Intel-Xeon-Processor-X5675-12M-Cache-3_06-GHz-6_40-GTs-Intel-QPI
       2. If i don´t have live migration on how is the best way to implement H.A, i just want to make that if one OVM server down i just migrate the VM to another .
               Sorry for my bad english .
    Thank you so much for your help.Please have a good day.

    Hi,
    when you discover a VM server OVM will assing it to a generic cpu-specific cpu-compatibility group. You can make that group visible in OVMM by configuring the UI to display the CPU-compatibility group. However, configuring those CPU compatibility groups is only available from the OVM CLI and not the WebUI, but it is actually possible to have two different CPUs in the same compatibility group and have HA and live migrations working.
    It basically goes like this:
    - logon to the Oracle VM Manager host using ssh or use a console session and perform something like this:
    ssh -l admin -p 10000 127.0.0.1 "create  CpuCompatibilityGroup name=some_group_name"
    ssh -l admin -p 10000 127.0.0.1 "add Server oyour_vm_server to  CpuCompatibilityGroup name=some_group_name"
    Cheers,
    Budy

  • Fail DMM 5.2.3 in clustering mode

    Dear all,
    We have a problem when try to Activate the cluster in the Failover Configuration window.
    We have upload the clustering module license & the base license in both of the servers
    DMM-SVR-C210-K9
    DMM-FA-C210-K9
    ...but when I click in the Activate button appear this error:
    Sending Request
    "No cluster Activaton in progress"
    [Activate]: Publishing configutation to X.X.X.X failed
    This is my configuration:
    SRV
    Set as Master: Name: DMM Cluster
    Primary FQDN: bv01.test.com
    Secondary: bv02.test.com
    Virtual FQDN: bv.test.com
    FA
    Master FQDN: bv.test.com
    Clustering Status: Unconfigured
    Replication interface Crossover
    Thanks.

    I find in the FAQ this:
    Q: What does the error message "Unable to publish cluster configuration to node" mean?
    A: The cluster configuration cannot be pushed to the specified node. The most likely cause for this is that the cluster master has not been set on that node
    ...But I checked the
    Cluster master set to bv.test.com
    in the second node and the crossover cable is correctly conected and appear the same message:
    [Activate]: Publishing configuration to X.X.X.X failed
    Any idea?

  • Question on OIM11gR2 clustered mode

    All,
    We have a clustered environment where OIM 11gR2 is up and running.
    Now, we are going to develop an application which will call all OIM api's and deploy it in OIM managed server.
    Please let me know your suggestion to implement this.

    How to achieve load balancing on Managed Server?
    According to documentation, if you have cluster, say two separate Weblogic server, each hosting a OIM server (admin and managed), and if they are configured in cluster, then managed server will be automatically load balanced. Is that correct? If not, then what needs to be done to achieve load balanced OIM Managed server.

  • Project Profile Field in CJ20n is in display mode

    Dear All,
    When we click on create a new Project in CJ20n transaction code, the field Project profile will be in display mode. Even though i can see all my project profiles in drop down list, I am not able to select any one, as its in display mode. Where can we do the changes to make it as editable.
    Regds,
    CB

    Hi CB,
    Please check setting in OPUJ. May be project profile in display mode.
    thanks
    Sunil

  • Structural profile for HR conflicts with MRS

    Hi,
    We have ECC 6.0 and implemented mini-HR for mainly CATS use and to create the organisation for MRS (multi-resource scheduling). Now we are facing problems with managers who need to have a structural profiles to limit their access to HR information.
    A manager cannot execute transaction /MRSS/PLBOORGM - Planning Board for RP Node
    The other problem is that structural profiles (evaluation path O-S-P) seem to be interfaring with IW32 when user tries to change technical person (i.e. a partner) or sales order.
    CATS is classic, not CATS for Srvice providers which also brings problems with those users who have to accept hours or enter hours (CAT2) for other than their own subordinates; i.e. they are project managers.
    Any suggestion for structural profile corrections, evaluation path that should be used in addition to the "normal" O-S-P for the manager role?
    Help is highly appreciated.
    BR,
    Pia

    Hi,
    Firstly P_ORGINCON is used for context solutions where you want users to access specific infotypes for selected Objects in the Org structure and simultaneously perform other activities for some seperate set of Objects.
    P_ORGINCON won't understand the concept of exclusion.
    3) we assign to the manager a second structural profile in exclusion mode and a role with with a P_ORGINCON in order to exclude some infotypes.
    Why do you want to design such approach?
    Please remember when you assign PD profile to a position and check the exclusion Box, it means what all objects returned by that structural profile should be excluded from entering into T77UU and INDX table, when you run RHBAUS* programs.
    After reading through your Business requirement, I would only suggest you to drive this design through Function Modules and included those FMs in your structural.
    If required create multiple structural add them in separate nodes in P_ORGINCON in combination of Infotypes.
    In othe words, it is possibile to assign a structural profile to a user in exclusion mode and use this structural profile with a P_ORGINCON in order to exclude some inforypes ? -
    NO, assigning structural in exclusion mode will only exclude objects which are being pulled up by that structural and using the same with P_ORGINCON means, user will be able access set of Infotypes for all Objects in the Org Structure apart from the ones excluded because the structural assigned in exclusion mode.
    Hope this answers your question.
    Thanks,
    Deb

Maybe you are looking for

  • Error logging on Report Conversion Tool (XIR2)

    Hi, I am unable to log onto Report Conversion Tool although I have supplied all the details correctly. I am getting following error message : [repo_proxy 16] SessionFacade::retrieveRights - java.lang.Exception: IInfoObject has not been found      at

  • Implementing a Constraint Satisfaction Problem?

    Good afternoon, I'm having a lot of troubles implementing a Constraint Satisfaction Problem that requires the implementation of a restriction solver of finite domains (integers) under a java language. The system must allow: - Create restricted variab

  • Why has my iPad message box told me to open new account ?

    Cannot use messages as box came up telling me to to open new account,cannot get rid of it,plz help

  • Cross system MRP

    Hi, I am trying to integrate a ECC and a 4.0 system. with some components in ECC being sourced from plants on the 4.0 system and vice versa. I know we can setup dummy plants for 4.0 in ECC and generate the PO/SO via ALE interface tp get these compone

  • Save an image file in my phone/ memory-card memory.

    Hi everyone, I want to save a file (an image file) in my phone/ memory-card memory. i've infact captured it from camera and now want to save in the memory not in the RecordStore. What should i do ? Please help me. Thanks in advance