SHP2SDO and SQLLDR error.

Hi,
I've got a ESRI shape file and i've been trying to load into oracle 9i by converting it with shp2sdo and loading it with Sql loader. but i keep getting a features rejected. the following is the SQLLDR log file.
Ive converted the same shape file to a mapinfo tab file and it loads fine through Easyloader. Any ideas what might be going wrong?
Thanks,
John.
SQL*Loader: Release 9.2.0.1.0 - Production on Thu Aug 19 10:39:09 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Control File: tblriversubbasins.ctl
Data File: tblRiverSubBasins.dat
Bad File: tblRiverSubBasins.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: 1:1 = 0X23(character '#'), in next physical record
Path used: Conventional
Table TBLRIVERSUBBASINS, loaded from every logical record.
Insert option in effect for this table: TRUNCATE
TRAILING NULLCOLS option in effect
Column Name Position Len Term Encl Datatype
MI_PRINX FIRST * | CHARACTER
NAME NEXT * | CHARACTER
NULL if NAME = BLANKS
MS_CD NEXT * | CHARACTER
NULL if MS_CD = BLANKS
EU_CD NEXT * | CHARACTER
NULL if EU_CD = BLANKS
DIST_CD NEXT * | CHARACTER
NULL if DIST_CD = BLANKS
AREAKM2 NEXT * | CHARACTER
FORDER NEXT * | CHARACTER
TYPE NEXT * | CHARACTER
NULL if TYPE = BLANKS
SEG_CD_T NEXT * | CHARACTER
NULL if SEG_CD_T = BLANKS
GEOLOC DERIVED * COLUMN OBJECT
*** Fields in GEOLOC
SDO_GTYPE NEXT * | CHARACTER
SDO_SRID NEXT * | CHARACTER
SDO_ELEM_INFO DERIVED * VARRAY
Terminator string : '|/'
*** Fields in GEOLOC.SDO_ELEM_INFO
X FIRST * | CHARACTER
*** End of fields in GEOLOC.SDO_ELEM_INFO
SDO_ORDINATES DERIVED * VARRAY
Terminator string : '|/'
*** Fields in GEOLOC.SDO_ORDINATES
X FIRST * | CHARACTER
*** End of fields in GEOLOC.SDO_ORDINATES
*** End of fields in GEOLOC
Record 592: Rejected - Error on table TBLRIVERSUBBASINS, column GEOLOC.SDO_ELEM_INFO.X.
error converting data
ORA-01722: invalid number
Table TBLRIVERSUBBASINS:
995 Rows successfully loaded.
1 Row not loaded due to data errors.
0 Rows not loaded because all WHEN clauses were failed.
0 Rows not loaded because all fields were null.
Space allocated for bind array: 215168 bytes(64 rows)
Read buffer bytes: 1048576
Total logical records skipped: 0
Total logical records read: 996
Total logical records rejected: 1
Total logical records discarded: 0
Run began on Thu Aug 19 10:39:09 2004
Run ended on Thu Aug 19 10:39:25 2004
Elapsed time was: 00:00:16.86
CPU time was: 00:00:04.20

