You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Rick Hillegas <Ri...@Sun.COM> on 2009/11/04 15:14:16 UTC

Re: Upgrading Issues

Hi Jessica,

Can you provide a reproducible script for this problem? The following 
naive attempt succeeds without raising a NPE.

connect 'jdbc:derby:memory:dummy;create=true';
create table t( a int );
CALL SYSCS_UTIL.SYSCS_IMPORT_TABLE(null, 'T', './z.out', ';', '%', null,0);
select * from t;


Thanks,
-Rick

Allgeyer, Jessica wrote:
> Recently we have upgraded our Derby DB from 10.3.1.4  to 10.5.3.0. With the latest version,  api CALL SYSCS_UTIL.SYSCS_IMPORT_TABLE is throwing the error 'java.lang.NullPointerException' when a file is empty. After investigation, any version above our previous version of 10.3.1.4 causes this error. Can you provide us with a solution or adjustments we need to make on our end? Please let me know if you need more information provided. 
>
> Thanks
> Jessica Allgeyer
> (513) 763 - 8523
>
>
>
>
>
>
> ********************************************************************** The content of this e-mail message and any attachments are confidential and may be legally privileged, intended solely for the addressee. If you are not the intended recipient, be advised that any use, dissemination, distribution, or copying of this e-mail is strictly prohibited. If you receive this message in error, please notify the sender immediately by reply email and destroy the message and its attachments. ********************************************************************** 
>
>