EM doesn't connect with database

Hi all,
I am a beginner in Oracle.
Currently, I have installed Oracle Database 10g Release 2 Patch Set 1 and I have created a new database. I have defined also the system variables, ORACLE_SID and ORACLE_HOME.
I launch the oracle services through a batch process
net start OracleOraDb10g_home1TNSListener
net start OracleServiceSEDETEP
net start OracleDBConsoleSEDETEP
net start OracleOraDb10g_home1iSQL*PlusAll services seem to start OK.
Well, now I execute emctl status dbconsole and the answer is the folowing:
Oracle Enterprise Manager 10g Database Control Release 10.2.0.2.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://ZFNARTSGI14.MDEF.ES:1158/em/console/aboutApplication
EM Daemon is not running.
Logs are generated in directory C:\oracle\product\10.2.0\db_1/ZFNARTSGI14.MDEF.E
S_SEDETEP/sysman/log
If I try to connect through the web browser, I can insert my user, but the database instance shows "Pending Status" and when I click in this link EM DB Control shows
"Error to search the target SEDETEP in the repository......".
The dabase was created with Enterprise Manager Repository enabled.
What is the problem????
Many thanks in advance,
David2005

I have dropped the dbconsole and next I try to create newly, but always I obtain an error.
emca_repos_create_2006-06-27_04-01-56-PM.log
Check if repos user already exists.
antiguo 6:     WHERE username=UPPER('&EM_REPOS_USER');
nuevo     6: WHERE username=UPPER('SYSMAN');
antiguo 8: IF ( '&EM_CHECK_TYPE' = 'EXISTS') THEN
nuevo     8: IF ( 'NOT_EXISTS' = 'EXISTS') THEN
antiguo 11:     raise_application_error(-20000, '&EM_REPOS_USER does not exists..');
nuevo 11:     raise_application_error(-20000, 'SYSMAN does not exists..');
antiguo 14: ELSIF ( '&EM_CHECK_TYPE' = 'NOT_EXISTS' ) THEN
nuevo 14: ELSIF ( 'NOT_EXISTS' = 'NOT_EXISTS' ) THEN
antiguo 17:     raise_application_error(-20001, '&EM_REPOS_USER already exists..');
nuevo 17:     raise_application_error(-20001, 'SYSMAN already exists..');
antiguo 21:     raise_application_error(-20002, 'Invalid Check type &EM_CHECK_TYPE');
nuevo 21:     raise_application_error(-20002, 'Invalid Check type NOT_EXISTS');
DECLARE
ERROR en línea 1:
ORA-20001: SYSMAN already exists..
ORA-06512: en línea 17
emca_2006-06-27_04-01-23-PM.log
27-jun-2006 16:01:23 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag '-config' set to true
27-jun-2006 16:01:23 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'UPDATE_EMAIL' set to true
27-jun-2006 16:01:23 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'dbcontrol' set to true
27-jun-2006 16:01:23 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'db' set to true
27-jun-2006 16:01:23 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'create' set to true
27-jun-2006 16:01:23 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: ORACLE_HOME value: C:\oracle\product\10.2.0\db_1
27-jun-2006 16:01:23 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro ORACLE_HOSTNAME
27-jun-2006 16:01:23 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: EM_HOME value: C:\oracle\product\10.2.0\db_1
27-jun-2006 16:01:27 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SID value: SEDETEP
27-jun-2006 16:01:27 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro ORACLE_HOSTNAME
27-jun-2006 16:01:27 oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
27-jun-2006 16:01:27 oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: isLocalNodeDone: true localNode: null
27-jun-2006 16:01:27 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro ORACLE_HOSTNAME
27-jun-2006 16:01:27 oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
CONFIG: Sid: SEDETEP Host: <SERVER DOMAIN> Node: null OH: C:\oracle\product\10.2.0\db_1 isDBC: false
27-jun-2006 16:01:27 oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
CONFIG: Sid: SEDETEP Host: <SERVER DOMAIN> Node: null OH: C:\oracle\product\10.2.0\db_1 agentHome: null isCentral: false
27-jun-2006 16:01:27 oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
CONFIG: Sid: SEDETEP Host: <SERVER DOMAIN> Node: null OH: C:\oracle\product\10.2.0\db_1 agentHome: null isCentral: false
27-jun-2006 16:01:27 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro SYS_PWD
27-jun-2006 16:01:27 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user:
27-jun-2006 16:01:28 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: ORA-01031: privilegios insuficientes
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01031: privilegios insuficientes
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:814)
     at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:363)
     at oracle.sysman.emcp.DatabaseChecks.checkDbAvailabilityImpl(DatabaseChecks.java:101)
     at oracle.sysman.emcp.DatabaseChecks.checkDbAvailability(DatabaseChecks.java:143)
     at oracle.sysman.emcp.DatabaseChecks.isASMDb(DatabaseChecks.java:715)
     at oracle.sysman.emcp.EMConfigAssistant.getParamsWarnsList(EMConfigAssistant.java:1793)
     at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:2276)
     at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:928)
     at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
     at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