Hi,
Thanks for all your input.
I've tried setting the NLS_LANG reg entry but it made no difference, I previously had set the NLS_LANG variable at the HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE level, Which one is correct?
The control file is as follows:
LOAD DATA
INFILE tblRiverSubBasins.dat
TRUNCATE
CONTINUEIF NEXT(1:1) = '#'
INTO TABLE TBLRIVERSUBBASINS
FIELDS TERMINATED BY '|'
TRAILING NULLCOLS (
MI_PRINX INTEGER EXTERNAL,
NAME      NULLIF NAME = BLANKS,
MS_CD      NULLIF MS_CD = BLANKS,
EU_CD      NULLIF EU_CD = BLANKS,
DIST_CD      NULLIF DIST_CD = BLANKS,
AREAKM2,
fORDER,
TYPE      NULLIF TYPE = BLANKS,
SEG_CD_T      NULLIF SEG_CD_T = BLANKS,
GEOLOC COLUMN OBJECT
SDO_GTYPE INTEGER EXTERNAL,
SDO_SRID INTEGER EXTERNAL,
SDO_ELEM_INFO VARRAY TERMINATED BY '|/'
(X FLOAT EXTERNAL),
SDO_ORDINATES VARRAY TERMINATED BY '|/'
(X FLOAT EXTERNAL)
below is the SQL script created by shp2sdo to create the table:
-- tblRiverSubBasins.sql
-- This script creates the spatial table.
-- Execute this script before attempting to use SQL*Loader
-- to load the tblRiverSubBasins.ctl file.
-- This script will also populate the USER_SDO_GEOM_METADATA table.
-- Loading the .ctl file will populate the TBLRIVERSUBBASINS table.
-- To load the .ctl file, run SQL*Loader as follows
-- substituting appropriate values:
-- sqlldr username/password tblRiverSubBasins.ctl
-- After the data is loaded in the TBLRIVERSUBBASINS table, you should
-- migrate polygon data and create the spatial index
-- Creation Date : Thu Aug 19 10:33:34 2004
-- Copyright 1999, 2004 Oracle Corporation
-- All rights reserved
DROP TABLE TBLRIVERSUBBASINS;
CREATE TABLE TBLRIVERSUBBASINS (
MI_PRINX      NUMBER(38)
     PRIMARY KEY,
NAME      VARCHAR2(100),
MS_CD      VARCHAR2(22),
EU_CD      VARCHAR2(24),
DIST_CD      VARCHAR2(24),
AREAKM2      NUMBER,
fORDER      NUMBER,
TYPE      VARCHAR2(22),
SEG_CD_T      VARCHAR2(12),
MI_STYLE VARCHAR2(254 BYTE),
GEOLOC      MDSYS.SDO_GEOMETRY);
DELETE FROM USER_SDO_GEOM_METADATA
WHERE TABLE_NAME = 'TBLRIVERSUBBASINS' AND COLUMN_NAME = 'GEOLOC' ;
INSERT INTO USER_SDO_GEOM_METADATA (TABLE_NAME, COLUMN_NAME, DIMINFO, SRID)
VALUES ('TBLRIVERSUBBASINS', 'GEOLOC',
MDSYS.SDO_DIM_ARRAY
(MDSYS.SDO_DIM_ELEMENT('X', -180.000000000, 180.000000000, 0.500000000),
MDSYS.SDO_DIM_ELEMENT('Y', -90.000000000, 90.000000000, 0.500000000)
82086);
COMMIT;
The bad file contains the following:
060.000000|
#98600.000000|313060.000000|98600.000000|313080.000000|
#98580.000000|313080.000000|98580.000000|313100.000000|
#98420.000000|313100.000000|98420.000000|313120.000000|
#98400.000000|313120.000000|98400.00000
313140.00
00|
#98
0.000000|313140.000000|98380.000000|313160.000000|
#98
0.000000|313160.000000|98360.000000|313180.000000|
#98
0.000000|313180.000000|98320.000000|313220.000000|
#98
0.000000|313220.000000|98300.000000|313260.000000|
#98
0.000000|313260.000000|98280.000000|313300.000000|
#98
0.000000|313300.000000|98260.000000|313340.000000|
#98
0.000000|313340.000000|98280.000000|313420.000000|
#98
0.000000|313420.000000|98260.000000|313480.000000|
#98
0.000000|313480.000000|98180.000000|313580.000000|
#98
0.000000|313580.000000|98200.000000|313660.000000|
#98
0.000000|313660.000000|98180.000000|313680.000000|
#98
0.000000|313680.000000|98160.000000|313700.000000|
#98
0.000000|313800.000000|98180.000000|313800.000000|
#98
0.000000|313840.000000|98200.000000|313840.000000|
#98
0.000000|313880.000000|98220.000000|313880.000000|
#98
#93100.000000|334660.000000|93080.000000|334660.000000|
#93080.000000|334540.000000|93060.000000|334540.000000|
#93060.000000|334220.000000|93040.000000|334220.000000|
#93040.000000|334160.000000|93020.000000|334160.000000|
#93020.000000|334120.000000|93000.000000|334120.000000|
#93000.000000|334100.000000|92980.000000|334100.000000|
#92980.000000|334060.000000|92960.000000|334060.000000|
#92960.000000|334040.000000|92920.000000|334040.000000|
#92920.000000|334000.000000|92900.000000|334000.000000|
#92900.000000|333980.000000|92880.000000|333980.000000|
#92880.000000|333940.000000|92860.000000|333940.000000|
#92860.000000|333920.000000|92840.000000|333920.000000|
#92840.000000|333900.000000|92820.000000|333900.000000|
#92820.000000|333860.000000|92800.000000|333860.000000|
#92800.000000|333820.000000|92780.000000|333820.000000|
#92780.000000|333780.000000|92620.000000|333780.000000|
#92620.000000|333800.000000|92600.000000|333800.000000|
#92600.000000|333820.000000|92540.000000|333820.000000|
#92540.000000|333840.000000|92480.000000|333840.000000|
#92480.000000|333860.000000|91980.000000|333860.000000|
#91980.000000|333840.000000|91940.000000|333840.000000|
#91940.000000|333860.000000|91820.000000|333860.000000|
#91820.000000|333880.000000|91640.000000|333880.000000|
#91640.000000|333900.000000|91540.000000|333900.000000|
#91540.000000|333920.000000|91480.000000|333920.000000|
#91480.000000|333940.000000|91460.000000|333940.000000|
#91460.000000|333960.000000|91440.000000|333960.000000|
#91440.000000|333980.000000|91420.000000|333980.000000|
#91420.000000|334000.000000|91400.000000|334000.000000|
#91400.000000|334020.000000|91380.000000|334020.000000|
#91380.000000|334040.000000|91360.000000|334040.000000|
#91360.000000|334060.000000|91340.000000|334060.000000|
#91340.000000|334080.000000|91320.000000|334080.000000|
#91320.000000|334100.000000|91300.000000|334100.000000|
#91300.000000|334120.000000|91280.000000|334120.000000|
#91280.000000|334140.000000|91260.000000|334140.000000|
#91260.000000|334160.000000|91240.000000|334160.000000|
#91240.000000|334180.000000|91220.000000|334180.000000|
#91220.000000|334200.000000|91200.000000|334200.000000|
#91200.000000|334220.000000|91180.000000|334220.000000|
#91180.000000|334240.000000|91160.000000|334240.000000|
#91160.000000|334360.000000|91140.000000|334360.000000|
#91140.000000|334380.000000|91120.000000|334380.000000|
#91120.000000|334400.000000|91080.000000|334400.000000|
#91080.000000|334440.000000|91060.000000|334440.000000|
#91060.000000|334460.000000|91040.000000|334460.000000|
#91040.000000|334500.000000|91060.000000|334500.000000|
#91060.000000|334760.000000|91080.000000|334760.000000|
#91080.000000|334780.000000|91120.000000|334780.000000|
#91120.000000|334800.000000|91140.000000|334800.000000|
#91140.000000|334820.000000|91200.000000|334820.000000|
#91200.000000|334840.000000|91220.000000|334840.000000|
#91220.000000|334880.000000|91240.000000|334880.000000|
#91240.000000|334900.000000|91260.000000|334900.000000|
#91260.000000|334940.000000|91280.000000|334940.000000|
#91280.000000|334960.000000|91300.000000|334960.000000|
#91300.000000|334980.000000|91340.000000|334980.000000|
#91340.000000|335000.000000|91360.000000|335000.000000|
#91360.000000|335020.000000|91380.000000|335020.000000|
#91380.000000|335040.000000|91400.000000|335040.000000|
#91400.000000|335060.000000|91420.000000|335060.000000|
#91420.000000|335080.000000|91480.000000|335080.000000|
#91480.000000|335100.000000|91500.000000|335100.000000|
#91500.000000|335120.000000|91520.000000|335120.000000|
#91520.000000|335180.000000|91540.000000|335180.000000|
#91540.000000|335220.000000|91560.000000|335220.000000|
#91560.000000|335240.000000|91580.000000|335240.000000|
#91580.000000|335300.000000|91600.000000|335300.000000|
#91600.000000|335320.000000|91620.000000|335320.000000|
#91620.000000|335340.000000|91640.000000|335340.000000|
#91640.000000|335360.000000|91660.000000|335360.000000|
#91660.000000|335400.000000|91680.000000|335400.000000|
#91680.000000|335420.000000|91700.000000|335420.000000|
#91700.000000|335440.000000|91720.000000|335440.000000|
#91720.000000|335460.000000|91740.000000|335460.000000|
#91740.000000|335480.000000|91760.000000|335480.000000|
#91760.000000|335500.000000|91780.000000|335500.000000|
#91780.000000|335520.000000|91800.000000|335520.000000|
#91800.000000|335540.000000|91820.000000|335540.000000|
#91820.000000|335560.000000|91840.000000|335560.000000|
#91840.000000|335620.000000|91860.000000|335620.000000|
#91860.000000|335800.000000|91840.000000|335800.000000|
#91840.000000|335820.000000|91820.000000|335820.000000|
#91820.000000|335840.000000|91780.000000|335840.000000|
#91780.000000|335960.000000|91760.000000|335960.000000|
#91760.000000|336020.000000|91740.000000|336020.000000|
#91740.000000|336060.000000|91720.000000|336060.000000|
#91720.000000|336080.000000|91740.000000|336080.000000|
#91740.000000|336120.000000|91760.000000|336120.000000|
#91760.000000|336140.000000|91740.000000|336140.000000|
#91740.000000|336160.000000|91680.000000|336160.000000|
#91680.000000|336380.000000|91660.000000|336380.000000|
#91660.000000|336420.000000|91640.000000|336420.000000|
#91640.000000|336500.000000|91620.000000|336500.000000|
#91620.000000|336560.000000|91600.000000|336560.000000|
#91600.000000|336620.000000|91580.000000|336620.000000|
#91580.000000|336660.000000|91560.000000|336660.000000|
#91560.000000|336680.000000|91540.000000|336680.000000|
#91540.000000|336760.000000|91560.000000|336760.000000|
#91560.000000|336820.000000|91580.000000|336820.000000|
#91580.000000|337100.000000|91600.000000|337100.000000|
#91600.000000|337120.000000|91620.000000|337120.000000|
#91620.000000|337140.000000|91640.000000|337140.000000|
#91640.000000|337160.000000|91660.000000|337160.000000|
#91660.000000|337180.000000|91640.000000|337180.000000|
#91640.000000|337220.000000|91660.000000|337220.000000|
#91660.000000|337240.000000|91740.000000|337240.000000|
#91740.000000|337220.000000|91780.000000|337220.000000|
#91780.000000|337240.000000|91840.000000|337240.000000|
#91840.000000|337260.000000|91880.000000|337260.000000|
#91880.000000|337280.000000|91920.000000|337280.000000|
#91920.000000|337300.000000|91960.000000|337300.000000|
#91960.000000|337320.000000|91980.000000|337320.000000|
#91980.000000|337340.000000|92000.000000|337340.000000|
#92000.000000|337360.000000|92020.000000|337360.000000|
#92020.000000|337380.000000|92340.000000|337380.000000|
#92340.000000|337360.000000|92640.000000|337360.000000|
#92640.000000|337380.000000|92680.000000|337380.000000|
#92680.000000|337400.000000|92720.000000|337400.000000|
#92720.000000|337420.000000|92740.000000|337420.000000|
#92740.000000|337440.000000|92760.000000|337440.000000|
#92760.000000|337460.000000|92820.000000|337460.000000|
#92820.000000|337480.000000|92840.000000|337480.000000|
#92840.000000|337500.000000|92960.000000|337500.000000|
#92960.000000|337520.000000|93000.000000|337520.000000|
#93000.000000|337540.000000|93040.000000|337540.000000|
#93040.000000|337560.000000|93120.000000|337560.000000|
#93120.000000|337580.000000|93160.000000|337580.000000|
#93160.000000|337600.000000|93180.000000|337600.000000|
#93180.000000|337620.000000|93200.000000|337620.000000|
#93200.000000|337640.000000|93220.000000|337640.000000|
#93220.000000|337660.000000|93280.000000|337660.000000|
#93280.000000|337680.000000|93340.000000|337680.000000|
#93340.000000|337700.000000|93360.000000|337700.000000|
#93360.000000|337720.000000|93400.000000|337720.000000|
#93400.000000|337740.000000|93420.000000|337740.000000|
#93420.000000|337760.000000|93440.000000|337760.000000|
#93440.000000|337780.000000|93460.000000|337780.000000|
#93460.000000|337800.000000|93480.000000|337800.000000|
#93480.000000|337820.000000|93500.000000|337820.000000|
#93500.000000|337880.000000|93520.000000|337880.000000|
#93520.000000|337920.000000|93540.000000|337920.000000|
#93540.000000|337940.000000|93560.000000|337940.000000|
#93560.000000|337960.000000|93580.000000|337960.000000|
#93580.000000|337980.000000|93600.000000|337980.000000|
#93600.000000|338000.000000|93680.000000|338000.000000|
#93680.000000|338020.000000|93740.000000|338020.000000|
#93740.000000|338040.000000|93780.000000|338040.000000|
#93780.000000|338060.000000|93820.000000|338060.000000|
#93820.000000|338080.000000|93840.000000|338080.000000|
#93840.000000|338100.000000|93880.000000|338100.000000|
#93880.000000|338120.000000|93920.000000|338120.000000|
#93920.000000|338140.000000|93960.000000|338140.000000|
#93960.000000|338160.000000|93980.000000|338160.000000|
#93980.000000|338180.000000|94000.000000|338180.000000|
#94000.000000|338200.000000|94400.000000|338200.000000|
#94400.000000|338220.000000|94440.000000|338220.000000|
#94440.000000|338200.000000|94420.000000|338200.000000|
#94420.000000|338160.000000|94380.000000|338160.000000|
#94380.000000|338120.000000|94360.000000|338120.000000|
#94360.000000|338000.000000|94320.000000|338000.000000|
#94320.000000|337980.000000|94300.000000|337980.000000|
#94300.000000|337960.000000|94280.000000|337960.000000|
#94280.000000|337940.000000|94260.000000|337940.000000|
#94260.000000|337920.000000|94240.000000|337920.000000|
#94240.000000|337720.000000|94260.000000|337720.000000|
#94260.000000|337660.000000|94240.000000|337660.000000|
#94240.000000|337640.000000|94220.000000|337640.000000|
#94220.000000|337500.000000|94200.000000|337500.000000|
#94200.000000|337460.000000|94180.000000|337460.000000|
#94180.000000|337380.000000|94160.000000|337380.000000|
#94160.000000|337320.000000|94140.000000|337320.000000|
#94140.000000|337300.000000|94120.000000|337300.000000|
#94120.000000|337260.000000|94100.000000|337260.000000|
#94100.000000|336820.000000|94060.000000|336820.000000|
#94060.000000|336800.000000|94020.000000|336800.000000|
#94020.000000|336780.000000|93980.000000|336780.000000|
#93980.000000|336740.000000|93960.000000|336740.000000|
#93960.000000|336700.000000|93940.000000|336700.000000|
#93940.000000|336640.000000|93920.000000|336640.000000|
#93920.000000|336620.000000|93900.000000|336620.000000|
#93900.000000|336360.000000|93880.000000|336360.000000|
#93880.000000|336260.000000|93860.000000|336260.000000|
#93860.000000|336220.000000|93840.000000|336220.000000|
#93840.000000|336180.000000|93820.000000|336180.000000|
#93820.000000|336160.000000|93800.000000|336160.000000|
#93800.000000|336140.000000|93620.000000|336140.000000|
#93620.000000|336120.000000|93600.000000|336120.000000|
#93600.000000|336040.000000|93560.000000|336040.000000|
#93560.000000|336020.000000|93520.000000|336020.000000|
#93520.000000|335980.000000|93480.000000|335980.000000|
#93480.000000|335920.000000|93460.000000|335920.000000|
#93460.000000|335900.000000|93440.000000|335900.000000|
#93440.000000|335720.000000|93400.000000|335720.000000|
#93400.000000|335700.000000|93380.000000|335700.000000|
#93380.000000|335680.000000|93360.000000|335680.000000|
#93360.000000|335660.000000|93380.000000|335660.000000|
#93380.000000|335580.000000|93360.000000|335580.000000|
#93360.000000|335480.000000|93380.000000|335480.000000|
#93380.000000|335400.000000|93420.000000|335400.000000|
#93420.000000|335320.000000|93440.000000|335320.000000|
#93440.000000|335300.000000|93460.000000|335300.000000|
#93460.000000|335280.000000|93480.000000|335280.000000|
#93480.000000|335220.000000|93500.000000|335220.000000|
#93500.000000|335160.000000|93520.000000|335160.000000|
#93520.000000|335140.000000|93540.000000|335140.000000|
#93540.000000|335040.000000|/

Similar Messages

  • Loading data from flatfile to relational table,i am getting SQLLDR error

    Hi,
    While loading data from flatfile to relational table,i am getting SQLLDR error and i am unable to proceed further.
    Source is a flatfile and target is a Oracle database,i used "LKM file to oracle(SQLLDR)" and "IKM sql control append"
    and ran the interface.When i checked the seesion in operator window" after generating "CTL file" successfully
    the session got failed at "Call sqlldr" and was not able to proceed further.
    Environment details:
    ODI 11g
    database:Oracle 11g
    Operating system:Windows server 2008
    The error message it displayed in call sqlldr session file was
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 31, in ?
    File "C:\oracle\product\11.1.1\Oracle_ODI_1\oracledi\client\odi\bin\..\..\jdev\extensions\oracle.odi.navigator\scripting\Lib\javaos.py", line 198, in system
    File "C:\oracle\product\11.1.1\Oracle_ODI_1\oracledi\client\odi\bin\..\..\jdev\extensions\oracle.odi.navigator\scripting\Lib\javaos.py", line 224, in execute
    OSError: (0, 'Failed to execute command ([\'sh\', \'-c\', \'sqlldr DEVELOPER/pass_123@CPRDEV control="F:\\\\flatfile/CROSS_CURR.ctl" log="F:\\\\flatfile/CROSS_CURR.log" > "F:\\\\flatfile/CROSS_CURR.out" \']): java.io.IOException: Cannot run program "sh": CreateProcess error=2, The system cannot find the file specified')
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2374)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1615)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1580)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:619)
    could u give me a solution to sort out this error ASAP.
    thanks,
    keshav.

    This was the following code generated .
    import java.lang.String
    import java.lang.Runtime as Runtime
    from jarray import array
    import java.io.File
    import os
    import re
    import javaos
    def reportnbrows():          
         f = open(r"F:\flatfile/TEST.log", 'r')
         try:
              for line in f.readlines():
                   if line.find("MAXIMUM ERROR COUNT EXCEEDED")>=0 :
                        raise line
         finally:
              f.close()
    ctlfile = r"""F:\flatfile/TEST.ctl"""
    logfile = r"""F:\flatfile/TEST.log"""
    outfile = r"""F:\flatfile/TEST.out"""
    oracle_sid=''
    if len('CPRDEV')>0: oracle_sid = '@'+'CPRDEV'
    loadcmd = r"""sqlldr DEVELOPER/<@=snpRef.getInfo("DEST_PASS") @>%s control="%s" log="%s" > "%s" """ % (oracle_sid,ctlfile, logfile, outfile)
    rc = os.system(loadcmd)
    if rc <> 0 and rc <> 2:
    raise "Load Error", "See %s for details" % logfile
    if rc==2:
    reportnbrows()

  • SQLLDR Error Report

    We are loading data using SQLLDR.
    The data which is not loaded to oracle table is written to the Bad file
    and the error description of the error is written to the log file.
    There are situations when data is written to the bad file for more than
    one error.
    For Example
    ORA-00001 Unique Constraint...
    ORA-01722 Invalid Number
    What we want to do is extract data from the bad file specific to each
    error.
    Taking above example we want data from bad file for all the ORA-00001
    errors listed in the log.
    Basically we want to separate bad data fro each unique error listed in the log file.
    Has anyone done this before and has some script or utility to do this.
    I can clarify this further if needed, I know it is confusing.
    Thanks.
    null

    user3045615 wrote:
    Returns: Error report - Connection reset by peer: socket write error when executing SQL script in an Oracle 12.1.0.2.0 Enterprise Edition database (residing on a remote Microsoft Windows x86 64-bit) user schema (datamart).
    Initially, the error occured when the script attempted to compile a PL/SQL package body (1125 lines of code). Another script successfully compiled 4 larger PL/SQL package bodies (all exceed 1125 lines of code) in a different user schema (staging).
    Now, the error occurs in staging user schema when calling a PL/SQL package.
    Ray
    Is GOOGLE broken for you?
    sockets - What does "connection reset by peer" mean? - Stack Overflow
    I am not convinced that your error has much, if anything, to do with Oracle.
    In the future use COPY & PASTE so we can really see what you actually do & what the complete response is.

  • Sqlldr error --- ora-39776

    Hi
    I hit the following error during the data load through sqlldr
    ORA-39776: fatal Direct Path API error loading table
    and i hit the following error and sqlldr job terminated
    and internal error code
    ORA-00600: internal error code, arguments: [kohdtf048], [], [], [], [], [], [],
    Then i take out the direct=true & load the data it works.
    If i use direct =true i hit this error some times
    some time it works fine
    rds

    899785 wrote:
    I am also facing the same issue. By the way my oracle database version is 11.2.0.3 and client is 10.2 is there any issue if we use lower version of client while SQL Loader upload. Please request you to clarify. ThanksYou are hijacking a thread that is over six years old. Best to start your own thread with your own specifics. Please be sure to include any ora- errors you are receiveng and what you've already discovered about them.

  • Each time I try to synch photos from my Windows 7 PC to my iPad2, iTunes stops working, and the error report says Problem Event Name:     APPCRASH   Application Name:     iTunes.exe   Application Version:     10.3.1.55   Application Timestamp:     4deec35

    Each time I try to synch photos from my Windows7 PC to my iPad2, iTunes stops working and the error message is:
    Problem Event Name:                          APPCRASH
      Application Name:                             iTunes.exe
      Application Version:                           10.3.1.55
      Application Timestamp:                    4deec351
      Fault Module Name:                          ntdll.dll
      Fault Module Version:                        6.1.7601.17514
      Fault Module Timestamp:                 4ce7ba58
      Exception Code:                                  c0000005
      Exception Offset:                                0002e3fb
      OS Version:                                          6.1.7601.2.1.0.768.3
      Locale ID:                                             1033
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    I reloaded iTunes 10 (64 bit) successfully, but the problem remains the same.
    Any suggestions?

    I looked in the folder from which I want to synch photos, but there is no such thing as an "ipod photo cache" in that folder, or sub-folders, as suggested in the link which you were nice enough to provide.
    I have also tried removing photos from my iPad2 Photos App, and "iTunes has stopped working" shows up  again as soon as I click on the "Synch photos from" button.

  • 2TB Ext. Hard Drive is corrupted?, error code -50 and then error code -35 when i try to empty out my trash

    okay so a few days ago i received and email for one of my colleagues to do some final editing to a music video. the folder contained 2 videos a rough chops and the main which was about 2-3GB which i dragged on to my external hard drive . and at the time i was trying to install a trial version of parallel lines and me being a newbie to the software i didn't know i need windows installments for it to run lol but yeah... so i was just getting frustrated with the software i kept installing it uninstalling it and then i was thinking my the problem might be because my MacHD space is low (less then 40GBs on my MacHD), so.. i installed it on my hard drive where all my important files are (I'm a graphic designer and do light video editing) video projects and many photoshop projects form 2007 and logs and just a bunch of important files in my hard drive. so because i was so frustrated with the software i wasn't thinking and i installed it on my external 2TB hard drive. and when i realized parallel wasn't working i gave up, uninstalled the program form the hard drive and for some reason when i did that and i tried opening the video my friend had email to me and for some reason it did load up but a few seconds maybe about 10sec in the video is froze and closed my media app (VLC) and when i tried opening other video files it would freeze every few minutes but those specific files i had drag in last were not playing after at least 5 secs and eventually didn't open at all so i restart my computer login and now i get scared i see that my MacBook Pro isn't reading my external hard drive so i search threw forums... i unplug from the wall plug my external hard drive back in my computer and it loaded up but when i opened my external hard drive all my files had that plank white paper icon on my folders (because i have everything organized but subject when you open then drive folder. so... i go in to my projects and nothing, i open my edited photos and nothing... my hart feels like its about to drop and i keep opening files and there is nothing in them, but in "get info" of my drive it shows that there is filled so i go to "disk utility"... i "verify disk" passes ..."repair disk" doesn't past.... i look it up in forums... so i reboot my computer and go to the safe recovery menu. go threw the same ting "disk utility"... verify, pass... repair, pass... so now i feel relieved. i login files in the ext. hard drive load up i tried again to open the files and same thing happens... so now I'm thinking its the files i drag the files to the trash and try to empty and its gone i reboot the computer and my drive didn't load up so i tried unplugin it and back in... drive comes up i notice theres trash.. i tried emptying it and i get the error code -50. and no files are popping up on my external drive and i try to repair/unmount disk and the verify disk doesn't pass and when i click repair disk it doesn't past and another error code pops up -35.... so i felt my drive alone for a few days and yesterday i go the files deleted from the trash and now I'm not getting any codes but when i try to unmount.verify/repair the disk. keeps letting my tits need to be repaired so i click the repair button another error unable to unmount volume to repair...
    what do i do? my files still don't show up. and I'm very sorry for the long paragraph but i have to be detailed for you to understand my situation

    Read this.

  • Sender mail adapter : no messages and no error log

    Hello,
    I have configured a sender mail adapter to read mails from the inbox. I have used IMAP protocol. URL is specified as imap://EMHBSEXM01/Inbox. User name and password is also specified properly. I have kept poll interval to 1 minute. Messages in the inbox are in unread status. But the mail is not getting processed. I do not see anything after 1 minute. I tried using generate fetch report flag. But even then it does not create any message in SXMB_MONI. I checked runtime workbench for Mail adapter but I do not see any message for the same. Is there something that I am missing?
    Thanks,
    Dev

    Hi All,
    I chekced your responses and tried accordingly. Our basis team has given me new link now and the error message has changed. I am getting following error message.
    exception caught during processing mail message; java.io.IOException: unexpected login response; read 001F BAD Command received in Invalid state.
    Does anyone have any idea what this error is?
    Thanks in advance,
    Devendra

  • Plug-in errors and dependency errors with a CAF app in DS in NW CE 7.1

    I am learining to build CAF apps in Developer Studio in NW CE 7.1.  Here are my steps and the errors I am getting:
    Open Developer Studio
    Switch to the CA perspective
    File->New->Project
    Choose Development Component under Development Infrastructure
    Press Next
    Choose Composite Application under sap.com
    Choose MyComponents[demo.sap.com] under 'Local Development'
    Vendor: demo.sap.com
    Name: carpool
    Caption: Car Pool
    Language: American English
    Domain: SAP-xApps
    Support Component: CAF-APP (typed in, not chosen)
    Press Finish
    The following error appears:
    Status ERROR
    Plugin : com.sap.ide.metamodel.core.services.eclipse
    code=0
    Internal error
       Plugin name: Metamodel Core
       Internal error  : com.sap.ide.metamodel.core.services.eclipse
       Class      : com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker
       Method     : computeIdeJarProperties
       Message    : C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
       Exception  : java.io.FileNotFoundException: C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
    java.io.FileNotFoundException: C:\Program Files\SAP\IDE\CE\eclipse\E:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.dictionary.services_10.0.0.070821165456\lib\com.sap.dictionary.services_api.jar (The filename, directory name, or volume label syntax is incorrect)
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:203)
    at java.util.jar.JarFile.<init>(JarFile.java:132)
    at java.util.jar.JarFile.<init>(JarFile.java:70)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.computeIdeJarProperties(ArchiveVersionChecker.java:296)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.doFullCheck(ArchiveVersionChecker.java:214)
    at com.sap.ide.mmservices.core.eclipse.project.ArchiveVersionChecker.checkProject(ArchiveVersionChecker.java:125)
    at com.sap.ide.mmservices.core.eclipse.generation.GenerationServiceEclipse.checkArchiveVersions(GenerationServiceEclipse.java:110)
    at com.sap.dictionary.tools.generation.eclipse.GenerationBuilder.checkArchiveVersions(GenerationBuilder.java:335)
    at com.sap.dictionary.tools.generation.eclipse.GenerationBuilder.build(GenerationBuilder.java:85)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:246)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:302)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:334)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    I do not think I missed anything installing NW CE 7.1, but this error makes me think that some plug-in was erroneously left out of the install. 
    Incidentally, I can continue onward and build an app (this is obviously a tutorial), but when I try to deploy I get the following error:
    The deployment of the archive failed with an exception!
    ([ERROR CODE DPL.DCAPI.1027]) DependenciesResolvingException.
    Reason:[ERROR CODE DPL.DC.3033] An unresolved dependencies error
    occurred while sorting the deployment batch items regarding the
    dependencies.;nested exception is:
    com.sap.engine.services.dc.cm.deploy.sdu_deps_resolver.UnresolvedDepen
    denciesException:[ERROR CODE DPL.DC.3437]Unresolved dependencies
    found for the following deployment items:
    1. Component: name:'carpool~ear',vendor:'my.company',location:
    'localDevelopment',version:'20080501110329',software type: 'J2EE',
    dependencies:'[name:'cafruntimeear',vendor:'sap.com',name:
    'cafcoreear',vendor:'sap.com']
    Unresolved dependency:
    name:'cafruntimeear',vendor:'sap.com'          (not found in the admitted
    batch items and the repository)
    Unresolved dependency:
    name:'cafcoreear',vendor:'sap.com'          (not found in the admitted
    batch items and the repository)
    Please check the error log for further informations.
    Again, this looks like I am missing some components.
    Any assistance is greatly appreciated.
    TB

    Further developments:  As you may note from the error message, DS is looking for com.sap.ide.metamodel.core.services.eclipse in both the C: and the E: drive at the same time.  In fact, this file exists in the E: drive subdirectory listed, so I obviously have an error with two drive designations being concatenated.  Does anyone know how I can change the lookup directory for this dependency (or any dependency)? 
    Thanks,
    TB

  • Input and CRC errors on ASA 5505 outside interface

    All,
    I see input and crc errors on my ASA 5505  eth0/0(outside) interface and packet drops. There is very slow connection though we have 20mb line. ISP also sees the issue on the Lan interface side. We have the speed and duplex configured same on both ISP and our end.
    I am suspecting if this is Physical cable issue. Please suggest.
      Hardware is 88E6095, BW 100 Mbps, DLY 100 usec
            Full-Duplex(Full-duplex), 100 Mbps(100 Mbps)
            Input flow control is unsupported, output flow control is unsupported
            Available but not configured via nameif
            MAC address 001a.b4c9.f3d9, MTU not set
            IP address unassigned
            158138067 packets input, 141061681082 bytes, 0 no buffer
            Received 183037 broadcasts, 0 runts, 0 giants
            19642 input errors, 19642 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
            0 pause input, 0 resume input
            0 L2 decode drops
            144684 switch ingress policy drops
            124291353 packets output, 38197278051 bytes, 0 underruns
            0 pause output, 0 resume output
            0 output errors, 0 collisions, 0 interface resets
            0 late collisions, 0 deferred
            0 rate limit drops
            0 switch egress policy drops
            0 input reset drops, 0 output reset drops

    Hello Ravi,
    This kind of issues CRCs/ Input Errors are tipically known as L1 issues so make sure you check the cable and if that does not make a difference change the port on each side to see if there is a difference.
    Unfortunetly the ASA does not support the Time-Domain Reflectometer feature so we must do the test of L1 by ourselfs.
    Can you clear the counters of the interface, test the changes provided and provide us some feedback?
    Looking for some Networking Assistance? 
    Contact me directly at [email protected]
    I will fix your problem ASAP.
    Cheers,
    Julio Carvajal Segura
    http://laguiadelnetworking.com

  • Can anyone help me connect my Macbook Air to a SAMSUNG TV.  When I follow the basic instructions (Thunderbolt to HDMI connection) the screen on my computer goes grey and an error message appears inviting me to press any button to restart th

    Can anyone help me connect my Macbook Air to a SAMSUNG TV.  When I follow the basic instructions (Thunderbolt to HDMI connection) the screen on my computer goes grey and an error message appears inviting me to press any button to restart the Macbook.  When I do this nothing happens.  Only when I disconnect the computer from the TV does the Macbook allow me to login. The TV does not receive any signal from the Macbook even though I know the HDI port works fine.  Any ideas what I'm doing wrong?  Do I need to enable something on the Macbook?

    An update...
    I downloaded Apple's (rather large!) list of software updates today, and I was finally able to recognize my iPod again. I did a restore using the iPod updater from 06-2006, and all seemed to work OK. (I'm afraid to try the new one again!)
    Then I tried to re-load my music library from iTunes, and got stuck. It froze up after a while and wouldn't go any further.
    When I disconnected my iPod from my computer, I find 2 podcasts and nothing else, though iTunes told me it had transferred 600+ songs. Those 2 podcasts do play fine, and the basic iPod software all seems to be intact.
    So -- anyone get through this connection problem and have any ideas to share??
    iMac Mac OS X (10.4.7)

  • I have updated my iTunes to the latest edition and now my iTunes wont open saying MSVCR80.dll is missing from my computer and that i have to reinstall itunes. I have tried reinstalling twice now and this error message keeps appearing. What is going on?

    I have updated my iTunes to the latest edition and now my iTunes will not open saying MSVCR80.dll is missing from my computer and that i have to reinstall itunes. I have tried reinstalling twice now and this error message keeps appearing. What is going on?

    Solving MSVCR80 issue and Windows iTunes install issues.

  • Time Machine won't back up. Starts of REALLY SLOW, and the errors out.

    I've been having a hard time getting time machine to back up. To start off I'll give you my specs and what I have done.
    iMac
    OS 10.6.6
    2.4 GHz Intel Core 2 Duo
    4 GB 667 DDR@ SDRAM
    320 GB HD
    All software updates are current. I am trying to back up to an external Western Digital 1 GB drive connected by USB2. I have formatted the external drive, and set a single partition on that drive from the Disc Utility. I have run disk repair on both the external and local hard drive. I have run disk repair permission on the local drive. I have restarted, after every time. I have done everything listed above multiple times, and have done them all in kinda different orders each time.
    My thought is that the issue may not be with the hard drives, but maybe a file its trying to back up. When it starts out for the first time, it tells me that it needs to back up over 100 GB of data. It gets about halfway done, and then errors out. When I try to start it again, it tells me that it needs to backup around 50 GB of data. And this time, its REALLY slow. Like bytes slow, not Mega bytes, or even kilobytes. Bytes. 36 bites backed up, 120 bytes backed up. 2 Kilobytes backed up. SLOW SLOW SLOW.
    Then it picks up, and usually gets up to 120 MB, and then gives me this error message "The Backup was not performed because an error occurred while copying files to the backup disk. - The problem may be temporary. Try again later to back up. If the problem persists, use Disk Utility to repair your backup disk."
    Its a pretty generic message, and gives me no help in trying to figure out what the problem is. I've been trying again for almost 3 days now, and nothing is working. Is there an error log file that I can go find that would help me a little more?

    woody24 wrote:
    "The Backup was not performed because an error occurred while copying files to the backup disk. - The problem may be temporary. Try again later to back up. If the problem persists, use Disk Utility to repair your backup disk."
    See #C3 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of this forum).
    Its a pretty generic message, and gives me no help in trying to figure out what the problem is. I've been trying again for almost 3 days now, and nothing is working. Is there an error log file that I can go find that would help me a little more?
    Tell Apple about the inadequacy of that message: http://www.apple.com/feedback/timemachine.html

  • INSTALLED ITUNES AND THE ERROR-MAPI WAS UNABLE TO LOAD THE INFORMATION SERVICE APLZOD-OCCURS. WHAT DO I DO.

    INSTALLED ITUNES AND THE ERROR-MAPI WAS UNABLE TO LOAD THE INFORMATION SERVICE APLZOD-OCCURS. WHAT DO I DO.

    Is this on a Windows XP, Vista or 7 system?

  • Crystal Reports and Java error

    Hi all, I'm trying to run a Crystal Reports report from my web application, but is happening a problem and I check all my code, CR installation, windows folder access rights but I didn't find any problem. Anyone can help me.... please!!!!!!
    The error message, in java console is:
    java.io.FileNotFoundException: http://localhost/viewer9/javaviewer/ReportViewer.jar
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown Source)
         at sun.plugin.cache.CachedJarLoader.isUpToDate(Unknown Source)
         at sun.plugin.cache.CachedJarLoader.loadFromCache(Unknown Source)
         at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
         at sun.plugin.cache.JarCache.get(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    load: class com.crystaldecisions.ReportViewer.ReportViewer not found.
    java.lang.ClassNotFoundException: com.crystaldecisions.ReportViewer.ReportViewer
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Cheers,
    Zilmar
    Message was edited by:
    Zilmar

    I don't know anything about Crystal Reports whatsoever, and I couldn't care less frankly. There has been an excess of postings on these forums about this product, whatever it may be.
    If Crystal Reports isn't relevant to the problem why was it mentioned? In the title?
    And in any case why was it posted in a forum entitled 'Reflections & Reference Objects'?
    And your suggestion that it's up to me to do the research is fallacious and indeed ludicrous.
    And the error message 'java.io.FileNotFoundException: http://localhost/viewer9/javaviewer/ReportViewer.jar' is entirely self-explanatory.
    And it strongly appears to have something to do with the deployment of Crystal Reports.
    None of which is a Reflections & Reference Objects problem, or a Java problem, or Sun's problem.

  • TS3694 when i try to restore my phone on itunes it stops half way through and says error 29 unable to restore

    when i try to restore my iphone 4s it say unable to complete restore error 29 now i cant use my phone at all

    Hello, gordy69. 
    Thank you for visiting Apple Support Communities. 
    I see you came from the most relevant article in regard to not being able to restore your iOS device.  I would take a look at the section I highlighted below.  Make sure to try the steps outlined in that section. 
    Check for hardware issues
    Try to restore your iOS device two more times while connected with a cable, computer, and network you know are good. Also, confirm your security software and settings are allowing communication between your device and update servers. If you still see the alert when you update or restore, contact Apple support.
    Common errors: 1, 10-47, 1002, 1011, 1012, 1014, 1000-1020.
    Resolve specific iTunes update and restore errors
    http://support.apple.com/kb/TS3694
    Cheers,
    Jason H. 

Maybe you are looking for