-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DXL exporter operation failed #187
Comments
Has any progress been made on this issue? |
jesse-gallagher
added a commit
that referenced
this issue
Dec 15, 2023
I've modified the check to skip the part where it'd need to do a DXL export. I can't say for sure that it'll fix it, but maybe it will. |
Thanks Jesse.
On Friday, December 15, 2023 at 10:57:47 AM PST, Jesse Gallagher ***@***.***> wrote:
I've modified the check to skip the part where it'd need to do a DXL export. I can't say for sure that it'll fix it, but maybe it will.
org.openntf.domino.updatesite-12.0.3-SNAPSHOT.zip
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please include the following:
We upgraded from the 12.0.2 Domino api to the 12.0.2a version in the Update Site on the server and we started to see the following issues:
NotesException: DXL exporter operation failed
at lotus.domino.local.DxlExporter.exportDxl(Unknown Source)
at org.openntf.domino.impl.DxlExporter.exportDxl(DxlExporter.java:57)
at org.openntf.domino.impl.Database.isDesignProtected(Database.java:1067)
at org.openntf.domino.impl.Database.getDesign(Database.java:1083)
at org.openntf.domino.impl.Database.readDesignNote(Database.java:3787)
at org.openntf.domino.impl.Database.isLargeSummaryEnabled(Database.java:3767)
at org.openntf.domino.utils.TypeUtils.writeToItem(TypeUtils.java:2072)
at org.openntf.domino.impl.Document.replaceItemValueLotus(Document.java:2969)
at org.openntf.domino.impl.Document.replaceItemValue(Document.java:2878)
at org.openntf.domino.impl.Document.replaceItemValue(Document.java:2821)
The designer was also updated and the application was "cleaned" with the 12.0.2a version. Once we dropped back to the 12.0.2 version everything was fine.
The text was updated successfully, but these errors were encountered: