Em not working in 11g OID

it is a fresh installation but Enterprise manager is not working.
URL : http://devaex01:7001/em
whereas http://devaex01:7001/console works.
where do i look for to trouble shoot em.
oid is 11.1.2.0 and weblogic 10.3.4
Edited by: user11993859 on 8/02/2012 16:41

You must start OPMN to get the Enterprise Manager console to come up.
In Unix land, it's
$ORACLE_INSTANCE/bin/opmnctl startall
opmnctl startall: starting opmn and all managed processes...
$ORACLE_INSTANCE/bin/opmnctl status -l
Processes in Instance: asinst_1
---------------------------------------------------------------------------------------------------------+------
ias-component | process-type | pid | status | uid | memused | uptime | ports
---------------------------------------------------------------------------------------------------------+------
oid1 | oidldapd | 8521 | Alive | 1816925763 | 125560 | 0:00:55 | N/A
oid1 | oidldapd | 8516 | Alive | 1816925762 | 61128 | 0:00:56 | N/A
oid1 | oidmon | 8502 | Alive | 1816925761 | 18216 | 0:00:57 | LDAPS:3131,LDAP:3060
EMAGENT | EMAGENT | 8501 | Alive | 1816925760 | 160 | 0:00:57 | N/A
Refer to your installation documentation on "Starting and Stopping the Stack"

