Skip to main content

Posts

Showing posts from January, 2013

Error: The command name "list_plugins_on_server" is not a recognized command

When trying to check all plugins available on the server getting error: [ora11g@monitorem ~]$ emcli list_plugins_on_server Error: The command name "list_plugins_on_server" is not a recognized command. Run the "help" command for a list of recognized commands. You may also need to run the "sync" command to synchronize with the current OMS. Cause: emcli is not synchronized with OMS Action: [ora11g@monitorem ~]$ which emctl /u01/HomeEM12c/12c_Home/oms/bin/emctl [ora11g@monitorerp ~]$ emcli sync Error: Session expired. Run emcli login to establish a session. [ora11g@monitorerp ~]$ emcli login -username=sysman Enter password Login successful [ora11g@monitorem ~]$ emcli sync Synchronized successfully

Remove host target from oracle EM 12c

This article illustrates how we can remove a host agent deployed on server using EM 12c cloud control. Steps: 1) Remove all  plugins deployed from target host 2) Remove host from EM 12c 3) De install all plugins from host agent using oui 4) De install sbin home 5) De install agent home => select all => click remove => stop agent => click remove Now De Install agent from target host : - De Install plugins - De Install sbin home - De Install agent home Note: screens displaying removal of agent home. Prior this steps please De install in sequence.  De- install plugins >>  sbin home >> agent home         After finish exit oui installer.  De Installation of agent software completed successfully. Thanks for reading. regards, X A H E E R

Error creating AME rule R12 oracle.apps.per.ame.rules.server.RulesAM

On oracle E-Business suite R12.1.3 encountered issue while creating a rule in AME. Error Stack: Cause: Wrong URL in function "AME_RULE_CREATE_STEP1" Solution:  Change Web HTML value in function "AME_RULE_CREATE_STEP1" Existing value : OA.jsp?page=/oracle/apps/per/ame/rules/webui/RuleCreateDetailsPG Correct value :  OA.jsp?page=/oracle/apps/ame/rules/webui/RuleCreateDetailsPG Save the record and retest issue it should work properly. Thanks for reading. regards, X A H E E R