El lun, 09-04-2007 a las 14:48 -0400, Eddie C escribi?: > I have tried this before without luck. I was hoping there was a way. > My situation is I have nightly db2bak files. I want to recover the > database from friday to a different machine to see the state of the > application then. I do not need much other then read only access to > the old data on the new server. > > Any crafty hacks would be appreciated. > Write a script that runs "db2ldif -n <backend>" for each backend (e.g., userRoot) EXCEPT NetscapeRoot On the new server, import the ldif files generated above: "ldif2db -n <backend>" -- Oscar A. Valdez