Similar Messages

  • Dbms_metadata.get_ddl not working in 11g

    Hi All,
    I need a quick help from you. Following is not working in 11g.
    dbms_metadata.get_ddl( 'MATERIALIZED_VIEW', Mview_name, owner )
    It is throwing me an error saying the Materialized view does not exist, though its exist.
    Please let me know, what is wrong here with 11g.

    Please let me know, what is wrong here with 11g.No problem here: Can you reproduce these steps:
    SQL> select * from v$version where rownum = 1
    BANNER                                                                         
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production         
    1 row selected.
    SQL> create materialized view mv_dummy as select * from dual
    Materialized View created.
    SQL> select dbms_metadata.get_ddl ('MATERIALIZED_VIEW', 'MV_DUMMY', user) ddl from dual
    DDL                                                                            
      CREATE MATERIALIZED VIEW "MICHAEL"."MV_DUMMY" ("DUMMY")                      
      ORGANIZATION HEAP PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOG
    GING                                                                           
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645        
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)             
      TABLESPACE "USERS"                                                           
      BUILD IMMEDIATE                                                              
      USING INDEX                                                                  
      REFRESH FORCE ON DEMAND                                                      
      USING DEFAULT LOCAL ROLLBACK SEGMENT                                         
      USING ENFORCED CONSTRAINTS DISABLE QUERY REWRITE                             
      AS select * from dual                                                        
    1 row selected.?

  • Copy database file local folder is not working in 11g

    Hi,
    i am working on oracle forms 11g.
    the follwoing code is not working. could any one guide me to reslove the problem.
    declare
         lv_file_name varchar2(100);
         lv_command varchar2(200);
    begin
         lv_file_name := substr(:parameter.image_path,instr(:parameter.image_path,'\',-1)+1);
         lv_command := 'cmd /c copy_file '||:parameter.image_path ||' s:\temp\deposit\scanned_image\'||lv_file_name;
         client_host(lv_command);
         if form_success then
              message('saved..');
         else
    message('file copy process failed..');
         end if;
    end;

    Also, copy to the s: drive might not work. In your copy_file script you need to define the s: drive first
    net use s: \\some_shareor use UNC notation
    lv_command := 'cmd /c copy_file '||:parameter.image_path ||' \\some_share:\temp\deposit\scanned_image\'||lv_file_name;Oh, and use full path to copy_file:
    lv_command := 'cmd /c c:\some_directory\copy_file.bat '|| etc.;Edited by: InoL on Mar 11, 2013 9:20 AM

  • Copy expression not working in 11g PS1

    i Hve used a copy expression inside the email body.It works fine in 11g R1 but it gives the below error in 11gps1
    http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure
    Fault
    lbpelFault><faultType> <message>0</message></faultType><selectionFailure
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"></selectionFailure></bpelFault>http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailur
    at
    com.collaxa.cube.xml.xpath.functions.bpws.GetVariableDataFunction.call(GetVari
    ableDataFunction.java:132) at
    com.collaxa.cube.xml.xpath.BPELXPathFunctionWrapper.evaluate(BPELXPathFunctionWrapper:java:78)
    copy expression used
    concat(string('This mail was sent to you from Middleware FUSION to create SR for the below mentioned Sales form details:&#x0A;&#x0A;<BR>Time : '), xpath20:current-dateTime(), string('&#x0A;<BR><BR>First Given Name : '), bpws:getVariableData('VariableECMSchema','/ECM/FirstGivenName'), string('&#x0A;<BR>Last Name : '), bpws:getVariableData('VariableECMSchema','/ECM/LastName'), string('&#x0A;<BR>Company Name : '), bpws:getVariableData('VariableECMSchema','/ECM/CompanyName'), string('&#x0A;<BR>Address 1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Address1'), string('&#x0A;<BR>Address 2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Address2'), string('&#x0A;<BR>City : '), bpws:getVariableData('VariableECMSchema','/ECM/City'), string('&#x0A;<BR>StateProvince : '), bpws:getVariableData('VariableECMSchema','/ECM/StateProvince'), string('&#x0A;<BR>Country : '), bpws:getVariableData('VariableECMSchema','/ECM/Country'), string('&#x0A;<BR>ZIPPostalCode : '), bpws:getVariableData('VariableECMSchema','/ECM/ZIPPostalCode'), string('&#x0A;<BR>Phone : '), bpws:getVariableData('VariableECMSchema','/ECM/Phone'), string('&#x0A;<BR>Email Address : '), bpws:getVariableData('VariableECMSchema','/ECM/EmailAddress'), string('&#x0A;<BR>Model1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model1'), string('&#x0A;&#x0A;&#x0A;<BR>Options1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options1'), string('<BR>&#x0A;Quantity1 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity1'), string('<BR>&#x0A;Model2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model2'), string('<BR>&#x0A;Options2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options2'), string('<BR>&#x0A;Quantity2 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity2'), string('<BR>&#x0A;Model3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model3'), string('<BR>&#x0A;Options3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options3'), string('<BR>&#x0A;Quantity3 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity3'), string('<BR>&#x0A;Model4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model4'), string('<BR>&#x0A;Options4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options4'), string('<BR>&#x0A;Quantity4 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity4'), string('<BR>&#x0A;Model5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model5'), string('<BR>&#x0A;Options5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options5'), string('<BR>&#x0A;Quantity5 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity5'), string('<BR>&#x0A;Model6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model6'), string('<BR>&#x0A;Options6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options6'), string('<BR>&#x0A;Quantity6 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity6'), string('<BR>&#x0A;&#x0A;Model7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model7'), string('<BR>&#x0A;Options7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options7'), string('<BR>&#x0A;Quantity7 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity7'), string('<BR>&#x0A;Model8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model8'), string('<BR>&#x0A;Options8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options8'), string('<BR>&#x0A;Quantity8 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity8'), string('<BR>&#x0A;Model9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model9'), string('<BR>&#x0A;Options9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options9'), string('<BR>&#x0A;Quantity9 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity9'), string('<BR>&#x0A;Model10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Model10'), string('<BR>&#x0A;Options10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Options10'), string('<BR>&#x0A;Quantity10 : '), bpws:getVariableData('VariableECMSchema','/ECM/Quantity10'), string('a

    Hi Vivek,
    The 'selectionFailure' errors are mostly due to no data in the elements defined in the xml or in the nodes of xsd. Please cross check xslt/xsd/paload data.
    Having said that, if things were working fine in R1 but not working in PS1, then...its a bit strange.
    Regards
    A

  • HTMLDB_MAIL.SEND does not work with 11g

    Hi Guys,
    I have a simple application that uses HTMLDB_MAIL.SEND. I am running APEX 3.0 against an 11g database. When run against a 10g DB all is good. But with 11g I get
    ORA-24247: network access denied by access control list (ACL)
    I looked up the error which recommends altering ACL stuff, which I know nothing about. Is there a simple way to get rid of this error.
    O.

    Hi,
    I have the same problem as you.
    Colud you please explain me how did you resolve it.
    Thanks
    HTMLDB_MAIL.SEND does not work with 11g

  • Forms debug not working in 11g. Working fine in 10g

    I am able to attach the debug of runtime with the random port number, but not stopping at the breakpoints. This is happening in 11g environment.
    Same method is working in 10g environment. What additional configuration do I need to do to run a form in debug mode in 11g environment.
    My configuration is here.
    1. in env file, I have the debugger.jar added to Classpath
    cusm.env
    CLASSPATH=...;....;....;C:\Oracle\Middleware\Oracle_FRHome1\jlib\debugger.jar;...;...;
    FORMS=C:\Oracle\Middleware\Oracle_FRHome1\forms
    2. formsweb.cfg
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    allow_debug=false
    [cusm]
    workDirectory=/oracleias11g/work
    envfile=cusm.env
    form=frm_main.fmx
    userid=@orcl
    lookAndFeel=oracle
    pageTitle=Development 11g
    width=1050
    height=800
    archive=frmall.jar,customicon.jar
    At runtime from the form
    debug.attach;
    Then in the forms designer
    Debug-->Attach Debug
    Enter the random port number and the server and enter.
    Create couple of breakpoints in the forms trigger.
    and press button in the form.
    Now control is expected to come to forms designer, but not stopping at breakpoints.
    When Stop debug from forms designer, the runtime session is ending.
    Please help.
    Thanks in advance,
    Ravi

    Assuming you connected to the running form successfully, it sounds like your breakpoint is not being called. In other words, if you put a breakpoint in a trigger that isn't firing then the break will never occur. A simple test would be to add a break in the WHEN-NEW-FORM-INSTANCE trigger. Since this trigger cannot be avoided, control will quickly be passed to the debugger at startup. If this works then you can assume what I mentioned, which is that your other breakpoints are not being reached.
    Just to be sure, I just tested the Debugger in Forms 11.1.2.1 on Windows and it appears to work correctly.

  • Join Not Working - OBIEE 11g

    Hi
    I'm using sample sales schema to create my repository. It works fine in analysis until i introduce a calculated measure or a dimension hierarchy. when i introduce one of the two, for simply a product_name and revenue(a measure) based report, it starts issuing two seperate queries, one for product and one for revenue (measure). It should be issuing a single query getting data from both tables by joining them up as per the joins (logical & physical) defined in the RPD like earlier.
    Thanks
    Sufyan

    no its not level based measure but a simple measure. its just revenue/units based on existing logical columns. I did not go to levels tab in its properties and set logical levels for any of the logical dimensions.
    But after I create this measure it simply starts sending two physical queries , one to each table (products & salesFact ) i.e., two seperate queries instead of a single query, querying two tables with a join condition, as before i introduced this calculated measure.
    Afterwards even if i delete this measure, it doesn't work right. All the joins in BMM and physical layer are in thier place. I also compared the two versions of the repository and there's no special change noticable that can impact normal working.
    Thanks for being helpful.
    Regards
    Sufyan

  • Result_cache does not work in 11g

    -bash-3.00$ uname -a
    SunOS tssoldb01 5.10 Generic sun4u sparc SUNW,Sun-Fire-V210
    -bash-3.00$ sqlplus / as sysdba
    SQL*Plus: Release 11.1.0.6.0 - Production on Fri Feb 29 11:37:14 2008
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show parameter result_cache_;
    NAME TYPE VALUE
    client_result_cache_lag big integer 3000
    client_result_cache_size big integer 100M
    result_cache_max_result integer 5
    result_cache_max_size big integer 3M
    result_cache_mode string MANUAL
    result_cache_remote_expiration integer 0
    SQL> select /*+ RESULT_CACHE */ object_name from dba_objects
    2 where owner='SYSTEM' and object_type='PROCEDURE' ;
    OBJECT_NAME
    ORA$_SYS_REP_AUTH
    SQL> select count(*) from v$result_cache_objects;
    COUNT(*)
    0
    SQL>
    Try the hint /*+ result_cache */ but the result cache view returns nothing. All parameters are set. Do not know why?

    Oops, not query the sys views.
    Thanks Chris, just read your message while post above.
    Yeah, should not use dba_objects.
    Message was edited by:
    user498460
    Message was edited by:
    user498460

  • Date format not working in 11G ?

    Hi All,
    i am using Oracle 11g on windows 7
    i try to execute this format of date not allways show me same format
    select To_date('2/02/2012' ,'DD/MONTH/YYYY') from dual; (when i want to save to date column ) but the error is NOT VALID MONTH
    select To_date('2/02/2012' ,'DD/MM/YYYY') from dual; (when i want to save to date column ) this is OK
    Also when i want to show date
    select To_char('2/02/2012' ,'DD/MM/YYYY') from dual; (when i want to save to date column ) error INVALID NUMBER
    select To_char('2/02/2012' ,'DD/MONTH/YYYY') from dual; (when i want to save to date column ) error INVALID NUMBER
    select To_char('2/02/2012' ,'DD/MON/YYYY') from dual; (when i want to save to date column ) error INVALID NUMBER
    i try to get NLS_DATE_FORMAT in windows registery under oracle but not found i try to search for it in registery but not found.
    by using regedit in cmd
    regards

    select To_date('2/02/2012' ,'DD/MONTH/YYYY') from dual; (when i want to save to date column ) but the error is NOT VALID MONTHThe month format specified by you is MONTH but the value entered is 02, Oracle is expecting a month like 'FEBRUARY'
    select To_char('2/02/2012' ,'DD/MM/YYYY') from dual; (when i want to save to date column ) error INVALID NUMBER'2/02/2012' is a string and you are trying to convert it to string again, why?
    select To_char('2/02/2012' ,'DD/MONTH/YYYY') from dual; (when i want to save to date column ) error INVALID NUMBERAgain why convert string to string?
    select To_char('2/02/2012' ,'DD/MON/YYYY') from dual; (when i want to save to date column ) error INVALID NUMBERAgain same thing...
    i try to get NLS_DATE_FORMAT in windows registery under oracle but not found i try to search for it in registery but not found. by using regedit in cmdNLS_DATE_FORMAT is a oracle parameter why are you looking in windows registery?
    Query v$parameter to find the details of the parameter.
    I guess you have serious issue with your basics so please read the oracle document.

  • Subquery not working in 11g

    Hi all,
    We have an 11.1.0.7 instance on SLES10. And when we run following sql, it crashes.
    select decode(sum(pos),0,'H',decode(sum(hareket),0,'P','T')) from
    (select count(1) pos,0 hareket from cost.pos_hareket p where
    p.onay_eh='E' and p.is_merkez_kod='70' and
    p.tarih>='28.04.2011'
    union
    select 0,count(1) from otel.hareket h where h.tarih>='28.04.2011' and
    h.is_merkezi_kod='70' and h.belge_no not in (select
    p.belge_no from cost.pos_hareket p where p.onay_eh='E' and
    p.is_merkez_kod='70' and p.tarih>='28.04.2011' union select
    o.belge_no from otel.onburo_manuel_extra o where
    o.is_merkez_kod='70'));
    But when we run following sql, it is ok.
    select decode(sum(pos),0,'H',decode(sum(hareket),0,'P','T')) from
    (select count(1) pos,0 hareket from cost.pos_hareket p where
    p.onay_eh='E' and p.is_merkez_kod='70' and
    p.tarih>='28.04.2011'
    union
    select 0,count(1) from otel.hareket h where h.tarih>='28.04.2011' and
    h.is_merkezi_kod='70' and (h.belge_no not in (select
    p.belge_no from cost.pos_hareket p where p.onay_eh='E' and
    p.is_merkez_kod='70' and p.tarih>='28.04.2011') or h.belge_no not in (select
    o.belge_no from otel.onburo_manuel_extra o where
    o.is_merkez_kod='70')));

    ilke_altinpulluk wrote:
    the query hold up very very long time.In that case the obvious thing to do would (normally) be to run the faster query.
    In your case I am not keen on suggesting this as the two queries don't appear to be logically equivalent.
    They are hard to read in the form you've posted but one appears to be:
    select ....
    where something not in (
        select ...
        union
        select ...
    )While the second is:
    select ....
    where something not in (
        select ...
    or something not in (
        select ...
    )If my interpretation is correct, then that OR should be an AND for the queries to be logically the same.
    In the absence of any further information, I think it's likely that the first query is able to unnest the subquery, while the second query has to operate the two subqueries as filter subqueries - and the nature of your data, indexing, etc. makes one plan much more efficient than the other.
    You could try an /*+ no_unnest */ hint in the subquery of the first query to see what impact that might have.
    Regards
    Jonathan Lewis

  • Polling does not work in 11g

    I created a db adapter to sql server 2008 and set it up so it will poll the database every 30 seconds and process 2 records. But when I run the bpel process, the polling adapter processed all records at one time. I'm using 11.1.1.1.
    It is the same with oracle as well. Anybody experienced this?
    Thanks

    I upgraded the server to 11.1.1.2 but still no luck. I created the datasource in wls and added the jndi in the db adapter. I restarted the server also. Here's my polling configuration in the db adapter in JDeveloper
    Operation Type: Poll for New Or changed records in a table
    After Read: Update a field in the [table name] table (logical delete)
    Logical delete:
    logical delete field: <table column name>
    read value: 1
    unread value: 0
    reserved value: 2
    polling frequency: 30 seconds
    database rows per xml document: 1
    database rows per transaction: 3
    All other field values are left as defaults.
    It processed all records at one time and not 3 records every 30 seconds.
    Can you let me know if I miss anything please? Are there any special configuration I need to make to the data source also?
    Thanks,
    Andy

  • Directory Naming with OFM 11g - Identity Management Does Not Work.

    I tried to find document about how to setup/implement Directory Naming with Oracle Fusion Middleware 11g- Identity Management, but without luck. We implement Directory Naming with IM 10.1.4.3 on Linux that is 32-bit only and doesn't coexist very well with OEM GC (64-bit). So we are very eager to try 64-bit of IM 11.1.1. Any information is highly appreciated. Thanks huge.
    Edited by: bhqu888 on Aug 16, 2009 6:51 PM
    Edited by: bhqu888 on Aug 16, 2009 6:56 PM

    I installed OFM IM 11.1.1 on RHEL 4.8 (x64) successfully and OID is up and running. Using Net Manager in the $ORACLE_HOME/bin dir I can upload TNS to OID. But Directory Naming does not work. Dbs client could not log into any dbs server through this 11g OID. Our 10.1.4 OID works fine.
    Edited by: bhqu888 on Aug 16, 2009 6:51 PM
    Edited by: bhqu888 on Aug 16, 2009 6:58 PM

  • OIM-OAM 11g BP 02 integration not working as expected

    Hi Experts,
    We have OIM 11g and OAM 11g both upgraded to BP02 installed on separate hosts. We are using OID 11g as the directory servers and OVD 11g fronting OID for integration. We followed the steps mentioned in Oracle Document Oracle® Fusion Middleware Integration Guide for Oracle Access Manager 11g Release 1 (11.1.1)Part Number E15740-04 for integration purpose.
    After performing all the integration tasks mentioned in the document, while testing the ingtegration, the expected results are not been serverd.
    If I access OIM admin console URL, am getting default OIM admin console URl instead of OAM SSO login page for authencation. and also I am unable to login using either xelsysadm\oimadmin\oamadmin but I can login using weblogic, so this is referin to the default embeded LDAP of weblogic for credential validation.
    OIM and OAM are deployed on separate hosts, please find the deployment details below.
    1. JDK: 1.6.0_29
    2. WLS : 10.3.5
    3. LDAP: Oracle Internet Directory: 11.1.1.5.0
    Oracle Virtual Directory: 11.1.1.2.0
    4. Webserver: Oracle HTTP Server fronting the OIM
    The Integration videa on Support.oracle assumes that all components OIM\OAM/OID/OHS being on the same host.
    I have my OIM and OAM both patched to the latest BP which is BP 02. There is a support article which specifically talks about few settings ton be made for BP 02.
    the article ID is 1447494.1.
    Even after doing all these, the integration is not working.
    As per the support article, I need to use preferred host name for agent fronting OIM as IAMSuiteAgent and if I do that, the proxying of OIM server with the webserver host will not work at all and ends with 404 not found error when I access using http://OHShost:OHSport/oim.
    but if i use the name of agent i.e webserver name in the preferred host field, the redirection would happen and i get OAM SSO login page for authentication, however with the credential validation at this page, the OIM login page (http://OIMhost:OIMport/oim) is provided prompting for login again.
    also if i access OIM login page http://OIMhost:OIMport/oim directly, the OAM SSO page is not coming for authentication.
    I am awaiting your advice\suggestions or workarounds if any one has come across this kind of issue, which i am sure is an obvious case.
    Thanks,
    Nagendra

    Hi,
    Any help in this regard please/
    Thanks
    Nagendra

  • OID / AD synchronization not working

    I am new to Oracle Fusion Middleware. I am facing an issue where the sync between OID/AD is not working. I am learning this process on my own. Can you please guide me on how to troubleshoot this issue. If you can point me towards a troubleshooting documentation that would be great as well. Thanks!
    Oracle Enterprise Manager 11g > Fusion Middleware Control
    Farm Farm_IDMDomain
    Deployements and Fusion Middleware status is 100%
    Identity and Access > DIP(11.1.1.2.0)
    DIP Component Status
    Quartz Scheduler      Up
    MBeans          Up
    Under Execution Summary > Synchronization Profiles
    Profile Name          Successful Changes     Failed Changes     Error
    Site_Import          0               0          Error performing ModRDN in Directory
    Corporate_Import     0               2000          Error Creating Entry in Directory

    Hi, onlineAppsDBA -
    I found the following log under:
    /u001/oracle/middleware/identity/user_projects/domains/IDMDomain/servers/wls_ods1/logs/wls_ods1-diagnostic.log
    I see the following error messages in the log file. The initial domain configuration worked, as I was able to bring the initial transport set successfully. But, since then the synchronization is not working!
    [2011-01-12T16:01:58.128-06:00] [wls_ods1] [ERROR] [] [oracle.dip] [tid: Corp_Entities_Import] [userId: <anonymous>] [ecid: 0000Imy4Gv17e5O5yjl3iW1CzNHj000023,0] [APP: DIP#11.1.1.2.0] EXCEPTION_MODRDN_OPR [[
    javax.naming.*NoPermissionException: [LDAP: error code 50 - Insufficient Access Rights];* remaining name 'cn=jjohn,ou=00789 - springs place,cn=places,cn=users,dc=corp,dc=com'
    at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3049)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2987)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2794)
    at com.sun.jndi.ldap.LdapCtx.c_rename(LdapCtx.java:703)
    at com.sun.jndi.toolkit.ctx.ComponentContext.p_rename(ComponentContext.java:693)
    at com.sun.jndi.toolkit.ctx.PartialCompositeContext.rename(PartialCompositeContext.java:251)
    at javax.naming.InitialContext.rename(InitialContext.java:430)
    at oracle.ldap.odip.gsi.LDAPWriter.performModDN(LDAPWriter.java:788)
    at oracle.ldap.odip.gsi.LDAPWriter.writeChanges(LDAPWriter.java:372)
    at oracle.ldap.odip.web.DIPSyncBean.mapExecute(DIPSyncBean.java:748)
    at oracle.ldap.odip.web.DIPSyncBean.execMapping(DIPSyncBean.java:477)
    at oracle.ldap.odip.web.DIPSyncBean.doOneIteration(DIPSyncBean.java:355)
    at oracle.ldap.odip.web.DIPSync_2r3ocw_EOImpl.doOneIteration(DIPSync_2r3ocw_EOImpl.java:65)
    at oracle.ldap.odip.web.SyncQuartzJobImpl.execute(SyncQuartzJobImpl.java:178)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    [2011-01-12T16:01:58.129-06:00] [wls_ods1] [ERROR] [] [oracle.dip] [tid: corp_Entities_Import] [userId: <anonymous>] [ecid: 0000Imy4Gv17e5O5yjl3iW1CzNHj000023,0] [APP: DIP#11.1.1.2.0] The Sensor /DIPProfile/corp_Entities_Import was not found.
    [2011-01-12T16:01:58.130-06:00] [wls_ods1] [ERROR] [DIP-10013] [oracle.dip] [tid: corp_Entities_Import] [userId: <anonymous>] [ecid: 0000Imy4Gv17e5O5yjl3iW1CzNHj000023,0] [APP: DIP#11.1.1.2.0] Exception[[
    ODIException: Error Performing ModRDN in Directory
    at oracle.ldap.odip.gsi.LDAPWriter.performModDN(LDAPWriter.java:850)
    at oracle.ldap.odip.gsi.LDAPWriter.writeChanges(LDAPWriter.java:372)
    at oracle.ldap.odip.web.DIPSyncBean.mapExecute(DIPSyncBean.java:748)
    at oracle.ldap.odip.web.DIPSyncBean.execMapping(DIPSyncBean.java:477)
    at oracle.ldap.odip.web.DIPSyncBean.doOneIteration(DIPSyncBean.java:355)
    at oracle.ldap.odip.web.DIPSync_2r3ocw_EOImpl.doOneIteration(DIPSync_2r3ocw_EOImpl.java:65)
    at oracle.ldap.odip.web.SyncQuartzJobImpl.execute(SyncQuartzJobImpl.java:178)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    [2011-01-12T16:01:58.132-06:00] [wls_ods1] [ERROR] [DIP-10007] [oracle.dip] [tid: corp_Entities_Import] [userId: <anonymous>] [ecid: 0000Imy4Gv17e5O5yjl3iW1CzNHj000023,0] [APP: DIP#11.1.1.2.0] [arg: corp_Entities_Import] error in execution of Agent thread: corp_Entities_Import[[
    Error Performing ModRDN in Directory
    at oracle.ldap.odip.web.DIPSyncBean.mapExecute(DIPSyncBean.java:1024)
    at oracle.ldap.odip.web.DIPSyncBean.execMapping(DIPSyncBean.java:477)
    at oracle.ldap.odip.web.DIPSyncBean.doOneIteration(DIPSyncBean.java:355)
    at oracle.ldap.odip.web.DIPSync_2r3ocw_EOImpl.doOneIteration(DIPSync_2r3ocw_EOImpl.java:65)
    at oracle.ldap.odip.web.SyncQuartzJobImpl.execute(SyncQuartzJobImpl.java:178)

  • ODI Procedures not working after upgrading from 10G to 11G

    Hello Gurus,
    We have run into a scenario where the procedures in ODI are not working after we upgraded it from 10G to 11G (11.1.1.6). However we can make it to run if we create the procedure from scratch.
    Also we are having issues related to packages where in the packages were running before we applied the patch 11.1.1.6.3. And after applying the patches they are not running.
    Any help will be appreciated.
    Thanks

    If you want someone to help you, please be elaborate in the exact errors you are getting.
    A general statement would do nothing but guess work.
    What is the error that you get while executing the procedure.
    What are the exact issues that you get while executing packages ?

Maybe you are looking for

  • HT5266 best resolution in windows 8.1 on macbook pro retina 15 ?

    Hi which resolution is the best in windows 8.1 on macbook pro retina 15 ? for software Like SolidWorks or the other? because the recommended resolution is good but some software like SoliWorks not optimized for retina resolution !!! Thanks

  • I am a  recent Apple convert and feel like I have been ripped off

    I purchased a 13inch MacBook since I was getting a little bit tired of having to constantly reboot my PC. Bought a 13 inch MacBook in Nov 2008. Since this was my first Mac and did not have any other accessories/sofware etc from the pc world, I invest

  • My unlocked I phone 6 did not work in saudi arabia

    I bought an I phone 6 from U.S. unlocked spring carrier. According to customer service representative, this carrier would be the best for the 4G speed. When I came back home and tried to use an SIM from STC, it did not work. I wonder if I should retu

  • When Will Apple Update iWeb?

    Im wondering and asking when will Apple find the time to update Iweb? They have the potential to have the best software for those that want to make lovely sites. It would need to be of the Iphoto standard or even slightly more advanced with better up

  • Aperture aliasing issue?

    Hi all, I'm experiencing some aliasing/jaggies artifacts with certain images displayed at less than 50% zoom in Aperture 3. It's very noticeable in split-view and viewer only mode, and is still quite noticeable in full-screen mode. There is no aliasi