LOB operation FILEOPEN or file failed

Hi all

I'm trying to load a very large xml file into an oracle database table. Here is the error I get:


SQL * more: Production of release 11.2.0.1.0 Fri Jul 11 11:39:49 2014

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

Enter the user name: conn virtue sysdba

Enter the password:

Connected to:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production

With partitioning, OLAP, Data Mining and Real Application Testing options

SQL > create or replace directory MYXML AS ' c: / MYXML';

Created directory.

SQL > allocation the MYXML Scott repertoire.

Grant succeeded.

SQL > conn scott/tiger

Connected.

SQL > INSERT IN THIS_XML (customer, 'Date', SequenceNumber, NbMessages, version, relea

to Agency, area, function, controlNumber, pnrPurgeDate, 'number', companyId, controlN

umber2, date3, time, typeOfPnrElement, agentId, officeId, iataCode, queueingOfficeId, this

tyCode, creationOfficeId, agentSignature, creationDate, creatorIataCode, creationTime

quantity, status, officeId4, agentCode, receiveFrom, originatorId, inHouseIdentificat

ion1, originatorTypeCode, companyId5, locationId, codedCountry, originatorId6, inHouse

Identification17, originatorTypeCode8, companyId9, locationId10, codedCountry11, inHo

useIdentification112, originatorTypeCode13, companyId14, locationId15, codedCountry1

6, qualifier, numero17, segmentName, family name, quantity18, name, origin,.

qualifier19, Nombre20, segmentName21, depDate, depTime, arrDate, arrTime, dayChangeIndi

Cator, cityCode22, cityCode23, identification, identification24, classOfService, detai

l, qualifier25, date26, time27, status28, function29, companyId30, controlNumber31, quan

tity32, status33, equipment, day of the week, arrivalTerminal, departTerminal, 'option', original

atorId34, inHouseIdentification135, originatorTypeCode36, companyId37, locationId38,

codedCountry39, trueLocationId, trueLocationId40, carrierCode, flight, bookingC

Lass, flightIndicator, codeShareAgreement, cabinCode, subclassId, sourceQualifier1, co

untryCode, systemCode, groupingCode, marriageQualifier, tatooNum, marker2, qualifier41

number42, segmentName43, subjectQualifier, longFreetext, indicator, date44, official

ceId45, marker3, actionRequestCode)

