Error during document comparison

Hello,

I am encountering the java.lang.IllegalStateException: NC sync failed exception when attempting to compare two documents using the aspose words compare method.
I’m using Aspose.Words for Java version 24.2.

Code:

 CompareOptions compareOptions = new CompareOptions();
 compareOptions.setGranularity(Granularity.WORD_LEVEL);
 compareOptions.setIgnoreDmlUniqueId(true);

 Document doc1 = new Document(new FileInputStream("C:\\work\\v1_real.docx"));
 Document doc2 = new Document(new FileInputStream("C:\\work\\v2_real.docx"));

 doc1.compare(doc2, "author", Calendar.getInstance().getTime(), compareOptions);

Files:
v1_real.docx (44.4 KB)
v2_real.docx (30.6 KB)

1 Like

@ANDREA.FARRIS
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-26664

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you have found earlier (filed as WORDSNET-26664) have been fixed in this Aspose.Words for Java 24.4 update.

The issues you have found earlier (filed as WORDSNET-26664) have been fixed in this Aspose.Words for Java 24.4 update.