> Van: Peter van der Meer [mailto:[EMAIL PROTECTED]]
>
> I'm trying to import an xml file (20000+ lines) but I get the
> following
> error:
>
> XML Importer Finished
>
> A TRANSACTION HAS TIMED OUT.
>
> Import aborted.
This happens when the duration of the transaction exceeds the timeout.
The timeout can be set in the "create" element using attribute "timeOut", and defaults to 60 (seconds).
If you do a lot of importing or look-ups in a single transaction, you'll have to adjust this value.
