EM10gR2 Grid Control / Change Management Pack does not support TYPE objects

I wonder any Oracle EM10gR2 Grid Control users, implementing Oracle Change Management Pack, have used it for the release and proper packages management.
Issue1 - On an EM console / Web GUI the DDL comparison and synchronization is not supported at all. Implementing it @ customer it appeared that we have to install a 10g Java Client in order to use the code comparison and sync functionalities.
Issue2 - and this is more serious - it appears that even with Java client in use, you cannot compare or sync objects related to TYPE or TYPE BODY data types. The comparison simply hangs.
Asked help from support, they mentioned an ER from 8i and logged a new ER for 10g/11g. That is surprising especially as the doc (http://download.oracle.com/docs/html/A96679_01/toc.htm) about code comparison does not exclude the TYPE objects from the supported options.
Any fellow DBA running to a same problem? What solutions & recommendations might you have?

Hi Mugunthan,
Can you provide links to any tutorial or example (screenshots) of using Setup Manager to transfer something between two environments (say Users or DFFs)?
Thanks,
Gareth

Similar Messages

  • [unixODBC][Driver Manager]Driver does not support this function {IM001}

    Hello,
    I start from the end and details show below - this error message i got in sql session:
    SQL> select count(*) from EnergyType@ENERGOPLAN;
    select count(*) from EnergyType@ENERGOPLAN
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [unixODBC][Driver Manager]Driver does not support this function {IM001}
    ORA-02063: preceding 2 lines from ENERGOPLAN
    SQL>
    First question - is Oracle Heterogeneous Services are licensed for standard edition ? I cant find this information, and my database - is SE 11.2.0.3.0 - 64bit.
    If its ok and HS are licensed for SE, then please see details of my problem:
    ----OS and packages version
    [oracle@aris_sv_db log]$ uname -a
    Linux aris_sv_db 2.6.18-308.24.1.el5 #1 SMP Tue Dec 4 17:43:34 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
    [oracle@aris_sv_db log]$
    [oracle@aris_sv_db log]$ rpm -qa | grep odbc
    [oracle@aris_sv_db log]$ rpm -qa | grep unixodbc
    [oracle@aris_sv_db log]$ rpm -qa | grep unixODBC
    unixODBC-libs-2.2.11-10.el5
    unixODBC-libs-2.2.11-10.el5
    unixODBC-devel-2.2.11-10.el5
    unixODBC-2.2.11-10.el5
    unixODBC-devel-2.2.11-10.el5
    [oracle@aris_sv_db log]$ rpm -qa | grep freetds
    freetds-0.91-1.el5.rf
    [oracle@aris_sv_db log]$
    -----ODBC.INI, ODBCINST.INI and FREETDS.CONF
    [oracle@aris_sv_db log]$ more /home/oracle/.odbc.ini
    [ENERGOPLAN]
    Driver = FreeTDS
    Servername = ENERGOPLAN
    Database = ess2
    [oracle@aris_sv_db log]$
    [oracle@aris_sv_db log]$ more /etc/odbcinst.ini
    # Example driver definitions
    [FreeTDS]
    Description = MSSQL Driver
    Driver = /usr/lib64/libtdsodbc.so.0
    #Setup = /usr/lib64/libtdsodbc.so.0
    #Driver = /usr/lib64/libodbc.so
    #Driver = /usr/lib/libodbc.so
    UsageCount = 1
    Trace = Yes
    TraceFile = /tmp/freetds.log
    [ODBC]
    DEBUG = 1
    TraceFile = /tmp/sqltrace.log
    Trace = Yes
    [oracle@aris_sv_db log]$
    [oracle@aris_sv_db log]$ more /etc/freetds.conf
    # A typical Microsoft server
    [ENERGOPLAN]
    host = 192.168.10.64
    port = 1433
    tds version = 8.0
    # client charset = UTF-8
    client charset = cp1251
    [oracle@aris_sv_db log]$
    ----CHECK CONNECT from ODBC
    [oracle@aris_sv_db log]$ isql -v ENERGOPLAN user pass
    | Connected! |
    | |
    | sql-statement |
    | help [tablename] |
    | quit |
    | |
    SQL> select count(*) from EnergyType;
    | |
    | 8 |
    SQLRowCount returns 1
    1 rows fetched
    SQL> [oracle@aris_sv_db log]$ tsql -S ENERGOPLAN -U user -P pass
    locale is "en_US.UTF-8"
    locale charset is "UTF-8"
    using default charset "cp1251"
    1> select count(*) from EnergyType;
    2> go
    8
    (1 row affected)
    1> [oracle@aris_sv_db log]$
    ----LISTENER.ORA, TNSNAMES and initENERGOPLAN.ora
    [oracle@aris_sv_db log]$ more /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    SID_LIST_ENERGOPLAN =
    (SID_LIST =
    (SID_DESC=
    (SID_NAME=ENERGOPLAN)
    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)
    (PROGRAM=dg4odbc)
    (ENVS="LD_LIBRARY_PATH=/usr/lib64:/u01/app/oracle/product/11.2.0/dbhome_1/lib")
    ENERGOPLAN =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = PNPKEY))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.10.72)(PORT = 1523))
    ADR_BASE_LISTENER = /u01/app/oracle
    [oracle@aris_sv_db log]$ more /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    ENERGOPLAN =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.72)(PORT=1523))
    (CONNECT_DATA=(SID=ENERGOPLAN))
    (HS=OK)
    [oracle@aris_sv_db log]$ more /u01/app/oracle/product/11.2.0/dbhome_1/hs/admin/initENERGOPLAN.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = ENERGOPLAN
    #HS_FDS_CONNECT_INFO = 192.168.0.199:1433//test
    HS_FDS_TRACE_LEVEL = DEBUG
    #HS_FDS_TRACE_FILE_NAME = /tmp/hs1.log
    HS_FDS_TRACE_FILE_NAME = /u01/app/oracle/product/11.2.0/dbhome_1/hs/log/mytrace.log
    HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so #/usr/lib64/libtdsodbc.so.0
    #HS_FDS_SHAREABLE_NAME = /usr/lib64/libtdsodbc.so.0
    #HS_FDS_SHAREABLE_NAME = /usr/lib/libodbc.so
    #HS_LANGUAGE=american_america.we8iso8859p1
    #HS_LANGUAGE=AMERICAN_AMERICA.AL32UTF8
    #HS_LANGUAGE=AMERICAN_AMERICA.CL8MSWIN1251
    #HS_LANGUAGE=RUSSIAN_RUSSIA.UTF8
    #HS_LANGUAGE=Russian_CIS.AL32UTF-8
    #HS_FDS_FETCH_ROWS=1
    HS_NLS_NCHAR = UCS2
    HS_FDS_SQLLEN_INTERPRETATION=32
    # ODBC specific environment variables
    set ODBCINI=/home/oracle/.odbc.ini
    set ODBCINSTINI=/etc/odbcinst.ini
    #HS_KEEP_REMOTE_COLUMN_SIZE=ALL
    #HS_NLS_LENGTH_SEMANTICS=CHAR
    #HS_FDS_SUPPORT_STATISTICS=FALSE
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    [oracle@aris_sv_db log]$
    [oracle@aris_sv_db log]$ tnsping ENERGOPLAN
    TNS Ping Utility for Linux: Version 11.2.0.3.0 - Production on 01-APR-2013 16:27:49
    Copyright (c) 1997, 2011, Oracle. All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.72)(PORT=1523)) (CONNECT_DATA=(SID=ENERGOPLAN)) (HS=OK))
    OK (0 msec)
    [oracle@aris_sv_db log]$
    ----CREATE DBLINK and test from sqlplus
    CREATE DATABASE LINK "ENERGOPLAN" CONNECT TO "user" IDENTIFIED BY "pass" USING 'ENERGOPLAN';
    [oracle@aris_sv_db log]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Mon Apr 1 16:30:14 2013
    Copyright (c) 1982, 2011, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Release 11.2.0.3.0 - 64bit Production
    SQL> select count(*) from EnergyType@ENERGOPLAN;
    select count(*) from EnergyType@ENERGOPLAN
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [unixODBC][Driver Manager]Driver does not support this function {IM001}
    ORA-02063: preceding 2 lines from ENERGOPLAN
    SQL>
    ----logs from hs and odbc
    [oracle@aris_sv_db log]$ tail -50 ENERGOPLAN_agt_12117.trc
    12 VARCHAR N 100 100 0/ 0 1000 0 200 ConsumptionYearCostUOM
    3 DECIMAL N 24 24 9/ 3 0 0 0 ConsumptionYearFactorAmount
    -7 BIT N 1 1 0/ 0 0 0 20 NeedToBeApprovedByREK
    Exiting hgodtab, rc=0 at 2013/04/01-16:30:42
    Entered hgodafr, cursor id 0 at 2013/04/01-16:30:42
    Free hoada @ 0x14e5fd20
    Exiting hgodafr, rc=0 at 2013/04/01-16:30:42
    Entered hgopars, cursor id 1 at 2013/04/01-16:30:42
    type:0
    SQL text from hgopars, id=1, len=36 ...
    00: 53454C45 43542043 4F554E54 282A2920 [SELECT COUNT(*) ]
    10: 46524F4D 2022454E 45524759 54595045 [FROM "ENERGYTYPE]
    20: 22204131 [" A1]
    Exiting hgopars, rc=0 at 2013/04/01-16:30:42
    Entered hgoopen, cursor id 1 at 2013/04/01-16:30:42
    hgoopen, line 87: NO hoada to print
    Deferred open until first fetch.
    Exiting hgoopen, rc=0 at 2013/04/01-16:30:42
    Entered hgodscr, cursor id 1 at 2013/04/01-16:30:42
    Allocate hoada @ 0x14e5fd80
    Entered hgodscr_process_sellist_description at 2013/04/01-16:30:42
    Entered hgopcda at 2013/04/01-16:30:42
    Column:1(): dtype:4 (INTEGER), prc/scl:10/0, nullbl:1, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2013/04/01-16:30:42
    Entered hgopoer at 2013/04/01-16:30:42
    hgopoer, line 231: got native error 0 and sqlstate IM001; message follows...
    [unixODBC][Driver Manager]Driver does not support this function {IM001}
    Exiting hgopoer, rc=0 at 2013/04/01-16:30:42
    hgodscr, line 407: calling SQLSetStmtAttr got sqlstate IM001
    Free hoada @ 0x14e5fd80
    hgodscr, line 464: NO hoada to print
    Exiting hgodscr, rc=28500 at 2013/04/01-16:30:42 with error ptr FILE:hgodscr.c LINE:407 FUNCTION:hgodscr() ID:Set array fetch size
    Entered hgoclse, cursor id 1 at 2013/04/01-16:31:24
    Exiting hgoclse, rc=0 at 2013/04/01-16:31:24
    Entered hgocomm at 2013/04/01-16:31:24
    keepinfo:0, tflag:1
    00: 4F52434C 2E343535 32623466 342E362E [ORCL.4552b4f4.6.]
    10: 32322E37 363237 [22.7627]
    tbid (len 20) is ...
    00: 4F52434C 5B362E32 322E3736 32375D5B [ORCL[6.22.7627][]
    10: 312E345D [1.4]]
    cmt(0):
    Entered hgocpctx at 2013/04/01-16:31:24
    Exiting hgocpctx, rc=0 at 2013/04/01-16:31:24
    Exiting hgocomm, rc=0 at 2013/04/01-16:31:24
    Entered hgolgof at 2013/04/01-16:31:24
    tflag:1
    Exiting hgolgof, rc=0 at 2013/04/01-16:31:24
    Entered hgoexit at 2013/04/01-16:31:24
    Exiting hgoexit, rc=0
    [oracle@aris_sv_db log]$
    [oracle@aris_sv_db log]$ tail -50 /tmp/sqltrace.log
    Native = 0x7fff6ca974f4
    Message Text = 0x14e5f968
    Buffer Length = 510
    Text Len Ptr = 0x7fff6ca97750
    [ODBC][12117][SQLGetDiagRecW.c][582]
    Exit:[SQL_SUCCESS]
    SQLState = IM001
    Native = 0x7fff6ca974f4 -> 0
    Message Text = [[unixODBC][Driver Manager]Driver does not support this function]
    [ODBC][12117][SQLGetDiagRecW.c][540]
    Entry:
    Statement = 0x14e399f0
    Rec Number = 2
    SQLState = 0x7fff6ca97700
    Native = 0x7fff6ca974f4
    Message Text = 0x14e5f908
    Buffer Length = 510
    Text Len Ptr = 0x7fff6ca97750
    [ODBC][12117][SQLGetDiagRecW.c][582]
    Exit:[SQL_NO_DATA]
    [ODBC][12117][SQLEndTran.c][315]
    Entry:
    Connection = 0x14dbd4b0
    Completion Type = 0
    [ODBC][12117][SQLGetInfo.c][214]
    Entry:
    Connection = 0x14dbd4b0
    Info Type = SQL_CURSOR_COMMIT_BEHAVIOR (23)
    Info Value = 0x7fff6ca9781e
    Buffer Length = 8
    StrLen = 0x7fff6ca9781c
    [ODBC][12117][SQLGetInfo.c][528]
    Exit:[SQL_SUCCESS]
    [ODBC][12117][SQLEndTran.c][488]
    Exit:[SQL_SUCCESS]
    [ODBC][12117][SQLDisconnect.c][204]
    Entry:
    Connection = 0x14dbd4b0
    [ODBC][12117][SQLDisconnect.c][341]
    Exit:[SQL_SUCCESS]
    [ODBC][12117][SQLFreeHandle.c][268]
    Entry:
    Handle Type = 2
    Input Handle = 0x14dbd4b0
    [ODBC][12117][SQLFreeHandle.c][317]
    Exit:[SQL_SUCCESS]
    [ODBC][12117][SQLFreeHandle.c][203]
    Entry:
    Handle Type = 1
    Input Handle = 0x14dbb0c0
    [oracle@aris_sv_db log]$

    To see which ODBC function DG4ODBC is looking for and unixODBC isn't supporting it would be best to get an ODBC trace file. But as your unixODBC driver (unixODBC-2.2.11-10.el5) is outdated and these old drivers had a lot of issues when being used on 64bit operating systems (for example wrong sizeofint etc). So best would be to update the unixODBC Driver manager to release 2.3.x. More details can be found on the web site: www.unicodbc.org
    - Klaus

  • [ODBC Driver Manager] Driver does not support this function

    HI every body
    In Win Server 2008 R2 , I tried to retrieve data from my ODBC Driver
     by Report Builder , my connection test is successful , but after any retrieve data by SQL Statement I encounter with this Error :
    IM0001: [Microsoft] [ODBC Driver Manager] Driver does not support this function
    I use Win Server 2008 R2 , and my ODBC Driver installed on :
    %SystemRoot%\SysWOW64\odbcad32.exe
    Can anyone help me to solve this problem, its realy urgent for me ,
    PLEASE HELP ………………..

    ODBC Driver name is PMSDK (32 bit) and installed by Primavera software
    I use SQL Report Builder to connect the driver and try SQL Statement in it
    Report Builder may be executing an ODBC function to retrieve meta data, and that function is not supported by the PMSDK driver.  Are you using the latest version of the PMSDK driver?  You might try turning on ODBC tracing to find out the problem
    function. 
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • Exchange 2010 - WS-Management Service does not support

    Hi,
    We have a tool which was used for bulk Mailbox creation, Mailbox Movement etc. This we have used in Exchange 2007 also and was working fine. Now in Exchange 2010 we are facing some issues. Tool is written in VB.
    Exchange 2010 SP2 is running in all servers and we have 2 Mailbox Servers in DAG and 2 HUBCAS in CAS Array/NLB.
    When Team is trying to fetch the DB details in exchange 2010 through tool they are not able to connect and getting error as
    "Connecting to remote Server failed with the following error message. The WS-Management Service does not support the request."
    I have checked everything from Exchange like Remorepowersell status, WinRM, WS Managemet dll location and entry in config file everthing seems to be fine.
    I checked through EMTShooter tool also and no issues reported and connection was success through EMTShooter.
    Pls suggest if anymore we can check to fix the problem.
    Note: everything is working frine from Powershell and Exchange Management console.
    Regards:Mahesh

    Hi
    Yes, i got it confirmed and coding team claims that no issue with code and its working in some other setup.
    <v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f"><v:stroke joinstyle="miter"><v:formulas><v:f
    eqn="if lineDrawn pixelLineWidth 0"><v:f eqn="sum @0 1 0"><v:f eqn="sum 0 0 @1"><v:f eqn="prod @2 1 2"><v:f eqn="prod @3 21600 pixelWidth"><v:f eqn="prod @3 21600 pixelHeight"><v:f eqn="sum @0 0 1"><v:f eqn="prod @6 1 2"><v:f eqn="prod @7 21600 pixelWidth">Below
    is the snapshot of error with coding <v:f eqn="sum @8 21600 0">
      <v:f eqn="prod @7 21600 pixelHeight">
      <v:f eqn="sum @10 21600 0">
     </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas>
     <v:path gradientshapeok="t" o:connecttype="rect" o:extrusionok="f">
     <o:lock aspectratio="t" v:ext="edit">
    </o:lock></v:path></v:stroke></v:shapetype><v:shape alt="" id="Picture_x0020_2" o:spid="_x0000_i1025" style="width:631.5pt;height:148.5pt;" type="#_x0000_t75">
    <v:imagedata o:href="cid:[email protected]" src="file:///C:\Users\aralele\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg">
    </v:imagedata></v:shape>
    Regards:Mahesh

  • Error : software component version does not support this object type.

    Hi ,
    We are getting error as software component version does not support this object type when we try to create Business Object in PI 7.1 ESR  .
    How can we solve this error.
    Regards,
    Syed
    Edited by: Umar Syed on Jun 11, 2009 12:01 PM

    Hi Srinivas,
    We are working on Modelling in SAP PI, but we are unable to create any Business Object.. is there any specific steps need to be followed.
    Once we login to our ESR from index page we have this option to choose
    Available Profiles :         Process Definition
                                       Service Definition
                                       Unregistered.
    We are getting the option of new types (_Business Object_) only if we select Unregistered Profile and not in other Profiles . Is there some settings need to be done.
    Regards,
    Syed

  • Grid Control : Change Management Across Non-Prod and Prod

    All,
    I had some questions with regards to Grid Control Implementation Architechture on Prod and Non-Prod Env's
    The best practice is to configure a production Grid Control (GC) environment to monitor only production targets. This prevents nonproduction targets from adversely impacting a production environment.Another issue could be the compliance policy where in the production systems are to be isolated from Non-Production Environments.
    If this is the case then we have to have 2 GC environments , 1 for Prod and 1 for Non-Prod. In such a scenario how well can we do change management (Version control ) across the Non-Prod and Prod Environments ?
    To be more specific
    How is version control managed for Oracle builds if we have separate GC for Prod and Non-PROD? (Change Management pack / Configuration Management Packs are there but what is the real depth of these? )
    Change management for the Oracle Environments from DEV -> Test -> Pre-Production-> Production? We aim to have consist build across the environments can we achieve this if the GC is managed by Different OMS/OMR and if we have 2 separate environments how do we sync the GC environments managing PROD/NON-PROD after a change?

    This is feature is not there in 10.2
    This situation can be avoid by chagning the 9i port to 1522
    or install the GC on diffrent box

  • How does Grid Control Application Management Pack (AMP) discover targets?

    I have Grid Control 10.2.0.4 install and am trying to discover Oracle 11i applications. I have applied the patches required to the OMS and the agents and can see the Application Management tab at the top of the targets page. I am able to discover the individual components of the application (i.e. Apache, listeners, database, agents, hosts, forms, etc) but when I go under the Application Management tab and try to discover the Oracle applications I get the following error message:
    Error creating Node target for ctx file /ssan/ap00/appl/admin/ssan_ssan.xml; Error:Refresh EMDClient for
    ssan.rtd-denver.com
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTDiscovererPreFusion.discoverTargetsForNode; Waited for five minutes, but unable to find
    Targetssan-Forms_ssan_ssan(oracle_apps_forms_svlt) in Reposiotry Possible reason - agent: https://ssan.rtd-denver.com:3872/emd/main/ has not uploaded
    this target in repository
    I have the following in the ebsDiscovery.log
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTargetsDiscoverer.saveTargetWithAgent - Host=ssan.rtd-denver.com 7 targets Found to be saved.
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTargetsDiscoverer.saveTargetWithAgent - Host=ssan.rtd-denver.com Convert to Target Isnatnce Name = ssan-Forms_ssan_ssan,oracle_apps_forms_svlt
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTargetsDiscoverer.saveTargetWithAgent - Host=ssan.rtd-denver.com Convert to Target Isnatnce Name = ssan-Apache_ssan_ssan,oracle_apps_apache
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTargetsDiscoverer.saveTargetWithAgent - Host=ssan.rtd-denver.com Convert to Target Isnatnce Name = ssan-JServ_ssan_ssan,oracle_apps_jserv
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTargetsDiscoverer.saveTargetWithAgent - Host=ssan.rtd-denver.com Convert to Target Isnatnce Name = ssan-Forms_ssan_ssan,oracle_apps_forms_svlt
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTargetsDiscoverer.saveTargetWithAgent - Host=ssan.rtd-denver.com Convert to Target Isnatnce Name = ssan-Apache_ssan_ssan,oracle_apps_apache
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTargetsDiscoverer.saveTargetWithAgent - Host=ssan.rtd-denver.com Convert to Target Isnatnce Name = ssan-JServ_ssan_ssan,oracle_apps_jserv
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTargetsDiscoverer.saveTargetWithAgent - Host=ssan.rtd-denver.com Convert to Target Isnatnce Name = ssan-Discoverer_ssan_ssan,oracle_apps_discoverer
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.ProxyTarget.registerWithEMAgent _methodAccess = 4  Calling lEMDC.saveTarget
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTargetsDiscoverer.saveTargetWithAgent - Host=ssan.rtd-denver.com Out
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTDiscovererPreFusion.discoverTargetsForNode refreshSubsystems for node = ssan-:Infrastructure ssan_ssan:APPL_TOP Context
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTargetsDiscoverer.checkTragteUplodedFromAgent ssan-Forms_ssan_ssan(oracle_apps_forms_svlt) is Uploaded in Rep=false
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsTargetsDiscoverer.checkTragteUplodedFromAgent Waiting for target ssan-Forms_ssan_ssan(oracle_apps_forms_svlt) to be uploaded in repository. (wait itme 10 sec)
    I have the white paper explaining how Grid Control discovers databases, listeners, application servers, etc. But I am not able to find a paper that tells how the Application Manager discovers the Oracle applications. Does anyone know of such a paper or which perl scripts are run?

    One of the biggest problems I have run into when doing these discoveries is that the agent and iAS and/or Oracle are owned by different users and the agent does not have permissions to read the configuration files.
    You situation may be a bit different.
    If the host is real busy, it sometimes takes a long time to load the gathered information into the repository. From looking at your log file, this may be your issue.
    How busy is the server(s) and database for you OMS and OEM database?

  • Ws-management service does not support your request

    Hello,
    i have Exchnage 2010 SP3 with rollup2
    i'm facing the following error right after Exchange SP3 installed:-
    Please advise

    i followup many scenarios :-
    - restarting power-shell application pool as a suggested solution.
    - recreate Power-shell virtual directory.
    - re-install winrm IIS extension feature.
    - re-install Exchange 2010 SP3
    running the below commands :-
    dism /online /enable-feature /featurename:ServerManager-PSH-Cmdlets
    dism /online /enable-feature /featurename:BestPractices-PSH-Cmdlets
    but the result is 
    Error: 0x800f080c
    Feature name ServerManager-PSH-Cmdlets is unknown.
    A Windows feature name was not recognized.
    Use the /Get-Features option to find the name of the feature in the image and try the command again " 

  • A note on Setup Manager - Application Change Management Pack

    Hi All,
    This is Mugunthan, Development manager for iSetup and Setup Manager. I am happy to begin my note with the launch of Application Change Management Pack 3.1. For those who are not aware of Application Change Management Pack, it is a new product built on top of Oracle Enterprise Manager and comprises of three major modules namely Setup Manager, Customization Manager and Patch Manager. You can find more information about this pack here (LCM: Oracle Application Change Management Pack Setup Manager is enhanced and advanced version of iSetup on Oracle Enterprise Manager. There were good amount of reasons to re-architect iSetup on Oracle Enterprise Manager as Setup Manager.
    Why Setup Manager?
    Ability to migrate to data over point releases of EBS – EBS comes up with rollup patches on top of major releases periodically. It means that you have to certify the patch before it get deployed on to production which means that setup data are to be certified again. iSetup cannot connect between 12.0.4 to 12.0.6 or 12.0.6 to 12.1.1. We have achieved the data migration for above scenarios in Setup Manager (11i to R12 is not supported in Setup Manager)
    Projects – Setup Manager supports grouping of Extracts, Transforms, Loads and Reports as a single entity and can be deployed multiple times to multiple targets. The project consists of one or more tasks (of type Extract/Load/Transform/Report) and can be orchestrated according to your ends. Project execution supports scheduling which means that you can use this feature to sync up setup data between two instances at periodic internal. Projects can be shared with other users which is remarkable difference between iSetup and Setup Manager. You can share your projects with others in a combined development environment. The functional configuration data (Extracts) are stored in Oracle Enterprise Manager. This means that you can refresh EBS without losing Extracts.
    Integration with Change Approval mechanism – Execution of projects is integrated with change approval mechanism which means that you can control who executes what. Also, you have fine grain access control where you can control EBS targets assigned to a user.
    Offline Transformation – I would say this is the most unique feature of Setup Manager and as an implementer you would welcome this feature very much. iSetup has got very limited capability on Transformation. Here we have gone way ahead and support Transformation on almost all Setup Objects. We present you the extracted data in excel sheets. You can download the excel template and work offline. All the attribute value fields in the excel sheet are editable which means that you supply your own value. For example, you can download Operating Unit data in xls file and change operating unit “OU100” to “OU200” and upload it back to system and load to target instance. Please note that any attribute of Operating Unit setup data can be edited. Also, system has got intelligence and once you upload the excel sheet, it automatically changes all the inventory organization which belongs to “OU100” to “OU200”. This behavior can be controlled using attribute mapping which you can create in Setup Manager. Hold on, this is not the end, also you can add more operating unit in excel, say OU300 and OU400 and load it to target instance. You can delete few Operating Units from extracted data in excel sheet and load the remaining to target instance. This gives you complete flexibility to manage (add/edit/delete) functional configuration data offline. This is fantastic feature and please have a look at how it works.
    Advanced Filtering – Filter support in iSetup is not flexible where you cannot use comma separated values and complex sql join conditions. Also you do not know what query is executed behind the scenes to the data. All this problems are addressed in Setup Manager 3.1. We show you the “select clause” (SQL) associated with interface and provide you a text field where you can refer the select clause and provide your own custom where criteria (SQL). This means that filter support is unlimited and you can set filter any database columns. For example, you can extract “Responsibilities/Menu” which are active or created as on yesterday. You can extract all Operating Units excluding “OU100 and OU200”. We support all filter criteria that are supported by SQL.

    Hi,
    your note very interesting. Is there any other way to extract the configuration using SQL? not using Enterprise Manager? hope this will be fastest way then using GUI base.
    Thanks,
    Fahmi Fahlevi

  • Applications Management and Change Management Packs Certified with EM 10gR5

    Applications Management and Change Management Packs Certified with Enterprise Manager Grid Control Release 5
    For more details about the new features, documentation, and patches for the latest Application Management Pack and Application Change Management Pack releases, see:
    [Applications Change Management Pack 3.0 and Applications Management Pack 3.0 Now Available|http://forums.oracle.com/forums/thread.jspa?threadID=935145&tstart=0]
    Oracle E-Business Suite Prerequisites
    11.5.10 with ATG_PF.H RUP5 and higher
    Release 12.0.4 and higher
    Release 12.1
    Certified Platforms
    Linux x86
    Linux x86-64
    Sun Solaris SPARC
    HP-UX Itanium
    HP-UX PA-RISC
    IBM AIX Based Systems
    Certification on Windows platforms is in progress.

    It takes me a lof of time to comprehend the sentence you write. Cause I am a Chinese. My poor English.
    I have to say "you are genius". I used to use the indesign CS2. There is no GREP function in CS2. When I get the new script, I do not know how to use it. Just when I saw the
    'grep {findWhat:"  +"} {changeTo:" "} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false} Find all double spaces and replace with single spaces.'
    Being confused.
    Thanks so much. It seems I have to relearn the advanced Indesign.

  • How to install Oracle Change Management Pack for 11g database.

    Hi,
    I need to setup "Oracle Change Management Pack" for my oracle11g database. Can any body help to do the same. i am able to configure following.
    Oracle Configuration Management Pack
    Oracle Data Masking Pack
    Oracle Diagnostic Pack
    Oracle Tuning Pack
    using following URL
    http://docs.oracle.com/cd/B28359_01/license.111/b28287/options.htm#CIHBGJCC but not able to install "Oracle Change Management Pack for 11g database". Can any body share any pointers if any...
    Regards
    DBA.

    As far as I could understand, this is a part of Oracle EM/Grid installation:
    The sections that follow describe the Oracle management packs. The management packs can be purchased only with Enterprise Edition. The features in these packs are accessible through Oracle Enterprise Manager Database Control, Oracle Enterprise Manager Grid Control, and APIs provided with Oracle Database software.

  • Setup Manager - Application Change Management Pack

    Hi All,
    This is Mugunthan, Development manager for iSetup and Setup Manager. I am happy to begin my note with the launch of Application Change Management Pack 3.1. For those who are not aware of Application Change Management Pack, it is a new product built on top of Oracle Enterprise Manager and comprises of three major modules namely Setup Manager, Customization Manager and Patch Manager. You can find more information about this pack here (LCM: Oracle Application Change Management Pack Setup Manager is enhanced and advanced version of iSetup on Oracle Enterprise Manager. There were good amount of reasons to re-architect iSetup on Oracle Enterprise Manager as Setup Manager.
    Why Setup Manager?
    Ability to migrate setup data over point releases of EBS – EBS comes up with roll-up patches on top of major releases periodically. It means that you have to certify the patch before it get deployed on to production which means that setup data are to be certified again. iSetup cannot connect between 12.0.4 to 12.0.6 or 12.0.6 to 12.1.1. We have achieved the data migration for above scenarios in Setup Manager (11i to R12 is not supported in Setup Manager)
    Projects – Setup Manager supports grouping of Extracts, Transforms, Loads and Reports as a single entity and can be deployed multiple times to multiple targets. The project consists of one or more tasks (of type Extract/Load/Transform/Report) and can be orchestrated according to your needs. Project execution supports scheduling which means that you can use this feature to sync up setup data between two instances at periodic internal. Projects can be shared with other users which is remarkable difference between iSetup and Setup Manager. You can share your projects with others in a combined development environment. The functional configuration data (Extracts) are stored in Oracle Enterprise Manager. This means that you can refresh EBS without losing Extracts.
    Integration with Change Approval mechanism – Execution of projects is integrated with change approval mechanism which means that you can control who executes what. Also, you have fine grain access control where you can control EBS targets assigned to a user.
    Offline Transformation – I would say this is the most unique feature of Setup Manager and as an implementer you would welcome this feature very much. iSetup has got very limited capability on Transformation. Here we have gone way ahead and support Transformation on almost all Setup Objects. We present you the extracted data in excel sheets. You can download the excel template and work offline. All the attribute value fields in the excel sheet are editable which means that you supply your own value. For example, you can download Operating Unit data as xls file and change operating unit “OU100” to “OU200” and upload it back to system and load to target instance. Please note that any attribute of Operating Unit setup data can be edited. Also, system has got intelligence and once you upload the excel sheet, it automatically changes all the inventory organization which belongs to “OU100” to “OU200”. This behavior can be controlled using attribute mapping which you can create in Setup Manager. Hold on, this is not the end, also you can add more operating unit in excel, say OU300 and OU400 and load it to target instance. You can delete few Operating Units from extracted data in excel sheet and load the remaining to target instance. This gives you complete flexibility to manage (add/edit/delete) functional configuration data offline. This is fantastic feature and please have a look at how it works.
    Advanced Filtering – Filter support in iSetup is not flexible where you cannot use comma separated values and complex sql join conditions. Also you do not know what query is executed behind the scenes to get the data. All this problems are addressed in Setup Manager 3.1. We show you the “select clause” (SQL) associated with interface and provide you a text field where you can refer the select clause and provide your own custom where criteria (SQL). This means that filter support is unlimited and you can set filter on any database columns. For example, you can extract “Responsibilities/Menu” which are active or created as on yesterday. You can extract all Operating Units excluding “OU100 and OU200”. We support all filter criteria that are supported by SQL.

    Hi Mugunthan,
    Can you provide links to any tutorial or example (screenshots) of using Setup Manager to transfer something between two environments (say Users or DFFs)?
    Thanks,
    Gareth

  • Applications Change Management Pack  3.1 is now available

    E-Business Suite Applications Technology Group has recently released Application Change Management Pack (ACMP) Release 3.1 and Application Management Pack (AMP) Release 3.1.
    As you might be aware, Application Change Management Pack is Oracle's offering for customers to monitor and manage Oracle E-Business Suite changes. Application Change Management Pack provides a centralized view to monitor and orchestrate changes (both functional and technical) across multiple Oracle E-Business Suite systems.
    In release 3.1 Application Change Management Pack has been enhanced to provide more control and flexibility in managing Oracle E-Business Suite changes.
    Some of the key distinguishing features of the new release include:
    * Change Approval Framework: Changes orchestrated through Application Change Management Pack can now be controlled through the new change approval framework in Release 3.1. Users can now be segregated as approvers across Oracle E-Business Suite system(s) and modules (Customization Manager, Patch Manager or Setup Manager). Built in notification capability enables approver(s)/requester to be intimated about the status of relevant change requests. It also provides an implicit audit trail mechanism.
    * Integrated Custom Application Management: An integrated custom applications management feature enables users to easily register new custom applications across Oracle E-Business Suite systems and also track and validate existing custom applications in a standard way. This dashboard also helps track custom objects, packages and file meta-data associated with custom applications.
    * Pre-requisite Patch Analysis: Oracle E-Business Suite patches can now be analyzed for Pre-requisites prior to deployment in the target system. The analysis also verifies whether the pre-requisites are already available (in the target system) and if not, an option to add them to the patch job.
    * Offline Transformation: For the very first time, users have the ability to download Oracle E-Business Suite setup data in Microsoft Excel document. Once downloaded, the Setup Data can be edited or new data can be entered into the worksheets. Data is validated within the Microsoft Excel file and also while uploading into Setup Manager.
    * Built-in Intelligence: Release 3.1 has numerous minor enhancements that provide necessary intelligence for a seamless change orchestration. A few examples are:
    * Automated file driver meta-data generation for new files and $Header handling
    * Customization Package impact analysis report
    * Advanced filtering options for setup migration
    * Improved Usability: Release 3.1 contains numerous usability and reporting enhancements to ensure better integration with third party systems like source control systems and to foster collaborative development.
    Licensing
    Application Management Pack for Oracle E-Business Suite and Application Change Management Pack for Oracle E-Business Suite are separately licensed products. Application Management Pack for Oracle E-Business Suite Version 3.1 is a mandatory prerequisite for Application Change Management Pack for Oracle E-Business Suite Version 3.1 and should be licensed separately.
    Upgrade
    This pack supersedes the Oracle Application Management Pack for Oracle E-Business Suite 3.0. An upgrade path to Release 3.1 is provided from Release 3.0 only. Therefore it is mandatory for the existing installations to be at the AMP-ACMP Release 3.0 level before upgrading to Release 3.1.
    Downloads
    [Application Management Pack and Application Change Management Pack for Oracle E-Business Suite Version 3.1 (Patch 8333939) |http://updates.oracle.com/Orion/PatchDetails/handle_rel_change?release=5623100&plat_lang=46P&patch_file=&file_id=&password_required=&password_required_readme=&merged_trans=&aru=11452056&patch_num=8333939&patch_num_id=1103773&default_release=5623100&default_plat_lang=46P&default_compatible_with=&patch_password=&orderby=&direction=&no_header=0]
    References
    [Getting Started with Oracle Application Management Pack and Application Change Management Pack for Oracle E-Business Suite Version 3.1 (Metalink Note 982302.1)| https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=982302.1#6 ]
    [Getting Started with Oracle Application Management Pack and Application Change Management Pack for Oracle E-Business Suite Version 3.0 (Metalink Note 812315.1) |https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=812315.1#4]
    [Oracle Enterprise Manager Application Change Management Pack for Oracle E-Business Suite (PDF, 260K)|http://www.oracle.com/technology/products/oem/pdf/ds_appl_chg_mgmt.pdf]
    [Oracle Enterprise Manager Documentation|http://www.oracle.com/technology/documentation/oem.html]

    Srinivas:
    AMP/ACP 3.1 is certified and tested on OEM 10.2.0.5 with Linux.
    We would like to understand how you were trying to install the pack. Please note that AMP/ACP 3.0 installation is a prerequisite before installing AMP/ACP 3.1. So, did you check that the AMP/ACP 3.0 installation completed without errors.
    For details, please refer to the Metalink document ID 982302.1 for more details regarding the same. I would strongly recommend you to follow the 'Oracle Application Management Pack for Oracle E-Business Suite Installation Guide (PDF)' .
    If the issues still persists, please log a SR for the same and let us know the SR#.
    Thanks,
    Lokesh

  • Where can I download Change Management Pack?

    Hi,
    I didn't find Chang Management Pack in downloaded oracle 817NT and linux.
    Who can tell me where I can find the CMP of OEM?
    Thanks!
    Please email me: [email protected]
    Betty

    You need to download and install the Enterprise Manager Grid Control 10.2.0.5. The Management Pack for Oracle Coherence is a licensable option on EM GC. The bits are installed as part of installation of GC. Following are some useful links -
    http://em.us.oracle.com/pls/htmldb/Z?p_url=http://download.oracle.com/docs/cd/B16240_01/doc/doc.102/e14631.pdf&p_cat=90241&p_id=46&p_company=107467122888959222
    http://em.us.oracle.com/pls/htmldb/Z?p_url=http://stcontent.oracle.com/content/dav/oracle/Libraries/ent-mgr/em_public/fmw_mgmt/coherence/workshop/Step%2520By%2520Step%2520Instructions%2520-%2520Coherence%2520Management%2520Pack.zip&p_cat=90021&p_id=46&p_company=107467122888959222

  • Apex and the Oracle Change Management Pack

    Hi everyone
    I'm looking for some feedback from anyone that has used the Oracle Change Management Pack (CMP) with an Apex development (or is it really only for Oracle Apps)?
    Could the CMP be used against the APEX_04000 schema to sync a Dev environment with Test and Production? If so, this would nicely lead into an Agile approach to development, even perhaps Continuous Deployment :)
    I'm concerned that I can't find anything on the web about Apex and the CMP, so I suspect it can't be done :(
    Any comments gratefully recieved.
    Shunt

    You are going to have to provide a lot more information for anyone to help you from the basic ... like in what version ... to the specific ... what functionality do you want?
    In general none of the "packs" run any code not in the database in the form of built-in packages. For example much of the functionality of OEM Grid is implenented in DBMS_ADVISOR, DBMS_MONITOR, DBMS_SERVER_ALERT, etc.
    But without specific questions no specific answer is possible.
    You can find demos of the above referenced packages here:
    http://www.morganslibrary.org/library.html

Maybe you are looking for

  • Addl Account assignment in Sales order

    We are in Make-to_order Scenario. Following is an item which as generated from a SD invoice: marketing and management Free : 1300 In the additional account assignment data, sales order = 1500989 Cost centre & Internal order fields are blank. Can I as

  • Can't get my hp laserjet 5p working with win 8.1

    Can't get my LaserJet 5P working with Win 8.1. My MFC Brother is working fine. Have set the HP as the default; It is seen in printer/devices; info says it is installed correctly; when asked to print a word test, it doesn't; when asked to print a shor

  • Video Cable Ripped ...Help

    I've noticed that my Video cable is ripped on one side. Can this be fixed or does it need to be fully replaced? Does anyone know the part number o where I can order from?

  • Update multiple rows of DSO from Datasource

    Hi, We have a custom DSO with 4 key characteristics.  It is initially populated by a custom datasource correctly. We now need to update some of the data fields using a standard datasource, but it only has two of the key fields available. In the trans

  • 10.4.9 And Firmware ?

    Just a quick question, does the .9 update contain a firmware update ? Regards Ronni