Error loading throug sql loader

Hi all

Try using sql loader to data to CSV laod. However, during a load, I met with errors.
Please find below my newspaper, the control and the data file.
------------Ctl File----------------

load data
discardfile 'c:\dis.log'
infile      'c:\csv\personal1.csv'
into table personal_expenses
fields terminated by "," 
trailing nullcols
(PURCHASE_DATE date 'mm/dd/yy',PAYEE,RUPEE_SPENT,CATEGORY,SUB_CATEGORY,DESCRIPTION)

------------- Log FIle---------------------------

SQL*Loader: Release 10.1.0.2.0 - Production on Tue Aug 11 12:29:07 2009

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

Control File:   C:\control01.ctl.txt

There are 2 data files:
Data File:      control01.ctl
  Bad File:     C:\control01.bad
  Discard File: c:\dis.log
(Allow all discards)
Data File:      c:\csv\personal.csv
  Bad File:     C:\personal.bad
  Discard File:  none specified

(Allow all discards)

Number to load: ALL
Number to skip: 0
Errors allowed: 50
Bind array:     64 rows, maximum of 256000 bytes
Continuation:    none specified
Path used:      Conventional

Table PERSONAL_EXPENSES, loaded from every logical record.
Insert option in effect for this table: INSERT
TRAILING NULLCOLS option in effect

   Column Name                  Position   Len  Term Encl Datatype
------------------------------ ---------- ----- ---- ---- ---------------------
PURCHASE_DATE                       FIRST     *   ,       DATE mm/dd/yyyy     
PAYEE                                NEXT     *   ,       CHARACTER           
RUPEE_SPENT                          NEXT     *   ,       CHARACTER           
CATEGORY                             NEXT     *   ,       CHARACTER           
SUB_CATEGORY                         NEXT     *   ,       CHARACTER           
DESCRIPTION                          NEXT     *   ,       CHARACTER           


Data File control01.ctl -

Record 1: Discarded - all columns null.
Record 3: Discarded - all columns null.
Record 5: Discarded - all columns null.
Record 2: Rejected - Error on table PERSONAL_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected

Record 4: Rejected - Error on table PERSONAL_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected

Record 6: Rejected - Error on table PERSONAL_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected

Record 7: Rejected - Error on table PERSONAL_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected

Record 8: Rejected - Error on table PERSONAL_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected

Record 9: Rejected - Error on table PERSONAL_EXPENSES, column PURCHASE_DATE.
ORA-01858: a non-numeric character was found where a numeric was expected


Data File c:\csv\personal.csv -

Record 10: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 11: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 12: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 13: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 14: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 15: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 16: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 17: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 18: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 19: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 20: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 21: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 22: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 23: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 24: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 25: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 26: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 27: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 28: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 29: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 30: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 31: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 32: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 33: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 34: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 35: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 36: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 37: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 38: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 39: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 40: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 41: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 42: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 43: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 44: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 45: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 46: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 47: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 48: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 49: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 50: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 51: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 52: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 53: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number

Record 54: Rejected - Error on table PERSONAL_EXPENSES, column RUPEE_SPENT.
ORA-01722: invalid number


MAXIMUM ERROR COUNT EXCEEDED - Above statistics reflect partial run.

Table PERSONAL_EXPENSES:
  0 Rows successfully loaded.
  51 Rows not loaded due to data errors.
  0 Rows not loaded because all WHEN clauses were failed.
  3 Rows not loaded because all fields were null.


Space allocated for bind array:                  99072 bytes(64 rows)
Read   buffer bytes: 1048576

Total logical records skipped:          0
Total logical records read:            73
Total logical records rejected:        51
Total logical records discarded:        3

Run began on Tue Aug 11 12:29:07 2009
Run ended on Tue Aug 11 12:29:08 2009

Elapsed time was:     00:00:00.55
CPU time was:         00:00:00.06

------------------------- Sample Data-----------------

04/05/09,Groceries,Withdrawal,83,Food,Groceries
05/05/09,Other,Withdrawal,50,Homeneeds,Other,,given to lali,
02/05/09,Groceries,Withdrawal,60,Food,Groceries,,Ice cream for all ,
05/05/09,Physcian,Withdrawal,400,Healthcare,Physician,,Consult to DR.ABBAS,
05/08/09,Dining Out,Withdrawal,35,Food,Dining out,,Juices,Ice cream,
05/07/09,Health,Withdrawal,120,Healthcare,Health,,Vasline Lotion,Cap Bcomplex,
05/10/09,clothing,Withdrawal,150,Homeneeds,Clothing,,Baby suit bought for Rupesh kid,
05/11/09,Physcian,Withdrawal,1500,Healthcare,Physician,,Ayurvedic Medicine from ABBASUsha,Me and Sonu,
05/11/09,Groceries,Withdrawal,55,Food,Groceries,,milk 1|2 kg, curd 1|2kg, sweet ,
05/17/09,Dining Out,Withdrawal,200,Food,Dining out,,me, sonu had dining out in bite-inkulfi,maze, special thali,