27-jun-2006 16:01:28 oracle.sysman.emcp.DatabaseChecks isASMDb
CONFIG: Instancia de base de datos no disponible.
oracle.sysman.emcp.exception.DatabaseUnavailableException: Instancia de base de datos no disponible.
     at oracle.sysman.emcp.DatabaseChecks.throwDBUnavailableException(DatabaseChecks.java:131)
     at oracle.sysman.emcp.DatabaseChecks.checkDbAvailabilityImpl(DatabaseChecks.java:124)
     at oracle.sysman.emcp.DatabaseChecks.checkDbAvailability(DatabaseChecks.java:143)
     at oracle.sysman.emcp.DatabaseChecks.isASMDb(DatabaseChecks.java:715)
     at oracle.sysman.emcp.EMConfigAssistant.getParamsWarnsList(EMConfigAssistant.java:1793)
     at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:2276)
     at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:928)
     at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
     at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
27-jun-2006 16:01:28 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'asm_db' set to false
27-jun-2006 16:01:30 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: PORT value: 1521
27-jun-2006 16:01:38 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro SYS_PWD
27-jun-2006 16:01:38 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: SYS
27-jun-2006 16:01:38 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:43 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: DBSNMP
27-jun-2006 16:01:43 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:49 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: EMAIL_ADDRESS value:
27-jun-2006 16:01:50 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: MAIL_SERVER_NAME value:
27-jun-2006 16:01:50 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro ORACLE_HOSTNAME
27-jun-2006 16:01:50 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: CONFIRMATION ANSWER value:
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: CONFIRMATION ANSWER value: sí
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro LOG_FILE
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DB_UNIQUE_NAME
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DB_UNIQUE_NAME
27-jun-2006 16:01:54 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: SYS
27-jun-2006 16:01:54 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:54 oracle.sysman.emcp.DatabaseChecks getDbUniqueName
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: SEDETEP
27-jun-2006 16:01:54 oracle.sysman.emcp.EMConfig perform
INFO: Esta operación se está registrando en C:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\SEDETEP\emca_2006-06-27_04-01-23-PM.log.
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'CHECK_CONFIG' set to true
27-jun-2006 16:01:54 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: SYS
27-jun-2006 16:01:54 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:54 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: DBSNMP
27-jun-2006 16:01:54 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro MODIFY_SID
27-jun-2006 16:01:54 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: SYS
27-jun-2006 16:01:54 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'asm_db' set to false
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro MODIFY_SID
27-jun-2006 16:01:54 oracle.sysman.emcp.DatabaseChecks getDbServiceName
CONFIG: No service name available. Will try to set db_unique_name.db_domain
27-jun-2006 16:01:54 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: SYS
27-jun-2006 16:01:54 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value:
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DB_UNIQUE_NAME
27-jun-2006 16:01:54 oracle.sysman.emcp.DatabaseChecks getDbUniqueName
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: SEDETEP
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DB_DOMAIN
27-jun-2006 16:01:54 oracle.sysman.emcp.DatabaseChecks getDbDomain
CONFIG: No db domain available. Will query db for db_domain parameter
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: SEDETEP
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SERVICE_NAME value: SEDETEP
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro MODIFY_SID
27-jun-2006 16:01:54 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DBID
27-jun-2006 16:01:54 oracle.sysman.emcp.DatabaseChecks getDbid
CONFIG: No dbid available. Will query db to extract it.
27-jun-2006 16:01:54 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: SYS
27-jun-2006 16:01:55 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DBID value: 2471832204
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro ORACLE_HOSTNAME
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro ORACLE_HOSTNAME
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'db' set to true
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro MODIFY_SID
27-jun-2006 16:01:55 oracle.sysman.emcp.DatabaseChecks getDbServiceName
CONFIG: No service name available. Will try to set db_unique_name.db_domain
27-jun-2006 16:01:55 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: SYS
27-jun-2006 16:01:55 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value:
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DB_UNIQUE_NAME
27-jun-2006 16:01:55 oracle.sysman.emcp.DatabaseChecks getDbUniqueName
CONFIG: No Database unique name available. Will try to retrieve it from DB itself
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: SEDETEP
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DB_DOMAIN
27-jun-2006 16:01:55 oracle.sysman.emcp.DatabaseChecks getDbDomain
CONFIG: No db domain available. Will query db for db_domain parameter
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DB_UNIQUE_NAME value: SEDETEP
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: SERVICE_NAME value: SEDETEP
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro EMAIL_ADDRESS
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro MAIL_SERVER_NAME
27-jun-2006 16:01:55 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: SYS
27-jun-2006 16:01:55 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:55 oracle.sysman.emcp.EMDBPreConfig invoke
CONFIG: Passed repository configuration check
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro MODIFY_SID
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro MODIFY_SID
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro GLOBAL_DB_UNIQUE_NAME
27-jun-2006 16:01:55 oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
27-jun-2006 16:01:55 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: SYS
27-jun-2006 16:01:55 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DB_DOMAIN
27-jun-2006 16:01:55 oracle.sysman.emcp.DatabaseChecks getDbDomain
CONFIG: No db domain available. Will query db for db_domain parameter
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: SEDETEP
27-jun-2006 16:01:55 oracle.sysman.emcp.util.FileUtil _copyFile
CONFIG: Copiando archivo C:\oracle\product\10.2.0\db_1\sysman\config\emd.properties en C:\oracle\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp
27-jun-2006 16:01:55 oracle.sysman.emcp.util.FileUtil backupFile
CONFIG: El archivo original C:\oracle\product\10.2.0\db_1\sysman\config\emd.properties se ha copiado en C:\oracle\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp
27-jun-2006 16:01:55 oracle.sysman.emcp.util.FileUtil _copyFile
CONFIG: Copiando archivo C:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties en C:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca.tmp
27-jun-2006 16:01:55 oracle.sysman.emcp.util.FileUtil backupFile
CONFIG: El archivo original C:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties se ha copiado en C:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca.tmp
27-jun-2006 16:01:55 oracle.sysman.emcp.util.FileUtil _copyFile
CONFIG: Copiando archivo C:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml en C:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp
27-jun-2006 16:01:55 oracle.sysman.emcp.util.FileUtil backupFile
CONFIG: El archivo original C:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml se ha copiado en C:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro ORACLE_HOSTNAME
27-jun-2006 16:01:55 oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: isLocalNodeDone: true localNode: null
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro ORACLE_HOSTNAME
27-jun-2006 16:01:55 oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: isLocalNodeDone: true localNode: null
27-jun-2006 16:01:55 oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
CONFIG: Sid: SEDETEP Host: <SERVER DOMAIN> Node: null OH: C:\oracle\product\10.2.0\db_1 agentHome: null isCentral: false
27-jun-2006 16:01:55 oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
CONFIG: Sid: SEDETEP Host: <SERVER DOMAIN> Node: null OH: C:\oracle\product\10.2.0\db_1 isDBC: false
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager setFlag
CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DBCONTROL_HTTP_PORT
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro AGENT_PORT
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro RMI_PORT
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro JMS_PORT
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro ORACLE_HOSTNAME
27-jun-2006 16:01:55 oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: isLocalNodeDone: true localNode: null
27-jun-2006 16:01:55 oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
CONFIG: Sid: SEDETEP Host: <SERVER DOMAIN> Node: null OH: C:\oracle\product\10.2.0\db_1 isDBC: false
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro ORACLE_HOSTNAME
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro PORTS_FILE
27-jun-2006 16:01:55 oracle.sysman.emcp.util.ClusterUtil getLocalNode
CONFIG: isLocalNodeDone: true localNode: null
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro JMS_PORT_SEDETEP
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro JMS_PORT
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro RMI_PORT_SEDETEP
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro RMI_PORT
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DBCONTROL_HTTP_PORT_SEDETEP
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DBCONTROL_HTTP_PORT
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro AGENT_PORT_SEDETEP
27-jun-2006 16:01:55 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro AGENT_PORT
27-jun-2006 16:01:55 oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
CONFIG: Setting oracle.installer.oui_loc to C:\oracle\product\10.2.0\db_1\oui
27-jun-2006 16:01:55 oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
CONFIG: Setting oracle.installer.oui_loc to C:\oracle\product\10.2.0\db_1\oui
27-jun-2006 16:01:55 oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Homes to scan for used ports: [C:\oracle\product\10.2.0\db_1, C:\oracle\product\10.2.0\db_HTML]
27-jun-2006 16:01:55 oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME C:\oracle\product\10.2.0\db_1
27-jun-2006 16:01:56 oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking JMS port: null from C:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
27-jun-2006 16:01:56 oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking RMI port: null from C:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
27-jun-2006 16:01:56 oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking HTTP port: null from C:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
27-jun-2006 16:01:56 oracle.sysman.emcp.util.PortManager getAgentPort
CONFIG: Cannot parse EMD_URL correctly. No port identified
27-jun-2006 16:01:56 oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking Agent port: null from C:\oracle\product\10.2.0\db_1\sysman\config\emd.properties
27-jun-2006 16:01:56 oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Cannnot parse EMD_URL correctly. No port identified
27-jun-2006 16:01:56 oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME C:\oracle\product\10.2.0\db_HTML
27-jun-2006 16:01:56 oracle.sysman.emcp.util.PortManager getAgentPort
CONFIG: Cannot parse EMD_URL correctly. No port identified
27-jun-2006 16:01:56 oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Marking Agent port: null from C:\oracle\product\10.2.0\db_HTML\sysman\config\emd.properties
27-jun-2006 16:01:56 oracle.sysman.emcp.util.PortManager markAllUsedPorts
CONFIG: Cannnot parse EMD_URL correctly. No port identified
27-jun-2006 16:01:56 oracle.sysman.emcp.util.FileUtil getProperties
CONFIG: Error al leer el archivo C:\oracle\product\10.2.0\db_1\install\staticports.ini
27-jun-2006 16:01:56 oracle.sysman.emcp.util.PortManager getFreePorts
CONFIG: C:\oracle\product\10.2.0\db_1:<SERVER DOMAIN>:null:SEDETEP:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
27-jun-2006 16:01:56 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro AGENT_PORT_SEDETEP
27-jun-2006 16:01:56 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: AGENT_PORT_SEDETEP value: 3938
27-jun-2006 16:01:56 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro DBCONTROL_HTTP_PORT_SEDETEP
27-jun-2006 16:01:56 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: DBCONTROL_HTTP_PORT_SEDETEP value: 1158
27-jun-2006 16:01:56 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro JMS_PORT_SEDETEP
27-jun-2006 16:01:56 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: JMS_PORT_SEDETEP value: 5540
27-jun-2006 16:01:56 oracle.sysman.emcp.ParamsManager getParam
CONFIG: No se ha definido ningún valor para el parámetro RMI_PORT_SEDETEP
27-jun-2006 16:01:56 oracle.sysman.emcp.ParamsManager setParam
CONFIG: Setting param: RMI_PORT_SEDETEP value: 5520
27-jun-2006 16:01:56 oracle.sysman.emcp.EMDBPreConfig getFreePorts
CONFIG: Ports assigned for SID: SEDETEP : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
27-jun-2006 16:01:56 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: SEDETEP, oracleHome: C:\oracle\product\10.2.0\db_1, and user: SYS
27-jun-2006 16:01:56 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
27-jun-2006 16:01:56 oracle.sysman.emcp.EMReposConfig createRepository
CONFIG: Spooling to C:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\SEDETEP\emca_repos_create_2006-06-27_04-01-56-PM.log
27-jun-2006 16:01:56 oracle.sysman.emcp.EMReposConfig createRepository
INFO: Creando el repositorio de EM. Puede tardar unos minutos...
27-jun-2006 16:01:56 oracle.sysman.emcp.EMReposConfig createRepository
CONFIG: ORA-20001: SYSMAN already exists..
ORA-06512: en línea 17
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists..
ORA-06512: en línea 17
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
     at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:841)
     at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:265)
     at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:306)
     at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:365)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:187)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:129)
     at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
     at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
     at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
     at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
     at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
