SQL Loader - does not

I have Oracle 11 g R2 running on Windows Server 2008 R2

When trying to load the data (csv file) with SQL Loader in Enterprise Manager, he told me the work successfully completed, but there is no data in the table. The bat is created as the ctl and sh file. I checked that sqldr is in my directory \bin to $ORACLE_HOME$ and I checked that this 'path' is also in my path environment variable. When I try to run it from the command line that I don't get recognized as builtin or external, an executable program or batch file. I try to run it in SQL Developer, and after his execution, it is said canceled task. Can help you. I expect a record 70 million next week and I want to use SQL Loader.

Message from Enterprise Manager
State managed
Exit code 0
31327 step ID
Target leads.global
Started may 10, 2013 15:55:14 (UTC-07:00)
Ended May 10, 2013 15:55:22 (UTC-07:00)
Step 8 seconds
WIN Service Management - D1CINRVM11K:1158_Management_Service
Including the job step ADVANCED management service was sent.



Natural logarithm of output


User name:
SQL * Loader: release 11.2.0.1.0 - Production Friday, may 10, 15:55:15 2013

Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.


Loaded - the number of logical records 51.

I usually run SQL * Loader of SQL * Plus, so that it avoids some of the questions of privilege. I also use a log file, so that I can check later to see what happened and why. For example:

host sqlldr scott/tiger control = test.ctl log = test.log

A common question is the lack of privileges for the data file to load. You can change an empty file in SQL * more and copy and paste the data into it, to eliminate such problems or identify them, so that you can check the privileges on the original file.

To provide a lot of other things, we would need more information, such as a few lines of sample data, your SQL * Loader control file and the structure of your table.

Tags: Database

