./emca -deconfig dbconsole db -repos drop does not work

I want to drop the existing dbconsole repository for em. but everytime when i run the comman, it doesn't work, and it tells me incorrect usage.
$ ./emca -deconfig dbconsole db -repos drop
Incorrect usage:
the help file is so the following: does that mean that I can't use the above command?
oracle.sysman.emcp.EMConfigAssistant [options] [list of parameters]
Options:
-a :configure for an ASM database
-b :configure for automatic backup
-c :configure a cluster database
-e <node> :remove a node from the cluster
-f <file> :specify the file name that contains parameter values
-h :help
-m :configure EM for a central agent
-n <node> :add a new node to the cluster
-r :skip creation of repository schema
-s :silent mode (no user prompts
-x <db> :deletion of a SID or DB
-RMI_PORT <port> :specify the RMI port for DB Control
-JMS_PORT <port> :specify the JMS port for DB Control
-AGENT_PORT <port> :specify the EM agent port
-DBCONSOLE_HTTP_PORT <port> :specify the DB Control HTTP port
The script will prompt for any required data that is not specified in a configuration file. The script always prompts for all required passwords. If you use a configuration file, the file may contain any of the following specifications, as shown, with the specified values correctly filled in:
Parameters for single instance databases:
HOST=<Database hostname>
SID=<Database SID>
PORT=<Listener port number>
ORACLE_HOME=<Database ORACLE_HOME>
LISTENER=<Listener name>
HOST_USER=<Host user name for automatic backup>
HOST_USER_PWD=<Host user password for automatic backup>
BACKUP_HOUR=<Automatic backup hour in number>
BACKUP_MINUTE=<Automatic backup minute in number>
ARCHIVE_LOG=<Archive log>
EMAIL_ADDRESS=<Email address for automatic notification>
MAIL_SERVER_NAME=<Email gateway for automatic notification>
ASM_OH=<ASM ORACLE_HOME>
ASM_SID=<ASM SID>
ASM_PORT=<ASM port>
ASM_USER_ROLE=<ASM user role>
ASM_USER_NAME=<ASM user name>
ASM_USER_PWD=<ASM user password>
EM_HOME=<Enterprise Manager ORACLE_HOME>
DBSNMP_PWD=<Password for dbsnmp>
SYSMAN_PWD=<Password for sysman>
SYS_PWD=<Password for sys>
Thanks.

Just checked and your command seems to be the correct one.
Are you in the correct Oracle Home? You need to be 'attached' to the database Oracle home:
$ cd $ORACLE_HOME/bin
$ ./emca -deconfig dbcontrol db -repos dropDid you stop dbconsole?
Try this sequence of commands:
$ cd $ORACLE_HOME/bin
$ ./emctl stop dbconsole
$ ## If it was not started then:
$ ./emca -config dbcontrol db -repos recreate
$ ./emca -deconfig dbcontrol db -repos drop?

Similar Messages

  • Emca -deconfig dbcontrol db -repos drop

    greetings,
    11g on windows 7.
    encountered error when tried to start the dbconsole. so i emca -deconfig dbcontrol db -repos drop (which i did b4 and worked).
    at the screen it complained about
    WARNING: Error executing CMD /C C:\app\faye\product\11.2.0\dbhome_4\bin\nmesrvops.exe delete OracleDBConsoleMECWEB
    SEVERE: Can't find file C:\app\faye\product\11.2.0\dbhome_4\AB1-B44-D.mec.cuny.edu_MECWEB\sysman\config\emoms.properties
    **but i could locate the file ***
    and log as follow...
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\app\faye\product\11.2.0\dbhome_4\oui
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-deconfig' set to true
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'drop' set to true
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: C:\app\faye\product\11.2.0\dbhome_4
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    May 8, 2013 2:08:57 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SID.
    May 8, 2013 2:09:02 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: MECWEB
    May 8, 2013 2:09:04 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SERVICE_NAME.
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ASM_OH.
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter REP_DB_RUNNING_HOST.
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database null : AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYSMAN_PWD.
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    May 8, 2013 2:09:10 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: MECWEB, oracleHome: C:\app\faye\product\11.2.0\dbhome_4, and user: SYS
    May 8, 2013 2:09:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    May 8, 2013 2:09:15 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\faye\product\11.2.0\dbhome_4\oui
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :C:\app\faye
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database null : AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SERVICE_NAME.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: MECWEB, oracleHome: C:\app\faye\product\11.2.0\dbhome_4, and user: SYS
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: MECWEB
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\faye\product\11.2.0\dbhome_4\oui
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\faye\product\11.2.0\dbhome_4\oui
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at C:\app\faye\cfgtoollogs\emca\MECWEB\emca_2013_05_08_14_08_57.log.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\faye\product\11.2.0\dbhome_4\oui
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\faye\product\11.2.0\dbhome_4\oui
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: C:\app\faye\product\11.2.0\dbhome_4
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database MECWEB : AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SERVICE_NAME.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: MECWEB, oracleHome: C:\app\faye\product\11.2.0\dbhome_4, and user: SYS
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: MECWEB
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: MECWEB
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: MECWEB
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database MECWEB : AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: MECWEB, oracleHome: C:\app\faye\product\11.2.0\dbhome_4, and user: SYS
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: MECWEB
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: MECWEB
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: MECWEB
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ASM_OH.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database MECWEB : AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: MECWEB, oracleHome: C:\app\faye\product\11.2.0\dbhome_4, and user: SYS
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database MECWEB : AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: AB1-B44-D.mec.cuny.edu
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: MECWEB, oracleHome: C:\app\faye\product\11.2.0\dbhome_4, and user: SYS
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: MECWEB
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: MECWEB Host: AB1-B44-D.mec.cuny.edu Node: null OH: C:\app\faye\product\11.2.0\dbhome_4 agentHome: null isCentral: false
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: MECWEB Host: AB1-B44-D.mec.cuny.edu Node: null OH: C:\app\faye\product\11.2.0\dbhome_4 isDBC: true
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to true
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 1
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.PlatformInterface isPre112Home
    CONFIG: oracleHome: C:\app\faye\product\11.2.0\dbhome_4 isPre112Home: false
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Stopping Windows service...OracleDBConsoleMECWEB
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Failed to stop service
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ALLUSERSPROFILE=C:\ProgramData, APPDATA=C:\Users\faye\AppData\Roaming, CLASSPATH=C:\app\faye\product\11.2.0\dbhome_4\jlib\emca.jar;C:\app\faye\product\11.2.0\dbhome_4\jlib\srvm.jar;C:\app\faye\product\11.2.0\dbhome_4\jlib\srvmasm.jar;C:\app\faye\product\11.2.0\dbhome_4\jlib\cvu.jar;C:\app\faye\product\11.2.0\dbhome_4\jlib\emConfigInstall.jar;C:\app\faye\product\11.2.0\dbhome_4\jlib\ldapjclnt11.jar;C:\app\faye\product\11.2.0\dbhome_4\jlib\ldap.jar;C:\app\faye\product\11.2.0\dbhome_4\jlib\share.jar;C:\app\faye\product\11.2.0\dbhome_4\jlib\srvmhas.jar;C:\app\faye\product\11.2.0\dbhome_4\jlib\netcfg.jar;C:\app\faye\product\11.2.0\dbhome_4\jlib\http_client.jar;C:\app\faye\product\11.2.0\dbhome_4\lib\http_client.jar;C:\app\faye\product\11.2.0\dbhome_4\lib\xmlparserv2.jar;C:\app\faye\product\11.2.0\dbhome_4\assistants\jlib\assistantsCommon.jar;C:\app\faye\product\11.2.0\dbhome_4\sysman\jlib\emCORE.jar;C:\app\faye\product\11.2.0\dbhome_4\sysman\jlib\emagentSDK.jar;C:\app\faye\product\11.2.0\dbhome_4\oui\jlib\OraInstaller.jar;C:\app\faye\product\11.2.0\dbhome_4\oui\jlib\OraPrereq.jar;C:\app\faye\product\11.2.0\dbhome_4\inventory\prereqs\oui\OraPrereqChecks.jar;C:\app\faye\product\11.2.0\dbhome_4\oui\jlib\OraPrereqChecks.jar;, COMMONPROGRAMFILES=C:\Program Files\Common Files, COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, COMMONPROGRAMW6432=C:\Program Files\Common Files, COMPUTERNAME=AB1-B44-D, COMSPEC=C:\Windows\system32\cmd.exe, EMCA_JAR=C:\app\faye\product\11.2.0\dbhome_4\jlib\emca.jar, EMDROOT=C:\app\faye\product\11.2.0\dbhome_4, FP_NO_HOST_CHECK=NO, HOMEDRIVE=C:, HOMEPATH=\Users\faye, JRE_JAVA=C:\app\faye\product\11.2.0\dbhome_4\jdk\jre\bin\java, LD_LIBRARY_PATH=C:\app\faye\product\11.2.0\dbhome_4\lib32;C:\app\faye\product\11.2.0\dbhome_4\lib;C:\app\faye\product\11.2.0\dbhome_4\perl\lib;null, LIB_DIR=C:\app\faye\product\11.2.0\dbhome_4\jlib, LOCALAPPDATA=C:\Users\faye\AppData\Local, LOGONSERVER=\\SSBAD, NUMBER_OF_PROCESSORS=2, OH=C:\app\faye\product\11.2.0\dbhome_4, ORACLE_HOME= C:\app\faye\product\11.2.0\dbhome_4, ORACLE_SID=MECWEB, ORACLE_SID = MECWEB, OS=Windows_NT, PATH=C:\app\faye\product\11.2.0\dbhome_4\bin;C:\app\faye\product\11.2.0\dbhome_4\jdk\jre\bin\server;C:\app\faye\product\11.2.0\dbhome_4\bin;C:\app\faye\product\11.2.0\dbhome_4\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Blackbaud\The Financial Edge\;C:\Program Files (x86)\Calibre2\, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, PERL5LIB=C:\app\faye\product\11.2.0\dbhome_4\sysman\admin\scripts;C:\app\faye\product\11.2.0\dbhome_4\bin;, PROCESSOR_ARCHITECTURE=AMD64, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel, PROCESSOR_LEVEL=6, PROCESSOR_REVISION=170a, PROGRAMDATA=C:\ProgramData, PROGRAMFILES=C:\Program Files, PROGRAMFILES(X86)=C:\Program Files (x86), PROGRAMW6432=C:\Program Files, PROMPT=$P$G, PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, PUBLIC=C:\Users\Public, ROXIOCENTRAL=C:\Program Files (x86)\Common Files\Roxio Shared\10.0\Roxio Central36\, SESSIONNAME=Console, SID=mecweb, SYSTEMDRIVE=C:, SYSTEMROOT=C:\Windows, TEMP=C:\Users\faye\AppData\Local\Temp, TMP=C:\Users\faye\AppData\Local\Temp, USERDNSDOMAIN=MEC.CUNY.EDU, USERDOMAIN=MEC, USERNAME=faye, USERPROFILE=C:\Users\faye, WINDIR=C:\Windows]
    May 8, 2013 2:09:17 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: C:/app/faye/product/11.2.0/dbhome_4/perl/bin\perl.exe C:\app\faye\product\11.2.0\dbhome_4\sysman\admin\scripts\db\sgastop.pl stop MECWEB AB1-B44-D.mec.cuny.edu 1521 C:\app\faye\product\11.2.0\dbhome_4
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of C:/app/faye/product/11.2.0/dbhome_4/perl/bin\perl.exe C:\app\faye\product\11.2.0\dbhome_4\sysman\admin\scripts\db\sgastop.pl stop MECWEB AB1-B44-D.mec.cuny.edu 1521 C:\app\faye\product\11.2.0\dbhome_4 completed successfully
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: nmccollector process does not exist
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.DBControlUtil stopNmccollector
    CONFIG: Successfully stopped nmc-collector process
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 2
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface isPre112Home
    CONFIG: oracleHome: C:\app\faye\product\11.2.0\dbhome_4 isPre112Home: false
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Deleting Windows service...OracleDBConsoleMECWEB
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C C:\app\faye\product\11.2.0\dbhome_4\bin\nmesrvops.exe delete OracleDBConsoleMECWEB
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of -1
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: OpenSCManager FAILED: Access is denied.
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing CMD /C C:\app\faye\product\11.2.0\dbhome_4\bin\nmesrvops.exe delete OracleDBConsoleMECWEB
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface deleteLocalWindowsService
    CONFIG: Failed to delete service OracleDBConsoleMECWEB
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface deleteLocalWindowsService
    CONFIG: Failed to remove the registry entries.
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.PlatformInterface deleteLocalWindowsService
    CONFIG: Error Message: PRKC-1117 : Failed to delete registry subkey "SOFTWARE\Oracle\SYSMAN\OracleDBConsoleMECWEB" under key "HKEY_LOCAL_MACHINE" on node "AB1-B44-D.mec.cuny.edu", [The system cannot read from the specified device.
    oracle.ops.mgmt.cluster.ClusterException: PRKC-1117 : Failed to delete registry subkey "SOFTWARE\Oracle\SYSMAN\OracleDBConsoleMECWEB" under key "HKEY_LOCAL_MACHINE" on node "AB1-B44-D.mec.cuny.edu", [The system cannot read from the specified device.
         at oracle.ops.mgmt.cluster.ClusterWindows.deleteRegKeyOnNode(ClusterWindows.java:553)
         at oracle.sysman.emcp.util.ClusterUtil.deleteRegKeyOnNode(ClusterUtil.java:1364)
         at oracle.sysman.emcp.util.PlatformInterface.deleteLocalWindowsService(PlatformInterface.java:1102)
         at oracle.sysman.emcp.util.PlatformInterface.serviceCommand(PlatformInterface.java:897)
         at oracle.sysman.emcp.EMDBPreConfig.performDeconfiguration(EMDBPreConfig.java:837)
         at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:278)
         at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:195)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:250)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1453)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Can't find file C:\app\faye\product\11.2.0\dbhome_4\AB1-B44-D.mec.cuny.edu_MECWEB\sysman\config\emoms.properties
    Refer to the log file at C:\app\faye\cfgtoollogs\emca\MECWEB\emca_2013_05_08_14_08_57.log for more details.
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    java.lang.IllegalStateException: Can't find file C:\app\faye\product\11.2.0\dbhome_4\AB1-B44-D.mec.cuny.edu_MECWEB\sysman\config\emoms.properties
         at oracle.sysman.emSDK.conf.ConfigManager.processSensitiveProperties(ConfigManager.java:1284)
         at oracle.sysman.emSDK.conf.ConfigManager.processProperties(ConfigManager.java:1150)
         at oracle.sysman.emSDK.conf.ConfigManager.processProperties(ConfigManager.java:1132)
         at oracle.sysman.emcp.EMReposConfig.stopDBMSJobs(EMReposConfig.java:1187)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:187)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1453)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)
    May 8, 2013 2:09:18 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\faye\product\11.2.0\dbhome_4\oui
    kindly please help.
    thanks and have a very nice day!

    Welcome to OTN
    Which Version of windows 7 you have ?

  • Emca -deconfig dbcontrol db -repos drop, perl 100%CPU

    Hello!
    My system is: Red Hat Enterprise Linux AS release 4 x64, Oracle 10.2.0.1.0
    Few days ago I had found that 2 perl processes eat 100% CPU.
    So I decided to restart EM. But the problem remain the same.
    Then I decided to recreate EM repository:
    emca -deconfig dbcontrol db -repos drop -SID db1 -HOST HP -ORACLE_HOME /app/oracle
    STARTED EMCA at Jul 9, 2010 11:49:17 AM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: y
    Jul 9, 2010 11:49:31 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /app/oracle/cfgtoollogs/emca/ db1 /emca_2010-07-09_11-49-17-AM.log.
    Jul 9, 2010 11:49:31 AM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Jul 9, 2010 11:49:33 AM oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    In this point command hangs.
    Looking to the processes:
    ps aux | grep perl
    oracle 15592 101 0.0 23752 8672 pts/2 R+ 12:11 0:24 /app/oracle/perl/bin/perl /app/oracle/sysman/admin/emdrep/bin/emrepmgr.pl -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=HP)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME= db1))) -repos_user SYSMAN -action drop -verbose -output_file /app/oracle/cfgtoollogs/emca/ db1 /emca_repos_drop_2010-07-09_12-11-40-PM.log
    oracle 15667 0.0 0.0 51100 688 pts/4 S+ 12:12 0:00 grep perl
    Looking to the log:
    [oracle@HP db1]$ tail -n 50 /app/oracle/cfgtoollogs/emca/ db1 /emca_repos_drop_2010-07-09_12-11-40-PM.log
    [09-07-2010 12:11:40] Enter SYS user's password :
    [09-07-2010 12:11:40]
    [09-07-2010 12:11:40] Enter repository user password :
    [09-07-2010 12:11:40]
    [09-07-2010 12:11:40] Getting temporary tablespace from database...
    Could you please help me with this?
    Why does perl hang? And how to correctly recreate repository?
    (Is it possible to recreate repository without any outages(quiescing or restart the DB))
    Thanks!

    Yesterday I've started EM, but emagent had 100%CUP again.
    And there was an active session by sysman:
    BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :2, :3); END;
    After making some research, i've done this:
    sqlplus sysman@db1
    SQL>@/app/oracle/sysman/admin/emdrep/sql/core/latest/notification/notification_pkgbodys.sql
    (changing string DBMS_AQ.LISTEN (agents, qtimeout_in, agent);
    to DBMS_AQ.LISTEN (agents, 1200, agent);
    in it
    After restarting EM this problem remain the same.
    Logs:
    cat ./emagent.log
    2010-07-12 12:28:44 Thread-4136454368 Starting Agent 10.1.0.4.1 from /app/oracle (00701)
    2010-07-12 12:29:44 Thread-4136454368 target {db1, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2010-07-12 12:29:44 Thread-4136454368 EMAgent started successfully (00702)
    and
    [oracle@HP log]$ tail -n 5 ./emdctl.trc
    2010-07-12 12:28:32 Thread-4136453824 WARN http: snmehl_connect: connect failed to (HP:3938): Connection refused (error = 111)
    2010-07-12 12:28:34 Thread-4136453824 WARN http: snmehl_connect: connect failed to (HP:3938): Connection refused (error = 111)
    2010-07-12 12:28:37 Thread-4136453824 WARN http: snmehl_connect: connect failed to (HP:3938): Connection refused (error = 111)
    2010-07-12 12:28:40 Thread-4136453824 WARN http: snmehl_connect: connect failed to (HP:3938): Connection refused (error = 111)
    2010-07-12 12:28:43 Thread-4136453824 WARN http: snmehl_connect: connect failed to (HP:3938): Connection refused (error = 111)
    Why does "Connection refused" appear?
    How to deal with this issue?
    Yours suggestions will be VERY appreciated. Thanks!
    Edited by: dmitry_rpd on Jul 13, 2010 12:33 AM

  • Drag and drop does not work in firefox 3

    Does anybody has the same issue with firefox when you add a layout to the oracle composer and you want to drag and drop some components that it just does not work...
    When i hoover over the title bar of a component i see the cross icon but the drag & drop does not work. WHen i do the same in IE8 or google chrome, it does work.
    I have this issue for both oracle composer stuff as for sites i build in webcenter spaces.
    We are working with the latest version of webcenter

    WebCenter is compatible with:
    * Firefox 2 & 3
    * Internet Exploirer 7 and 8
    * Safari 3.0
    It might be caused by a firefox extension in your browser.

  • In administrator mode drag n drop does not work

    when i run my photoshop cs5 in administrator mode using "run as Administrator ... ", drag and drop does not work.

    This is related to my current project in visual basic 2010 express edition and Windows 7 (32bit).
    1. My application always run in administrator mode.
    2. In this application i used createobject("Photoshop.Application") method to reference and run scripts directly from program.
    3. When i run Photoshop in normal mode, error is thrown as can't create ActiveX connection.
    4.Why ?

  • Please Help! Drag and drop does not work in Adobe AIR 3.1 (FlashBuilder 4.6)

    I am working on a PC is made of air and flashbuilder 4.6.
    Drag and drop application does not work in Flash Builder 4.6.
    However, the same source will work with Flash Builder 4.5.
    Please help me.
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                  xmlns:s="library://ns.adobe.com/flex/spark"
                                  xmlns:mx="library://ns.adobe.com/flex/mx"
                                  backgroundColor="#323232" width="100%" height="100%"
                                  initialize="init(event)"
                                  nativeDragEnter="onDragEnter(event)"
                                  nativeDragDrop="onDragDrop(event)">
              <fx:Script>
              <![CDATA[
                        import mx.events.FlexEvent;
                        protected function init(event:FlexEvent):void
                                  addEventListener(NativeDragEvent.NATIVE_DRAG_ENTER, onDragEnter);
                                  addEventListener(NativeDragEvent.NATIVE_DRAG_DROP, onDragDrop);
                        private function onDragEnter(event:NativeDragEvent):void
                                  if (event.clipboard.hasFormat(ClipboardFormats.FILE_LIST_FORMAT))
                                            NativeDragManager.acceptDragDrop(this);
                        private function onDragDrop(event:NativeDragEvent):void
                                  var arr:Array;
                                  arr = Array(event.clipboard.getData(ClipboardFormats.FILE_LIST_FORMAT));
                                  startImage.source = (arr[0] as File).url;
                ]]>
              </fx:Script>
              <s:layout>
                        <s:VerticalLayout/>
              </s:layout>
              <s:BorderContainer id="bc" borderStyle="solid" width="200" height="80%"/>
              <s:Image id="startImage" width="100%" height="100%"
                                             horizontalAlign="center" verticalAlign="middle"/>
      </s:WindowedApplication>

    Thank you answers, but it was not the answer I wanted.
    [Problem]
    * Flash Builder 4.5.1(updater) or Flash Builder 4.6
    - If you have installed on pc, does not work adobe air drag and drop
    [Solution]
    1. Reinstalling the Windows 7 (32bit).
    2. Install Flash Builder 4.5.
    3. Flash Builder 4.5.1 updater and Flash Builder 4.6 does not install.
       (Instead of using Flex SDK 4.6 is set up)
    In addition, Windows7 64bit environment does not work drag and drop.
    Is there another solution?

  • I want to rearrange images/files position in their folders. Drag & drop does not work

    I have just bought Elements 12. Great programme. I used to use Picasa 3, a good free programme. In Picasa it is easy to move images around in their folders by simply click, drag and drop. This does not work in elements. Is it possible to achieve this somehow?
    Thanks for any advice. Linehill

    Hi,
    You can't do it with folders but you can if you use Albums.
    Folders can only be in Date or Name order. Albums have the additional setting of Album Order - see the Sort By field at the top.
    If you right click on a folder name, you can select Create an instant Album. This will create an album with the same name as the folder. Select the album and make sure that Sort by is set to Album Order and you can do drag and drop to re-order the images.
    Hope that helps
    Brian

  • OS X Yosemite Mail Drop does not work...

    Good morning everyone!
    Yosemite is on my Mac and my iCloud is activated, in Mail preferences I've also activated the Mail Drop if the attachment is too big...
    But when I drag files such as videos, zip, whatever, Mail Drop does not activate
    Let me know if you know how to solve it or if it happens to you.
    Thanks a lot.

    I had the same issue trying to send a 1.27GB file to a colleague.
    appears to be working (still sending but should have errored by now)
    here is what i did
    I went to Mail->Preferences
    click on your iCloud account then lick the Advanced tab.
    make sure "Send Large Attachments with MailDrop" is checked if it already is uncheck it and save the changes by closing the preferences. go back in a re-check the setting "Send Large Attachments with MailDrop" save changes and close then re-open mail.
    This does seem to be working as mail is still coming in and I am not getting any errors like I did previously.
    I will know more once this is sent and I will let you know if it fails otherwise assume its fixed

  • Drag and drop does not work in Exported release build

    I am using the built in DragManager class to handle some drag and drop functionality in an application.  When running from flex builder, It runs exactly as expected, but when I export the project to a release build, Dragging only works in the vertical direction.  How is this possible?  What might be causing such strange behavior.
    Any help would be much appreciated.

    Sorry, I will try to be more clear.  I am using drag and drop simply to move items around on a Canvas.  This works perfectly when running from flex builder, but when i export a release build it starts behaving strangely.
    I can drag items up or down on the canvas no problem, but as soon as I try to drag items left or right, there is no response.  On a windows machine, it gives me the black circle with a slash through it icon, implying that the drag is not accepted.  On Mac, there is no icon, it simply will not drag. 
    Hope that clarifies it, I could really use some help figuring this issue out.
    Update:
    I can confirm that the call to DragManager.acceptDragDrop is being reached in both cases, but the DragEvent.DRAG_DROP event is not being handled in the release build, (it is reached when run from flex builder)

  • Drag and drop does not work with multiple images

    if i try to drag and drop more than one image, nothing happens, no activity at all. i think i had this problem on another computer and it had something to do with the fonts. i can not remember exactly thanks iphoto 6

    Go to font book and use it to make sure the helvetica font is enabled - disable and re-enable it if necessary.
    Regards
    TD

  • In finder cannot easily change files from one folder to another. Drag and drop does not work. There should a cut and paste feachure.

    In finder I cannto easily change files from one folder to another.  There should de a cut and paste for this.  Not drag and drop. thanks P.

    paulfromqueretaro wrote:
    In finder I cannto easily change files from one folder to another.  There should de a cut and paste for this.  Not drag and drop. thanks P.
    OS X is all about keyboard shortcuts.
    To cut       cmd+x
    To copy     cmd+c
    To paste    cmd+v
    With the Mouse, hold command and drag to your destination.

  • Drag and Drop does not work In Linux

    I have a asimple application that displays the file name and path when a file is dragged and dropped from Windows Explorer to a Java Frame. However, the same operation bombs in Linux. Please advise.

    Hello SixSigma
    I found the way for GNOME but not KDE.
    Here's a little code:
      public boolean importData(JComponent c, Transferable t) {
        if (canImport(c, t.getTransferDataFlavors())) {
          try {
            DataFlavor[] flavors = t.getTransferDataFlavors();
            for (int i = 0; i < flavors.length; i++) {
              // Drop from Windows
              if (DataFlavor.javaFileListFlavor.equals(flavors)) {
    if (t.getTransferData(DataFlavor.javaFileListFlavor) instanceof
    java.util.List) {
    java.util.List fileList = (java.util.List) t.getTransferData(
    DataFlavor.javaFileListFlavor);
    if (fileList.get(0) instanceof File) {
    File f = (File) fileList.get(0);
    // Do whatever with the file
    abrirArchivo(f);
    return true;
    return false;
    return false;
    // Drop from GNOME
    else if (DataFlavor.stringFlavor.equals(flavors[i])) {
    if (t.getTransferData(DataFlavor.stringFlavor) instanceof String) {
    String path = (String) t.getTransferData(DataFlavor.stringFlavor);
    path=dropDesdeGnome(path);
    if (path!=null) {
    File f = new File(path);
    // Do whatever with the file
    abrirArchivo(f);
    return true;
    return false;
    return false;
    catch (UnsupportedFlavorException e) {
    e.printStackTrace();
    return false;
    catch (IOException e) {
    e.printStackTrace();
    return false;
    return false;
      public boolean canImport(JComponent c, DataFlavor[] flavors) {
        for (int i = 0; i < flavors.length; i++) {
          if (DataFlavor.javaFileListFlavor.equals(flavors)) {
    return true;
    else if (DataFlavor.stringFlavor.equals(flavors[i])) {
    return true;
    return false;
      // Take selection's first file and put off the starting "file://" and the "\n"
      private String dropDesdeGnome(String path) {
        if (path.startsWith("file://")) {
          return path.substring(7, path.indexOf("\n")-1);
        return null;
      }Have tested with GNOME 2.2 and 2.6.
    If anyone achieve drop from KDE, please, post it (I love KDE).
    KoKo
    Eneko Nieto
    Universidad Publica de Navarra
    Area de Telematica
    [email protected]

  • Drag and Drop does not work

    my iPhoto was working fine until the last update. Now, it won't let me drag and drop photos from my photos or events to albums, projects or galleries
    is there a setting that has changed...

    Problem solved from another post... sorry for the duplicate thread.
    As posted....
    Go to Font Book in your Applications Folder. Use it to rnable the Helvetica Fonts - if necessary, turn them off and back on again. Restart iPhoto.

  • Error trying to recreate OEM dbconsole in 11GR2 - aux_stats$ does not exist

    I created a blank 11GR2 database, then created tablespaces, users etc. and imported schema's from 9i export. So far so good.
    Now I can't connect to the OEM dbconsole, all arrows are green, instance up, listener up etc. but says it cant connect.
    Ok, recreate dbsonsole , first drop sysman, dbsmp cascade etc, then run emca -deconfig dbcontrol db -repos drop - seemed to go ok
    then run emca -config db -repos create - it asks for passwords etc, all ok so far, then craps out, I look in the logfile and see this:
    GRANT SELECT, INSERT, UPDATE, DELETE ON AUX_STATS$ TO SYSMAN
    ERROR at line 1:
    ORA-00942: table or view does not exist
    So now what? Why would it try to grant access to a table or view that does not exist? Did I miss something here?
    thanks

    This will give you the complete picture of Grid Certification.
    Oracle Enterprise Manager 10g Grid Control Certification Checker
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=412431.1
    Is there a workaround or a version that will install on 2008 x64?Well, no OMS has been certified with this version as of now. You can have 10.2.0.3/4 OMS on 2008(32 Bit)
    10.2.0.4 Agent is certified with 2008 64 bit.

  • Select All in a table does not work for Drag and Drop

    Hi. I am using Jdeveloper 11.1.1.2 but have also reproduced in 11.1.1.3.
    I am trying to implement drag and drop rows from one table to another. Everything works fine except when I do a Select All (ctrl-A) in a table, the table visually looks like all rows are selected, but when I try to click on one of the selected rows to drag to the other table, only the row I click on is dragged.
    I tried setting Range Size -1, fetch mode to FETCH_ALL, content delivery to "immediate" but nothing works.
    I even have reproduced not using a view object but just a List of beans with only 5 or 10 beans showing in the table.
    Does anyone know how to get Select All to work for a Drag Source?
    Thanks.
    -Ed

    Frank-
    OK, thanks for looking into that. I also submitted this service request, which includes a simple sample app to demonstrate the problem:
    SR #3-2387481211: ADF Drag and Drop does not work for rows in table using Select All
    Thanks again for the reply.
    -Ed

Maybe you are looking for