cold
05/17/09,Petorl,Withdrawal,300,Petrol,,,Petrol for CAR,
05/18/09,Health,Withdrawal,1500,Healthcare,Health,,Test : Ultrasound, Blood,
05/18/09,Physcian,Withdrawal,200,Healthcare,Physician,,ENT visit : Me,Poonam,
05/18/09,Health,Withdrawal,350,Healthcare,Health,,Medicine :-,
05/18/09,Dining Out,Withdrawal,165,Food,Dining out,,Dosa, lassi ,cold drinl ,shikanji , kulfi,
05/18/09,clothing,Withdrawal,730,Homeneeds,Clothing,,2 t shirt, 1lower , Braw , 1 purse
bindi , cluture , rubber bandlower Alok
05/21/09,Health,Withdrawal,325,Healthcare,Health,,Medicine bought for poona75+50.
Medicine start date is 21-may-09 for truboclosis,
05/21/09,Other,Withdrawal,100,Homeneeds,Other,,Rikshaw rent,
05/26/09,Internet,Withdrawal,550,Bills,Internet,,Gave sonu - 26-May-09,
05/30/09,Physcian,Withdrawal,200,Healthcare,Physician,,Dr. Sulabh Gupta consultation,
05/30/09,Groceries,Withdrawal,90,Food,Groceries,,Sweet ,
05/30/09,Party,Withdrawal,165,Leisure,Party,,Mc puff, Burger , Coke ,
05/30/09,Office food,Withdrawal,55,Food,Office food,,Lunch , Tea , Milk Bottel,
06/01/09,Medicine Alopathic,Withdrawal,538,Healthcare,Medicine Alopathic,,Poonam medicine + dendruf shampoo,
06/01/09,Fruits,Withdrawal,55,Food,Fruits,,Fruit juices + wayer bottel,
06/01/09,Gifts,Withdrawal,80,Gifts,,,sharpner, eraser,
06/01/09,Fruits,Withdrawal,55,Food,Fruits,,For poonam' home,
06/01/09,Dining Out,Withdrawal,50,Food,Dining out,,coke , curd , lays chipps,
06/04/09,Maintainance,Withdrawal,800,Maintainance,,,Bike Maintanence,
06/10/09,Medicine Alopathic,Withdrawal,250,Healthcare,Medicine Alopathic,,Medicine Sonu -- Dr Yogmaya.
06/10/09,Medicine Alopathic,Withdrawal,300,Healthcare,Medicine Alopathic,,Sonu medicine - Dr Salabh Gupta,
06/15/09,Medicine Alopathic,Withdrawal,570,Healthcare,Medicine Alopathic,,Medicine Poonam ,
06/22/09,Medicine Ayurvedic,Withdrawal,400,Healthcare,Medicine Ayurvedic,,Dr. Abbas,
06/22/09,Movies,Withdrawal,160,Leisure,Movies,,Movie -paying guest,
06/25/09,Dining Out,Withdrawal,150,Food,Dining out,,Chinees Combo+1 colddrink,
06/25/09,Internet,Withdrawal,550,Bills,Internet,,Internet payment,
06/29/09,Medical Test,Withdrawal,320,Healthcare,Medical Tests,,Blood Test :- Sonu - RA FACTOR,
06/29/09,Dining Out,Withdrawal,200,Food,Dining out,,Rasoi:- Special thali , cold drinks,
07/02/09,B'day,Withdrawal,1000,Leisure,B'day,,Mom's B'day,
07/01/09,Medicine Ayurvedic,Withdrawal,590,Healthcare,Medicine Ayurvedic,,Mine: Abbas,
07/02/09,B'day,Withdrawal,300,Leisure,B'day,,Afzal,
07/05/09,B'day,Withdrawal,1000,Leisure,B'day,,Amit B'day,
07/08/09,Travel,Withdrawal,2000,Vacation,Travel,,Trian tickets:-,
07/08/09,Dining Out,Withdrawal,1000,Food,Dining out,,During travelling to Gwalior,
07/16/09,Medicine Ayurvedic,Withdrawal,1000,Healthcare,Medicine Ayurvedic,,Dr. Abbas : Medicine Ayurvedic,
07/16/09,Petorl,Withdrawal,100,Petrol,,,For Bike,
07/17/09,Party,Withdrawal,290,Leisure,Party,,Office party : Dad earned golf medal.,
07/19/09,Other,Withdrawal,64,Homeneeds,Other,,Mother's in law--
07/20/09,Movies,Withdrawal,200,Leisure,Movies,,200 :- New York,
07/21/09,Dining Out,Withdrawal,200,Food,Dining out,,For movie,
07/21/09,clothing,Withdrawal,1700,Homeneeds,Clothing,,Sonu: 3 kurtas , one shirt usha,
07/23/09,Medicine Alopathic,Withdrawal,290,Healthcare,Medicine Alopathic,,Sonu's Medicine 10 days,
08/01/09,clothing,Withdrawal,200,Homeneeds,Clothing,,sonu leg-inns,
08/01/09,Give & take,Withdrawal,200,Bills,Give & Take,,sheetal for dress,
08/01/09,Give & take,Withdrawal,100,Bills,Give & Take,,given meenu,
08/02/09,Medicine Ayurvedic,Withdrawal,1400,Healthcare,Medicine Ayurvedic,,My Medicine from Dr Abbas,
08/03/09,Medicine Alopathic,Withdrawal,300,Healthcare,Medicine Alopathic,,Sonu's Medicine,
08/03/09,clothing,Withdrawal,100,Homeneeds,Clothing,,Stiching,
08/03/09,Cosmetics,Withdrawal,480,Homeneeds,Cosmetics,,Dio, Lipistick  Nail color tec,
08/03/09,Outdoor foods,Withdrawal,100,Food,Outdoor foods,,lassi ras mala golgappe shikangi,
08/03/09,clothing,Withdrawal,60,Homeneeds,Clothing,,Peticote,
08/03/09,Give & take,Withdrawal,200,Bills,Give & Take,,given sheetal,
08/03/09,clothing,Withdrawal,150,Homeneeds,Clothing,,leg-inns for sonu,
08/06/09,Festivals,Withdrawal,1500,Leisure,Festivals,,1500 Rakshabandhan,
08/10/09,Dining Out,Withdrawal,150,Food,Dining out,,Bikaner-chineese plater-cold drink,
08/10/09,Medicine Ayurvedic,Withdrawal,150,Healthcare,Medicine Ayurvedic,,Sonu's Archiritis Medicine,
08/10/09,Give & take,Withdrawal,1000,Bills,Give & Take,,Komal's commettie,
08/19/09,clothing,Withdrawal,350,Homeneeds,Clothing,,Sonu's kurta,
08/20/09,Medicine Alopathic,Withdrawal,360,Healthcare,Medicine Alopathic,,Sonu's Medicine prscbd dr Alok,
08/20/09,Physcian,Withdrawal,200,Healthcare,Physician,,Ortopedic fee,
08/20/09,Dining Out,Withdrawal,75,Food,Dining out,,Burger carried from office,
08/20/09,other expences,Withdrawal,300,Vacation,other expences,,Return file fee,
08/20/09,Office food,Withdrawal,55,Food,Office food,,contrey rs 20 food rs 35,
Hare krishna

