Accessing the System Landsape Directory (SLD) failed.

Hi,
i am getting this error, while i run the tutorial and the root cause is mentioned below. And also another query, i have installed newer version of java on to my PC, when ever i run the tutorials, i am need to change the classpath to the latest version. How can this be set.
<b>
Root Cause :</b>
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCO destination name 'WD_FLIGHTBOOKING_RFC_METADATA_DEST' in the SLD. No such JCO destination is defined in the SLD.
    at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter(JCOClientConnection.java:467)
    at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.init(AbstractJCOClientConnection.java:233)
    at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.<init>(AbstractJCOClientConnection.java:218)
    at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.<init>(JCOClientConnection.java:129)
    at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:150)
<b>Detailed error :</b>
com.sap.tc.webdynpro.services.exceptions.TypeNotFoundException: type com.sap.tut.wd.flightbooking.model.types.Testrun could not be loaded: com.sap.dictionary.runtime.DdException: TypeBroker failed to access SLD: Error while obtaining JCO connection.
     at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:250)
     at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getDataType(DataTypeBroker.java:213)
     at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:318)
     at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initUnmappedAttributes(NodeInfo.java:687)
     at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:238)
     at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
     at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
     at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
     at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
     at com.sap.tc.webdynpro.progmodel.controller.Component.getCustomControllerInternal(Component.java:448)
     at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:386)
     at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:415)
     at com.sap.tc.webdynpro.progmodel.context.MappingInfo.getDataNode(MappingInfo.java:79)
     at com.sap.tc.webdynpro.progmodel.context.MappingInfo.initMapping(MappingInfo.java:121)
     at com.sap.tc.webdynpro.progmodel.context.MappingInfo.init(MappingInfo.java:117)
     at com.sap.tc.webdynpro.progmodel.context.MappedNodeInfo.doInit(MappedNodeInfo.java:212)
     at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
     at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
     at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
     at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
     at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
     at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
     at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:700)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:269)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: com.sap.dictionary.runtime.DdException: TypeBroker failed to access SLD: Error while obtaining JCO connection.
     at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker$1.fillSldConnection(DataTypeBroker.java:90)
     at com.sap.dictionary.runtime.ProviderFactory.internalResolveLogicalNameToJCODestination(ProviderFactory.java:377)
     at com.sap.dictionary.runtime.ProviderFactory.resolveLogicalNameToJCODestination(ProviderFactory.java:322)
     at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:181)
     at com.sap.dictionary.runtime.ProviderFactory.getProvider(ProviderFactory.java:146)
     at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:97)
     at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:79)
     at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:48)
     at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:149)
     at com.sap.dictionary.runtime.DdBroker.getSimpleType(DdBroker.java:170)
     at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:242)
     ... 50 more
Caused by: com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscapeException: Error while obtaining JCO connection.
     at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:152)
     at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnectionUnMapped(SystemLandscapeFactory.java:178)
     at com.sap.tc.webdynpro.services.sal.sl.core.SystemLandscapeInternal.getJCOClientConnectionUnMapped(SystemLandscapeInternal.java:62)
     at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker$1.fillSldConnection(DataTypeBroker.java:77)
     ... 60 more
Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCO destination name 'WD_FLIGHTBOOKING_RFC_METADATA_DEST' in the SLD. No such JCO destination is defined in the SLD.
     at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter(JCOClientConnection.java:467)
     at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.init(AbstractJCOClientConnection.java:233)
     at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.<init>(AbstractJCOClientConnection.java:218)
     at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.<init>(JCOClientConnection.java:129)
     at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:150)
     ... 63 more
Regards,
karthik