27-jun-2006 16:01:56 oracle.sysman.emcp.EMReposConfig invoke
GRAVE: Error al crear el repositorio
27-jun-2006 16:01:56 oracle.sysman.emcp.EMReposConfig invoke
INFO: Consulte el archivo log en C:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\SEDETEP\emca_repos_create_<fecha>.log para obtener más información.
27-jun-2006 16:01:56 oracle.sysman.emcp.EMConfig perform
GRAVE: Error al crear el repositorio
Consulte el archivo log en C:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\SEDETEP\emca_2006-06-27_04-01-23-PM.log para obtener más información.
27-jun-2006 16:01:56 oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Error al crear el repositorio
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:199)
     at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:129)
     at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
     at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
     at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
     at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
     at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
Sorry, I have copied all content of file, because I don't know how to extract the valid information.
Thanks and Regards,
David.

Similar Messages

  • Datareader is not able to connect with database-Urgent

    Hi All,
    All of a sudden the Datareader component in my ML experiment is not able to connect with database with the following error:
    [ModuleOutput] DllModuleHost Error: 1 : Program::Main encountered fatal exception: Microsoft.Analytics.Exceptions.ErrorMapping+ModuleException: Error 0000: Internal error ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: The value's length for key 'password' exceeds it's limit of '128'.
    Module finished after a runtime of 00:00:00.2031339 with exit code -2
    Module failed due to negative exit code of -2
    It complains about the password being long-but the same credentials I have been using for the last 2 months and still able to use it to run sql queries on that same database using the management portal.
    It appears that Azure encrypts the password and that encrypted password is too long...just my guess after looking that the output.Inside Ml it just says as internal error
    Would appreciate if someone can point to the issue at the earliest...(There is a demo early next week)
    Subscription:Enterprise,
    LOCATION: East Asia
    Regards,
    Biswajit

    Hi,
    Please check this url:
    https://studio.azureml.net/Home/ViewWorkspace/bc85d4f81d2246c4b1430eb395229a3a?&hashSeg=#Workspaces/Experiments/Experiment/bc85d4f81d2246c4b1430eb395229a3a.f-id.11776ae4400f4c1aa9f58308c30810fa/ViewExperiment
    which is an experiment which I created doing save as of the experiment in which the data reader works.
    I stripped everything except the data reader and setup the rest of the components...I finally have to write the results back ,so also pulled a Writer component.
    Now,the data reader works fine..but the Writer fails:
    Error 0071: Incorrect username "acnadmin" or password is passed
    Strangely,its the same credentials set in the DataReader.
    Looks like all the DataInput/Output components created recently only have the problem.
    Once again,while the datareader in this case passes the password in plain text,the writer encrypts,hence fails.

  • How to connect with database in JBuilder?

    Hi,
    I try to connect with database in JBuilder7, but the connection is failed. please tell me what is wrong? thanks!
    In connection tab:
    Driver: sun.jdbc.odbc.jdbcodbcDriver
    URL: jdbc:odbc:MS Access Database:h:\onlinestore\database\book.mdb
    Error:
    com.borland.dx.dataset.DataSetException: [Microsoft][ODBC Driver Manager] Data source name too long
    Jun

    URL: jdbc:odbc:MS Access Database:h:\onlinestore\database\book.mdbshould be jdbc:odbc:DBname:book.mdb

  • Blackberry desktop software doesn't connect with address book

    blackberry desktop software version 2.4.0 doesn't connect with address book on a mac os lion (10.7.4). Sync contacts not possible. Use a BB 9500 v5.0.0.841 (plateform 4.2.0.380). Any solution ?

    You have both Desktop Software and Link set to open when a device is connected to your Mac. You need to go to the settings of Desktop Software (I don't recall exactly what to do but there should be some settings in the top right corner) and set it to not open when a device is connected. Once you have it set to not open when your phone is connected, make sure that Link is set to open. That should resolve your issue.
    Let us know if that helps you.
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • Can I connect with Database using Session Bean

    Hi,
    I am new to EJB. I have small doubt.
    can I connect with Database using Session Bean.
    Regards,
    Murali.

    Double post of http://forum.java.sun.com/thread.jspa?threadID=687239&tstart=0

  • Nokia N95 doesn't connect with PC Suite

    I've tried using my mac and my pc now. It doesn't connect with anything. The computers recognize the phone, but the software doesn't. Any idea whats going on?
    Thanks.

    Since there is no PC Suite for Mac, is difficult to help.List more details about your system and Suite versions, then its easier to help

  • Problem regarding to connection with database

    while opening the SQL server 2008,it is unable to connect with database, showing as error 2

    1. Make sure SQL Server Service is running
    2. If a named instance, make sure SQL Server browser service is running
    3. Make sure SQL Server is configured to allow remote connections
    4. Examine the SQL Server error log for messages confirming that SQL is listening on the expected network interfaces and ports
    5. Test server connectivity with PING from the client machine
    6. Test port connectivity using TELNET or PowerShell to the server and port (from step 4) from the client machine.  For example
    a. TELNET <server-name> 1433
    b. PowerShell: 1433 | % { echo ((new-object Net.Sockets.TcpClient).Connect("YourServerName",$_)) "server listening on TCP port $_" }
    7. Check firewall settings if step 5 or 6 connectivity test fails
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • [b]How can i connect with database(oracle 9i) from form developer at runtim

    Hi Friends,
    My problem is as follows, please show me a way.
    Let's asume, I have form (developed in 6i) which has database data block. Now, at form level a have assigned on_logon trigger and I have written the following PL/SQL statement in that trigger:
    begin
    null;
    end;
    So, when I run this form without connecting to database It does not prompt for a connection. Now I have button lebeled as "Connect" in this form, when user will click on it it will display a window having text boxes to enter user name, password and database name; once the user fill those text boxes and click on a button lebeled as "Ok" then the form runtime environment should be connected with database as per information provided by user. Here to mention that the user already been created, only the connection will be stablished. For example: I want to connect the form with database as "scott/tiger@oradata9i".
    To do this, what PL/SQL command statement should i write in that "OK" button's "when_button_pressed" trigger?
    If any of you know about this please help me.

    Hi
    I've answered this question already. If I understand you right, you can use 'LOGON' built-in of Forms. Take a look into documentation.

  • Restric the connection with database

    Hi friends,
    My oracle server is 9i. can i restrict the connection with database using application type.
    Eg MSACCESS.EXE
    Regrds
    upul Indika.

    Create this trigger under the sys user. note a user with DBA privilege can still login with msaccess.
    CREATE OR REPLACE TRIGGER trg_logon AFTER logon ON DATABASE
    DECLARE
    tool_name VARCHAR(50);
    BEGIN
      SELECT MAX(PROGRAM)
      INTO tool_name
      FROM sys.v_$session
      WHERE audsid = sys_context('USERENV',   'SESSIONID');
      IF(tool_name = 'MSACCESS.EXE') THEN
        raise_application_error(-20003,   'Login with MSACCESS.EXE is not allowed!');
      END IF;
    END;Regards

  • Forms 6 not connecting with Database 10g

    I can not connect Oracle forms 6 with database 10g

    795192 wrote:
    I can connect to sql plus but i cannot connect my forms 6 with database 10g. getting the following error:
    ORA-12154: TNS: could not resolve service name=================================
    ORA-12154: TNS:could not resolve the connect identifier specified
    This error means one thing, and one thing only. The client could not find the specified entry in the tnsnames.ora file being used.
    As a follow-on to that statement, remember that when you use a dblink, the database in which the link is defined is acting as a client to the database that is the target of the link. So in this case, the tnsnames.ora file on the host of your source should have an entry for your target db, as defined in the db_link.
    And for the umpteenth time ... this error has <b><i><u>NOTHING</u></i></b> to do with the status of a listener. The connection request never got far enough to reach a listener. If anyone tells you to check a listener in response to ora-12154, they are not paying attention, or do not understand how TNS works. This error is the equivalent of not being able to place a telephone call because you don't know the number of the party you want to reach. You wouldn't debug that situation by going to the other guy's house and testing his telephone, or by going to the phone company and testing the switchboard. And you don't debug a ORA-12154 by checking the listener. If I had a top ten list of "Incredibly Simple Concepts (tm)" that should be burned into the brain of everyone who claims to be an Oracle DBA, it would include "ORA-12154 Has Nothing To Do With The Listener".
    =================================
    A couple of important points.
    First, the listener is a server side only process. It's entire purpose in life is to receive requests for connections to databases and set up those connections. Once the connection is established, the listener is out of the picture. It creates the connection. It doesn't sustain the connection. One listener, with the default name of LISTENER, running from one oracle home, listening on a single port, will serve multiple database instances of multiple versions running from multiple homes. It is an unnecessary complexity to try to have multiple listeners or to name the listener as if it belongs to a particular database. That would be like the telephone company building a separate switchboard for each customer.
    Second, the tnsnames.ora file is a client side issue. It's purpose is for address resolution - the tns equivalent of the 'hosts' file further down the network stack. The only reason it exists on a host machine is because that machine can also run client processes.
    Assume you have the following in your tnsnames.ora:
    larry =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = curley)
      )Now, when you issue a connect, say like this:
    $> sqlplus scott/tiger@larrytns will look in your tnsnames.ora for an entry called 'larry'. Next, tns sends a request to (PORT = 1521) on (HOST = myhost) using (PROTOCOL = TCP), asking for a connection to (SERVICE_NAME = curley).
    Where is (HOST = myhost) on the network? When the request gets passed from tns to the next layer in the network stack, the name 'myhost' will get resolved to an IP address, either via a local 'hosts' file, via DNS, or possibly other less used mechanisms. You can also hard-code the ip address (HOST = 123.456.789.101) in the tnsnames.ora.
    Next, the request arrives at port 1521 on myhost. Hopefully, there is a listener on myhost configured to listen on port 1521, and that listener knows about SERVICE_NAME = curley. If so, you'll be connected.
    What can go wrong?
    First, there may not be an entry for 'larry' in your tnsnames. In that case you get "ORA-12154: TNS:could not resolve the connect identifier specified" No need to go looking for a problem on the host, with the listener, etc. If you can't place a telephone call because you don't know the number (can't find your telephone directory (tnsnames.ora) or can't find the party you are looking for listed in it (no entry for larry)) you don't look for problems at the telephone switchboard.
    Maybe the entry for larry was found, but myhost couldn't be resolved to an IP address (say there was no entry for myhost in the local hosts file). This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe there was an entry for myserver in the local hosts file, but it specified a bad IP address. This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe the IP was good, but there is no listener running: "ORA-12541: TNS:no listener"
    Maybe the IP was good, there is a listener at myhost, but it is listening on a different port. "ORA-12560: TNS:protocol adapter error"
    Maybe the IP was good, there is a listener at myhost, it is listening on the specified port, but doesn't know about SERVICE_NAME = curley. "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor"
    =====================================

  • Not able to open infopath form connected with database in sharepoint 2010

    Hi,
     I have created one infopath form which is connected with sql server database.
    Now when i am trying to open this form from sharepoint,its giving me following error:
    Please help to solve this issue.
    Thanks & Regards
    rajni

    Hello,
    If i understood you correctly, you have SP list and there are some records. Now you want to open your infopath form when clicks on add new item in the same list. I am still confuse about "from table 'Account'" this line. Are you saying that you are fetching
    records from SQL table to PS list?
    Anyway, you can modify the existing list form infopath so you could be able to open the infopath form instead of default newform.aspx page. Later you can create a new data connection in that customize form to display data in table format from same list.
    You can follow this video for connection:
    https://www.youtube.com/watch?v=6NySzgGhnaw
    http://office.microsoft.com/en-us/infopath-help/add-a-data-connection-to-a-sharepoint-document-library-or-list-HP010093160.aspx
    Let me know if i misunderstood you
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • I have problems to connect with Database Server in MDM SP5

    Hi,
    I am upgrading to SP and get problems to connect to the database server. I am able to start and stop the MDM server, but if I tru to create a new repsoitory or unarchive a repository I get this errormessage. "Unable to connect with Datase Server". In ealier versions og MDM i did not give any username or password whwn I made a new repositirt. Do you need to that no?
    I see in the mds.ini file that there is defined a user "Sql Server DBA Username=master ". I sthis the user we shall use or is there another user?
    Regars John-Kjell Hoset

    Hi John,
    I too faced the same problem and get rid of it by installing
    SQL Server 2000 Driver for JDBC Service Pack 3
    which you can download from
    http://www.microsoft.com/downloads/details.aspx?FamilyId=07287B11-0502-461A-B138-2AA54BFDC03A&displaylang=en
    and i installed Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Release A
    which you can download from
    http://www.microsoft.com/downloads/details.aspx?FamilyID=413744D1-A0BC-479F-BAFA-E4B278EB9147&displaylang=en
    Install with setup SAPWD="YourPassword"
    I connected MDM Console wiht DBMS with Login credentials as
         UserName        sa
         Password         YourPassword
    Hope this help to solve your problem.
    Regards,
    Santosh.

  • Unable to connect with Database server in MDM

    Hi Experts,
    I have installed the MDM server 7.1 on windows 64 bit box, but installed MDM console (32 bit).
    Getting the issue like below
    Can anybody please help me out to fix the issue.
    Thanks in advance,
    Bhaskar N

    dear
    Did you install Oracle client on MDM server.  If not please install it and revert with the result..
    Please check SAP Note 1350635 - "Problem connecting to database from MDM console" & Note 1363797 -" Oracle connection problem".. Kindly also check the log in MDM console and revert with the result.
    Also, Please check Configurations Settings as mention in [MDM installation Document|https://websmp209.sap-ag.de/~sapidb/011000358700001668492008E] from Page no 42 to 45.
    do the following
    You need to create tnsnames.ora file even on the host where MDM is installed and define Oracle database host and instance there. Then, MDM user needs to have access to oracle client libraries and needs to have access to this tnsnames.ora file as well. Once you set this up, it will work fine.

  • Problem connecting with database when Flex Builder closed

    Hello,
    I developed a web page that connects to a database, reads some data and shows it on the screen. I use HTTPService to connect to a php server that takes the data from MySQL. Everything is OK when I run the web page from the Flex Builder, but when I run the page doing double click on the released .html file the connection fails and the program throws this error:
    [RPC Fault faultString="Error #2028: Local-with-filesystem SWF file file:///Q:/2009-08-05-1330FinalFrontEnd/bin-release/FrontEnd.swf cannot access Internet URL http://localhost/Test2/Test2.php." faultCode="InvokeFailed" faultDetail="null"]
        at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::invoke()
        at mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::invoke()
        at mx.rpc.http::HTTPService/send()
        at mx.rpc.http.mxml::HTTPService/send()
        at FrontEnd/submitLabelsQuery()
        at FrontEnd/updateLabels()
        at FrontEnd/___FrontEnd_SetEventHandler5_handler()
    Does anyone know how can I run the web page without using Flex Builder?
    More info:
    I'm using Flex Builder 3 for developing the web page and WampServer 2.0 for the connection with the database.
    Thank you,
    Onditz

    You need to add a crossdomain.xml  file at the root directory of your php server.
    Thanks,
    Nith
    See the piece of information copied from the flex documentation:
    To make a data service or asset available to SWF files in different domains or on different computers, use a crossdomain policy file on the server that hosts the data service or asset.
    A crossdomain policy file is an XML file that provides a way for the server to indicate that its data services and assets are available to SWF files served from certain domains, or from all domains.
    Any SWF file that is served from a domain specified by the server's policy file is permitted to access a data service or asset from that server.
    By default, place the crossdomain.xml at the root directory of the server that is serving the data.

  • HELP about How to connect with Database without JDBC ?

    Hello all,
    i have oracel8i database and my programe work fine with JDBC
    but now
    i want to connect my programe with database without using JDBC connection please any body tell me syntex for that,
    Class.forName("oracle.jdbc.driver.OracleDriver");
    databaseConnection = DriverManager.getConnection("??","arif","arif");
    i have user arif in my database and my computer name is "ABCD"
    Please help me,
    i m thanksfull,
    onlyforjava.

    Thanks i try it,
    url = "jdbc:oracle:thin:@ABCD:1521:" + sid;
    connection = DriverManager.getConnection(url,"arif","arif");
    but after that i got exception,
    java.sql.SQLException: Protocol violation
    Please help me,
    i m thanksfull.
    onlyforjava.

Maybe you are looking for

  • Satellite U205-S5034 - Error when trying to create the recovery discs

    Hi Everyone, I am having trouble with The TOSHIBA Recovery Disk Creator. When trying to create the recovery discs this error comes up: An unexpected error occurred. Please quit this application and restart it. (Error Code: 0F00FE-F1-00000002) The mac

  • Error with the Scope parameter for component

    Hi, I am using JSF2.0 in my web. In the home page (index.xhtml) i have an album gallery with session scope. However the gallery is available to all the users, what should be the scope for this component? After setting session scope, a session key is

  • DB CHECK not working in db13 - MSSQL 2005

    Hi, I'm trying to schedule DBCHECK in DB13 but does not work and shows the following message: SQL Job information   ****************************** Jobname:    SAP CCMS Check Database PRD [20111219134158-1-134158] No Corresponding Job history. Either

  • Spry submenu not displaying in IE

    Hello,   I just finished designing my first site with dreamweave, and am having some problems.I have read some threads and found the advice helpful to my situation, but still have a problem. My spry menu was not displaying in Internet Explorer when a

  • OS 3 Duplicate AOL e-mail problem

    After updating to OS 3.0 when my AOL e-mail account retrieves new messages it duplicates almost all of them. Once you read one, or delete one of the two messages, the next time the account synchronizes the duplicate message either gets marked as read