I am trying to export a database design to DXL then reimport the design into a different database. I am unable to import an Outline element. There is a single outline exported to a dxl document.
When I run the import, I get
NotesException: DXL importer operation failed
The importer log says:
<?xml version='1.0'?>
Entry not found in index
DXL importer operation failed
Any idea why this error is occuring?
I am importing other design elements seperately and have no problems.
Subject: Entry not found in index when importing an outline using DXL
I’ve discovered the ‘NoteCollection’ class and am using that to selectively ouput different sections of the database.
I’ve worked out that if I just export “All Admin Elements” I get the same error, but if I don’t include the replication formulas, I dont’ get the error.
Unfortunately I’m also getting the same error when importing “All Code Elements”.
My experience with this DCL library has not been good so far… it seems buggy.
Subject: RE: Entry not found in index when importing an outline using DXL
DCL = Digital Command Language as I recall ;-). I used to be pretty darn good at command files. Many moons ago.
Well, we have been working on DXL Importer robustness in 7.0. If you have an opportunity to try your failing scenario on a Beta of 7.0, I hope you would have a better experience. If you can post something, I’ll try it out on both 6 and 7 when I can find some cycles.
In theory, outlines shouldn’t pose much of a problem because they don’t have a higher-level representation in DXL yet, so they are just emitted as s, which are basically just a bag of s, which are about as simple as DXL gets.