with t AS (SELECT xmltype (bfilename('MYXML','sabresample.xml'), nls_charse 2

(t_id ('WE8ISO8859P1')) xmlcol FROM dual)

3. SELECT

4 extractValue (value (x), "/ LINE/Client") client

5, extractValue (value (x), "/ LINE / 'Date'") 'Date '.

6, extractValue (value (x), "/ LINE/SequenceNumber") SequenceNumber

7, extractValue (value (x), "/ ONLINE/NbMessages ') NbMessages

8, version extractValue (value (x), "/ LINE/version ')

9, release of extractValue (value (x), "/ LINE/release")

10, agency extractValue (value (x), "/ LINE/agency ')

11, area of extractValue (value (x), "/ LINE/field")

12, extractValue (value (x), "/ LINE / 'function'") 'function.

13, extractValue (value (x), "/ LINE/controlNumber") controlNumber

14, extractValue (value (x), "/ ONLINE/pnrPurgeDate ') pnrPurgeDate

15, extractValue (value (x), "/ LINE / 'number' ') 'number '.

16, companyId extractValue (value (x), "/ LINE/companyId ')

17, extractValue (value (x), "/ ONLINE/controlNumber2 ') controlNumber2

18, date3 extractValue (value (x), "/ LINE/date3")

19, time of extractValue (value (x), "/ LINE/time")

20, extractValue (value (x), "/ ONLINE/typeOfPnrElement ') typeOfPnrElement

21, agentId extractValue (value (x), "/ LINE/agentId")

22, officeId extractValue (value (x), "/ LINE/officeId")

23, extractValue (value (x), "/ ONLINE/iataCode ') iataCode

24, extractValue (value (x), "/ ONLINE/queueingOfficeId ') queueingOfficeId

25, cityCode extractValue (value (x), "/ LINE/cityCode")

26, extractValue (value (x), "/ ONLINE/creationOfficeId ') creationOfficeId

27, extractValue (value (x), "/ ONLINE/agentSignature ') agentSignature

28, extractValue creationDate (value (x), "/ LINE/creationDate")

29, extractValue (value (x), "/ ONLINE/creatorIataCode ') creatorIataCode

30, creationTime extractValue (value (x), "/ LINE/creationTime")

31, amount of extractValue (value (x), "/ LINE/amount")

32, status extractValue (value (x), "status/LINE / ')

33, extractValue (value (x), "/ ONLINE/officeId4 ') officeId4

34, extractValue (value (x), "/ ONLINE/agentCode ') agentCode

35, receiveFrom extractValue (value (x), "/ LINE/receiveFrom")

36, extractValue (value (x), "/ LINE/originatorId") originatorId

37, extractValue (value (x), "/ ONLINE/inHouseIdentification1 ') inHouseIdentification1

38, extractValue (value (x), "/ ONLINE/originatorTypeCode ') originatorTypeCode

39, extractValue (value (x), "/ ONLINE/companyId5 ') companyId5

40, locationId extractValue (value (x), "/ LINE/locationId")

41, extractValue (value (x), "/ ONLINE/codedCountry ') codedCountry

42, extractValue (value (x), "/ ONLINE/originatorId6 ') originatorId6

43, extractValue (value (x), "/ ONLINE/inHouseIdentification17 ') inHouseIdentification

17

44, extractValue (value (x), "/ ONLINE/originatorTypeCode8 ') originatorTypeCode8

45, extractValue (value (x), "/ ONLINE/companyId9 ') companyId9

46, extractValue (value (x), "/ ONLINE/locationId10 ') locationId10

47, extractValue (value (x), "/ ONLINE/codedCountry11 ') codedCountry11

48, extractValue (value (x), "/ ONLINE/inHouseIdentification112 ') inHouseIdentificatio

N112

49, extractValue (value (x), "/ ONLINE/originatorTypeCode13 ') originatorTypeCode13

50, extractValue (value (x), "/ ONLINE/companyId14 ') companyId14

51, extractValue (value (x), "/ ONLINE/locationId15 ') locationId15

52, extractValue (value (x), "/ ONLINE/codedCountry16 ') codedCountry16

53, qualifier extractValue (value (x), "/ LINE/qualifier")

54, extractValue (value (x), "/ ONLINE/numero17 ') numero17

55, extractValue (value (x), "/ ONLINE/segmentName ') segmentName

56, extractValue (value (x), "/ LINE/name of family ') family name

57, extractValue (value (x), "/ ONLINE/quantity18 ') quantity18

58, firstName extractValue (value (x), "/ LINE/firstName")

59, original extractValue (value (x), "origin/LINE / ')

60, extractValue (value (x), "/ ONLINE/qualifier19 ') qualifier19

61, numero20 extractValue (value (x), "/ ONLINE/numero20")

62, extractValue (value (x), "/ ONLINE/segmentName21 ') segmentName21

63, extractValue (value (x), "/ LINE/depDate") depDate

64, extractValue (value (x), "/ LINE/depTime") depTime

65, extractValue (value (x), "/ ONLINE/arrDate ') arrDate

66, extractValue (value (x), "/ LINE/arrTime") arrTime

67, extractValue (value (x), "/ ONLINE/dayChangeIndicator ') dayChangeIndicator

68, extractValue (value (x), "/ ONLINE/cityCode22 ') cityCode22

69, extractValue (value (x), "/ ONLINE/cityCode23 ') cityCode23

70, identification of extractValue ((x) value, "the identification/LINE / ')

71, extractValue (value (x), "/ ONLINE/identification24 ') identification24

72, extractValue (value (x), "/ LINE/classOfService") classOfService

73, extractValue (value (x), "/ ONLINE/retail") detail

74, extractValue (value (x), "/ ONLINE/qualifier25 ') qualifier25

75, extractValue (value (x), "/ LINE/date26") date26

76, extractValue (value (x), "/ ONLINE/time27 ') time27

77, extractValue (value (x), "/ ONLINE/status28 ') status28

78, extractValue (value (x), "/ ONLINE/function29 ') function29

79, extractValue (value (x), "/ ONLINE/companyId30 ') companyId30

80, extractValue (value (x), "/ ONLINE/controlNumber31 ') controlNumber31

81, extractValue (value (x), "/ ONLINE/quantity32 ') quantity32

82, extractValue (value (x), "/ LINE/status33") status33

83, equipment of extractValue (value (x), "/ LINE/equipment")

84, extractValue (value (x), "/ LINE/week") during the week

85, extractValue (value (x), "/ ONLINE/arrivalTerminal ') arrivalTerminal

86, extractValue (value (x), "/ ONLINE/departTerminal ') departTerminal

87, extractValue (value (x), "/ LINE / 'option'") 'option '.

88, extractValue (value (x), "/ ONLINE/originatorId34 ') originatorId34

89, extractValue (value (x), "/ ONLINE/inHouseIdentification135 ') inHouseIdentificatio

n135

90, extractValue (value (x), "/ ONLINE/originatorTypeCode36 ') originatorTypeCode36

91, extractValue (value (x), "/ ONLINE/companyId37 ') companyId37

92, extractValue (value (x), "/ ONLINE/locationId38 ') locationId38

93, extractValue (value (x), "/ ONLINE/codedCountry39 ') codedCountry39

94, extractValue (value (x), "/ ONLINE/trueLocationId ') trueLocationId

95, extractValue (value (x), "/ ONLINE/trueLocationId40 ') trueLocationId40

96, extractValue (value (x), "/ LINE/carrierCode") carrierCode

97, flight extractValue (value (x), "/ LINE/flight")

98, extractValue (value (x), "/ LINE/bookingClass") bookingClass

99, extractValue (value (x), "/ ONLINE/flightIndicator ') flightIndicator

100, extractValue (value (x), "/ ONLINE/codeShareAgreement ') codeShareAgreement

101, extractValue (value (x), "/ ONLINE/cabinCode ') cabinCode

102, extractValue (value (x), "/ ONLINE/subclassId ') subclassId

103, extractValue (value (x), "/ ONLINE/sourceQualifier1 ') sourceQualifier1

104, countryCode extractValue (value (x), "/ LINE/countryCode")

105, extractValue (value (x), "/ ONLINE/systemCode ') systemCode

106, extractValue (value (x), "/ ONLINE/groupingCode ') groupingCode

107, extractValue (value (x), "/ ONLINE/marriageQualifier ') marriageQualifier

108, extractValue (value (x), "/ ONLINE/tatooNum ') tatooNum

109, extractValue (value (x), "/ LINE/marker2") marker2

110, extractValue (value (x), "/ ONLINE/qualifier41 ') qualifier41

111, extractValue (value (x), "/ ONLINE/number42 ') number42

112, extractValue (value (x), "/ ONLINE/segmentName43 ') segmentName43

113, extractValue (value (x), "/ ONLINE/subjectQualifier ') subjectQualifier

114, type extractValue (value (x), "/ LINE/type")

115, extractValue (value (x), "/ ONLINE/longFreetext ') longFreetext

116, indicator of extractValue ((x) value, "indicator/LINE / ')

117, date44 extractValue (value (x), "/ ONLINE/date44")

118, extractValue (value (x), "/ ONLINE/officeId45 ') officeId45

119, extractValue (value (x), "/ ONLINE/marker3 ') marker3

120, extractValue (value (x), "/ ONLINE/actionRequestCode ') actionRequestCode

T,TABLE(XMLSequence(extract(t.xmlcol,'/ROWSET/ROW 121'))) x;

With t AS (SELECT xmltype (bfilename('MYXML','sabresample.xml'), nls_charset_id)

("WE8ISO8859P1")) xmlcol FROM dual)

*

ERROR on line 2:

ORA-22288: file or LOB FILEOPEN operation failed

The system cannot find the specified file.

ORA-06512: at "SYS." XMLTYPE", line 296

ORA-06512: at line 1

Hello d7...

Yes, in this case what you read is the problem:

ORA-22288: file or LOB FILEOPEN operation failed

The system cannot find the specified file.

ORA-06512: at line 33 level

Maybe your file is not where your points of path of the dictionary or it may be a problem of privilege... But at least you know that is wrong on your query, but your file that cannot be reached.

Tags: Database

Similar Questions

  • DBMS_LOB: ORA-22288: LOB operation FILEOPEN or file failed

    Hello
    Consider the following code:
    < pre >
    DECLARE
    lv_src_loc BFILE.
    lv_directory VARCHAR2 (100): = "TESTDIR".
    lv_filename VARCHAR2 (100): = testfile.log';
    BEGIN
    lv_src_loc: = BFILENAME (lv_directory, lv_filename);
    DBMS_LOB. OPEN (lv_src_loc, DBMS_LOB. LOB_READONLY);
    END;
    < / pre >
    < pre >
    When I run the above code, I get the following error:
    ORA-22288: file or LOB FILEOPEN operation failed
    No such file or directory
    ORA-06512: at "SYS." DBMS_LOB", line 828
    ORA-06512: at line 15 level
    < / pre >

    The directory specified by the directory TESTDIR AS db is actually located on a Server Web Unix Boxing.

    Now I wonder, is it necessary that the actual filesystem directory pointed to by the database WHAT TESTDIR directory be on the Unix machine on which the database server is running?

    If so, then what other options I have to read a file file system that is not on the database Unix machine and throw in a database table?

    Grateful for your help!

    Thank you.

    Sylvie Shearer wrote:

    The directory specified by the directory TESTDIR AS db is actually located on a Server Web Unix Boxing.

    Now I wonder, is it necessary that the actual filesystem directory pointed to by the database WHAT TESTDIR directory be on the Unix machine on which the database server is running?

    Well, think a little more. How do Oracle, running on the database server, suppose to know where is this TESTDIR ? It is on a web server and not another server?

    And if she knew that, how are there supposed to carve his way through the network and access of this server files and directories penetrate this server?

    If so, then what other options I have to read a file file system that is not on the database Unix machine and throw in a database table?

    Depends on the requirements. Why do you need to load the contents of a directory in the database tables?

    You can use SQL * Loader, run on the web server and easily download a lot of files in the database. But if these o/s files are updates then the uploads of db are obsolete, and this process must be repeated again and again in order to synchronize the content of the file table of database with the actual files on the web server.

    You can use Samba or NFS to share the directory on the web server and mount it locally on the database server. But this increases the number of moving parts and also increases the complexity of security and access control.

    You can use the rdist (cable) of Linux/Unix command to create and manage a duplicate directory on the database server - a bit like replication at the file system level.

    Or you can enable access to these files via the web server (such as a web service or directly). In this case, the database server need only the URL of the file to access. Instead of storing the actual content of the file in the database, the URL may instead be stored. And when the content is required, PL/SQL code can use UTL_HTTP for example to retrieve the content of the file.

    I think that most of the other options will fall into one of these categories. The "best" depends on your needs.

  • Operation on *.vmdk file failed

    I had an operation on file *.vmdk problem failed. I could give up, try again or connect to the client. Connection for the client (W 7 Ultimate) has not helped because the client became unresponsive. I checked the mac with the utilitiy of disk drive, but the drive seems to be OK. Then I turned off the machine. Check the log as an attachment file.

    I rebuild the virtual disk but that crashed with the attached report. Fortunately I could launch the client machine. But I wonder what was going on?

    Input / output errors are usually a symptom of a failing drive.

    Run a utility that can scan the surface of the disc to ensure its consistency, such as DiskWarrior or TechTools utility (which comes with the AppleCare).

    Essentially, we ask to read and write to a file, and the OS itself is impossible on the physical plane and the reports with an IO error.

    It's maybe just a few sectors are corrupt, and that is where your life of the Virtual Machine, but it can also indicate that your hard drive has failed.  It will probably get worse over time, and it is strongly recommended that you get your backup data and review the material.

  • The operation on the file "/... /... vmdk ' failed

    I have a single file (DevMachine - 000003.vmdk to be exact) a computer virtual disk set that has an old date on it for 12 hours before the other drives.  That date seems to be the last time a snapshot has occurred.  Now I can start the virtual machine, but when starting the virtual machine the Win 7 it can never get fully active or dies.  I have attached the full error messages.  I restarted to ensure that memory is not a problem. Attached are the support files and images of the error if someone can help me eventually.  Incident support paid in VMWare has now no answer for 5 hours and I'm getting desperate as billable hours slip away.  Thank you very much.

    Full of the error:

    The operation on the file "/ Volumes/Data/FusionVM/CU Fusion.vmwarevm/Dev Machine - 000003.vmdk ' failed.

    If the file is located on a remote file server, make sure that the network connection and the server where this residesare disk works properly. If the file is saved on a removable medium, link media.

    Select Retry to retry the operation.

    Click Cancel to end this session.

    Select continue to pass the error to the guest operating system.

    Fusion 5.0.3

    Thanks in advance for your help.

    Hi dodegaardand welcome to the VMware communities!

    Looks like 750 GByte HDD Toshiba your MacBook Pro is a failure.  You should probably have the hard drive tested (and replaced if necessary) and checked before attempting to retrieve your VM.

    9 Jun 23:30:03 kernel [0]: disk1s2: i/o error.

    9 Jun 23:30:23 kernel [0]: disk1s2: i/o error.

    9 Jun 23:30:42 kernel [0]: disk1s2: i/o error.

    9 June 23:31:02 kernel [0]: disk1s2: i/o error.

    9 June 23:31:21 kernel [0]: disk1s2: i/o error.

    9 June 23:31:41 kernel [0]: disk1s2: i/o error.

    June 10 at 06:21:30 kernel [0]: disk1s2: i/o error.

    June 10 at 06:21:57 kernel [0]: disk1s2: i/o error.

    June 10 at 06:22:17 kernel [0]: disk1s2: i/o error.

    [...]

    June 10 at 07:05:29 kernel [0]: disk1s2: i/o error.

    June 10 at 07:05:49 kernel [0]: disk1s2: i/o error.

    June 10 at 07:06:09 kernel [0]: disk1s2: i/o error.

    June 10 at 07:06:56 kernel [0]: disk1s2: i/o error.

    Capacity: 750,16 GB (750,156,374,016 bytes)

    Model: TOSHIBA MK7559GSXF

    Volumes:

    Data:

    Capacity: 749,3 GB (749,296,615,424 bytes)

    Available: 272,83 GB (272,833,568,768 bytes)

    BSD name: disk1s2

    Mount point: / Volumes/Data

    Sorry to be the bearer of bad news...

    --

    Darius

  • ENVY of HP dv7: copy the file fails error on disk 2 to 58% HP recovery

    My hard drive in my dv7 ENVY dies for the second time in two years (it was under warranty last time and I was able to fix). I bought the hard drive same exact (Samsung, 1 TB), tested in BIOS, past everything. When I try to make the image recovery with the HP recovery discs I received the last time my hard drive died, I get an error then that 58% on two recovery disc that says:

    Reducer

    Copy the file fails

    From: d:\preload\base24. STORMWATER MANAGEMENT

    To: c:\RM\Image\BASE24. STORMWATER MANAGEMENT

    Press OK to retry.

    I press OK and it does the same thing over and over again. People who questioned him on this same type of error seem to get anywhere here, but what choice do I have? The hard drive is the same size, same manufacturer, same model, it should have the question of reimage the system on a hard drive more small, right?

    Am I just out of luck on that? So frustrated.

    englejas

    Hello;

    Let me welcome you on the HP forums!

    I read your post on recovery issues and wanted to help.

    Here is the link to the tool of creation of win8.1 media: installation media to create for Windows - 8.1 help Windows

    Understand, however, you might encounter a problem installing using the media created from this tool.

    You have a version of OEM HP of Win8 installed on your PC, and this means that the product key that is embedded in the motherboard UEFI firmware is OEM, not retail.

    While the media created from this tool SHOULD be activated using this key, there is no guarantee he will do.  If it is not the case, you can use this tool to recover your product key and try to enter it manually: Download Windows OEM Product Key Tool - MajorGeeks

    IF it still does not work, then your only recourse would be to order a new set of recovery from HP discs.

    You can look online for recovery from the paged media related: http://support.hp.com/us-en/drivers

    Once there, enter your product name or number. On your software page and download the drivers, select your operating system and version. Click on "Update".  If the HP recovery support is available for your computer, down near the bottom of the page, you will see an entry for the command Recovery Media-CD/DVD/USB. Click on the symbol '+' to expand this entty and click on order to press for more details.

    Or, if you prefer, you can do the same by contacting HP Customer Service:

    If you live in the United States or the Canada, details are on this page: http://www8.hp.com/us/en/contact-hp/phone-assist.html#section1

    If you live elsewhere, contact details are on this page: http://www8.hp.com/us/en/contact-hp/ww-contact-us.html

    NOTE: once you get through, stay on the line until you are finally able to talk to someone ' one - it can take a while!

    However, HP customer care is generally not available on weekends, so you will have to wait until Monday to contact them.

    Good luck

    ========================================================================
    I'm a volunteer and I do not work for, or represent, HP.
    ---------------------------------------------------------------
    If my post helped you, please click on the symbol of the thumbs-up to the left of the answer key to say thank you.
    If my message solved your problem please click on "Accept as Solution" - to help others to find the solution.
    ========================================================================

  • An unattend file fails on a specific model for laptop...

    I have an answer to work unattended installation file that I used on the 64-bit Win7E one year machines. I used it on Dell and Panasonic

    computers desktop and portable toughbooks. Now, I have a laptop e6430, and the unattend file fails to pass Spec (Shell-Setup).

    In addition, this unattended installation has been used throughout on a different model of Dell 6430 very well. I changed nothing. This is not a license issue.

    I even do not activate the Admin until it's on the desk (we use a generic admin account during unattended Setup and manually activate the Admin on the desktop).

    If anyone has any ideas, that would be great. I need to get this machine Sysprep. Is not a software problem, as I Sysprep machine

    I just installed the operating system and drivers on and nothing else, and it has always failed.

    Hi Rick,
     
    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Community forums. It is better suited for the IT Pro TechNet public. Please post your question in the Microsoft TechNet forum; You can follow the link to your question:
     
     
  • iTunes exe file fails to complete the download for windows surface 3 pro 10

    When I go to the itunes store and download itunes for windows, download appears to move, but when you are finished, he said that the exe file failed to download.  I have 3 pro surface, running windows 10

    If you have trouble downloading the installation file from iTunes to the current address try; Uncheck the box "Keep me updated", clear the cache of your browser, change the settings of the blocker, a right-click or ctrl - click on the download button, using a different browser, or by using the direct links here.

    See troubleshoot problems with iTunes for Windows updates if you have additional problems at the facility.

    TT2

  • Copy the file fails the Windows 7 recovery discs sent hp

    I have tried to solve this problem for a month now and I'm at the end of my home.
    I am now on my third set of recovery discs HP and all have the same problem. I insert disk 1 by following the instructions on the support forum. She's going through
    Reformat the hard drive windows partition - tick
    Copy of the files needed to restore the hard drive - tick
    And immediately as ending, this window appears:
    Reducer
    Copy the file fails
    From: E:\PRELOAD\BASE. STORMWATER MANAGEMENT
    To: C:\RM\Image\BASE. STORMWATER MANAGEMENT
    Press OK to retry

    Three series of drives have the same come.
    What the hell is happening?
    I'm so sick of this.

    Read a few other posts with similar problems, but can't seem to find the solution. I don't have an external hard drive, I can use... only the laptop I'm trying to fix. (G6-1305sa)

    Any help? It also doesn't help when the HP support is open on the phones until 5:30 from Monday to Friday. I'm at work so can't call. So frustrating...

    Aaaarrrrrgggghhhhh

    Hi Belj,

    Thank you for visiting the Forums HP's Support and welcome. I read your thread on your HP Pavilion g6-1305sa Notebook and not able to restore Windows. If the HARD drive is faulty, this can cause the restoration should not go well. You can try to run a test of material. Please note remove any and all USB devices and remove the memory card in the slot of the card reader. Disconnect all non-essential devices. What is the original HARD drive? Have you replaced all other parts? Have you tried to do a clean install of Windows 7. Try running sfc/scannow would scan your system to find errors on the command line. You can get to the command prompt by clicking F11 at startup. You can see this Microsoft document on the system recovery options.

    Hope this will help.

    Thank you.

  • HP Pavilion TouchSmartNotebook: Copy file fails-then recovery

    Replaced the bad drive HARD 750 GB with a HDD1TB, after installing the new HARD drive, inserted the recovery disc 1, and then asked for disc 2, and then @ 74% a box came up saying: copy the file fails.     From: D:\PRELOAD\BASE22. Stormwater management at: Z:\RM\Image\BASE22. SWM press ok to try again, tried it, same message.  I'm at the end of my rope with this PC. Help!

    Hey @geegeesgirl

    Because you got a bigger than the original HDD, it shouldn't be a problem.

    In my opinion, the two most probable reasons for the problem are device faulty OR defective DVD player support

    All the possible reasons for your problems with the recovery are:

    -new HARD drive is defective [highly unlikely but should be checked, I know you did a test already but don't know if was a short or the complete.] If you have not yet made the disk HARD full component test, please do so.

    -another component re. HARD drive is defective - bad connector or dirty parts [highly unlikely because it would have shown the problems when copying 1 disc DVD]

    -defective recovery media [media you received is fake - not to your PC, collate (call) suppliers to probably get a new one in back of these you have]

    or the DVD disc is scratched]

    Remove the current DVD drive and check it for scratches as already suggested above. If the disc is scratched, you can try to repair the disk using an optical disc repair kit. These types of kits use special chemicals that is qui se lier bind to the surface of the disc, then fill scratches.

    Clean the disc with a soft, clean water (very small amount) and the fabric. Wipe from the center of the disc to the outside edge. You can also use the cleaning disc kits or kits restore disk from your local computer store. These kits sometimes produce better results than a cloth and water.

    -integrated DVD drive is defective [less likely... but you can test using the UEFI diagnostics hardware - component test , or with another media; you can try to clean 'the eye' player; if you have, you can try using a DVD external USB device instead of inside]

    Details > http://support.hp.com/us-en/document/c03483233

    If you've tried everything but nothing works, I fear that you will need to bring your computer (or ship it) service - repair center authorized HP. If you don't know where such a Center, please contact HP support for help to find a. Here's more information:

    > http://support.hp.com/us-en/document/c00372730

    > http://www8.hp.com/us/en/store-finder/find.do?bs=SR4&type=authorized

    > http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html

    > http://www8.hp.com/us/en/services/consumer/carepack-overview.html#rightplan

    I hope this helps.

  • What is the nucleus of a file system for any operating system or file system - at the heart of any os?

    Hello

    What is the nucleus of a file system for any operating system or file system - at the heart of any os? Thank you, BS

    Original title: file system - at the heart of any system

    Hello

    Use Bing or Google to find your answers.

    Here's a little info:

    File system
    http://en.Wikipedia.org/wiki/File_system

    Category: Computer file system
    http://en.Wikipedia.org/wiki/category:Computer_file_systems

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • I tried change Classic theme but get error "the visual style clould not be loaded because the file failed to load"

    I have a problem with my windows xp theme. I have catchy to change Classic theme but theirs aren't Exchange and I apply another theme there is error "the visual style clould not be charged because the file failed to load" and I'm windows resulting in normal but agin theme same error. Please tell me the solution.

    Hello

    Please follow the steps below.

    Method 1:

    Run the tool from the link below System File Checker.

    http://support.Microsoft.com/kb/310747

    Method 2:

    Try to create the new user account and check if it works very well.

    http://support.Microsoft.com/kb/811151

    See also the below mentioned link.

    http://support.Microsoft.com/kb/555512/en-us

  • My files fail to back up automatically. I get an error code: CATASTROPHIC ERROR: 0x8000FFFF. Someone knows what to do to fix this?

    My files fail to back up automatically. I get an error code: FAILURE SIGNS: 0x8000FFFF. Someone knows how to fix this?

    Hello


    1. you have Windows Vista Service Pack 1 installed on your computer?
    2. have you done any software or hardware changes on your computer before this problem?
    3. you make a system image backup?
    This problem occurs because the backup process detects that the system drive is dirty.
    Windows Vista backup always includes the system as part of the backup drive. If the system drive is dirty, the backup process skips the system drive, and no snapshot of the system drive is created. Therefore, the backup cannot locate a snapshot of the system drive later, and the error occurs.
    Error message when you try to perform a backup system on a Windows Vista-based computer: "catastrophic failure (0x8000FFFF)".
    http://support.Microsoft.com/kb/973558

    Note: CHKDSK.exe would attempt to recover bad sectors on the hard disk, in the course of this process there are chances of DATA loss from that particular area.

    Hope the information is useful.
  • Windows 7, error: deleting the file failed code 5

    Hello world
    I use a relatively new pc with Windows 7, and when I try to update a program (run an exe file to do this), I get an error message saying "delete file failed code 5. The program file that I am trying to update is located in the "Program File (x 86)" folder, and I believe that I am the administrator. Is there something to do about it?
    Many thanks for any help!

    Error coming from this Installer installation/update responsible program, is not a victory of Mrs err

  • The history of my file fails on windows 8. I get the window from the history of the file, but when I try to turn it on, my taskbar and icons disappear. I can't activate it. How to make historic return of the files?

    Original title: the story of my file...

    The history of my file fails on windows 8.

    Hello

    Thanks for the reply.

    Please let us know that if you need help with questions related to Windows, we're here to help.

  • I try to install the update of PS CS6 can read files camera raw Nikon D800.  The exe file fails and says trying to install the application manager.  I did it and the update still does not work.  Now what?

    I try to install the update of PS CS6 can read files camera raw Nikon D800.  The exe file fails and says trying to install the application manager.  I did it and the update still does not work.  Now what?

    update by downloading the files directly and then apply them: http://www.adobe.com/downloads/updates/

    If this fails, attach a screenshot of the error message if it is in English.  otherwise, quote it.

Maybe you are looking for

  • Offerswizard - How can I get rid?

    So, I was on my computer tonight, and all of a sudden the random ads of Offerswizard and many other pop - ups kept popping up, as well as to a Bing search bar. How can I remove this? I've literally tried everything - I have reset Firefox, went throug

  • Photosmart: Called tech support for help with my printer and got a sales pitch

    I called HP customer service today to get help with my wireless printer because it won't print wireless. What I got was a sales pitch to buy a value of $450 of virus protection! So very disappointed!

  • Satellite L50-A01Q: where to find the latest Intel graphics driver

    I brought a Blu - Ray external drive and tested to see if I could play blurays but the Intel graphics driver is outdated. I downloaded the new driver from Intel, but he could not install.He said I had to download the driver of my manufacturer. But th

  • HP ScanJet Scanner 5370C series

    I just bought a new PC and find that perfect condition my ScanJet Scanner is not compatible with the operating system [Windows 8. 1] is there someone out there who knew better than me who can advise on getting the scanner installed on my PC. Thank yo

  • C5180 all-in-one cannot clear error "cannot print".

    I replaced the ink but still error ' cannot print replace the following empty ink cartridge to continue printing. I can't print how can I clear this I uninstalled the software and reinstalled still cannot print Help, please