Error Code:9 Failed to connect to Native Directory

Hello everyone
I am getting this kind of error "Error Code:9 Failed to connect to Native Directory" while I am trying to open shared services console. I am not even able to open the EPM System Configurator. Please provide me some suggestions on this. Also my configtool_err log is as follows
com.hyperion.cis.config.Configurator, ERROR, Error:
java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
     at com.hyperion.cis.config.Configurator.loadProductDBConfigurators(Configurator.java:210)
     at com.hyperion.config.wizard.impl.RegistryWizardState$1.validate(RegistryWizardState.java:205)
     at com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel.queryExit(WizardFormAdapterPanel.java:95)
     at com.installshield.wizard.awt.AWTWizardUI.doNext(Unknown Source)
     at com.installshield.wizard.awt.AWTWizardUI.actionPerformed(Unknown Source)
     at com.installshield.wizard.swing.SwingWizardUI.actionPerformed(SwingWizardUI.java:1693)
     at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.notifyListeners(SwingWizardUI.java:1899)
     at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.actionPerformed(SwingWizardUI.java:1894)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
     at java.awt.Component.processMouseEvent(Component.java:5517)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
     at java.awt.Component.processEvent(Component.java:5282)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3984)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3819)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1791)
     at java.awt.Component.dispatchEvent(Component.java:3819)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: java.lang.NullPointerException
     at com.hyperion.foundation.config.FoundationDbConfigurator.isHubInstalled(FoundationDbConfigurator.java:133)
     at com.hyperion.foundation.config.FoundationDbConfigurator.<init>(FoundationDbConfigurator.java:38)
     ... 36 more
Thanks in advance
Sampath
Edited by: 929559 on Apr 23, 2012 7:36 AM

Hi,
Are you trying to login with the Native Admin user ? which URL you are using to login to Shared Services ?