RUPEE_SPENT seems to be the fourth column in your sample data.

However, your control file indicates that it is in the third column?

Toon

Tags: Database

Similar Questions

  • Error loading data using SQL loader

    I get an error message like "SQL * Loader - 350 combination illegal syntax of non-alphanumeriques characters error during loading of a file using SQL loader in RHEL." The command used to run SQL * Loader is:

    Sqlldr userid = < user name > / < password > control = data.ctl

    The control file is data.ctl:

    DOWNLOAD the data

    INFILE ' / home/oraprod/data.txt'

    Add in the table test

    {

    EmpID completed by «,»,

    fname completed by «,»,

    lname completed by «,»,

    treatment is completed with a white space

    }

    The data.txt file is:

    1, Kaushal, Hamad, 5000

    2, Chetan, Hamad, 1000

    Hopefully, my question is clear.

    Please get back with the answer to my query.

    Concerning

    Replace "{" by "("dans votre fichier de contrôle) "

    DOWNLOAD the data

    INFILE 'c:\data.txt.

    Add the emp_t table

    (

    EmpID completed by «,»,

    fname completed by «,»,

    lname completed by «,»,

    treatment is completed with a white space

    )

    C:\>sqlldr user/pwd@database control = c.ctl

    SQL * Loader: release 10.2.0.3.0 - Production on Wed Nov 13 10:10:24 2013

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

    Commit the point reached - the number of logical records 1

    Commit the point reached - the number of logical records 2

    SQL > select * from emp_t;

    EMPID, FNAME LNAME SALARY

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

    1 kone hamadi 5000

    2 Chetan Hamad 1000

    Best regards

    Mohamed Houri

  • 11.5.10.2 to R12.1.1 update: error loading of seeds for GL_DEFAS_ACCESS_SETS data: DEFINITION_ACCESS_SET = SUPER_USER_DEFAS, ORA-06508: PL/SQL: called program unit is not found

    Hello

    Version of the EBS: 11.5.10.2

    DB version: 11.2.0.3

    Version of the OS: AIX 6.1

    Under 11.5.10.2 R12.1.1 update, while implementing a merger 12.1.1 upgrade driver (u6678700.drv), we got below error:

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    ATTENTION: All workers have failed or are pending:

    IMPOSSIBLE: folder glsupdas.ldt worker 3.

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    drix10: / fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log > tail-20 adwork003.log

    Restart the task that failed and has been corrected.

    Time, when the worker restarted job: Wednesday, August 7, 2013 10:36:14

    Loading data using FNDLOAD.

    FNDLOAD APPS / * 0 DOWNLOAD @SQLGL:patch/115/import/glnlsdas.lct @SQLGL:patch/115/import/US/glsupdas.ldt -.

    Connecting to applications... Successfully connected.

    Call the function FNDLOAD.

    Returned by the function FNDLOAD.

    Log file: /fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log/US_glsupdas_ldt.log

    FNDLOAD of error function call.

    When the worker has no time: Wednesday, August 7, 2013 10:36:14

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    drix10: / fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log > tail-20 US_glsupdas_ldt.log

    Current system time is sea Aug 7 10:36:14 2013

    Download from data file /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt

    Changing environment NLS_LANGUAGE AMERICA database

    Dumping from the LCT/LDT files (/ fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/glnlsdas.lct(120.0), fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt) to the staging tables

    Dumping file fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/glnlsdas.lct(120.0 LCT) in FND_SEED_STAGE_CONFIG

    Dumping LDT file /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt in FND_SEED_STAGE_ENTITY

    Dumped the lot (GL_DEFAS_ACCESS_SETS SUPER_USER_DEFAS, GL_DEFAS_ACCESS_SETS SUPER_USER_DEFAS) in FND_SEED_STAGE_ENTITY

    Download of the staging tables

    Error loading of seeds for GL_DEFAS_ACCESS_SETS data: DEFINITION_ACCESS_SET = SUPER_USER_DEFAS, ORA-06508: PL/SQL: called program unit is not found

    Simultaneous request ended

    Current system time is sea Aug 7 10:36:14 2013

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Hello

    Please, recreate the specification and body of the respective package and try:

    -Navigate to $GL_TOP, patch, 115, sql

    -Connected as a user of the applications.

    sqlplus Oracle@Amazon sql apps]

    SQL * more: version 10.1.0.5.0 - Production Wed Aug 7 13:53:33 2013

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

    Enter the password:

    Connected to:

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production

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

    SQL > @glistdas.pls

    Addition of PL/SQL package for gl_defas_access_sets_pkg specifications

    Package created.

    Validation complete.

    ...

    ..

    SQL > @glistdab.pls

    Addition of the PL/SQL package for gl_defas_access_sets_pkg body

    Package body created.

    Validation complete.

    See if this helps you, validation of the object.

    Better subject.

  • ORA-02374: error loading conversion table / ORA-12899: value too large for column

    Hi all.

    Yesterday I got a dump of a database that I don't have access and Production is not under my administration. This release was delivered to me because it was necessary to update a database of development with some new records of the Production tables.

    The Production database has NLS_CHARACTERSET = WE8ISO8859P1 and development database a NLS_CHARACTERSET = AL32UTF8 and it must be in that CHARACTER set because of the Application requirements.

    During the import of this discharge, two tables you have a problem with ORA-02374 and ORA-12899. The results were that six records failed because of this conversion problem. I list the errors below in this thread.

    Read the note ID 1922020.1 (import and insert with ORA-12899 questions: value too large for column) I could see that Oracle gives an alternative and a workaround that is to create a file .sql with content metadata and then modifying the columns that you have the problem with the TANK, instead of BYTE value. So, as a result of the document, I done the workaround and generated a discharge .sql file. Read the contents of the file after completing the import that I saw that the columns were already in the CHAR value.

    Does anyone have an alternative workaround for these cases? Because I can't change the CHARACTER set of the database the database of development and Production, and is not a good idea to keep these missing documents.

    Errors received import the dump: (the two columns listed below are VARCHAR2 (4000))

    ORA-02374: error loading «PPM» conversion table "" KNTA_SAVED_SEARCH_FILTERS ".

    ORA-12899: value too large for column FILTER_HIDDEN_VALUE (real: 3929, maximum: 4000)

    "ORA-02372: row data: FILTER_HIDDEN_VALUE: 5.93.44667. (NET. (UNO) - NET BI. UNO - Ambiente tests '

    . . imported "PPM". "' KNTA_SAVED_SEARCH_FILTERS ' 5,492 MB 42221 42225-offline

    ORA-02374: error loading «PPM» conversion table "" KDSH_DATA_SOURCES_NLS ".

    ORA-12899: value too large for column BASE_FROM_CLAUSE (real: 3988, maximum: 4000)

    ORA-02372: row data: BASE_FROM_CLAUSE: 0 X '46524F4D20706D5F70726F6A6563747320700A494E4E455220 '.

    . . imported "PPM". "' KDSH_DATA_SOURCES_NLS ' lines 229 of the 230 308.4 KB

    Thank you very much

    Bruno Palma

    Even with the semantics of TANK, the bytes for a column VARCHAR2 max length is 4000 (pre 12 c)

    OLA Yehia makes reference to the support doc that explains your options - but essentially, in this case with a VARCHAR2 (4000), you need either to lose data or change your data type of VARCHAR2 (4000) to CLOB.

    Suggest you read the note.

  • Path to the JVM - error loading jvm.dll

    I am a new installation on the following:

    Windows 2008 R2 service pack 1

    CF company 9.0.2

    Installation of single Web using IIS server

    SQL Server

    I get a "" error loading: C:\Program Files\Java\jdk1.7.0_06\jre\bin\server\jvm.dll ' when you try to replace the JRE comes with a newer version that I downloaded and installed from Oracle. "

    I checked the location is OK and escaped the obliques correctly.

    Java.Home=C:\\Program Files\\Java\\jdk1.7.0_06\\jre.

    I believe that I have the Windows fix the permissions to the location of the c.. location of \program files (the same as for the location of Coldfusion9 folders).

    Any thoughts?

    Thanks in advance.

    Libby H.

    Something I have published before but can't find the thread just now so here's still Libby for your benefit.

    The SDK download developer Oracle Java 6 (not running and no 7):

    http://www.Oracle.com/technetwork/Java/javase/downloads/index.html

    Java JDK 1.6.0_34 is underway.

    Install via run the EXE download - default installation will be fine.

    Stop the CF - stop SERVICES.msc "ColdFusion 9 application server.

    Take a copy of CF\runtime\bin\jvm.config - so you have a backup.

    Change the line CF\runtime\bin\jvm.config find "java.home =" and comment it for example:

    #java.home=C:/ColdFusion9/runtime/jre

    Add the new line like and save next:

    Java.Home = C: / Program Files/Java/jdk1.6.0_34/jre

    Note he slashes and the location of the JRE (runtime): you must point to that of JDK, because the other JRE in C:\Program Files\Java\jre6 will be missing a DLL.

    Start CF via SERVICES.msc.

    Cordially, Carl.

  • the impdp error: ORA-02374: conversion error loading table

    Hello

    I'm trying to convert the WE8ISO8859P1 character set AL32UTF8 using expdp/impdp. for this I first convert WE8ISO8859P1 WE8MSWIN1252 in source DB to get rid of the data "lossy." I created new (target) database with character set AL32UTF8 and nls_length_semantics = "CHAR" and donated all the tablespaces as source DB with auoexend. I took a full export (expdp) source DB excluding the TABLESPACE, STATISTICS, INDEXES, CONSTRAINTS, REF_CONSTRAINT and imported using impdp to target DB. I found error below in the import log file:

    ORA-02374: error loading «SCTCVT» conversion table "" SPRADDR_CVT ".
    ORA-26093: size of the input data column (44) exceeds the maximum input size (40)
    ORA-02372: row data: CONVERT_STREET_LINE1: 0 X '20202020202020202020202020202020202020202020202020'

    I checked with a select query on the two DBs with inferior results.

    Source D:
    04:58:42 SQL > select count (*) of "SCTCVT". "" SPRADDR_CVT ";

    COUNT (*)
    --------
    74553

    target DB:
    04: 59:24 SQL > select count (*) of "SCTCVT". "" SPRADDR_CVT ";

    COUNT (*)
    --------
    74552


    Please suggest me a solution to this.


    Thank you and best regards.

    Edited by: user12045167 may 9, 2011 22:39

    I think that, if you change your column of the table length CONVERT_STREET_LINE1 this help you.

    alter table "SCTCVT"."SPRADDR_CVT" modify (CONVERT_STREET_LINE1 varchar2(50));
    
  • Error loading configuration in the repository data

    Hi all.
    I installed Oracle 11 g R2 on Windows 2008 Server.
    After that, I can't download the agent for a database.
    Any comments please.
    Thank you for your comments advense.
    Here is the Log file:

    .......
    ......
    ....
    .....
    March 9, 2011 14:19:46 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Discover sql user: declare repos_pwd varchar2 (30); view_user varchar2 (30); view_user_pwd varchar2 (30); view_user_acc_status varchar2 (30); begin repos_pwd: =?; SYSMAN.mgmt_view_priv.get_view_user (view_user); Select account_status from the view_user_acc_status of sys.dba_users where upper (username) = high (view_user); If view_user_acc_status like "% LOCKED" THEN immediate "change user" | view_user | 'unlock account'; END IF; IF view_user_acc_status like "% EXPIRED %" THEN sysman.mgmt_view_priv.set_view_user_creds (repos_pwd); SYSMAN.mgmt_view_priv. GET_VIEW_USER_CREDS (view_user, view_user_pwd); run immediately "edit user" | view_user | ' identified by ' | view_user_pwd | ''; END IF; end;
    March 9, 2011 14:19:46 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value has been set for the ORACLE_HOSTNAME parameter.
    March 9, 2011 14:19:46 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Begin execution: CMD /C D:\app\DBAdministrator\product\11.2.0\dbhome_1\sysman\admin\scripts\emca\emcaDbUtil.bat "D:\app\DBAdministrator\product\11.2.0\dbhome_1\sysman\admin\scripts;D:\app\DBAdministrator\product\11.2.0\dbhome_1\bin"; D:/app/DBAdministrator/Product/11.2.0/dbhome_1/perl/bin\perl.exe D:\app\DBAdministrator\product\11.2.0\dbhome_1\sysman\admin\scripts\emca\emcaDbUtil.pl D:\app\DBAdministrator\product\11.2.0\dbhome_1 "(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = FinaOra-ground)(PORT=1521))) (CONNECT_DATA = (SERVICE_NAME = finaoradb)))" SYS SYSDBA declare repos_pwd varchar2 (30); view_user varchar2 (30); view_user_pwd varchar2 (30); view_user_acc_status varchar2 (30); begin repos_pwd: =?; SYSMAN.mgmt_view_priv.get_view_user (view_user); Select account_status from the view_user_acc_status of sys.dba_users where upper (username) = high (view_user); If view_user_acc_status like "% LOCKED" THEN immediate "change user" | view_user | 'unlock account'; END IF; IF view_user_acc_status like "% EXPIRED %" THEN sysman.mgmt_view_priv.set_view_user_creds (repos_pwd); SYSMAN.mgmt_view_priv. GET_VIEW_USER_CREDS (view_user, view_user_pwd); run immediately "edit user" | view_user | ' identified by ' | view_user_pwd | ''; END IF; end; FINAORADB 1 SYSMAN_PWD
    March 9, 2011 14:19:49 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Output value 0
    March 9, 2011 14:19:49 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Running CMD /C D:\app\DBAdministrator\product\11.2.0\dbhome_1\sysman\admin\scripts\emca\emcaDbUtil.bat "D:\app\DBAdministrator\product\11.2.0\dbhome_1\sysman\admin\scripts;D:\app\DBAdministrator\product\11.2.0\dbhome_1\bin"; D:/app/DBAdministrator/Product/11.2.0/dbhome_1/perl/bin\perl.exe D:\app\DBAdministrator\product\11.2.0\dbhome_1\sysman\admin\scripts\emca\emcaDbUtil.pl D:\app\DBAdministrator\product\11.2.0\dbhome_1 "(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = FinaOra-ground)(PORT=1521))) (CONNECT_DATA = (SERVICE_NAME = finaoradb)))" SYS SYSDBA declare repos_pwd varchar2 (30); view_user varchar2 (30); view_user_pwd varchar2 (30); view_user_acc_status varchar2 (30); begin repos_pwd: =?; SYSMAN.mgmt_view_priv.get_view_user (view_user); Select account_status from the view_user_acc_status of sys.dba_users where upper (username) = high (view_user); If view_user_acc_status like "% LOCKED" THEN immediate "change user" | view_user | 'unlock account'; END IF; IF view_user_acc_status like "% EXPIRED %" THEN sysman.mgmt_view_priv.set_view_user_creds (repos_pwd); SYSMAN.mgmt_view_priv. GET_VIEW_USER_CREDS (view_user, view_user_pwd); run immediately "edit user" | view_user | ' identified by ' | view_user_pwd | ''; END IF; end; FINAORADB 1 SYSMAN_PWD completed successfully
    March 9, 2011 14:19:49 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Arguments passed D:\app\DBAdministrator\product\11.2.0\dbhome_1 (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = FinaOra-ground)(PORT=1521))) (CONNECT_DATA = (SERVICE_NAME = finaoradb))) SYS SYSDBA declare repos_pwd varchar2 (30); view_user varchar2 (30); view_user_pwd varchar2 (30); view_user_acc_status varchar2 (30); begin repos_pwd: =?; SYSMAN.mgmt_view_priv.get_view_user (view_user); Select account_status from the view_user_acc_status of sys.dba_users where upper (username) = high (view_user); If view_user_acc_status like "% LOCKED" THEN immediate "change user" | view_user | 'unlock account'; END IF; IF view_user_acc_status like "% EXPIRED %" THEN sysman.mgmt_view_priv.set_view_user_creds (repos_pwd); SYSMAN.mgmt_view_priv. GET_VIEW_USER_CREDS (view_user, view_user_pwd); run immediately "edit user" | view_user | ' identified by ' | view_user_pwd | ''; END IF; end; FINAORADB 1 SYSMAN_PWD

    Connect to the database using string (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = FinaOra-ground)(PORT=1521))) (CONNECT_DATA = (SERVICE_NAME = finaoradb))) D:\app\DBAdministrator\product\11.2.0\dbhome_1 House with the role of 'SYS' user 'SYSDBA '.
    connected to the database.
    To run SQL declare repos_pwd varchar2 (30); view_user varchar2 (30); view_user_pwd varchar2 (30); view_user_acc_status varchar2 (30); begin repos_pwd: =?; SYSMAN.mgmt_view_priv.get_view_user (view_user); Select account_status from the view_user_acc_status of sys.dba_users where upper (username) = high (view_user); If view_user_acc_status like "% LOCKED" THEN immediate "change user" | view_user | 'unlock account'; END IF; IF view_user_acc_status like "% EXPIRED %" THEN sysman.mgmt_view_priv.set_view_user_creds (repos_pwd); SYSMAN.mgmt_view_priv. GET_VIEW_USER_CREDS (view_user, view_user_pwd); run immediately "edit user" | view_user | ' identified by ' | view_user_pwd | ''; END IF; end;
    noOfParams to bind: 1.
    run SQL.

    March 9, 2011 14:19:49 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Account unlocked mgmt_view
    March 9, 2011 14:19:49 oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Managed to unlock mgmt_view account
    March 9, 2011 14:19:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value has been set for the ORACLE_HOSTNAME parameter.
    March 9, 2011 14:19:49 oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Download of the configuration in the repository of EM data (this may take a while)...
    March 9, 2011 14:22:54 oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    CONFIG: Error loading configuration in the repository data
    oracle.sysman.emdrep.config.ConfigurationException: FATAL Exceptions of Configuration

    at oracle.sysman.emdrep.config.EMSchemaConfiguration.perform(EMSchemaConfiguration.java:232)
    at oracle.sysman.emcp.EMReposConfig.uploadConfigDataToRepository(EMReposConfig.java:699)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:385)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:583)
    at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:139)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
    at oracle.sysman.assistants.dbca.backend.PostDBConfigureStep.executeImpl(PostDBConfigureStep.java:269)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    to oracle.sysman.assistants.util.step.StepContext$ ModeRunner.run (StepContext.java:2667)
    at java.lang.Thread.run(Thread.java:595)
    March 9, 2011 14:22:54 oracle.sysman.emcp.EMReposConfig invoke
    NEWS: Check the log to D:\app\DBAdministrator\cfgtoollogs\emca\finaoradb\emca_repos_config_ file < date > .log for more details.
    March 9, 2011 14:22:54 oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error download configuration in the repository data
    March 9, 2011 14:22:54 oracle.sysman.emcp.EMConfig perform
    SEVERE: Error download configuration in the repository data
    See the log file at D:\app\DBAdministrator\cfgtoollogs\dbca\finaoradb\emConfig.log for more details.
    March 9, 2011 14:22:54 oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: error loading configuration in the repository data
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:397)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:583)
    at oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:139)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
    at oracle.sysman.assistants.dbca.backend.PostDBConfigureStep.executeImpl(PostDBConfigureStep.java:269)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    to oracle.sysman.assistants.util.step.StepContext$ ModeRunner.run (StepContext.java:2667)
    at java.lang.Thread.run(Thread.java:595)
    March 9, 2011 14:22:54 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoration of oracle.installer.oui_loc to D:\app\DBAdministrator\product\11.2.0\dbhome_1\oui

    PL see MOS Doc 1233913.1 ("error downloading Configuration for the data repository" when you configure dbconsole) for the solution

    HTH
    Srini

  • "Error loading operating sytem!" on Satellite A55

    I'm going to reformat Toshiba Satellite A55 Series for Windows XP. It is said that he cannot reformat the C drive and HDD may be damaged and to quit smoking just press F3, and then I press F3.
    But it said "error loading operation of the sytem!

    What should I do to fix this? Anyone who can help me what about this one?

    Thank you!

    Hello

    If the hard disk is damaged there is a single Exchange of hard drive solution. For this laptop model hard drive isn't cheap and I think that it is better and easier to solve this problem.

  • Satellite L300D: error loading operating system - Ubuntu Linux

    The easiest way, you could any body help me with "error loading operating system"!
    Completely screwed?

    have you checked whether your CD s severe correctly?
    What distribution you install?

  • Error loading on my satellite 4080CDT

    Impossible to restart my 4080CDT satellite directly.
    The message is:

    Error loading! Press any key to restart

    I was finally able to restart with a floppy disk 1.44Mo on three files which are: bootfont.ini, ndetect.com, ntldr and boot.ini.

    Without this startup disk, the message load error.
    Can someone help me?
    Thank you.

    Hi manu1,.

    Here's a solution:
    -try to boot in the saving Mode option;
    -in the Mode of economy option delete content
    of the following cards: Temp, the browser Cache, history,.
    Web pages offline, temporary Internet files, recent;
    -move your temporary Autoexec.bat file somewhere else as another card;
    -use the disk cleanup tool.
    -Reboot your system;
    -Check your system with a Virusscanner update after you fix the problem.
    After is it possible to restart without rebootdisk?
    Let me know,
    Good luck

    Stef

  • Cannot connect - error loading the database...

    Hello

    Since last night find it me impossible to log in on my Skype.

    He puts me "error loading the database. Skype." It is possible that another instance of Skype to use it.

    I have reinstalled Skype, restart my pc, close all programs that could use it.

    My husband get a leverage son skpe without pb so it comes well d a pb with my nickname... going to Word of the change back I. Despite all this, I still have the same message that appears! 1

    did anyone have the same pb? and how he made it?

    Please pour your help!

    Rrbonjour

    so I did well the manip: Task Manager, process shutdown Skype.

    then relaunch the application, but it gives me the same result...

    I made a new system more earlier but it's restore gives me the same result...

    I asked a third person open my account on another pc and ca works... so it just my pc, not a hacking, (already it reassures me!)

    My spouse does so well to open Skype with his nickname but I still nothing.

    Application rattachee a Skype name can she used Lun?

  • Satellite L300-20W - "error loading operating system"

    When I turn on my laptop, the Toshiba screen charge then it will a blank black screen with a white underscore flashing in the upper left.

    A few seconds later this message appears in the upper left corner "error loading operating system" I watched v online on how to solve this problem, but all that happens is complicated jargon.
    Anyone know how I can remedy this in simple terms?
    See you soon

    Hello

    I can't say with certainty what may be the problem but maybe HDD (hard drive) is a troublemaker.

    Start your laptop and press F2 to enter the BIOS settings. Check if the HARD drive is recognized and registered properly on the page. Load the settings by default using F10, then restart your laptop.

    The same thing happens again?

  • Re: Satellite A300 - error loading operating system

    Hi, I have a computer laptop satellite a300 and when I boot the system I get an error message "Error loading operating system" - if some kind posters can help me on this issue, it would be much appreciated.

    Thank you

    Don

    The BIOS recognize the drive? Check in the BIOS.

    You can start in safe mode?
    If you go into the advanced boot menu, select Repair my computer, and then select Toshiba Recovery option. This procedure reinstalls the operating system.

    This feature is only available with a preinstallation of Windows Vista. If you have Windows XP, you must use the CD.

  • Error loading C;\users\Toshiba\appData\Local\SMBDP.dll

    Can someone help me?
    Once I start, I get a message that says: error loading C;\users\Toshiba\appData\Local\SMBDP.dll, then the module is not found.
    I tried everything but can't get rid of it,

    I asked for help online, but he told me to buy a tune-up utilities, but I already have untilities tune-up and have run through completely but it always does'nt work.

    Help, please.

    Hello

    TO be honest, this file is unknown to me. I searched using Google, but I couldn't find anything :(

    You can try a system restore to an earlier point or what have you done since you got this error message?

  • displ1.dll error loading of worksheet

    Just before a work critical time that we started getting an error loading Dasylab 10.0.3 spreadsheets.  It was one of those things "windows has encountered an error and needs to close."  Looking at the details it is said that the problem was with displ1.dll.

    He is our saved records unusable because they could no longer be loaded into Dasylab without the occurrence of the accident.

    I finally got around the problem of removal of displ1.dll in the folder \windows\program files\dasylab 10 then run Dasylab.

    This allowed me to open our existing worksheets, but with a red cross on modules as required displ1.dll - including the table of yt and the list.  If I deleted these modules, I could at least save and reuse the leaves of calculation (but without our list and graphical views).

    My quick workaround solution had to then restore displ1.dll and reload Dasylab.  I could now open my old worksheets - because they had none of the modules requiring a displ1.dll in them.  Before my acquisition of data, I could then manually add the table yt and the list shows and then begin the work.  No problem as long as I did not save the worksheet with a list or table of yt - if I do so then I would get the same error as previously not described.  So with a short time (a few hours) I came with a 75% on solution work that required minimum re - work whenever we wanted to use the spreadsheet.

    Has anyone encountered this problem before and why is this happeneing?

    In my initial confusion, I uninstalled Dasylab then re-installed as 10.0.1 to see what would happen.  Still received the error of displ1.dll.  Then I applied SP2 to resume installation to 10.0.3 and it still doesn't work.  I note that there is a new version of displ1.dll in SP2.

    We used 10 Dasylab for several years with the same hardware DAQ (IOtech Wavebooks) for several years now without any problem - how is this problem appeared seemingly from nowhere?

    Andy Phillips

    OK... my research says that the bug you described is fixed in V10.0.3.

    Then, go towww.mccdaq.com and ask for support. Please indicate in the text that CJ has asked you to do, so that they will assign it to me.

    I have the following of you:

    -copy of the worksheet

    -the list of the DAQ hardware used by the worksheet

    -l' help-> report of DASYLab

    I need to check that you did not find a new unique bug...

  • Error loading lvdaq.dll

    Hello forum of Discussion of LabView.

    I am currently using LabView 2009. My Research Director has tried to open the files inherited from Labview 7.1 on the more modern version, without success. After doing a little research, I found that I had to download traditional DAQ in order to get the latest version of LabView to open the older file. First, I downloaded the DAQ for 7.4.1 and installed with setup.exe, after which I tried to open the program. I got the «error loading lvdaq.dll...» Error in initialization failed". I then downloaded 7.4.4, thinking that maybe it would be a better version. Same mistake. I'm now downloading version 7.1 (a previous DAQ inherited), thinking that maybe the version numbers should equal to the origin of the old Legacy DAQ file I have to run it. I hope that it will work (and if that's the case I'll just delete my post), however if it isn't, I'll update my post and I hope to help to know what to do.

    Thank you in advance for any help.


