Ragasudha
Ragasudha

Reputation: 31

Is Berkeley XMLDB container portable?

I created a container(pvs.dbxml) using Berkeley XMLDB 2.5.16 and moved the container to another machine.

Below is the error I got while opening the container in new machine

dbxml> openContainer pvs.dbxml
stdin:1: openContainer failed, Error: Invalid argument

Is this error occured because the container was copied from another machine?

Upvotes: 1

Views: 50

Answers (1)

lrv-eps
lrv-eps

Reputation: 136

The container itself is portable across machines and most languages.

  • Are you using the same library version?
  • If you're using environments and/or transactions, did you make sure you copied everything over?
  • If you're using a newer version, did you perform the upgrade process?

Upvotes: 2

Related Questions