Hi Kartik,
You are getting the exception because you have not configured the JCO destinations in your application server. You can configure your destinations using the Web Dynpro content administrator :
http://<YourHost>:<YourPort>/webdynpro/dispatcher/tcwdtoos/ContentAdministrator
You will find the steps involved in creating these destinations <a href="http://www.google.com/url?sa=t&ct=res&cd=1&url=https%3A%2F%2Fwww.sdn.sap.com%2Firj%2Fservlet%2Fprt%2Fportal%2Fprtroot%2Fdocs%2Flibrary%2Fuuid%2F526bd490-0201-0010-038e-d3ff7eb1d16e&ei=Bc-wRcKPFpiusALui_VI&usg=__ue2BJUd2x-r4L2tqpCTzk3wQ0Qc=&sig2=OS8LQIOgEi">here</a>

Similar Messages

  • You do not have permission to view the System Landscape Directory.

    Hello there,
    When I accessed my SLD from portal, it took me to the page but kept saying:
    - You do not have permission to view the System Landscape Directory. Minimum required: UME role with permission com.sap.lcr.LcrUser and J2EE role LcrUser. See the SLD Post-Installation Guide for details
    - SLD not configured; configure the SLD in Administration first.
    I searched on these forums for the above error. Got some results, but nothing really substantial that has helped/fixed my problem.
    I also read a bit on SLD from the pdf file named: System Landscape
    Directory of SAP NetWeaver 2004s
    I also worked on the security roles and actions to individual
    users or user groups like for ex: the above pdf file advised I map the security roles from Visual Administrator, to the created roles in the portal. I've done that too. Like create a user group: 'SAP_SLD_ADMINISTRATOR'  and create a user role corresponding to it, which would be: 'LcrAdministrator'
    Then, I went to visual administrator, and clicked on 'Assign User Groups to Roles'
    Even after this, I tried to access the SLD from portal: It is still giving me the same error I mentioned above in bold italics.
    Can somebody please help me how to fix this issue?
    Thanks
    Dino.

    Graham:
    Thank you very much for making the effort to reply to my query.
    But, it still hasnt solved my problem yet.. for some reason even though I followed your instructions and did what you advised. 
    I have attached a screenshot of my Visual Administrator screen that you advised me to modify/change.
    Here it is: http://img166.imageshack.us/img166/2259/screenshot002co1.jpg
    After I made the changes, I restarted the J2EE server and went to my portal SLD page: [http://org-x:50000/sld]
    Tried authenticating usernames: LcrAdministrator and Administrator.
    Both attempts resulted in the same error show below:
    - You do not have permission to view the System Landscape Directory. Minimum required: UME role with permission com.sap.lcr.LcrUser and J2EE role LcrUser. See the SLD Post-Installation Guide for details
    - SLD not configured; configure the SLD in Administration first.
    I am wondering, if you would have another workaround regarding this issue, can you please let me know?
    Thanks
    Dino.

  • URGENT: connection to system landscape Directory (SLD) could not be openend

    Hi ,
    information: when login as adminstrator yesterday, it asked for a new password & i given a new password to the administrator
    Error in portal: Failed to resolve JCO destination name 'WD_GPMS_RFC_METADATA_DEST' in the SLD
    My Findings
    1) http://...../sld , given j2ee_admin, pwd .
    then clicked on Administration --> showing --> status running.
    2) Logged into portal with j2ee admin , CA --> web dynpro ,
    Create Jco Destination , Maintain JCo destinatations , start assigned SLD are in the disabled mode.
    Check SLD Connection is in enable mode.When clicked on test connection ,
    it is giving the following message :
    connection to system landscape Directory (SLD) could not be openend successfully.
    3) Also CIMClient test giving failed .
    With Regards,
    NSM

    Hi Nikil,
    i had seen your reply after i had resolve the issue by my own. As my administrator password got changed, i had changed SLDDSUSER password. Both adminstrator password & SLDUSUSER password should be same.
    (any how iam rewarding you with points as mostly it is correct answer)
    Thanks
    Hussain.

  • Connection to system landscape directory (SLD) could not be opened succesfully

    Hello SAP Gurus,
    I got the follow wrong with MSS main page: ERROR: Exception condition "COMMUNICATION_ERROR" triggered (termination: RABAX_STATE)
    I was checking SLD connecton between sap portal and SLD, but i show me ad "Connection to system landscape directory (SLD) could not be opened succesfully"
    User SLDDSUSER, is no lock.
    Enclose pictures.
    Best regads.

    Hi Andres,
    You need to check the below things.
    1. Try to do telnet from portal server to the SLD server
       telnet svrsapnpd.minedu.gov.co 50000
       I hope this will not work, if its work then you have to check the user administrator.
    2. If the SAP netweaver version is 7.0x
       Open the visual admin-->select services and check the SLD Data Supplier service
    3. If SAP Netweaver is 7.1,7.3 and above
    open the nwa -> goto destination and check the SLD_DataSupplier and SLD_Client
    With Regards
    Ashutosh Chaturvedi

  • How do you get permission for FlexLm/HASP to access the system clock?

    I've got animation software that accesses the system clock to verify a security dongle. It works fine under 10.4.3, but I recently got a dual processor G5 with 10.4.5 on it. According to the s/w tech people, the dongle mgmt s/w doesn't have permission to access the system clock because of new security fixes. Anybody have any idea how I can open permissions to the system clock so I can get back to work?
    Thanks for any help you can offer...
    Brian

    Moving this discussion to the Using Flash Builder forum. 
    I believe the software though is working as designed.  From previous discussions I have seen the Design view was removed in Flash Builder 4.7.  The users in this forum may be able to provide additional information around this.

  • Bought a mac for my sons bday present of eBay :( it starts up in osx utilities screen, iv never seen the actual desktop(launch pad) I dnt know how to access the systemI know the basics for start up but says to delete files so I can dwnload the software?

    AS above states the computer seems to run normally as far as turning it on, tabs & pages are fine. But I can't access the system to delete some files.. Which is what the 'error' keeps saying everytime I tr and download a helpful link/app or software.. The instal disc that seems to be stored on the comp says its mountain lion 10.8 install disk 'read only' & this is the only disc it gives me to select to startup.. I have the full software on USB as its very large.. So .. PLEASE TELL ME finally, 
    HOW to ... Access comp files to delete required memory for software install?? If this is the best option..
    HOW to ... Erase everything on computer & install 10.8 via USB?
    And when or what enables me to see and use this computer correctly..ie, launch pad? Etc..
    PLease reply back in 'normal terms' as I'm already exceeding my boundaries of imac knowledge

    First: no, you cannot use someone else's install DVD unless it is a retail version; all others are machine specific. It will not work and would be illegal.
    Is this what you bought?
    http://www.everymac.com/systems/apple/imac/specs/imac_cd_2.0_20.html
    IF that is correct, then you are not on 10.8 because the highest OS it can go to would be 10.6
    So, you'd either need the original install disks (preferred) or buy a retail Snow Leopard (10.6) - that is as high as you can go with that machine. And, your maximum RAM is 2 GB, so you couldn't go higher with the OS because of that either because it would not run well on 2 GB.
    If you do get 10.6, then I'd suggest increasing the RAM to the max. of 2 GB.
    If this is not the machine you got (maybe the seller just used any old box), then I'd suggest taking it to an Apple store/Genius Bar to have them sort out how to get out of this mess.

  • I cannot get my iMac with built-in airport to allow internet connections to Nook and PS3. The devices access the network, but internet connection fails. Internet sharing is enabled, network security (WEP, WPA) is completely off.  What to check next?

    I cannot get my iMac with built-in airport wi-fi to allow internet connections to Nook and PS3. The devices access the network, but internet connection fails. Internet sharing is enabled, network security (WEP, WPA) is disabled.  What to check next?

    On an additional note, I've purchased a wireless router and everything connected on the first attempt.  It just vexes me that the built-in wireless isn't working as a router.  Is this another example of "Mac only plays with Mac"?

  • Last time a deleted user accessed the system

    Is there any way of finding out when a user that has been deleted from the system access the system?
    I use STAT for active ID's but this does not work for inactive ID's.
    Thanks,
    Chris

    Hi Rakesh,
    Report RSUSR200 reads from USR02, which only pertains to active users.
    >
    Rakesh Kulkarni wrote:
    > I found KRNL Tcode and SAPMSYST program against a user who was deleted on say 01 feb 08 .
    > My question is wthr by checking KRNL tcode and SAPMSYST program against a user confirms that user was deleted on that date.?
    USH02 does not tell you the date when the user was deleted. It only tells the last time the user logged in the system.
    USH04 will tell when was the user deleted. Since a user cannot login to the system once deleted, USH04 timestamp will be greater than USH02. i.e. the user was deleted after the last login.
    Hope this clarifies
    Thank you
    Abhishek

  • HT4718 Hi my apple imac 2007 asking suddenly password to access the system with apple logo and to colourfull circle and a triangle

    Hi my apple imac 2007 asking suddenly password to access the system with apple logo and to colourfull circle and a triangle

    Hi RRFS!,thanks for help.I forgot to tell that hard drive has 2 partitions 1:format :Mac OS Extended (Journaled) and that works properly,2:format:MS-DOS (FAT32) and when i "get info" for both :first has shering & permitions:You can read and write - with name and privilege, second has shaing & prermissions:You can read and write- without name and privilege

  • When i try to convert from PDF to word it says "an error occurred while trying to access the system". I've paid for this what is going on?!

    When i try to convert from PDF to word it says "an error occurred while trying to access the system". I've paid for this what is going on?!

    Hi,
    I have the same problem. Here is the screenshot of the error and I am using Windows 7 and Adobe Reader XI version 11.0.10.

  • I am having trouble getting mail from the server that my new iMac is connected to. I have to reboot the system to get Outlook for Mac to access the system. Any ideas?

    I am having trouble getting mail from the shaw server that my new iMac is connected to. I have to reboot the system to get Outlook for Mac to access the system and obtain new messages. Any ideas? Its at the point where I have started using the PC again as its less trouble.......

    In Firefox 3.6.4 and later the default connection settings have been changed to "Use the system proxy settings".<br />
    See "Firefox connection settings" in [[Server not found]]
    You can find the connection settings in "Tools > Options > Advanced : Network : Connection"<br />
    If you do not need to use a proxy to connect to internet then select No Proxy

  • Accessing the system tray, Windows 7

    I have Windows 7.  I have a program running named SlinCleaner Plus.  I have tried to uninstall and have not been able to do so.  It seems the program is running continuously in the background.  I apparently have to go the system tray
    to start the removal process.  However, I can not access the system tray.  Question ... What should I do?

    if you are not writing a software, you are on the wrong web site. 
    Visit answers.microsoft.com if you need help in using Windows.
    Visual C++ MVP

  • SAP System Landscape Directory (SLD) Privileges

    Hello everyone,
    I'm not really sure if this is the correct place to start this discussion, but any help and support is really appreciated.
    The question is as follows: is it possible to define object privileges in SLD such as Products, Software Component Versions, Technical Systems and Business System for example, to define which user can modify a Technical System? I assume there's is a way by role and groups on the UME to define privileges to display or modify objects in whole SLD, but I don't know if on a lower level this is possible.
    thanks in advance for help and support.
    Regards,
    Julio Cesar

    Hello Julio,
    I am not sure if you can define certain UME actions for objects within the SLD. These objects are usually maintained by a SLD administrator. There is however a way to create a new UME role and assign new SLD action to it.
    In your Web browser, enter the URL of the Identity Management using the following format:http://<host>:<port>/useradmin .
    Create user groups and UME roles of your choice and assign each UME role to the appropriate user group(s) as well as to the UME action(s). You can use the predefined UME roles as a template so create your own UME roles (as descibed in the table above).
    If you want to create a UME role for SLD content synchronization or for SLD administration, you need to assign the Destination_Service_Write_Permission  UME action, which belongs to thetc~sec~destinations~service service, to your own UME role.
    For more information about which UME actions there are available I suggest to use the following site:
    Configuring SLD Security Roles - Security Guide for the SAP System Landscape Directory - SAP Library

  • Accessing the previous local directory, to re-install my sent folder on POP

    I am trying to re-install the sent emails from my POP-based email account.
    The account was removed upon recommendation of a tech support person (not Mozilla!) in order to address a password problem. The tech support person thought I was using an IMAP account, and told me incorrectly that it would all re-populate when I re-installed an email account. All that is coming in are the "inbox" messages. I wish to re-instate my sent emails and really hope they are on my computer somewhere. As stated, I am using a POP-server for my email, and chose to store the messages on a local folder.
    Is there a way to map to the previous local directory (or folder), which would have been the previous one, and therefore regain all my sent emails? I also have TimeMachine backups on an external hard drive, which I can access as well.
    Some technical details: I am running Thunderbird 31.5.0 on a Mac 10.7.5 operating system.
    Many thanks in advance. This is pretty nerve-wracking - the feeling I lost all my sent emails by removing an account...!, based on a well-intentioned tech support person.

    I am on a Mac, and don't have an account online with backups.
    But, working with an Apple technician, who is very helpful, we were able to figure out how to perform a Time Machine restore onto another computer - and then import those emails into my T-bird system. The problem now is that the ARCHIVE subfolders for my Thunderbird account ((all POP) where I archived old emails to allow enough space to handle new email) are now blank, with no messages.
    QUESTION 1: Any thoughts for how to restore those subfolders, which show up blank, with no emails in them?
    QUESTION 2: The technician could not find on my hard drive any of the folders containing emails for the deleted account. The INBOX populated automatically when I re-installed the account, but is missing a few earlier years of emails.
    If this is a POP account, the records for those emails must be somewhere on my hard drive, right? Any thoughts for where one might find them? They aren't in the typical Library folder, and the technician went into a "hidden" library folder to try and find the email files.
    Many thanks!

  • How to set up the System Landscape Directory

    Hello Forum,
    I have installed Netweaver sneek preview - Java version.( on Windows box)
    I want to configure SLD on this how to go ahed ???? My other systems are
    1. R/3 4.6C on Unix box
    2. Netweaver (BW 3.5, EP 6.0) on Unix box
    I want to make Netweaver sneek preview  as SLD Server.
    Thanks a lot
    Ravish

    Hi Ravish,
    Please have a look in https://websmp204.sap-ag.de/sld. Then navigate to
    Solution Life-Cycle Management ->
      System Landscape Directory ->
        Media Library
    And choose the document "SLD Getting Started - Check List".
    Best regards,
    Amit

Maybe you are looking for

  • Deleting an older Backups.backupdb/(hostname) dirs from a Time Machine disk

    Last year I replaced my old Xserve-G5 with a new MacPro. The Xserve had an external hard disk it used for Time Machine backups. I didn't format the disk when changing servers on the theory that I'd want to keep a few months of backup history. Fast fo

  • Incipient hard disk failure; restore to OS 10.6?

    My MBP, purchased new in mid-2008, has persevered through much.  Unfortunately, it seems there are signs that my nearly 5 year old 250 GB internal HDD is on its last leg.  When the drive wakes up, there will often be a clunking noise accompanying the

  • Wrong Name Error

    Hi, I created a package in eclipse with 3 .java files under it. In each of the three java files I have included the "package testpackage;" clause at the top. My first 2 files (lets call them one.java and two.java) is referenced in three.java, thus I

  • Windows 2008 r2 SP1 installation failed with unspecified error 0x80004005 - E_FAIL

    Hi Team, We have SQL data base server with Win 2008 r2 OS.When trying install Sp1 it fails after reboot with unspecified error -0x80004005 - E_FAIL. Server having snap drive connected with 6 SQL data bases. Sp1 installation running 7 hrs and falling

  • Is the iphone 5 a quad core or dual core?

    The subject line says it all.  Anyone know the answer yet?  If it's a dual core how is it better than the A5X in the iPad 3?