Maybe you are looking for

  • Tecra 8200 docking station

    Hello @ all! I have a Tecra 8200 laptop computer and want to install a Docking Station. I built everything in. But I had a big problem: When I take the laptop in docking station that has contact with the Docking Station, the laptop can not find a PCI

  • Satellite L670-112 - fan is strong enough

    Hello! So, I started having problems with my fan and I'm not sure but I think since I've updated the BIOS to version 1.50. My fan is strong enough, and my CPU temp is always about 45-50 °, what should be normal, but my fan is still about 70%, and it

  • reallocate ram windows xp 32-bit

    I have windows xp 32-bit and install 4 GB of ram. He acknowledges only 2.99 GB. How can I reallocate the other 1 GB for my graphics?

  • The integration with third-party tools

    Hi all I have a question. I am to enter my vFoglight alerts in a third-party tool. My foglight server is a windows box, so I am using windows scripting and I installed the last integration Foglight cartridge. I'm trying to get Foglight to send alerts

  • USB 2.0 drives not recognized since the latest Windows updates

    I tried 4 different USB 2.0 on 4 different and no computers drives won't recognize readers for the latest Automatic updates. 1 PC with Win 7 64-bit all service packs 2 computer laptop w / Win 7 32 bit all service packs 3 laptop w / Win 7 64-bit all s