Similar Questions

  • SQL * Loader does not import data

    Hi all -

    I have a very basic package which should load data from a file delimited by tabs.  My problem is that when I run my package, no data is loaded. Although the correct number of records is created (based on relaxation of the table).  All records contain no data.

    OPTIONS (skip = 1, errors = 10, lines = 10000, direct = True)

    DOWNLOAD THE DATA

    INFILE "C:\ECOMMERCE\VFT\Marin\inbound\DSGSiteCatalystPassbackKeywords.csv" "str"\n"

    BADFILE "C:\ECOMMERCE\MFT\NxtGen_Catalog_Int\ErrorFiles\MARIN_DSG_KEYWORDS.bad."

    DISCARDFILE 'C:\ECOMMERCE\MFT\NxtGen_Catalog_Int\ErrorFiles\MARIN_DSG_KEYWORDS.dsc '.

    IN THE TABLE "ETL_STAGE". "" MARIN_KEYWORD ".

    ADD

    EVALUATE CHECK_CONSTRAINTS

    "FIELDS TERMINATED BY ' 09 X."

    TRAILING NULLCOLS

    (

    MARIN_KEYWORD_ID,

    KEYWORD,

    BUSINESS_DATE,

    EDITOR,

    ACCOUNT,

    CAMPAIGN,

    AD_GROUP,

    TYPE CHAR (100000),

    DESTINATION_URL,

    UNIQUE_ID,

    PUB_ID,

    PRINT,

    CLICKS,

    PUB_COST,

    ATTRIBUTED_CONVERSIONS_CONV,

    CLICK_PATH_CONV,

    LAST_CLICK_CONV,

    EMAIL_SIGNUPS_CONV,

    SCORECARD_SIGNUPS_CONV,

    STORE_LOCATOR_PAGE_CONV

    )

    My table creation script is:

    CREATE THE TABLE ETL_STAGE. MARIN_KEYWORD

    (

    MARIN_KEYWORD_ID VARCHAR2 (1000 BYTE),

    KEYWORD VARCHAR2 (1000 BYTE).

    BUSINESS_DATE VARCHAR2 (200 BYTE),

    EDITOR VARCHAR2 (1000 BYTE),

    ACCOUNT VARCHAR2 (1000 BYTE),

    CAMPAIGN VARCHAR2 (1000 BYTE),

    AD_GROUP VARCHAR2 (1000 BYTE),

    TYPE VARCHAR2 (1000 BYTE),

    DESTINATION_URL VARCHAR2 (1000 BYTE),

    UNIQUE_ID VARCHAR2 (1000 BYTE),

    PUB_ID VARCHAR2 (1000 BYTE),

    VARCHAR2 (1000 BYTE) PRINT,

    VARCHAR2 (1000 BYTE) CLICKS,

    PUB_COST VARCHAR2 (1000 BYTE),

    ATTRIBUTED_CONVERSIONS_CONV VARCHAR2 (1000 BYTE),

    CLICK_PATH_CONV VARCHAR2 (1000 BYTE),

    LAST_CLICK_CONV VARCHAR2 (1000 BYTE),

    EMAIL_SIGNUPS_CONV VARCHAR2 (1000 BYTE),

    SCORECARD_SIGNUPS_CONV VARCHAR2 (1000 BYTE),

    STORE_LOCATOR_PAGE_CONV VARCHAR2 (1000 BYTE),

    IMEX_LOG_REFERENCE_ID VARCHAR2 (1000 BYTE),

    DATE_ADDED DATE DEFAULT SYSDATE NOT NULL,.

    ADDED_BY VARCHAR2 (50 BYTES) BY DEFAULT USER NOT NULL,.

    DATE_LAST_MODIFIED DATE DEFAULT SYSDATE NOT NULL,.

    MODIFIED_BY VARCHAR2 (50 BYTES) BY DEFAULT USER NOT NULL,.

    RECORD_STATUS VARCHAR2 (1 BYTE) DEFAULT 'A' NOT NULL

    )

    TABLESPACE ECOM_DATA

    PCTUSED 0

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    )

    LOGGING

    NOCOMPRESS

    NOCACHE

    NOPARALLEL

    MONITORING;

    The log displays the following text:

    SQL * Loader: release 11.2.0.2.0 - Production on Thu Jun 25 14:31:35 2015

    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

    Control file: C:\ECOMMERCE\MFT\NxtGen_Catalog_Int\SQLLoaderScripts\MARIN_DSG_CREATIVES.ctl

    Data file: C:\ECOMMERCE\VFT\Marin\inbound\DSGSiteCatalystPassbackCreatives.csv

    Bad leadership: C:\\ECOMMERCE\MFT\NxtGen_Catalog_Int\ErrorFiles\MARIN_DSG_CREATIVES.bad

    Delete the file: C:\ECOMMERCE\MFT\NxtGen_Catalog_Int\ErrorFiles\MARIN_DSG_CREATIVES.dsc

    (Allow all releases)

    Number of loading: ALL

    Number of jump: 10

    Authorized errors: 50

    Link table: 64 lines, maximum of 256000 bytes

    Continuation of the debate: none is specified

    Path used: classics

    Table 'ETL_STAGE '. "" MARIN_CREATIVE ", loaded from every logical record.

    Insert the option in effect for this table: APPEND

    TRAILING NULLCOLS option in effect

    Column Position Len term Encl. Datatype name

    ------------------------------ ---------- ----- ---- ---- ---------------------

    CREATIVE_ID PRIME * WHT O(") CHARACTER

    The maximum field length is 100,000

    HEADLINE THEN * CHARACTER O(") WHT

    BUSINESS_DATE NEXT * CHARACTER O(") WHT

    The SQL string for the column: 'TRIM(:BUSINESS_DATE) '.

    DESCRIPTION_LINE_1 NEXT * CHARACTER O(") WHT

    DESCRIPTION_LINE_2 NEXT * CHARACTER O(") WHT

    DISPLAY_URL NEXT * CHARACTER O(") WHT

    DESTINATION_URL NEXT * WHT O(") CHARACTER

    The maximum field length is 100,000

    EDITOR NEXT * CHARACTER O(") WHT

    THEN THE CAMPAIGN * CHARACTER O(") WHT

    AD_GROUP NEXT * CHARACTER O(") WHT

    UNIQUE_ID NEXT * CHARACTER O(") WHT

    PUB_ID NEXT * CHARACTER O(") WHT

    PRINT NEXT * CHARACTER O(") WHT

    The SQL string for the column: "replace (: print, ',',") "."

    CLICK ON NEXT * CHARACTER O(") WHT

    The SQL string for the column: "replace (: CLICKS, ',',") "."

    ATTRIBUTED_CONVERSIONS_CONV NEXT * CHARACTER O(") WHT

    CLICK_PATH_CONV NEXT * CHARACTER O(") WHT

    LAST_CLICK_CONV NEXT * CHARACTER O(") WHT

    EMAIL_SIGNUPS_CONV NEXT * CHARACTER O(") WHT

    SCORECARD_SIGNUPS_CONV NEXT * CHARACTER O(") WHT

    STORE_LOCATOR_PAGE_HITS_CONV NEXT * CHARACTER O(") WHT

    IMEX_LOG_REFERENCE_ID NEXT * CHARACTER O(") WHT

    Why WHT, showing when I use tabs?

    In addition, why is not display all the data in the files?

    NLS_CHARACTERSET WE8ISO8859P1
  • "FND_GLOBAL. User_id' in control file SQL Loader does not work

    Hi all
    1.
    Here's a piece of my. File CTL that I registered as simultaneous program and submitting to the SRS window
    LAST_UPDATE_DATE SYSDATE
    LAST_UPDATED_BY 'FND_GLOBAL. USER_ID '.
    CREATION_DATE SYSDATE
    CREATED_BY 'FND_GLOBAL. USER_ID '.
    LAST_UPDATE_LOGIN 'FND_GLOBAL. LOGIN_ID.
    CONSTANT STATUS "NEW".
    EXTRACT_DATETIME SYSDATE
    LOAD_ID 'FND_GLOBAL. CONC_REQUST_ID ".
    When the data is loaded to the columns where I userd fnd_global...
    I get-1 rather than my id user, login id or the id of the request.
    Please let me know if I'm missing something.
    -----------------------------
    2.
    My data file is a sheet Excel which I save like her. CSV file.
    Some of the text data has comma with strings as
    Test data
    so when I load this single value that test becomes responsible and only first record are to take.
    Next recordings were not to take.

    Please let me know the solution.
    Thank you

    Post the details of the version of the application, the database version and the OS.

    You have errors in the concurrent request log file?

    Please see if these documents help.

    SQL * PLUS demand from FND_GLOBAL Incorrect. User_id as -1 [363510.1 ID]
    Package Fnd_Global - Fnd_Global.Resp_Id, Fnd_Global.Form_Id, Resp_Id, $form_id, Form_Appl_Id are equal to-1 [960111.1 ID]

    Thank you
    Hussein

  • my SQL Developer does not work properly! Help

    Hello!!

    My problem here is not like I can't live or work, but it's REALLY annoying, see my SQL Developer does not take any different key of letters and the space bar, I mean, if I use the Enter key, does not alter the line, if I use the return key back isn't clear if I use F5/F9 does not execute the msec! and if the keys don't work!

    any ideas why this is happening? and if yes how do fix this problem?

    There is a well known bug but still not solved, causing this type of behavior, if you are a developer SQL 1.5.X you can work around the problem by loading the accelerators by default:

    Tools-> accelerators-> load Preset-> by default

    If you're on 2.1.X preset may be responsible for

    Tools-> preferences->-> others-> load keyboard accelerators

    2.1 this problem has not been reported so far, so if you are in 1.5.X you can consider upgrading.

  • Why PL/SQL procedures does not allow users to enter data dynamically at run time?

    Dear all,

    I tried to do a procedure that will search for a group of approval in our database that matches.

    (1) the number of levels

    (2) the number of users by each level

    (3) the id of users by level

    entered by the user.

    I tried various methods to receive user input dynamically at run time, but in vain.

    Finally finished my procedure allowing the user to enter the parameters and then executes the procedure, to which these parameters are passed as arguments. (1 variable for the number of levels and 2 userdefinedarrays with the number of users by level and level respectively)

    Why PL/SQL procedures does not allow users to enter data dynamically at run time?

    Thanks in advance,

    Séverine Suresh

    HEY, Sebastian,

    3035408 wrote:

    Hello Sir,

    My question is that if I'm going to say, the number of levels 5, is there any way by which, at runtime, the procedure prompts me to enter at the start of the number of users per level. Now as soon as I get the number of users per level can I do the procedure ask me to enter the nicknames of the members of each level. I mean, something like a invite.

    Thank you

    Séverine Suresh

    There is no way to do it in SQL or PL/SQL, because not SQL PL/SQL is a way to get user input.  User interaction is a job for your front end, like Zlatko tool suggested in response to #5.  If your front end tool is SQL * Plus, you can use the substtitution variables, as Jarkko showed in response #6.

  • ORA-13780: SQL statement does not exist

    Hello
    on the 11g R2, I get the following message:
    SQL> variable stmt_task VARCHAR2(64);
    SQL> EXEC :stmt_task := DBMS_SQLTUNE.CREATE_TUNING_TASK(sql_id => 'gh9p77g1fr0kd');
    BEGIN :stmt_task := DBMS_SQLTUNE.CREATE_TUNING_TASK(sql_id => 'gh9p77g1fr0kd'); END;
    
    *
    ERROR at line 1:
    ORA-13780: SQL statement does not exist.
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
    ORA-06512: at "SYS.PRVT_SQLADV_INFRA", line 125
    ORA-06512: at "SYS.DBMS_SQLTUNE", line 655
    ORA-06512: at line 1
    Any idea?

    Thank you.

    Sql and the sql_id execution plan has been emptied out of the shared pool, so oracle could not find it.

    -Thank you

  • My pl/sql codes does not in the express edition, which can do?

    pls help me my pl/sql codes does not work in oracle 10g express edition, which can do? pls help me.

    You must open a window for cmd.exe with Windows Start menu, then run, and type: cmd.exe. The rest is in my previous message.

  • the pages won't load does not correctly and cannot install add ons

    After installing Firefox on Windows 7, mozilla site and the addons page 29 does not load correctly. Some such problem indicated in https://support.mozilla.org/en-US/questions/992362 and I tried all the steps but still does not work.

    OK Jefferson: did so. For those interested, my response on the other thread was:

    «After stared grumpily the computer screen for a while after you posted my message, I suddenly realized that, although it checked twice, the date was in fact erroneous.» For some reason, the date to yesterday - which is obviously where my mind was still, because when I saw the date I thought Yes, "it is the right date." After that I put today's date, the problem disappeared. Curious that this one small issue should cause such a problem "profound." Anyway, all sorted. »

  • problems with some Web pages won't load does not correctly

    I have had problems with pages loading correctly but have not been able to solve the problems. I also tried to create a screen shot without success apparently. It is with all Web sites are not only some here and there. Sometimes if I navigate to the power and return to this page, he can solve the problems but more often than not, it does not solve the problem. I also use another browser such as google chrome or firefox and not met the same problem. The same page loads correctly and as expected. I appreciate your help in this matter and I did some of the steps in the frequently asked questions and what you all have suggested to solve the problem as clear the cache, etc. in case of problems, but it does not permanently fix

    my Firefox isn't properly loading page please solve... example

  • After upgrading to Firefox 10; hompeage won't load, does not, the bookmarks bar does not return button

    After upgrade my mac to Firefox 10 my home page does not load, the back button does not work, there is no history in the URL bar (or any Demo URL come at all than), bookmarks bar does not display unless I press CTRL and right-click, none of my favorites display the connection information stored... Help! its driving me crazy!

    I just sort this problem! I restarted with modules disabled and started allowing one by one and found it had a problem with one of them. I have now deleted add it on and all is well back. Hope this works for you too!

  • Web sites won't load does not correctly and does not flash videos

    When I visit sites like jeuxvideo.com and joystiq.com, they displayed not correctly and never loading of Flash videos. I already uninstalled and reinstalled twice for version 9.0.1 without change. The second time I used Revo Uninstaller Pro to ensure that I got rid of all the registry entries and the residual files. Does anyone know if this is a recent bug? It started for me about noon yesterday...

    Does not properly what?

    You can attach a screenshot?

    Use a type of compressed as PNG or JPG image to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

    Alternatively, you can try to reset the preferences.

  • Some Web pages won't load does not (hanging) in Firefox 6 and 7. No improvement in Mode without failure or clearing cache/cookies. Pages work fine in Chrome and IE and Firefox 5.0.1 on this computer and also fine load in Firefox 7 on other computers.

    On my main computer, Firefox 6 and 7 will not load some Web pages (redsox.com, for example - pages just block indefinitely). Boot safe mode does not help. I keep downgraded to 5.0.1 and loads pages very well; they charge both in Chrome and IE. In addition, pages loading in Firefox 7 on other computers, it seems to have a problem with this configuration/installation...have deleted the cache and cookies without improvement. Any advice?

    I would create a new.

  • Page loads does not question

    JDEV 11.1.1.7

    I had the code in trunk deployed on my test server. Everything worked well. I had to deploy code in order to test uat. When I try to connect my main page does not load. It displays a blank white page. I noticed the error in the log below.

    oracle.jsp.parse.JspParseException: < br > / mdssys/user/< username >/mdssys/WEB - INF /... /... /UI/fragments/home.JSFF: line # 2, & lt; disclosed AF:panelHeader = "true" id = "pd1" size = "2" text = "Search results" & gt; < br > error: "leaked" is not a valid attribute name.

    Then I exported the configuration em mds file, remove my username in the above path and imported again. It always reports the same error. Any idea?

    I think that it is being restored by the db. no idea how to remove this entry from mds db?

  • AWR SQL Report does not report the stats

    AWR report only stats beyond a certain level? I have a statement select simple I know is running (executions of v$ sql increases), but when I run a report AWR SQL (awrsqrpt), it says "no data exists for this section of the report.

    Snap Id Snap time Sessions Curs/Sess

    --------- ------------------- -------- ---------

    BEGIN Snap: 370936 10 June 15 07:00:24 856 36.1

    End Snap: 370937 10 June 15 07:20:26 881 38.9

    Elapsed time: 20.02 (mins)

    DB time: 754.82 (min.)

    Summary of SQL DB/Inst: CAMPRD/camprd snaps: 370936-370937

    There is no data for this section of the report.

    -------------------------------------------------------------

    SQL ID: 84kfv4p500pgh DB/Inst: CAMPRD/camprd Snaps: 370936-370937

    There is no data for this section of the report.

    -------------------------------------------------------------

    Full text of SQL

    There is no data for this section of the report.

    I ran the report on the last 4 days and reports

    ORA-20025: SQL 84kfv4p500pgh ID does not exist for this database instance.

    and yet, the executions of V$ SQL continues to increase

    Thank you

    Ian

    CWA only captures statements considered to be Top N (DBA_HIST_WR_CONTROL. TOPNSQL)

    You can use DBMS_WORKLOAD_REPOSITORY. ADD_COLORED_SQL sort AWR it will include

  • AS3 URLLoader.load does not

    I have a Flash app that I use to capture an image of the webcam and save the image in a database of the server using ASP Classic. I used to use NavigateToURL. Since the recent security updates (I tested with Flash 14.0.0.145) I went to URLLoader.load. It works on my local test environment, but does not on the server on the customer site QA, otherwise said, ASP does not receive the data and the picture is not stored in the DB (I have absolutely NO ACCESS to the server from the client).

    • It is NOT between the domains. The Flash swf file is on the same server / the same domain as the page I load of.
    • Load triggers the completeHandler and I don't get any errors (but loader.data is empty, don't know what to look at to see the number of bytes sent?)
    • In the ASP page, I tried to Request.TotalBytes storage to see if I get something but it does not work (no data entry is made).

    Ideas of things to try, the solution?

    Code:

    function UploadImage(e:MouseEvent):void {
      var previewW:int = 94;
      var previewH:int = 118;
    
      var CropRectX:int = CropRect.x + 83; 
      var CropRectY:int = CropRect.y + 28.5; 
    
      //create a bitmap the size of the crop box
      var croppedBD:BitmapData = new BitmapData(CropRectCurrWidth, CropRectCurrHeight, false, 0x0000CC44);
      //create a rectangle relative to the cropbox in the video pane
      var rect:Rectangle = new Rectangle(CropRectX, CropRectY, CropRectCurrWidth, CropRectCurrHeight);
    
      var pt:Point = new Point(0,0);
      //copy the pixels from the crop area to the new bitmapData object
      croppedBD.copyPixels(cameraCaptureBD, rect, pt);
    
    
      var jpgEncoder:JPGEncoder = new JPGEncoder(100); // argument is the quality parameter
    
      var jpgStream:ByteArray = jpgEncoder.encode(croppedBD);
    
      //source: http://stackoverflow.com/questions/597947/how-can-i-send-a-bytearray-from-flash-and-some-form-data-to-php
      var loader:URLLoader = new URLLoader();
      configureListeners(loader);
      var header:URLRequestHeader = new URLRequestHeader("Content-type", "application/octet-stream");
      var request:URLRequest = new URLRequest(SaveURL);  //value: "SavePhoto.asp"
      request.requestHeaders.push(header);
      request.method = URLRequestMethod.POST;
      request.data = jpgStream;
    
      try 
      {
      loader.load(request);
    
    
      try 
      {
      navigateToURL(new URLRequest(DoneURL), "_top");  //DoneURL = "PrintPassesFrame.asp#" & [passID Num]
    
    
      } catch (error:Error) 
      {
      msg.text = msg.text + error.message;
      }
    
      } catch (error:Error) 
      {
      msg.text = msg.text + error.message;
      }
    
             function configureListeners(dispatcher:IEventDispatcher):void {
                dispatcher.addEventListener(Event.COMPLETE, completeHandler);
                dispatcher.addEventListener(Event.OPEN, openHandler);
                dispatcher.addEventListener(ProgressEvent.PROGRESS, progressHandler);
                dispatcher.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
                dispatcher.addEventListener(HTTPStatusEvent.HTTP_STATUS, httpStatusHandler);
                dispatcher.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
            }
    
    
             function completeHandler(event:Event):void {
                var loader:URLLoader = URLLoader(event.target);
      msg.text = msg.text + "completeHandler: " + loader.data;
        
                var vars:URLVariables = new URLVariables(loader.data);
      msg.text = msg.text + "The answer is " + vars.answer;
    
            }
    
    
             function openHandler(event:Event):void {
      msg.text = msg.text + "openHandler: " + event;
            }
    
    
             function progressHandler(event:ProgressEvent):void {
                trace("progressHandler loaded:" + event.bytesLoaded + " total: " + event.bytesTotal);
      msg.text = msg.text + "progressHandler loaded:" + event.bytesLoaded + " total: " + event.bytesTotal;
            }
    
    
             function securityErrorHandler(event:SecurityErrorEvent):void {
      msg.text = msg.text + "securityErrorHandler: " + event;
            }
    
    
             function httpStatusHandler(event:HTTPStatusEvent):void {
      msg.text = msg.text + "httpStatusHandler: " + event;
            }
    
    
             function ioErrorHandler(event:IOErrorEvent):void {
      msg.text = msg.text + "ioErrorHandler: " + event;
            }
    }
    

    I can't help you with that.

    use a network Analyzer to see what is happening.

Maybe you are looking for

  • Remove the HARD drive recovery Partition

    Hello Does anyone know how to remove the recovery Partition HDD? I don't have any use for it as I repeated it CD, as well as images of partition stored on a network drive. I want that space to put a current image of my C: drive, rather than the initi

  • Store a color laser printer

    Hello I have a LaserJet CP1525n color laser printer Now, the black toner is completely exhausted... the color toner not yet! I already have a toner cartridge real black replacement in hand...The QUESTION is... If I plan not to use my printer for a lo

  • Space free hard drive

    So I have a question that has been so annoying for... months. It's pretty stupid I guess but... anyway. I really wanted to see what eats my hard drive, so... i opened C: and verified through properties of disk space each folder is using. And those wh

  • Player not approved

    Hi I have a PS6010xv which is longer under warranty. We have a failure of HARD drive and when we replace it there is an error that the drive is not approved. The failed HARD disk is having the EE06 firmware. the replacement property that has a label

  • comptuter freezes

    When my computer crashes, l have to stop and start again, then when l get windows to check performance, it comes in saying no problem not found?.  Anyone got some suggestions, it will be greatly appreciated. Thank you very much. William...