[
http://issues.apache.org/jira/browse/DERBY-2177?page=comments#action_12458922 ]
Manjula Kutty commented on DERBY-2177:
--------------------------------------
ij> create table Alt1 ( Account int,
Fname char(30),
Lname char(30),
Company varchar(35),
Address varchar(40),
City varchar(20),
State char(5),
Zip char(10),
Payment decimal(8,2),
Balance decimal(8,2));
0 rows inserted/updated/deleted
ij> call SYSCS_UTIL.SYSCS_IMPORT_TABLE (null, 'ALT1' , 'extin/Alt1.asc' ,
null, null, null, 0) ;
ERROR 38000: The exception 'java.sql.SQLException: Read endOfFile at unexpected
place on line 1.' was thrown while evaluating an expression.
ERROR XIE0E: Read endOfFile at unexpected place on line 1
When I compared the file extin/Alt1.asc to the one in the trunk at
testData\ImportExport\Alt1.asc, the former had only binary values but the later
has some meaningful text.
> derbyall/derbyall.fail:tools/importExportThruIJ.sql fails on zOs with
> ibm15SR(3)
> --------------------------------------------------------------------------------
>
> Key: DERBY-2177
> URL: http://issues.apache.org/jira/browse/DERBY-2177
> Project: Derby
> Issue Type: Bug
> Affects Versions: 10.2.2.0
> Environment: OS: ZOS
> jvm : Ibm 15 (SR3)
> Reporter: Manjula Kutty
>
> Here is the diff for the test failure
> *** Start: importExportThruIJ jdk1.5.0 2006-12-14 15:21:43 ***
> 385 del
> < ERROR 38000: The exception 'java.sql.SQLException: Invalid character string
> fo
> rmat for type INTEGER.' was thrown while evaluating an expression.
> 386 del
> < ERROR 22018: Invalid character string format for type INTEGER.
> 386a385,386
> > ERROR 38000: The exception 'java.sql.SQLException: Read endOfFile at
> > unexpecte
> d place on line 1.' was thrown while evaluating an expression.
> > ERROR XIE0E: Read endOfFile at unexpected place on line 1.
> 409 del
> < ERROR 38000: The exception 'java.sql.SQLException: Invalid character string
> fo
> rmat for type INTEGER.' was thrown while evaluating an expression.
> 410 del
> < ERROR 22018: Invalid character string format for type INTEGER.
> 410a409,410
> > ERROR 38000: The exception 'java.sql.SQLException: Read endOfFile at
> > unexpecte
> d place on line 1.' was thrown while evaluating an expression.
> > ERROR XIE0E: Read endOfFile at unexpected place on line 1.
> Test Failed.
> *** End: importExportThruIJ jdk1.5.0 2006-12-14 15:22:21 ***
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira