Test when can remote connecting a machine while rebooting

After restart a remote machine in PS, I need to test when it is available to connect in Remote Desktop.
I tired to use Test-Connection. But when it returns True, Remote Desktop still get error when connect. I tried the following and working ok (i.e. C:\RMC.RDP can connect ok) but with error. Any other way or without showing error?
Restart-Computer -ComputerName 172.16.0.3
Start-Sleep -Seconds 10
 While ((Get-Service -ComputerName 172.16.0.3 -DisplayName 'Remote Desktop Services').Status -ne 'Running' ) { Start-Sleep -Seconds 1 }
 C:\RMC.RDP
Get-Service : Cannot open Service Control Manager on computer '172.16.0.3'. This operation might require other privileges.
 At line:3 ((Get-Service -ComputerName 172.16.0.3 -DisplayName 'Remote Desktop Serv ...
 +         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     + CategoryInfo          : NotSpecified: (:) [Get-Service], InvalidOperationException
     + FullyQualifiedErrorId : System.InvalidOperationException,Microsoft.PowerShell.Commands.GetServiceCommand

Use script for checking RDP port response
like:
http://www.jonathanmedd.net/2011/12/testing-tcp-port-response-from-powershell.html

Similar Messages

  • How many instance of remote desktop can i connect concurrently or can i connect the machine on remote and also work locally?

    I am using windows server 2008 r2 edition. i want to know how many remote computers can connect to the server at a time and also can i use the machine locally when it is already connected to a remote desktop.
    Amit Mukim

    Hi
     when you are locally logon on server 1 rdp connection can connect with Full remote desktop,But 2 active Remote session can connect on server 2008 r2 at the sametime without RDP service role.
     If you deploy remote desktop service role on the Server 2008 r2 it depends your current RDP licence.
    Detailed information RDP licence;
    https://technet.microsoft.com/en-us/library/cc753650.aspx?f=255&MSPPError=-2147217396

  • Network-related or Instance-specfic error when attempting remote connection from SSMS

    Hello,
    I have installed SQL Server express on a Win7 desktop and want to connect to it via SSMS on a laptop. I have set up a SQL login on the desktop so I can login, but when I try to connect to the instance from the laptop via SSMS I get the error 26 with saying
    there is a network related or instance specific issue and that there is an error locating the Server/Instance specified.
    I am trying to connect to a named instance on the SQL Server on the win desktop. Remote connections are enabled and TCP 1433 and UPD 1434 ports are open in Windows Firewall. Antything else I should watch for?
    Thanks

    Hi MrDAndersen,
    According to your description, you come across the errors of pre-login handshake and wait operation timing out. Please help to post the full error log for further analysis.
    Based on my research, this issue could occur when .NET Framework 4.5 and non-IFS BSP/LSP are installed on the machine, and non-IFS BSP/LSP interferes with the call to Winsock.
    To work around the issue, you could use one of the two methods below.
    1. Determine whether a non-IFS BSP or LSP is installed. You could use the "netsh WinSock Show Catalog" command and examine every Winsock Catalog Provider Entry item that is returned. If the 0x20000 bit is clear (not set), it is a non-IFS BSP or
    LSP and remove the installed non-IFS Winsock LSPs. For more information about the process, please refer to the article:
    http://support.microsoft.com/kb/2568167
    2. Download and apply .NET Framework 4.5.2:
    http://www.microsoft.com/en-us/download/details.aspx?id=42643
    There are two connect items for your reference.
    https://connect.microsoft.com/VisualStudio/feedback/details/745004/ 
    https://connect.microsoft.com/VisualStudio/feedback/details/729323
    Best regards,
    Michelle Li

  • Very slow downloads Network test says "can't connect to Apple"

    Have a 1st generation ATV and it has been working great for years until now. When I have slow downloads so I go to "Test Network" and it fixes the problem, but not any more. Now it says "can't connect to Apple"
    Funny thing is it can connect but it is very very slow!
    I have tried most everything I can think of this has got me stumped!
    -- Speed test on my network shows I am getting 12 Mb/s download speeds with Comcast cable
    -- using an Apple Airport extreme
    -- I have NOT done any changes to my network
    -- Have done a factory reset on ATV
    -- rebooted my Airport
    -- Made sure all my updates have been done
    -- Hooked ATV up with ethernet cable to network that just seemed to make to worse! strange?
    -- look all very the boards
    Does any one have any ideas?
    Thanks!

    I have the same experience, i.e., "Test Network" used to improve slow downloads, but now when I attempt it, the test download progress bar moves, but then I get the "can't connect to Apple" error message. I have not yet found a solution to this, however it may be related to the following problem:
    ATV does not remember wireless network password.
    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    I am having to re-enter the wireless network password every time the ATV starts up, and sometimes during startup it appears to be in a Catch-22 situation where it is trying to access the network but cannot because it has not yet let me manually enter the password, so it spends a long time with amber or amber plus white light blinking, and then more time with solid white light before finally showing the startup sequence, about half an hour after being switched on.
    See post about password problem at http://discussions.apple.com/thread.jspa?messageID=13182180#13182180, which also lists my equipment.

  • Can't connect time machine on previous NAS disk

    Hi, i just update my MBP to Lion 10.7.
    But from now, i can't backup with Time machine to my Lacie D2 Network 2. It was working with os 10.6.
    I can see and open disk using SMB in finder but Time machine can't connect (TM see the ethernet disk). TM ask me to enter password and then say the version of the server is not supported...
    Is there a solution to connect again before having an update from Lacie or Apple?
    Thanks a lot

    I raised a ticket with Lacie as well, below is an excerpt from the Lacie Lion compatability link they directed me to:
    Cause: The LaCie NAS OS does not support Time Machine with Mac OS X Lion.
    Solution: Use Mac OS X 10.6.x or earlier when using Time Machine to back up your Mac to a LaCie network hard drive.
    Their solution is to downgrade the OS...  Shame!
    Here is the link to the Lacie Lion compatability link: http://www.lacie.com/us/more/?id=10121

  • Error when adding Remote connection

    I am trying to enable Remote connections to a cloud service.  When I do so I get the following error:  
    Published Asset Entry for Image Microsoft.Windows.Azure.Extensions_RDP_usall_manifest.xml not found.
    Any ideas what this means?  

    Hi Sir,
    Did you enable your "RDP for all roles" in your deployment process? If you don't enable it, please try to redeploy your project or using powershell command to enable it.
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-nodejs-enable-remote-desktop/#step3
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can't parse xml file in jar file when  can't connect to web server

    My JNLP application throw ConnectException when trying to parse xml during web server offline.
    Steps,
    1. JNLP application has been launched once and all related jar and xml files are already downloaded to local cache.
    2. Then I close web server to test offline launch.I launch the JNLP application using shortcut with -offline parameter.
    3. However the JRE internal xml parser tries to connect to web server and report connection error as web server is down now.
    My concern is the file is already in the cache, why java still try to connect URL. This error happens in JRE 1.5, but it doesn't happen in JRE 1.6. It only happens when web server is down in JRE 1.5.
    I think it may be a bug of JRE, do any one can give me some hint about how to resolve?
    Thanks in advance!!
    I also moved the code piece to a simple web start example, following it the error and code pieces.
    Error Trace in Java console,
    ava.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
         at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
         at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(Unknown Source)
         at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(Unknown Source)
         at com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
         at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
         at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
         at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
         at EntXmlUtil.buildDocument(EntXmlUtil.java:57)
         at Notepad.testParseXML(Notepad.java:870)
         at Notepad.main(Notepad.java:153)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.javaws.Launcher.executeApplication(Unknown Source)
         at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
         at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Notepad.java
    public void testParseXML() {
         URL xmlURL=Notepad.class.getClassLoader().getResource("xml/Login.xml");
         try {
                   org.w3c.dom.Document doc = EntXmlUtil.buildDocument(xmlURL);
                   System.out.println("Test"+doc);
              } catch (Exception e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    EntXMLUtil.java
    private static DocumentBuilderFactory dbf = null;
         static {
              dbf = DocumentBuilderFactory.newInstance();
              dbf.setNamespaceAware(true);
              dbf.setValidating(true);
              dbf.setIgnoringComments(true);
              dbf.setIgnoringElementContentWhitespace(true);
    public static DocumentBuilderFactory getDocBuilderFactory() {
              return EntXmlUtil.dbf;
    public static Document buildDocument(URL url, String systemId) throws Exception {
              DocumentBuilder db;
              Document doc;
              InputStream is;
              String sysId = null;
              if(systemId == null)
                   sysId = url.toExternalForm();
              else
                   sysId = systemId;
              db = EntXmlUtil.getDocBuilderFactory().newDocumentBuilder();
              is = url.openStream();
              doc = db.parse(is, sysId);
              is.close();
              return doc;
         }

    I finally got a temperary work around for this issue, using JRE5 version lower than update 16(not include update 16).
    i found Sun modify the URL which returned by XXX.class.getClassLoader().getResource("xml/Test.xml,") after update 15, previous it is related with the cache path, like C:\Users\epenwei\AppData\LocalLow\Sun\Java\Deployment\cache\javaws\http\Dlocalhost\P80\DMEntriView\DMapp\AMNotepad.jar!/xml/Test.xml, but after it changes to network path, like http://localhost/Notepad/app/notepad.jar!/xml/Test.xml. However, the latter address doesn't work in Sun's own class com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity if offline.It tried to create new URL then connect to web server. So exception is thrown since web server is down.
    if (reader == null) {
    stream = xmlInputSource.getByteStream();
    if(stream != null && encoding != null)
    declaredEncoding = true;
    if (stream == null) {
    URL location = new URL(expandedSystemId);
    URLConnection connect = location.openConnection();
    if (connect instanceof HttpURLConnection) {
         setHttpProperties(connect,xmlInputSource);
    I am not sure whether it is a Java new bug since I only read the codes and didn't debug Sun code. But I am very curious that I have already specify <j2se version="1.5.0_12" href="http://java.sun.com/products/autodl/j2se" /> to specify update 12 for my jws application. And I also see the Java console display like following
    Java Web Start 1.5.0_18
    Using JRE version 1.5.0_12 Java HotSpot(TM) Client VM
    Why java still uses my latest jre lib to run my application?
    Edited by: wei000 on May 22, 2009 5:32 AM

  • Skype can't connect with internet while the connection is fine

    I've installed Skype (version 7+) for my mac,  OS XYosemite 10.10.1. When I try to login with my microsoft account in the application, it says that there is no internet connecting, even if there is clearly is. At the same time I can login with my microsoft account via hotmail. How to solve this problem?

    I am having the exact same problem.  It started with 10.7, was fixed with 10.7.1, then came back again with 10.7.2.

  • HT4009 i can't connect to itunes while trying to buy in app gold for game of war

    When I try to make an in -app purchase while playing Game of War, i keep getting a message that I'm unable to connect to Itunes.   How do I fix this problem?

    I wasn't able to get it to work today either. Did you ever find a solution?

  • Can't connect to internet while away

    Last year while visiting friends away from home I brought my G4 laptop (Leopard) along and simply connected an ethernet cable from my friends cable modom (sp?)to my laptop.
    I immediately got connected to the internet without doing anything else. I am now back at my friends house this year doing the same thing and all I get is "I am not connected to the internet".
    What more is involved in getting on the internet other than connecting to someone else's modom with an ethernet connection? Thanks.

    When connecting directly to a cable modem you may have issues as some ISP use MAC address authentication. So often a cable modem has to learn a new MAC address.
    To fix this issue you normally turn off the cable modem for 10 mins then connect the new device and startup the modem and then reboot the computer.
    Long term the solution would be to put a router between the cable modem and the computer. The router would then maintain the connection.

  • Can't connect to internet while connect with spaeker

    I just bought airport express from istudio. I wanna surf the internet while connect the speaker too. how can i do
    so i wanna get how to set up this one. I use dlink access point plug from dlink router

    Hello yosarena. Welcome to the Apple Discussions!
    In order to surf the Internet while streaming to the AirPort Express Base Station (AX), the AX needs to be configured to "Join a wireless network."
    (ref: AirPort Utility > Select the AX > Manual Setup > AirPort > Wireless > Wireless Mode = Join a wireless network)
    This will allow you to connect to the D-Link's wireless network for Internet access and stream to the AX simultaneously.

  • Brand new IMac can't connect to Internet while using Vista Ultimate

    The subject is pretty much it, but basically.  We just bought a brand new IMac and I happened to have an old copy of Windows Vista Ultimate lying around and wanted to partition some hard drive space for gaming.  During the installation a message popped up that said Lion only supports Windows 7.  I went through with the installation and after Windows started I loaded in my old Snow Leopard CD.  I installed the drivers and went through the set up.  Everything seemed fine, but I am unable to connect to the Internet.  I plugged my desktop in via Ethernet to my router but still no Internet.  In my device manager there are many devices, including network controller, that have yellow exclamations next to them but I don't know how to update them or where to get the drivers.  Any help would be greatly appreciated, and I would be happy to take any steps to relay more information.  Thank you!

    New motherboard. So unless you can find, and want to mess around, which is why the pdf guide and all the faqs tell you what and how to install, and that only 7 is supported.
    Vista SP1 is no longer supported even by MS.
    You have Sandy Bridge based system with Thunderbolt, hence it needed new device drivers.
    Windows 7 64-bit SP1 Home Premium System Builder is $95

  • Is there anyway to increase the connection time when using Remote Connections in Photoshop CC

    I am using the Adobe Tutorial Player and have a connection estiblished between my iPad and Photoshop CC.  The connect drops frequently.  Is there a way to incerase the connection time lenght.  It would be helpful in working through the tutorial to not loose the connection.  I am using Photoshop CC, Windows 8.1 and iOS 7.0.4
    Thanks

    See this post Smart view first refresh
    Aside from turning auto-calculation off, you would need to copy the cells and paste them as values to get a static worksheet. This will eliminate any future refreshes.

  • Can't connect to EM after rebooting Red Hat 4 Enterprise on VMWare 5.5

    I new with linux, so it took me some time to learn how to install Oracle 10g on Linux OS, after successful installation I rebooted Linux.
    Oracle instance wasn't started automaticaly, I was able to start Oracle and start isqlplus, but I wasn't able to start em.
    Than I'm trying to connect localhost:1158/em I'm geting error: The connection was refused when atempting to contact localhost: 1158.
    I tried run emctl and I got error:
    TZ set to US/Eastern
    EM
    Configuration issue.
    /u01/app/oracle/product/10.1.0/db_1/myhost.com_orcl not found.

    I'll try to do that but after installation everythingwas working and I was able to connect to EM amd isqlplus
    After reboot I started db manually and run isqlctl in order to start isqlplus but emctl doesn't work
    what port to specify 1158 ?
    I got error,, ehere log file:
    Oct 31, 2006 12:24:46 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    Oct 31, 2006 12:24:46 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to true
    Oct 31, 2006 12:24:46 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Oct 31, 2006 12:24:46 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Oct 31, 2006 12:24:46 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to true
    Oct 31, 2006 12:24:46 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: /u01/app/oracle/product/10.1.0/db_1
    Oct 31, 2006 12:24:46 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Oct 31, 2006 12:24:46 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: /u01/app/oracle/product/10.1.0/db_1
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: orcl
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: This is expected, as we might be calling it from a non-rac home
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Error retrieving the local node for the cluster
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: PRKH-1010 : Unable to communicate with CRS services.
    [OCR Error(Native: prsr_initCLSS:[21])]
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster Error Message: PRKH-1010 : Unable to communicate with CRS services.
    [OCR Error(Native: prsr_initCLSS:[21])]
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: orcl Host: myhost.com Node: null OH: /u01/app/oracle/product/10.1.0/db_1 isDBC: false
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: orcl Host: myhost.com Node: null OH: /u01/app/oracle/product/10.1.0/db_1 agentHome: null isCentral: false
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: orcl Host: myhost.com Node: null OH: /u01/app/oracle/product/10.1.0/db_1 agentHome: null isCentral: false
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Oct 31, 2006 12:24:51 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user:
    Oct 31, 2006 12:24:52 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:24:52 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Oct 31, 2006 12:24:52 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Oct 31, 2006 12:24:56 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1158
    Oct 31, 2006 12:25:05 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Oct 31, 2006 12:25:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: SYS
    Oct 31, 2006 12:25:05 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:09 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: DBSNMP
    Oct 31, 2006 12:25:09 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:14 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EMAIL_ADDRESS value:
    Oct 31, 2006 12:25:15 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: MAIL_SERVER_NAME value:
    Oct 31, 2006 12:25:15 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Oct 31, 2006 12:25:15 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: SYS
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /u01/app/oracle/product/10.1.0/db_1/cfgtoollogs/emca/orcl/emca_2006-10-31_12-24-46-PM.log.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: SYS
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: DBSNMP
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: SYS
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: SYS
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: orcl
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: SYS
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 1132500459
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: SYS
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Oct 31, 2006 12:25:20 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: orcl
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter EMAIL_ADDRESS.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: SYS
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: SYS
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: orcl
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /u01/app/oracle/product/10.1.0/db_1/sysman/config/emd.properties to /u01/app/oracle/product/10.1.0/db_1/sysman/config/emd.properties.emca.tmp
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /u01/app/oracle/product/10.1.0/db_1/sysman/config/emd.properties has been copied to /u01/app/oracle/product/10.1.0/db_1/sysman/config/emd.properties.emca.tmp
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /u01/app/oracle/product/10.1.0/db_1/sysman/config/emoms.properties to /u01/app/oracle/product/10.1.0/db_1/sysman/config/emoms.properties.emca.tmp
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /u01/app/oracle/product/10.1.0/db_1/sysman/config/emoms.properties has been copied to /u01/app/oracle/product/10.1.0/db_1/sysman/config/emoms.properties.emca.tmp
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /u01/app/oracle/product/10.1.0/db_1/sysman/emd/targets.xml to /u01/app/oracle/product/10.1.0/db_1/sysman/emd/targets.xml.emca.tmp
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /u01/app/oracle/product/10.1.0/db_1/sysman/emd/targets.xml has been copied to /u01/app/oracle/product/10.1.0/db_1/sysman/emd/targets.xml.emca.tmp
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: orcl Host: myhost.com Node: null OH: /u01/app/oracle/product/10.1.0/db_1 agentHome: null isCentral: false
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: orcl Host: myhost.com Node: null OH: /u01/app/oracle/product/10.1.0/db_1 isDBC: false
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: orcl Host: myhost.com Node: null OH: /u01/app/oracle/product/10.1.0/db_1 isDBC: false
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_orcl.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_orcl.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_orcl.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_orcl.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /u01/app/oracle/product/10.1.0/db_1/oui
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /u01/app/oracle/product/10.1.0/db_1/oui
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [u01/app/oracle/product/10.1.0/db_1]
    Oct 31, 2006 12:25:21 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /u01/app/oracle/product/10.1.0/db_1
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: 5540 from /u01/app/oracle/product/10.1.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdomain_orcl
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: 5520 from /u01/app/oracle/product/10.1.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdomain_orcl
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: 1158 from /u01/app/oracle/product/10.1.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdomain_orcl
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from /u01/app/oracle/product/10.1.0/db_1/oc4j/j2ee/OC4J_DBConsole
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from /u01/app/oracle/product/10.1.0/db_1/oc4j/j2ee/OC4J_DBConsole
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from /u01/app/oracle/product/10.1.0/db_1/oc4j/j2ee/OC4J_DBConsole
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from /u01/app/oracle/product/10.1.0/db_1/sysman/config/emd.properties
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file /u01/app/oracle/product/10.1.0/db_1/install/staticports.ini
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: /u01/app/oracle/product/10.1.0/db_1:myhost.com:null:orcl:{}:null:{DBCONTROL_HTTP_PORT=5500, RMI_PORT=5521, JMS_PORT=5541, AGENT_PORT=3938}
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_orcl.
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_orcl value: 3938
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_orcl.
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_orcl value: 5500
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_orcl.
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_orcl value: 5541
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_orcl.
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_orcl value: 5521
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: orcl : {DBCONTROL_HTTP_PORT=5500, RMI_PORT=5521, JMS_PORT=5541, AGENT_PORT=3938}
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: /u01/app/oracle/product/10.1.0/db_1, and user: SYS
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to /u01/app/oracle/product/10.1.0/db_1/cfgtoollogs/emca/orcl/emca_repos_create_2006-10-31_12-25-22-PM.log
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: ORA-20001: SYSMAN already exists..
    ORA-06512: at line 17
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists..
    ORA-06512: at line 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:360)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:182)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
         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)
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /u01/app/oracle/product/10.1.0/db_1/cfgtoollogs/emca/orcl/emca_repos_create_<date>.log for more details.
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /u01/app/oracle/product/10.1.0/db_1/cfgtoollogs/emca/orcl/emca_2006-10-31_12-24-46-PM.log for more details.
    Oct 31, 2006 12:25:22 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:194)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
         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)

  • ITunes can not connect to remote speakers after upgrades

    I recently downloaded the new version of iTunes and I am no longer able to connect to my remote speakers. I get a random error message when trying to connect. I've rebooted the airport station and modem. Didn't solve the problem.
    Can anyone help? I'm stumped...

    I have a MacBook, airport express and appletv. All three were working with airtunes on itunes 7 without issue. Since itunes 8, airport express works great, but the itunes keeps reporting that my appletv speakers are no longer available.
    Problem will occur on sleep/wakeup and whenever itunes decides it is angry, even though my appletv is listed on the bar and is syncing. Sometimes it will play for about 10 seconds and then the music stops, but itunes indicates it is still playing. Pause/play will sometimes resolve the issue, but other times will report the appletv speakers have disappeared, but itunes is still listing the apple tv. Rebooting appletv makes no difference.
    Workaround has been to restart itunes. For the music stopping after 10 seconds, if restarting itunes results in the same problem, reboot computer. My firewall is disabled, so my opinion .
    Also - I love the remote app on my touch, but when play fails due to a speaker error there is no feedback. Instead I get no music and after a delay the icon changes from pause to play again. Of course itunes was complaining about unavailable speakers. Someone should add some intelligence to report such errors to the remote.

Maybe you are looking for