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

Similar Messages

  • Problem in establishing connection with mysql 5.0

    Hi,
    I am using JCAPS 5.1. I tried to insert data to mysql database table.
    But i got following error
    java.sql.SQLException: Error in allocating a connection. Cause:
    Physical Connection doesn't exist.
    My intention is to read file in which data are comma seperated and to
    populate those values to a mysql 5.0 database table.
    Sample DATA in file [test.txt]
    111,gg,23,MFG
    112,hh,24,MFG
    113,ii,25,RETAIL
    114,jj,26,IT
    Database table: employee
    eno,ename,eage,edept
    While creating JDBC OTD there is no problem in establishing connection with database. But after deploying i got above error.
    I have used Mysql 5.0 Connector/J JDBC driver. Added JDBC driver jar files to following directories as required.
    1) C:\JavaCAPS51\logicalhost\is\lib
    2)C:\JavaCAPS51\logicalhost\is\domains\test\lib
    Steps i have followed as per JDBC-ODBC -eway user guide doc.
    1) Created USerDefined OTD and added necessary fields
    2) Created JDBC OTD.
    3) Created JAVA collaboration and do business process for inserting
    4) Mapped all components by creating in Connectivity MAp
    5) created necessary external systems in envrionment explorer.[JDBC External System and File External System]
    6)Created Deployment profile
    5) Deployed it.
    After deploying it gives error as
    java.sql.SQLException: Error in allocating a connection. Cause: Physical Connection doesn't exist
    Please let me know the solution for problem.
    Message was edited by:
    VenkateshSampoornam

    In the environment definition,
    -> External Application JDBC
    -> Properties
    -> Outbound JDBC Connection
    You have the database URL in the "DriverProperties" field
    Valid URL would be : jdbc:mysql://localhost:3306/caps
    !! The doc says that this field is optional !! Seems to be an error in the doc:
    Hope this helps
    Seb

  • 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.

  • Query regarding XI interaction with database

    Hi all,
    I have got the Oracle database and SAP R/3 system
    Is it possible that through JDBC adapter ,
    a) Direct fetching of data from database
    b) Data should come in XI and after mapping should be  
        posted in SAP R/3 .i.e complete automated process
    c) Is it possible to put direct query statement in XI
        while connection with database through JDBC adapter
        E.g For fetching the vendor data from database
        Select * from .... 
    Thanks in advance
    Shikha Jain

    Shikha,
    <i>a) Direct fetching of data from database</i>
    In the JDBC Sender adapter you have to mention the SQL Query.
    <i>b) Data should come in XI and after mapping should be
    posted in SAP R/3 .i.e complete automated process</i>
    This is what XI does. There is no manual intervention needed.
    <i>c) Is it possible to put direct query statement in XI
    while connection with database through JDBC adapter
    E.g For fetching the vendor data from database
    Select * from ....</i>
    your question a is same. You can execute a SQL statement in the Adapter which polls the database in the intervals you mention. It could be a SELECT or EXEC PROC etc.
    regards
    Shravan

  • 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

  • [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.

  • 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

  • I have a problem regarding af:dataTable with tableSelectOne .

    HI,
    I have a problem regarding <af:dataTable> with <tableSelectOne>. I would like to know how can I pre-select
    the first item of the table? I have tried to search on the net but can't find something useful.
    Any help would be appreciated
    Regards
    Amu

    Ask has the human to know?

  • TS1398 I have an original iPad 32 why can't I connect on my home wi-fi but can connect anywhere else. No problems at home connect with other iPads and MACs.

    I have an original iPad 32 why can't I connect on my home wi-fi but can connect anywhere else? No problems at home connect with other iPads and MACs.

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • 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

  • 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.

  • Applet security problems while connecting with database

    i hav problem in the japplet connecting with sql database
    it gives security access denied error while running program as my driver is jdbc:odbc:bridge driver
    so for resolving this error how can i turn off security of applet and also which security permission to be change?
    plz reply

    baftos wrote:
    Maybe I should question the need to access a local database on the client PC.
    But anyway, the normal way to obtain security clearance is to use a signed applet.
    Another possibility is to grant the applet all permissions by modifying the security policy file of each client to grant your applet 'all permissions'. Note that in this case you must have access to each and every client PC or ask them to do so before running the applet.Database access at client's machine is ridiculous. I doubt this is what OP wants.
    @OP: request you to post the original security issue and the environment details.
    Thanks,
    Mrityunjoy

  • 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.

  • 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.

  • 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

Maybe you are looking for

  • PDF is not working - Adobe Acrobat X Pro

    I have been using CS6 for a couple of months without an issue and then my adobe acrobat stopped working. Unable to open any pdf documents.Can anyone help?

  • BPM 11g - Abort process instance

    I have a BPMN process that does 3 things: 1. Calls the third party interface 2. Starts the Timer proces aynchronously. This timer process is to make sure that the task gets picked up up an admin user (Human Task);if we don't get the response within t

  • Number issue in Controller File

    Hello, I am creating a Detail Page and finding issue with the Number conversion Please find the code for VO.java package xbol1.oracle.apps.xbol.unapprvacsearch.server; import oracle.apps.fnd.framework.OAException; import oracle.apps.fnd.framework.ser

  • Does Oracle Database Express Edition 11g support CLOB datatype?

    I am having problems in displaying CLOB data type columns when I query my tables in Oracle Database Express Edition 11g. I am getting garbage values. However when I do the exact same thing in the Enterprise Edition I do not have any problems. So I am

  • Symbols do not flow into InDesign from standard text file

    Within our application, we have the option to type in symbols within a text editor. Symbols include the copyright, registered, and trademark symbols. We then take the text that is typed in and merge the text to a standard text file, then place that f