Is it possible to generate a database with LotusScript or Java when I have the structure described in an XML-file? I believe it is, but I can’t find a ‘GenerateDB “structure.xml”, serverlocation’-like function.
Subject: generate a database through an XML-file
Try creating a new “blank” database, opening it, and then importing your XML…
—* Bill
Subject: RE: generate a database through an XML-file
Tx,
I got a lot further now. I created a new DB with script, and then imported the xml in the new DB with script. Everything works, only the ACL won’t update… Any suggestions?
I know there are other ways to update the ACL, but I’d really like to do it using xml(/dxl).