Skip to content

unsupported newer version error #19

@danielzzz

Description

@danielzzz

hi, I am getting this error when trying to export my db:

 access2csv.jar db.accdb --schema 
Exception in thread "main" java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.io.IOException: Unsupported newer version: 5
	at com.healthmarketscience.jackcess.impl.JetFormat.getFormat(JetFormat.java:293)
	at com.healthmarketscience.jackcess.impl.DatabaseImpl.open(DatabaseImpl.java:378)
	at com.healthmarketscience.jackcess.DatabaseBuilder.open(DatabaseBuilder.java:170)
	at com.healthmarketscience.jackcess.DatabaseBuilder.open(DatabaseBuilder.java:193)
	at access2csv.Driver.schema(Driver.java:49)
	at access2csv.Driver.main(Driver.java:122)
	... 5 more

please advice, kind regards
dan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions