OEM 11g login error with sys user.

I have two database in my local host. one is created with dbca and another is manually created.
i am not able to login ONLY with "sys" user in OEM 11g but i can login in sqlplus with the same user(only in database created manually ).

yes m giving correct pwd as i mentioned i am bale to login with the same in sqlplus . below is the log details :
C:\Users\jatrived>emca -deconfig dbcontrol db
STARTED EMCA at Apr 25, 2013 12:33:20 PM
EM Configuration Assistant, Version 11.2.0.0.2 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: cgdb
Do you wish to continue? [yes(Y)/no(N)]: y
Apr 25, 2013 12:33:29 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at D:\oracle\cfgtoollogs\emca\cgdb\emca_2013_04_25_12_33_19.log.
Apr 25, 2013 12:33:30 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
INFO: Stopping Database Control (this may take a while) ...
Enterprise Manager configuration completed successfully
FINISHED EMCA at Apr 25, 2013 12:34:12 PM
C:\Users\jatrived>emca -config dbcontrol db
STARTED EMCA at Apr 25, 2013 12:34:29 PM
EM Configuration Assistant, Version 11.2.0.0.2 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: cgdb
Listener port number: 1521
Listener ORACLE_HOME [ D:\oracle\product\11.2.0\dbhome_1 ]:
Password for SYS user:
Password for DBSNMP user:
Password for SYSMAN user:
Password for SYSMAN user: Email address for notifications (optional):
Outgoing Mail (SMTP) server for notifications (optional):
You have specified the following settings
Database ORACLE_HOME ................ D:\oracle\product\11.2.0\dbhome_1
Local hostname ................ ***********.corp.****.com
Listener ORACLE_HOME ................ D:\oracle\product\11.2.0\dbhome_1
Listener port number ................ 1521
Database SID ................ cgdb
Email address for notifications ...............
Outgoing Mail (SMTP) server for notifications ...............
Do you wish to continue? [yes(Y)/no(N)]: y
Apr 25, 2013 12:35:12 PM oracle.sysman.emcp.EMConfig perform
INFO: This operation is being logged at D:\oracle\cfgtoollogs\emca\cgdb\emca_2013_04_25_12_34_29.log.
Apr 25, 2013 12:35:16 PM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
INFO: Uploading configuration data to EM repository (this may take a while) ...
Apr 25, 2013 12:36:26 PM oracle.sysman.emcp.EMReposConfig invoke
INFO: Uploaded configuration data successfully
Apr 25, 2013 12:36:33 PM oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib
INFO: Software library is already configured.
Apr 25, 2013 12:36:33 PM oracle.sysman.emcp.util.DBControlUtil configureSoftwareLib
INFO: EM_SWLIB_STAGE_LOC (value) will be ignored.
Apr 25, 2013 12:36:33 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary
INFO: Deploying Provisioning archives ...
Apr 25, 2013 12:37:29 PM oracle.sysman.emcp.EMDBPostConfig configureSoftwareLibrary
INFO: Provisioning archives deployed successfully.
Apr 25, 2013 12:37:29 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
INFO: Securing Database Control (this may take a while) ...
Apr 25, 2013 12:37:36 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
INFO: Database Control secured successfully.
Apr 25, 2013 12:37:37 PM oracle.sysman.emcp.util.DBControlUtil startOMS
INFO: Starting Database Control (this may take a while) ...
Apr 25, 2013 12:38:23 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
INFO: Database Control started successfully
Apr 25, 2013 12:38:23 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
INFO: >>>>>>>>>>> The Database Control URL is https://***********.corp.****.com:5500/em <<<<<<<<<<<
Apr 25, 2013 12:38:25 PM oracle.sysman.emcp.EMDBPostConfig invoke
WARNING:
************************ WARNING ************************
Management Repository has been placed in secure mode wherein Enterprise Manager data will be encrypted. The encryption key has been pl
aced in the file: D:/oracle/product/11.2.0/dbhome_1/***********.corp.****.com_cgdb/sysman/config/emkey.ora. Please ensure this f
ile is backed up as the encrypted data will become unusable if this file is lost.
Enterprise Manager configuration completed successfully
FINISHED EMCA at Apr 25, 2013 12:38:25 PM
portlist details :
here now two db having same port , how to remove or change ?
D:\oracle\product\11.2.0\dbhome_1\install>more portlist.ini
Enterprise Manager Console HTTP Port (ORA10) = 5500
Enterprise Manager Agent Port (ORA10) = 1830
Enterprise Manager Console HTTP Port (jai) = 1158
Enterprise Manager Agent Port (jai) = 3938
Enterprise Manager Console HTTP Port (test) = 1158
Enterprise Manager Agent Port (test) = 1830
Enterprise Manager Console HTTP Port (cgdb) = 5500
Enterprise Manager Agent Port (cgdb) = 1831

Similar Messages

  • Fail to logon with SYS user: ORA-01031: insufficient privileges

    Hello,
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    OS: CentOS 5.5
    I fail to log on with SYS user through PL/SQL Developer. I receive the error: ORA-01031: insufficient privileges. PL/SQL Developer is installed on Windows 7 Professional. Oracle Client Version is 11.2.0.1.0. However I logon successfully with SYSMAN and SYSTEM.
    For those who might ask whether I try to connect "as sysdba" when I use SYS user, the answer is YES, I do.
    Besides I think the name of the tool (PL/SQL Developer) doesn't matter because I think I'll face the same error with any other tool (but I mentioned it just in case).
    On server side I have no issues with SYS user. I can connect through SQLPlus with connect / as sysdba or connect "/as sysdba" faultlessly.
    The initialization parameter sec_case_sensitive_logon is set to FALSE
    SQL> show parameter sensi
    NAME TYPE VALUE
    sec_case_sensitive_logon boolean FALSE
    I'm using local naming to connect and on client side I've a tnanames.ora file. The sqlnet.ora file looks like this:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)I read in this forum (another thread) about using a password file. I created a password file using orapwd this way:
    orapwd file=orapwDB11G2 entries=100 ignorecase=y password=a_passwordwhere I replaced "a_password" with the SYS password.
    Actually I'm not sure the client is influenced by the password file anyway because I tell it to use local naming.
    Any clues?
    Thank you very much!

    Verdi wrote:
    Hello, Chinar, AlexeyDev,
    ORACLE_SID variable is:
    [oracle@localhost bin]$ echo $ORACLE_SID
    planetThe directory $ORACLE_HOME/dbs:
    [oracle@localhost ~]$ ls -l $ORACLE_HOME/dbs
    total 28020
    -rw-rw---- 1 oracle oinstall    1544 Apr 10 12:43 hc_DBUA0.dat
    -rw-rw---- 1 oracle oinstall    1544 Apr 27 18:02 hc_planet.dat
    -rw-r--r-- 1 oracle oinstall    2851 May 15  2009 init.ora
    -rw-r--r-- 1 oracle oinstall    2966 Apr 26 16:33 initplanet.ora
    -rw-r----- 1 oracle oinstall      24 Apr  1 18:22 lkPLANET
    -rw-r----- 1 oracle oinstall 9519104 Apr 27 18:43 ora_control1
    -rw-r----- 1 oracle oinstall 9519104 Apr 27 18:43 ora_control2
    drwx------ 2 oracle oinstall    4096 Apr 10 12:43 peshm_DBUA0_0
    drwx------ 2 oracle oinstall    4096 Apr  1 18:19 peshm_planet_0
    -rw-r----- 1 oracle oinstall 9519104 Apr  8 11:25 snapcf_planet.f
    -rw-r----- 1 oracle oinstall    2560 Apr 27 18:41 spfileplanet.oraThe value of the parameter remote_login_passwordfile is:
    *.remote_login_passwordfile='EXCLUSIVE'
    I start up the instance using the spfile.As a side observation, it appears you have two control files also in this directory. That is risky, and goes against the intent of having multiplexed the control file. Ideally they would be on separate disk devices - including separate controllers, but at the very least they should be in directories that are separate all the way back to the root directory. If you can't protect against hardware failure, at least protect against human failure.

  • Login error with BOXI 3.1

    I frequently get a login error with BO XI 3.1 (with fix patched 1.3 and SAP interface installed on Linux machine).
    ERROR:
    Account information not recognized: The property SI_GUID of info object with id number 1876 is not unique. Table = 'CMS_InfoObjects6'. Column = 'SI_GUID'.
    (authentication type: enterprise)
    Error comes after first logging out with User1 and then trying to login again immediately with User2 (with IE6).
    Thanks, Timo

    Hello again,
    Just to answer your questions:
    - Yes, all systems are in the same domain
    - I have configured BOE for SAP SSO. Users and roles have been imported.
    - The SAP Portal is sending the ticket.
    We've been able to reproduce the error over different client machines, and a workaround involves closing the browser window (with the error) that gets launched from SAP Portal on the first attempt and then clicking through to BO from the SAP Portal again. It works fine after that, but I'm afraid that some users might find this annoying/alarming
    Thanks,
    Myla

  • What is a user parameter list in iMovie? I am trying to sent the movie from imovie to idvd and I keep getting an error with the user parameter list. Help?

    What is a user parameter list in iMovie? I am trying to sent the movie from imovie to idvd and I keep getting an error with the user parameter list. Help?

    Can you give more details?   What exactly is the entire error message text?  there should be an error number too.   Are you trying to finalize this to an external disk?

  • Login error with correct u/p using Oracle Application Server / BPEL

    Hello,
    We are using Oracle 11g and BPEL 10.1.3.4. We had everything working fine until earlier this week. We were receiving an exception when accessing the database from our BPEL process.
    Unable to establish connection to "iCareConnectionPool". Error message: Exception occurred testing connection. Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied.
    I went into the Application Server control and tested the data source and connection pool and they both failed with the login error. The userid and password being submitted is correct. I checked the data-source.xml file and the id/password looked good. Here are the steps I performed.
    On BPEL server:
    1)     Deleted connection pool iCareConnectionPool, data source, iCareDataSource, and removed /eis/db/iCareDataSource from the DBAdapter.
    2)     Created new connection pool – iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
    3)     The connection pool test was successful. Clicked finish to create connection pool
    4)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
    5)     Modified connection pool to use IDS2 and it worked.
    6)     Modified connection pool to IDS and it failed.
    7)     Modified connection pool to jimc and it worked.
    On Database:
    1)     Created new schema/user ICAREIDS
    2)     Connected using SQL Developer and I could connect
    On BPEL Server:
    1)     Deleted connection pool
    2)     Created connection pool iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
    3)     The connection pool test was successful. Clicked finish to create connection pool
    4)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
    5)     Modified connection pool to use IDS2 and it worked.
    6)     Created new connection pool TestPool – same results
    7)     Tried jdbc:oracle:thin:@//<host>:1521/ORCL - same results
    On my local system BPEL server:
    1)     Created connection pool iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
    2)     The connection pool test was successful. Clicked finish to create connection pool
    3)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
    4)     Modified connection pool to use IDS2 and it worked.
    5)     Modified connection pool to use ICAREIDS and it failed.
    Since it failed on two different BPEL server's, I am wondering if it is something with the database. I can connect using existing schema's but not IDS or any new schemas. However, I can connect to any schema using any other tool like SQL Developer.
    Can anyone provide an insight as to what could be happening here.
    Thanks,
    Jim

    I found the problem and wanted to pass on the solution in case any one else runs into this problem.
    With Oracle Database 11g the passwords are now case sensitive. Because the BPEL server is using 10g drivers the login fails if you have capital letters in your password.

  • Prob With SYS user...

    Hi All,
             I m installing oracle 9i..but at last whn it will create database at tht time it will ask for oracle sys and system pass..but whn i m starting oracle i can do login using system user not with sys login ..but both pass is same ..and i m getting error in sap 4.7 installation..at Oracle Pre load action...so please help me to complete my installation...its urgent...
    Thx..

    In this step i m stop...
    Following  is log file....at last error is indicated....:---
    INFO 2008-02-17 13:03:01
    Processing of host operation t_HostInfo_SHARED succeeded.
    INFO 2008-02-17 13:03:14
    The 'saploc' share exists at directory 'D:\usr\sap'. Choosing drive D: as SAP System drive.
    INFO 2008-02-17 13:03:27
    Copying file E:/NT/COMMON/OraVolatileDatabaseParameters.xml to: OraVolatileDatabaseParameters.xml.
    INFO 2008-02-17 13:03:27
    Creating file D:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.xml.
    INFO 2008-02-17 13:04:28
    Copying file C:/sap-source/exp1/DB/ORA/DBSIZE.XML to: DBSIZE.XML.
    INFO 2008-02-17 13:04:28
    Creating file D:\SAPinst ORACLE KERNEL\DBSIZE.XML.
    INFO 2008-02-17 13:04:28
    Copying file system node C:\sap-source\exp1/DB/ORA/DBSIZE.XML with type NODE to DBSIZE.XML succeeded.
    INFO 2008-02-17 13:04:28
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2008-02-17 13:04:29
    Copying file C:/sap-source/exp1/DB/DDLORA.TPL to: DDLORA.TPL.
    INFO 2008-02-17 13:04:29
    Creating file D:\SAPinst ORACLE KERNEL\DDLORA.TPL.
    INFO 2008-02-17 13:04:29
    Copying file system node C:\sap-source\exp1/DB/DDLORA.TPL with type NODE to DDLORA.TPL succeeded.
    INFO 2008-02-17 13:04:29
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2008-02-17 13:04:29
    Moving file D:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2008-02-17 13:04:29
    Moving file D:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2008-02-17 13:04:29
    Removing file D:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2008-02-17 13:05:14
    Package table created
    PHASE 2008-02-17 13:05:49
    SAP R/3 Enterprise 4.70 for Oracle
    PHASE 2008-02-17 13:05:49
    SAP Web Application Server
    PHASE 2008-02-17 13:05:49
    Request common parameters of SAP System
    PHASE 2008-02-17 13:05:49
    Create operating system accounts
    INFO 2008-02-17 13:05:50
    Copying file D:/SAPinst ORACLE KERNEL/keydb.xml to: D:/SAPinst ORACLE KERNEL/keydb.1.xml.
    INFO 2008-02-17 13:05:50
    Creating file D:\SAPinst ORACLE KERNEL\keydb.1.xml.
    INFO 2008-02-17 13:05:51
    Copying file D:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.xml to: D:/SAPinst ORACLE KERNEL/OraVolatileDatabaseParameters.1.xml.
    INFO 2008-02-17 13:05:51
    Creating file D:\SAPinst ORACLE KERNEL\OraVolatileDatabaseParameters.1.xml.
    INFO 2008-02-17 13:05:51
    Copying file D:/SAPinst ORACLE KERNEL/DBSIZE.XML to: D:/SAPinst ORACLE KERNEL/DBSIZE.1.XML.
    INFO 2008-02-17 13:05:51
    Creating file D:\SAPinst ORACLE KERNEL\DBSIZE.1.XML.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1004 ACCOUNTNAME=nainesh\SAP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1005 ACCOUNTNAME=nainesh\SAP_O02_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1006 ACCOUNTNAME=nainesh\SAP_O02_GlobalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Global Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:05:51
    Changing account ACCOUNTID=S-1-5-21-1993962763-1454471165-725345543-1007 ACCOUNTNAME=ORA_O02_DBA ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Operator Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata2\roll_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata3\temp_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata1\system_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-02-17 13:07:21
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:22
    Removing file D:/ORACLE/O02/917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: D:\ORACLE\O02\917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Creating file D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:07:24
    Removing file D:/ORACLE/O02/917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Moving file D:/ORACLE/O02/917/database/initO02.sap to: D:\ORACLE\O02\917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Creating file D:\ORACLE\O02\917\database\initO02.sap.
    INFO 2008-02-17 13:07:26
    Removing file D:/ORACLE/O02/917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Moving file D:/ORACLE/O02/917/database/initO02.dba to: D:\ORACLE\O02\917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Copying file E:/NT/COMMON/INSTALL/INITSID.DBA to: D:\ORACLE\O02\917/database/initO02.dba.
    INFO 2008-02-17 13:07:26
    Creating file D:\ORACLE\O02\917\database\initO02.dba.
    INFO 2008-02-17 13:07:27
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02_1/o02.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_2/o02.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_3/o02.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_4/o02.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_5/o02.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_6/o02.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_7/o02.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_8/o02.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_1/o02620.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_2/o02620.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_3/o02620.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_4/o02620.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_5/o02620.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_6/o02620.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_7/o02620.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_8/o02620.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_9/o02620.data9.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_10/o02620.data10.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata2\roll_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata3\temp_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    File system node D:\oracle\O02/sapdata1\system_1 exists already. Nothing to do.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:20
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2008-02-17 13:07:21
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2008-02-17 13:07:22
    Removing file D:/ORACLE/O02/917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: D:\ORACLE\O02\917/database/initO02.ora.bak.
    INFO 2008-02-17 13:07:22
    Creating file D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:07:24
    Removing file D:/ORACLE/O02/917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Moving file D:/ORACLE/O02/917/database/initO02.sap to: D:\ORACLE\O02\917/database/initO02.sap.bak.
    INFO 2008-02-17 13:07:24
    Creating file D:\ORACLE\O02\917\database\initO02.sap.
    INFO 2008-02-17 13:07:26
    Removing file D:/ORACLE/O02/917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Moving file D:/ORACLE/O02/917/database/initO02.dba to: D:\ORACLE\O02\917/database/initO02.dba.bak.
    INFO 2008-02-17 13:07:26
    Copying file E:/NT/COMMON/INSTALL/INITSID.DBA to: D:\ORACLE\O02\917/database/initO02.dba.
    INFO 2008-02-17 13:07:26
    Creating file D:\ORACLE\O02\917\database\initO02.dba.
    INFO 2008-02-17 13:07:27
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02_1/o02.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_2/o02.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_3/o02.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02_4/o02.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_5/o02.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02_6/o02.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_7/o02.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02_8/o02.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_1/o02620.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_2/o02620.data2.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/o02620_3/o02620.data3.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_4/o02620.data4.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/o02620_5/o02620.data5.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_6/o02620.data6.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/o02620_7/o02620.data7.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_8/o02620.data8.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_9/o02620.data9.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02620_10/o02620.data10.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata4/o02usr_1/o02usr.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata2/roll_1/roll.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata3/temp_1/temp.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/system_1/system.data1.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/sapdata1/cntrl/cntrlO02.dbf.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/saparch/cntrl/cntrlO02.dbf.
    INFO 2008-02-17 13:07:36
    Removing file D:/oracle/O02/origlogA/cntrl/cntrlO02.dbf.
    INFO 2008-02-17 13:07:37
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:07:37
    Moving file D:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:07:37
    Removing file D:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:07:38
    Creating file D:\SAPinst ORACLE KERNEL\oradim.log.
    INFO 2008-02-17 13:07:38
    See 'D:\ORACLE\O02\917/bin/oradim -new -sid O02 -STARTMODE auto' output in 'D:\SAPinst ORACLE KERNEL\oradim.log'.
    INFO 2008-02-17 13:07:38
    'D:\ORACLE\O02\917/bin/oradim -new -sid O02 -STARTMODE auto' returned with '20'.
    INFO 2008-02-17 13:07:39
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:40
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:07:49
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:08:35
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:08:39
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:09:44
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:09:49
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:33
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:38
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:40
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:41
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:42
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:14:42
    Moving file D:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:14:42
    Removing file D:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:14:43
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:14:43
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:15:58
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:15:59
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:17:11
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:17:12
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:18:24
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:18:25
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:19:03
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:19:04
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:20:15
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:20:16
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:21:29
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:21:30
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:22:43
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:22:44
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:23:58
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:23:58
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:25:11
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:25:12
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:26:32
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:26:35
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:27:17
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:27:20
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:28:32
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:28:35
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:29:46
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:29:49
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:31:02
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:31:05
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:32:16
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:32:19
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:33:31
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:33:34
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:34:46
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:34:46
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:00
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:01
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:04
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:05
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:31
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:32
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:44
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:45
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:46
    Moving file D:/ORACLE/O02/917/database/initO02.ora to: orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:36:46
    Moving file D:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: D:\ORACLE\O02\917\database\initO02.ora.
    INFO 2008-02-17 13:36:46
    Removing file D:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    INFO 2008-02-17 13:36:47
    Creating file D:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2008-02-17 13:36:50
    See 'D:\ORACLE\O02\917/bin/lsnrctl stat' output in 'D:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2008-02-17 13:36:50
    'D:\ORACLE\O02\917/bin/lsnrctl stat' returned with '3'.
    INFO 2008-02-17 13:36:50
    Creating file D:\SAPinst ORACLE KERNEL\lsnrctl.log.
    INFO 2008-02-17 13:36:51
    See 'D:\ORACLE\O02\917/bin/lsnrctl start' output in 'D:\SAPinst ORACLE KERNEL\lsnrctl.log'.
    INFO 2008-02-17 13:36:51
    'D:\ORACLE\O02\917/bin/lsnrctl start' returned with '0'.
    INFO 2008-02-17 13:36:56
    Copying file E:/NT/COMMON/INSTALL/ORADBUSR.SQL to: ./oradbusr.sql.
    INFO 2008-02-17 13:36:56
    Creating file D:\SAPinst ORACLE KERNEL\oradbusr.sql.
    INFO 2008-02-17 13:36:57
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    INFO 2008-02-17 13:36:57
    Changed working directory to D:\SAPinst ORACLE KERNEL.
    ERROR 2008-02-17 13:37:02
    CJS-00084  SQL Statement or Script failed. Error Message: Executable D:\ORACLE\O02\917/bin/sqlplus.exe returns 3.
    ERROR 2008-02-17 13:37:02
    FJS-00012  Error when executing script.
    above is log file of my error ..so please help me....
    thx...

  • Login error with report viewer when opening Crystal report with subreport

    Hi
    I have a problem with a login error (database vendor code 18456) when I try to open a crystal report to view it.
    The report uses data from an external payroll database but I'm running it via our Accounts system (it's a convenient front end for users to run the report from). This works fine for another report that doesn't have any subreports. However when I run the Crystal report that has subreports, the report generation process works but when the crystal reports viewer tries to open the report I get the login error. It doesn't seem to be passing the login details for the payroll database down to the subreport.
    I'm using Crystal Reports version 11.0.0.1282. The Accounts system is Technology One. Tech One have provided a report template that has several formulas designed to allow Tech One to play nicely with Crystal. One of these formulas allows me to enter the nickname of the external database that the report needs to use. The external database's connection details are fully specified in the Tech One configuration section (server console). So in this case the report says use database U1 & the server console identifies U1 as being the payroll database, specifies the connection path  & has the username & password required to logon to the payroll database/server.
    The report is running ok & retrieving data, but for some reason the viewer is erroring. If anyone has any ideas for how I can get the login details used to run the main report to flow through to the subreport it would be much appreciated.
    Thanks
    Sue

    I understand your  frustration. We can do a few things. But really, it should be Technology One contacting us. To use an analogy (which you are free to share with Technology One). They built a car and sealed the hood. You bought the car, but he engine does not quite run as it should. You bring the car to the mechanic and all he can do is look at the car as he can not even open the hood.
    In any case, here is what I would do if I could open the hood (e.g.; if I was dealing with Technology One):
    1) Look up database vendor code 18456. This is simply the error our print engine is receiving from the database client and it simply passes it through relatively unhandled. This you should be able to do your self or ask Technology One to tell you what that means.
    2) Break out the subreport and see if it runs on it's own in the application (if this is a permissions issue - which I doubt -  it should come up here too). Unfortunately, this is for Technology One to do...
    3) Run the report (with the subreport) in the CR designer. Does it work there? If this is a win app and it works, we again eliminated permission issues. And we also confirmed that the report is good. Again, Technology One should do this for you.
    BTW.; CR 11.0 is out of support - not sure if you or Technology One are aware of this...
    4) Can the developer duplicate the issue on his development computer?
    Now, there are couple of instances where you say something like; "the report works and gets data, but the viewer errors out":
    +The report is running ok & retrieving data, but for some reason the viewer is erroring.
    However when I run the Crystal report that has subreports, the report generation process works but when the crystal reports viewer tries to open the report I get the login error.  +
    How do you know the report is retrieving data? From the error I would say the report never connects, thus the error / request for a logon...
    So, the short of all of this is; get Technology One to contact us. They can do it over the forums or obtain a phone case here;
    http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100
    Now, here is a warning. As CR 11.0 is out of support Technology One will have to upgrade to CR 11.5, before that can create a phone case, which for them and you brings up another bunch of issues...
    If you do not get any joy from the support person at you are talking to at Technology One, get him to escalate the issue. They are the ones that should be talking to us...
    Ludek

  • Printing Error with second user.

    Thanks in advance everyone.
    Here is my issue, I have an iBook G4 running 10.3.9 connected to a network printer with two user accounts, The first user account works fine and can print, however the second account cannot. It gives me the "Error Printing" message which is really helpful.
    I have tried re-adding the printer, and deleting com.apple.pint... preferences files, and repairing the permissions.
    Any insight would be wonderful.
    Thanks,
    Paul

    In the second account ~/Library/Printers select the printer and Command + i. to open Get Info and check the *Ownership and permissions* down the bottom, to see if the second user can read and write to that printer.

  • Callback function is called with sys user context.

    1. Create AQ Queue table
    2. Create AQ Queue "MyQueue"
    3. Start Queue "MyQueue"
    4. Register "Subscriber1"
    5. Register "MyQueue"."Subscriber1" with Notification URL : PLSQL:\\Mypackage.SP_Callback
    Till here everything is fine...
    6. Enqueue message into "MyQueue" with "Subscriber1" as recipient.
    7. Now AQ notification is fired and as a result Its calling "Mypackage.SP_Callback".
    Here the problem is "Mypackage.SP_Callback" is called from SYS user context. i.e if i capture the dbuser its "SYS" who is invoking the AQ notification call back method, "Mypackage.SP_Callback".
    Do i have any settings so that "Mypackage.SP_Callback" is called with a specific user account instead of "SYS".
    Please help me...
    Edited by: user13421038 on Jun 30, 2011 5:06 AM

    Hello,
    From what is mentioned in this thread this issue is the same as that discussed in Note 552771.1. The issue should be resolved in 10.2.0.4 and 11.1.0.6 onwards.
    Thanks
    Peter

  • "an XML element was malformed" error with anonymous user

    There is no problem with another user but with anonymous user  it gives "an XML element was malformed" error  when I want to select data from Oracle database using BI_JDBC in VC. I have done the user mapping for the anonymous user like  other users. I also give "read" and "end user" permissions for  anonymous user in the BI_JDBC connection. For other users, it works. What should I do to use BI_JDBC in VC with anonymous user.
    Thanks in advance

    Hi Nihat,
    we currently facing the same issue, did you found the solution for this, or maybe a workaround for anonymous system access? Thanks for your help!
    Kind regards,
    Benny

  • Login in as SYS User

    Hi ,
    I'm using oracle 10g
    I tried loggin in as SYS user but I'm not being able to .
    I have set the Oracle_Home env variable correctly .
    The url that was given during installation was
    http://<localhost-domainname>:5560/isqlplus/dba.
    It goes to the page and prompts for userid and password but when i give SYS and password as SYS it fails .
    I have logged in as the same user and same password in sql* plus .
    can anyone help me out.
    I'm not being able to find the authentication file .how do i do that

    These are the steps:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#BCEIHEJF
    Just follow the steps and if you don't understand one step in particular post it in the forum (maybe in the iSQL*Plus forum you will find a more focused audience). Additionally if you make a search, this has been addressed many times in old threads. Unfortunately I never implemented this configuration myself so I cannot give you any additional tip.
    enrico

  • [fixed]Cannot login gnome with noremal user but root user can work..

    Hi all,
    after install some gnome-shell-extension useing yaourt, I find normal user cannot login gnome, but root user can go this.
    thanks
    --kenan
    Last edited by kenan (2011-10-18 01:45:03)

    clone config file from root user to fix this issue.

  • OIM 11g Login Error

    Hi All,
    I am trying to login to my OIM setup and it is not logging in. In short, no login is happening properly with any of the user (xelsysadm and others).
    The log says like this:
    [2011-09-26T21:15:40.017-07:00] [oim] [ERROR] [IAM-0020011] [oracle.iam.platform.auth.client] [tid: [STANDBY].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: f688a2a3e3d4f9d5:2a13fbb4:132a90529b8:-8000-00000000000000e0,0] [APP: oim#11.1.1.3.0] Login Exception encountered when trying to login as admin {0}[[
    javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User oiminternal javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User oiminternal denied
         at weblogic.security.auth.login.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:199)
         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)
    Have anybody came across issue like this before? Thanking in advance.

    Actually the full log is quite long, but I think the interesting part comes up when starting the managed server:
    <Jan 18, 2012 4:43:52 PM CET> <Error> <oracle.iam.platform.auth.client> <IAM-0020011> <Login Exception encountered when trying to login as admin {0}
    javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User oiminternal javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User oiminternal denied
         at weblogic.security.auth.login.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:199)
         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)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:684)
         at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
         at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(weblogicLoginHandler.java:62)
         at oracle.iam.platform.OIMClient.login(OIMClient.java:134)
         at oracle.iam.platform.OIMClient.login(OIMClient.java:114)
         at oracle.iam.platform.OIMInternalClient.loginAsOIMInternal(OIMInternalClient.java:102)
         at oracle.iam.scheduler.impl.util.SchedulerUtil.getSchedulerService(SchedulerUtil.java:841)
         at oracle.iam.scheduler.webapp.SchedulerStartupServlet.startScheduler(SchedulerStartupServlet.java:92)
         at oracle.iam.scheduler.webapp.SchedulerStartupServlet.init(SchedulerStartupServlet.java:46)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:485)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:637)
         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:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         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.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Jan 18, 2012 4:43:52 PM CET> <Warning> <oracle.iam.scheduler.webapp> <IAM-1020033> <Failed to start Scheduler Service.>
    <Jan 18, 2012 4:43:52 PM CET> <Warning> <oracle.iam.scheduler.webapp> <IAM-1020032> <Scheduler Service Stopped>
    Thank you!

  • Exchange 11g connector : error with 2003 mailbox databases

    Hi,
    I have installed the Exchange 11g connector in a OIM 11g R2 server. I successfully ran the "Exchange User Mailbox Database Group Lookup Reconciliation" job and recon-ed a mailbox for a specific user (Exchange 2010 mailbox) account using the "Exchange Target Resource User Reconciliation".
    But the fun stops there, when I try the execute the "Exchange Target Resource Delete User Reconciliation" job, I get the following error (see #1) in the result. I don't have any new event in the Event viewer. When I check the connector server I see a similar error (see #2). I tried to manually run the powershell command with the connector server user and it works properly (see #3).
    The problem seems to be related the Exchange 2003 mailboxes, since when I try to recon a mailbox for a user with a 2003 mailbox, I get a similar "database not found" error. There again, if I check the same user using the service account, I can get it's mailbox.
    Any idea what might be the problem ? Any more debugging I can try ?
    Thanks
    h4. #1 - In the scheduled task result :
    org.identityconnectors.framework.common.exceptions.ConnectorException: Problem while PowerShell execution Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException: Couldn't find database "ORME-DE-COUR\Premier groupe de stockage\Banque de boîtes aux lettres (ORME-DE-COUR)". Make sure you have typed it correctly.
    at Org.IdentityConnectors.Exchange.RunSpaceInstance.CheckErrors(IList errors)
    at Org.IdentityConnectors.Exchange.RunSpaceInstance.InvokePipeline(Collection`1 commands)
    at Org.IdentityConnectors.Exchange.RunSpaceInstance.InvokePipeline(Command item)
    at Org.IdentityConnectors.Exchange.Service.Impl.PowerShellExchangeServiceImpl.InvokePipeline(Command cmd)
    h4. #2 - In the connector server log :
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> ExchangeConnector, Method -> CreateFilterTranslator, Message -> Method Entered
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> PowerShellExchangeServiceImpl, Method -> CreateFilterTranslator, Message -> Method Entered
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> ExchangeConnector, Method -> ExecuteQuery, Message -> Method Entered
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> PowerShellExchangeServiceImpl, Method -> ExecuteQuery, Message -> Method Entered
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> ExchangeUtility, Method -> GetCommand, Message -> Method entered
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> ExchangeUtility, Method -> GetCommand, Message -> Returning cmd Get-Mailbox
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> ExchangeUtility, Method -> GetCommand, Message -> Exiting the method
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> PowerShellExchangeServiceImpl, Method -> InvokePipeline, Message -> Method Entered
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> PowerShellExchangeServiceImpl, Method -> InvokePipeline, Message -> PowerShell Command: Get-Mailbox
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> PowerShellExchangeServiceImpl, Method -> InvokePipeline, Message -> Parameter: IgnoreDefaultScope Value:
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> PowerShellExchangeServiceImpl, Method -> InvokePipeline, Message -> Parameter: ReadFromDomainController Value:
    30/05/2013 10:49:36 AM <INFORMATION>: Class-> PowerShellExchangeServiceImpl, Method -> InvokePipeline, Message -> Parameter: ResultSize Value:Unlimited
    ConnectorServer.exe Error: 0 : Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException: Problem while PowerShell execution Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException: Couldn't find database "ORME-DE-COUR\Premier groupe de stockage\Banque de boîtes aux lettres (ORME-DE-COUR)". Make sure you have typed it correctly.
    at Org.IdentityConnectors.Exchange.RunSpaceInstance.CheckErrors(IList errors)
    at Org.IdentityConnectors.Exchange.RunSpaceInstance.InvokePipeline(Collection`1 commands)
    at Org.IdentityConnectors.Exchange.RunSpaceInstance.InvokePipeline(Command item)
    at Org.IdentityConnectors.Exchange.Service.Impl.PowerShellExchangeServiceImpl.InvokePipeline(Command cmd)
    at Org.IdentityConnectors.Exchange.Service.Impl.PowerShellExchangeServiceImpl.InvokePipeline(Command cmd)
    at Org.IdentityConnectors.Exchange.Service.Impl.PowerShellExchangeServiceImpl.SearchUser(ObjectClass oclass, String query, ResultsHandler handler, OperationOptions options, ObjectClassInfo ocInfo)
    at Org.IdentityConnectors.Exchange.Service.Impl.PowerShellExchangeServiceImpl.ExecuteQuery(ObjectClass oclass, String query, ResultsHandler handler, OperationOptions options)
    at Org.IdentityConnectors.Exchange.ExchangeConnector.ExecuteQuery(ObjectClass oclass, String query, ResultsHandler handler, OperationOptions options)
    at Org.IdentityConnectors.Framework.Impl.Api.Local.Operations.RawSearcherImpl`1.RawSearch(SearchOp`1 search, ObjectClass oclass, Filter filter, ResultsHandler handler, OperationOptions options)
    at Org.IdentityConnectors.Framework.Impl.Api.Local.Operations.RawSearcherImpl`1.RawSearch(Object search, ObjectClass oclass, Filter filter, ResultsHandler handler, OperationOptions options)
    at Org.IdentityConnectors.Framework.Impl.Api.Local.Operations.SearchImpl.Search(ObjectClass oclass, Filter originalFilter, ResultsHandler handler, OperationOptions options)
    at Org.IdentityConnectors.Framework.Impl.Api.Local.Operations.ConnectorAPIOperationRunnerProxy.Invoke(Object proxy, MethodInfo method, Object[] args)
    at ___proxy1.Search(ObjectClass , Filter , ResultsHandler , OperationOptions )
    at Org.IdentityConnectors.Framework.Impl.Server.ConnectionProcessor.ProcessOperationRequest(OperationRequest request)
    DateTime=2013-05-30T14:49:37.1880494Z
    h4. #3 - Powershell using the service account
    Get a 2003 database
    [PS] C:\Windows\system32>Get-MailboxDatabase "ORME-DE-COUR\Premier groupe de stockage\Banque de boîtes aux lettres (ORME-DE-COUR)"
    Name Server Recovery ReplicationType
    Banque de boîtes aux lettre... ORME-DE-COUR False None
    Get a 2003 mailbox
    [PS] C:\Windows\system32>Get-Mailbox -Filter "DisplayName -eq 'Marchand Robert 0'"
    Name Alias ServerName ProhibitSendQuota
    marchanr marchanr orme-de-cour unlimited
    Edited by: SG on May 30, 2013 11:57 AM
    Edited by: SG on May 30, 2013 1:41 PM

    Any update on this? I have the exact same problem...
    Thanks,
    --jtellier                                                                                                                                                                                       

  • Login error with windows AD authentication in IDT (Infomation Desugn Tool)

    HI,
    In IDT (Information Design Tool) I was not able to publish objetcs ( OLAP connections, Business View layer etc) to corresponding repository using windows AD authentication, but with enterprise I was able to do so.
    With the same AD authentications I was able to open universe design tool, BI launch pad .
    Please advise how to correct
    Error----
    Error:
    Failed to log on host com.crystaldecisions.sdk.exception.SDKException$SecurityError: Active Directory Authentication failed to log you on. Please contact your system administrator to make sure you are a member of a valid mapped group and try again. If you are not a member of the default domain, enter your user name as UserName@DNS_DomainName, and then try again. (FWM 00006)
    cause:java.lang.SecurityException: Unable to locate a login configuration
    detail:Active Directory Authentication failed to log you on. Please contact your system administrator to make sure you are a member of a valid mapped group and try again. If you are not a member of the default domain, enter your user name as UserName@DNS_DomainName, and then try again. (FWM 00006) Unable to locate a login configuration
    Cause of Error:
    Active Directory Authentication failed to log you on. Please contact your system administrator to make sure you are a member of a valid mapped group and try again. If you are not a member of the default domain, enter your user name as UserName@DNS_DomainName, and then try again. (FWM 00006)
    Error----
    Thanks in advance
    Regards
    Krishna

    Had the same problem and found note '1588487 - Active Directory authentication failed with InfoDesignTool'
    Problem solved for me.

Maybe you are looking for

  • Problems with drivers and Windows after restoring

    Hey All,  I hope you can help because I have myself a confusing problem. I have a Satellite A500 series laptop running Windows 7 Premium. I recently had a hard drive fail.  I have replaced the hard drive and used the restore/recovery disks provided t

  • Paragon NTFS for MAC vs HFS for Windows?

    Hey fellas! Which of these 2 would you say it makes more sense to have in a bootcamp environment with a drive exclusively for data storage: NTFS for MAC or HFS for Windows? My setup is drive 1 for both OSs, MAC and WINDOWS, and drive 2 would be then

  • Issue with embedded website links in emails

    Hello all, First time on this forum and hopefully someone can help me with this issue, which popped up in the last few weeks.  Whenever there is a link in the emails that I received, the link is only underlined and highlighted up to about 30 or so ch

  • Error in stack.xml - Upgrade to EHP1 SPS 8 using SUM

    Hello we're currently upgrading our PI-system. We use SUM as upgrade tool. I've opened a maintenance task in solution manager and defined the target support package stack (SAP PI 7.1 EHP 1 SPS8). During the upgrade procedure (step 2: Select Target) i

  • Import and Method Execution Error (8)

    Hi, I having problem in BI 7. when I transport all objects in one transport number such as DOSTransformationDTPDSInfoPackage and transport in QA works fine but when I move in PRD no efect in there and get this messages: Method Execution with error (8