Similar Messages

  • The system cannot find the path specified.---- Error code:-2147467259 Error code name:failed

    Friends,
                I'm facing below issue while accessing a crystal report. I heard it might be an access issue. But i'm able to access a report within a same folder.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException : The system cannot find the path specified.---- Error code:-2147467259 Error code name:failed
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    Any suggestions would be very helpful.
    Thanks in Advance,
    Bharath

    Apply trace on RAS and look for errors in the RAS logs at the same timestamp.
    These errors come for various errors and tracing RAS would give us a better idea.
    It might hapen that you observe these errors for reports which takes more than the RAS timeout to export the reports.
    Post getting the RAS logs you can try below steps if we see timeout errors in RAS logs.
    Copy clientSDKOptions.xml file from <BO install path>\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib to the machine where your app is running Open clientSDKOptions.xml and change CORBARequestTimeOut from 600000 to a value large enough to allow the report to render, for instance 1200000. Default value is 600000 (10 minutes)
    Specify the location of the clientSDKOptions.xml file at run-time. In your JSP or Java files, use the Java method setProperty from the System class. Set the system property indicated by the ras.config key to the specified directory as: system.setProperty("ras.config","c:\temp"). This function call specifies that the clientSDKOptions.xml file in c:\temp is to be used for locating RAS servers.
    Thanks,
    Prithvi

  • What can I do about "LabVIEW load error code 38: Failed to uncompress part of the VI."

    While attempting to load an executable LabVIEW application for LabVIEW 2009 SP1 on a Windows-XP machine when the following pop-up message occurs. "LabVIEW: Memory or data structure corrupt. An error occurs in loading VI 'NI_Gmath.lblib: Backward Bracket Search.VI'. LabVIEW load error code 38: Failed to uncompress part of the VI. The VI is most likely corrupt." What seems odd is that the same LabVIEW application loads fine when logged on as a privileged user account, but fails to load on a private user account.
    Attachments:
    2012-07-18 LabVIEW Load error code 38.jpg ‏1314 KB

    Here's a thought:
    So when something is decompressed, a temp folder is often used. 
    I have no idea why LabVIEW would be decompressing anything, but I suspect it is trying to put the decompressed file into a temp folder where the user does not have write permissions.
    In the .ini file for your executable, you can add a line that specified the location of the temp folder to use:
    tmpdir=C:\Temp
    On my Win7 machine, the location is:
    C:\Users\MyUserName\AppData\Local\Temp
    On WinXP, it is probably:
    C:\Documents And Settings\YourUserName\local settings\temp
     Try changing the tmpdir key in your ini file to something to C:\Temp and see if that helps.
    - john

  • Error code -3905 (Wi Fi Connection)

    JUST PURCHASED AN APPLE TV AND TRIED TO SET UP WI FI BUT DESPITE RE-BOOTING MY ROUTER KEEP GETTING THIS ERROR CODE AND CAN NOT CONNECT.  DOES ANYONE HAVE ANY IDEAS PLEASE?

    You can use the Troubleshooting Wizard in Device Manager to determine where the conflict is, and then disable the conflicting device.
    Disable the conflicting device
    On the device Properties dialog box, click the General tab.
    Click Troubleshoot to start the Troubleshooting Wizard. The wizard asks you some simple questions and provides a solution to your problem based on the answers that you provide.
    Follow the resolution steps provided by the wizard to resolve the problem.
    You may need to uninstall and reinstall/update the wifi network driver.
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • Error code:-2147467259 Error code name:failed

    Hi everyone,
    i am using IBM websphere studio apllication developer integration edition with crystal reports 11 release 2.
    while running jsp program i got following exception:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: The supplied keycode is not valid for this version of the Java Reporting Component---- Error code:-2147467259 Error code name:failed
    I tried but i am not able to resolve this problem.
    can anybody tell me what to do with this problem.
    Thanks in advance.

    Hi everyone,
    i am using IBM websphere studio apllication developer integration edition with crystal reports 11 release 2.
    while running jsp program i got following exception:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: The supplied keycode is not valid for this version of the Java Reporting Component---- Error code:-2147467259 Error code name:failed
    I tried but i am not able to resolve this problem.
    can anybody tell me what to do with this problem.
    Thanks in advance.

  • Error code:-2147467259 Error code name:failed Java desktop application

    Hi guys,
    I'm trying to run
    Java_JRC_Desktop_View_Report_and_set_database_logon downloaded from this link:
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d0d6f979-3e11-2c10-35a8-ac93994a30ed
    but at runtime my java desktop application throws this Exception:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: org/apache/log4j/Logger---- Error code:-2147467259 Error code name:failed
    From what depends?
    thx all.

    Hi,
         I am trying to run a java code to export .rtf file to .pdf format. Below is the code
    *String reportname = "D:\\multiLingual.rpt";;*
    *String exportfilename ="D:\\multiLingual.pdf";*
    *//Open report.*
    *ReportClientDocument reportClientDoc = new ReportClientDocument();*
    *reportClientDoc.open(reportname, 0);*
    *//NOTE: If parameters or database login credentials are required, they need to be set before.*
    *//calling the export() method of the PrintOutputController.*
    *//Export report and obtain an input stream that can be written to disk.*
    *//See the Java Reporting Component Developer's Guide for more information on the supported export format enumerations*
    *//possible with the JRC.*
    *ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF);*
    *//Release report.*
    *reportClientDoc.close();*
    *//Use the Java I/O libraries to write the exported content to the file system.*
    *byte byteArray[] = new byte[byteArrayInputStream.available()];*
    *//Create a new file that will contain the exported result.*
    *File file = new File(exportfilename);*
    *FileOutputStream fileOutputStream = new FileOutputStream(file);*
    *ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(byteArrayInputStream.available());*
    *int x = byteArrayInputStream.read(byteArray, 0, byteArrayInputStream.available());*
    *byteArrayOutputStream.write(byteArray, 0, x);*
    *byteArrayOutputStream.writeTo(fileOutputStream);*
    *//Close streams.*
    *byteArrayInputStream.close();*
    *byteArrayOutputStream.close();*
    *fileOutputStream.close();*
    I am running it through eclipse as a standalone with all the required jar files in the buildpath. However when i run it gives following error in console.
    *com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: An error occured while exporting the report---- Error* *code:-2147467259 Error code name:failed*
    *     at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)*
    *     at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)*
    *     at com.crystaldecisions.reports.sdk.PrintOutputController.export(SourceFile:54)*
    *     at test.main(test.java:34)*
    Thanks in advance
    Abhijeet
    Edited by: Abhijeet D on Jul 7, 2010 5:10 PM
    Edited by: Abhijeet D on Jul 7, 2010 5:24 PM

  • Encore CS5.5: Error Code 19 Failed to Open MUI File for Time Line when making BR ISO

    Encore CS5.5: Error Code 19 Failed to Open MUI File for Time Line.  What is this and how do I correct it.  This happens whenmaking a Blu ray ISO with Menu or no menu created
    Using: I7 Windows7  machine with Production Premium CS5.5
    I get this wether I create a menu or no menu. I have tried several times with it. I do not know what the error is or how to correct it.
    I encoded with no errors in Premiere.
    I get this jsut after Encore starts to transcode the files.
    Please help,
    Steve

    Go back to http://forums.adobe.com/community/encore and enter
    Error Code 19
    in the area just under Ask a Question
    You may now read all the previous discussions of your error... be sure to click the See More Results at the bottom of the initial, short list if the initial list does not answer your question

  • Error: The AcquireConnection method call to the connection manager failed with error code 0xC0202009 using DB2 connection

    I have a SSIS project that I am newly running on the SQL server (2005) .  It was previously run on my PC.  I am importing data from a DB2 server to the SQL server.
    I am in the SA group on the server
    My connection to DB2 works
    When open the package and run it in preview mode, I can retrieve the data.
    When I execute the package I get the below errors:
    [MIDAS OLE DB Source [1]] Error: The AcquireConnection method call to the connection manager "NGMDSPA.alharris" failed with error code 0xC0202009.
    [DTS.Pipeline] Error: component "MIDAS OLE DB Source" (1) failed validation and returned error code 0xC020801C.
    What I have already done that has not worked:
    The original Protection level was set to EncryptSensitiveWithPassword. 
    I have reset the Package Password.
    I have set the protection level to DontSaveSensitive
    I saved the package on the server and set a Package Password.
    I created a new package, set the Protection level to DontSaveSensitive, set a package password in a configuration file using the Package Configuration Wizard.
    Error continues

    Yes.  The Drivers are installed and I have a successfull connection.  I am trouble shooting the issue on the server in BIDS.  I can connect to the DB2 server via the Connectionmanager.  I can also preview the data in the OLE
    DB source connection.  Therefore I know that I have a proper connection
    If you're setting option as DontSaveSensitive then you need to pass the connection information from configuration file/ config table. Otherwise it wont be able to use it for connecting to your source/destination servers. This is the recommended way as it
    will enable you to change connection info at runtime.
    If you want connection info to persist you need to use protection level as EncryptSensitiveUsingUserKey or EncryptSensitiveUsingPassword and set a password.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • ::getpeername() returns error code 10057 (on a connected socket)

    Hi, I am blocked on this issue and cannot find a solution by myself. Maybe someone has encountered a similar issue and could provide some hints.
    Calling ::getpeername() (Win 7 x64) on an accepted (and open!) socket connection returns error code 10057 (for code details, please see the code snippet attached):
    "A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied."
    Any ideas why ::getpeername() fails with 10057 although ::getsockopt() says the socket is connected?
    Best regards, M.
    --- sample code snippet - begin - error handling left out for simplicity ---
        //accept call looks like this (call is asynchronous!):
        BOOL res = ::AcceptEx(_listenSocket, _socket, &_addrBuffer[0],0, 16+sizeof(SOCKADDR_STORAGE), 16+sizeof(SOCKADDR_STORAGE), &transfered, (LPOVERLAPPED)&_ov);
        // wait until the (previously accepted) socket is connected:
        INT seconds = 0;
        INT bytes = sizeof(seconds);
        int iResult = 0;
        do
          iResult = ::getsockopt(_socket, SOL_SOCKET, SO_CONNECT_TIME, (char *)&seconds, (PINT)&bytes);
        } while (seconds == -1 && iResult != SOCKET_ERROR);
        // now the socket should be connected, let's call ::getpeername():
        sockaddr remoteAddr = { 0 };
        socklen_t peeraddrlen = sizeof(remoteAddr);
        if (::getpeername(_socket, &remoteAddr, &peeraddrlen) == SOCKET_ERROR)
           int errno = getLastSocketError(); // this errno is 10057
    --- code snippet - end ---

    You also have to set the SO_UPDATE_ACCEPT_CONTEXT  option on the socket before you can use getpeername.  Mike L [MSFT] has provided a
    community addition note (entitled "Does not work on accepted sockets without calling setsockopt() first") to
    the documentation of getpeername to this effect.
    The details of this particular quirk are described in the documentation for AcceptEx.
    [See also GetAcceptExSockaddrs]

  • Error code:201 - can't connect to DVR from ipad app, nor fiostvcentral website

    Any ideas how to fix a Error Code 201.
    When I try to connect to my DVR form the iPAd app, I get that message.  The TV seems to be workign fine, and the remote control function in the app works... but it's not gettgin any DVR info beyond the name of the boxes.
    Thanks for your help.

    I've been having the same problem and was just able to solve it on my own using Verizon's in-Home agent.  Here's how I did it. 
    The Problem
    When attempting to connect to the Cable Box using the Verizon iPhone or iPad apps, you get the message "Network connction to FIOS services timed out (201)" or something similar.  Everything works except for this: Your TV, your Internet, you Wifi network.
    The Solution
     From your desktop browser, go to http://www.verizon.com/inhomeagent, then download and install the in-Home agent application.
    Launch in in-Home Agent App, click on "Quick Fixes", and then click on "Troubleshooting TV Issues" 
    Click through until you're prompted to select the Set Top Box (STB) you're trying to connect to. Then click "Next."
    The agent will "send commands" to your STB.  When it's done, turn on your STB (if it's not already on) and your TV.  In my case, it said it was downloading and to wait a minute.  Then my picture came back.  This step may not be necessary to fix the problem, but it's what I did before attempting to use the iPhone/iPad apps.
    Try accessing again using your iPhone/iPad app(s).  If you're already connected, just use the refresh (circling arrow) button to check it out.
    This worked for me.  Let us know if it works for you.
    Good luck.

  • Error in debugging ,failed to connect to remote the VM

    Hii,
    iam trying to debug an application,, for that i had created a new configuration and mentioned the details.
    when i debug the application it throwing  a error as
    Excetption occured during launch
    Reason:
    failed to connect to remote VM. connection refused
    can anyone sort it out this issue
    Regards
    satish

    Hi,
    If you are debugging on your local server,then restart the server it should resolve the problem.
    Also make sure before restarting the server that Debug configuration for WD app is Pointing to the Valid J2EE Engine
    Siddharth
    Edited by: Siddharth Jain on Oct 23, 2008 9:41 AM

  • Deploying Business Definition error: RPE-02150: Failed to connect

    During deploying a business definition module, I encountered an error message like this: "RPE-02150: Failed to connect with user EUL_FROM_OWB, password ***, connection null. Disco export file 2230.eex written to directory owb/deployed_files."
    I have 10.2 as the database, OWB R2, and OracleBI Discoverer 10g (10.1.2.2).
    In fact, I did not have problem previously when I was using database 10.1.
    Any hints? Thanks.
    John

    I hope this will find you in good faith...
    I have tried a workaround on this issue and it worked fantastically.
    The error message in Control Centre will generate an .eex file.
    Before you deploy your objects make sure you've selected the Business Area and the Items you want to deploy, and then deploy.
    Once done, locate your eex file and manually import this file via Oracle Discoverer Administrator.
    hope this will help
    Ots

  • RemoteUpdateManager Error code: UpdaterCore failed for DownloadUpdates errorCode(207) curRefId(Adobe

    Any help with thies error codes?
    Marker - Nov 8, 2012 10:50:10 AM
    11/08/12 10:50:13:700 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |
    11/08/12 10:50:13:701 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | ##################################################
    11/08/12 10:50:13:701 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | ##################################################
    11/08/12 10:50:13:701 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Launching the RemoteUpdateManager...
    11/08/12 10:50:13:701 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | RemoteUpdateManager version is : 3.1.105.0 (BuildVersion: 3.1; BuildDate: Tue Sep 04 2012 13:58:18 )
    11/08/12 10:50:13:701 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    11/08/12 10:50:13:701 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Initializing UpdaterCore Library...
    11/08/12 10:50:13:762 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | UpdaterCore library initialized successfully.
    11/08/12 10:50:13:762 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    11/08/12 10:50:13:763 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Starting UpdaterCore CheckForUpdate...
    11/08/12 10:50:14:136 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | CheckForUpdates completed successfully.
    11/08/12 10:50:14:136 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    11/08/12 10:50:14:136 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Starting UpdaterCore DownloadUpdates...
    11/08/12 10:50:14:141 | [WARN] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Update (AdobeDigitalPublishingCS6-2.0/2.04.2.535) is not supported by RemoteUpdateManager. Skipping processing of this update.
    11/08/12 10:50:14:141 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Following Updates are to be downloaded :
    11/08/12 10:50:14:141 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |    (AdobeExtensionManagerCS6-6.0/6.0.4)
    11/08/12 10:50:14:141 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |
    11/08/12 10:50:14:141 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Downloading (AdobeExtensionManagerCS6-6.0/6.0.4) ...
    11/08/12 10:50:15:153 | [ERROR] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | UpdaterCore failed for DownloadUpdates errorCode(207) curRefId(AdobeExtensionManagerCS6-6.0/6.0.4) errorCodeString(U43M1D207)
    11/08/12 10:50:15:153 | [ERROR] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Failed to download (AdobeExtensionManagerCS6-6.0/6.0.4) ...
    11/08/12 10:50:15:153 | [ERROR] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Some Updates failed to download ...
    11/08/12 10:50:15:154 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    11/08/12 10:50:15:154 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Starting UpdaterCore InstallUpdates...
    11/08/12 10:50:15:154 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | No new Updates to be installed ...
    11/08/12 10:50:15:154 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    11/08/12 10:50:15:154 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Following Updates failed to Download :
    11/08/12 10:50:15:154 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |                     (AdobeExtensionManagerCS6-6.0/6.0.4)
    11/08/12 10:50:15:154 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    11/08/12 10:50:15:224 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | ##################################################
    11/08/12 10:50:15:225 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Ending the RemoteUpdateManager Return Code (2)
    11/08/12 10:50:15:225 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | ##################################################
    11/08/12 10:50:15:225 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | ##################################################
    11/08/12 10:50:15:225 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |

    I removed my overrides file and ran RemoteUpdateManager and it did work:
    12/18/12 10:23:11:017 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |
    12/18/12 10:23:11:017 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | ##################################################
    12/18/12 10:23:11:017 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | ##################################################
    12/18/12 10:23:11:017 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Launching the RemoteUpdateManager...
    12/18/12 10:23:11:017 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | RemoteUpdateManager version is : 3.1.105.0 (BuildVersion: 3.1; BuildDate: Tue Sep 04 2012 13:58:18 )
    12/18/12 10:23:11:017 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    12/18/12 10:23:11:017 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Initializing UpdaterCore Library...
    12/18/12 10:23:11:107 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | UpdaterCore library initialized successfully.
    12/18/12 10:23:11:108 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    12/18/12 10:23:11:108 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Starting UpdaterCore CheckForUpdate...
    12/18/12 10:23:12:145 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | CheckForUpdates completed successfully.
    12/18/12 10:23:12:145 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    12/18/12 10:23:12:145 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Starting UpdaterCore DownloadUpdates...
    12/18/12 10:23:12:166 | [WARN] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Update (AdobeDigitalPublishingCS6-2.0/2.05.1.550) is not supported by RemoteUpdateManager. Skipping processing of this update.
    12/18/12 10:23:12:168 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Following Updates are to be downloaded :
    12/18/12 10:23:12:168 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |    (AdobeExtensionManagerCS6-6.0/6.0.4)
    12/18/12 10:23:12:168 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |    (AdobeMediaEncoderCS6-6/6.0.2)
    12/18/12 10:23:12:168 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |    (FlashPro12.0/12.0.2)
    12/18/12 10:23:12:168 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |    (PhotoshopCameraRaw7-7.0/7.3.37)
    12/18/12 10:23:12:168 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |
    12/18/12 10:23:12:168 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Downloading (AdobeExtensionManagerCS6-6.0/6.0.4) ...
    12/18/12 10:23:13:593 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Successfully downloadeded (AdobeExtensionManagerCS6-6.0/6.0.4) ...
    12/18/12 10:23:13:593 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Downloading (AdobeMediaEncoderCS6-6/6.0.2) ...
    12/18/12 10:23:37:695 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Successfully downloadeded (AdobeMediaEncoderCS6-6/6.0.2) ...
    12/18/12 10:23:37:696 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Downloading (FlashPro12.0/12.0.2) ...
    12/18/12 10:27:30:115 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Successfully downloadeded (FlashPro12.0/12.0.2) ...
    12/18/12 10:27:30:115 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Downloading (PhotoshopCameraRaw7-7.0/7.3.37) ...
    12/18/12 10:28:02:341 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Successfully downloadeded (PhotoshopCameraRaw7-7.0/7.3.37) ...
    12/18/12 10:28:02:341 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | All Updates downloaded successfully ...
    12/18/12 10:28:02:341 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    12/18/12 10:28:02:341 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Starting UpdaterCore InstallUpdates...
    12/18/12 10:28:02:341 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Installing (AdobeExtensionManagerCS6-6.0/6.0.4) ...
    12/18/12 10:28:13:790 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | InstallUpdates is successfull
    12/18/12 10:28:13:791 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Successfully installed (AdobeExtensionManagerCS6-6.0/6.0.4) ...
    12/18/12 10:28:13:791 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Installing (AdobeMediaEncoderCS6-6/6.0.2) ...
    12/18/12 10:29:04:381 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | InstallUpdates is successfull
    12/18/12 10:29:04:381 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Successfully installed (AdobeMediaEncoderCS6-6/6.0.2) ...
    12/18/12 10:29:04:381 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Installing (FlashPro12.0/12.0.2) ...
    12/18/12 10:31:09:920 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | InstallUpdates is successfull
    12/18/12 10:31:09:921 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Successfully installed (FlashPro12.0/12.0.2) ...
    12/18/12 10:31:09:921 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Installing (PhotoshopCameraRaw7-7.0/7.3.37) ...
    12/18/12 10:31:34:624 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | InstallUpdates is successfull
    12/18/12 10:31:34:625 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | *** Successfully installed (PhotoshopCameraRaw7-7.0/7.3.37) ...
    12/18/12 10:31:34:625 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | All Updates installed successfully ...
    12/18/12 10:31:34:625 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    12/18/12 10:31:34:625 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Following Updates were successfully installed :
    12/18/12 10:31:34:625 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |                     (AdobeExtensionManagerCS6-6.0/6.0.4)
    12/18/12 10:31:34:625 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |                     (AdobeMediaEncoderCS6-6/6.0.2)
    12/18/12 10:31:34:625 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |                     (FlashPro12.0/12.0.2)
    12/18/12 10:31:34:625 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |                     (PhotoshopCameraRaw7-7.0/7.3.37)
    12/18/12 10:31:34:625 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | **************************************************
    12/18/12 10:31:34:701 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | ##################################################
    12/18/12 10:31:34:701 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | Ending the RemoteUpdateManager Return Code (0)
    12/18/12 10:31:34:701 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | ##################################################
    12/18/12 10:31:34:701 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  | ##################################################
    12/18/12 10:31:34:701 | [INFO] |  | AAMEE | Utilities | RemoteUpdateManager |  |  |
    This is my overrides file:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <Overrides>
        <Application appID="webfeed">
            <Domain>http://adobeupdates.collemcvoy.com</Domain>
            <URL>/AUSST/webfeed/oobe/aam10/mac/</URL>
            <Port>80</Port>
        </Application>
        <Application appID="webfeed20">
            <Domain>http://adobeupdates.collemcvoy.com</Domain>
            <URL>/AUSST/webfeed/oobe/aam20/mac/</URL>
            <Port>80</Port>
        </Application>
        <Application appID="updates">
            <Domain>http://adobeupdates.collemcvoy.com</Domain>
            <URL>/AUSST/updates/oobe/aam10/mac/</URL>
            <Port>80</Port>
        </Application>
        <Application appID="updates20">
            <Domain>http://adobeupdates.collemcvoy.com</Domain>
            <URL>/AUSST/updates/oobe/aam20/mac/</URL>
            <Port>80</Port>
        </Application>
    </Overrides>
    So I am thinking the issue is with my overides file or my server.

  • Can't get rid of start-up error dialog box- "Failed to connect to device"

    when I start-up or restart there is an error dialog box
    icon of a camera,
    tells me to check cables, turn off device etc, but there is no device, and I've restarted with no cables attached, other than mouse and keyboard.
    the error code is
    [MTW005]
    there is an "OK" button, but it won't do anything and I just have to drag the dialog box over to the side of the screen and work around it....
    any suggestions?
    thanks

    Hi Rick and Welcome to Apple Discussions!
    Look in System Preferences/Accounts/Login Items and see if Image Capture is listed. If so, Delete or Hide it.
    Carolyn

  • I keep getting an error code 1 failed to install, what can i do?

    I just purchase Photoshop and went to download and I keep getting an error code 1.  What can i do to get it to download.

    Amd260 error code 1 is a generic error code.  Can you please post a screen shot of the error message?  You can find more details on how to post a screen shot at FAQ: How do I capture and post a screen shot or video?.
    I would recommend checking your installation log files for the specific error message.  Please see Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html for information on how to locate and interpret your installation log files.  You are welcome to post any specific errors you discover to this discussion.

Maybe you are looking for

  • PDF Printing with V3

    I have been reading http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html to configure for PDF printing. I already have OAS installed with some OC4J applications. It has a BI farm that includes Discoverer

  • Is there any query to get all faulted instance Ids which should be recoverd

    Hi All, I am working on a production Environment. I have four managed servers. Since the integration involves invoking legacy systems we are encountering either the JCA error or siebel adapter error ... so we wanted to recover as soon as faulted.If i

  • Video editting on N96

    it seems i can't find video editting on the n96, have nokia forgot to put it in or is just i can't find, please help. it was graet to have video editing on n95 and n95 8 gb, you could record then edit, but now nothing.

  • Article UoM conversion differs from Inforecord UoM conversion

    Hi experts, While creating article through MM41(ALE), in basic data, we have maintained base UoM as KG and another UoM 1 CAR = 12 KG. The article is gettting created properly. But the issue is the conversion for CAR is not reflecting correctly in the

  • Density map (points)

    Hello, Would you like some help... It is possible to implement a density map (points) in Oracle Spatial 11G   Thank you.           G. shock.