0 votes

When I attempt to Export Results and then choose any of the "Custom XLST Files", I get an error stating: "Problem Running Task: Saving Search Results Operation
Saving Files Failed
0x800401f3 (0x0) -: 1078 - FileLocatorDoc.cpp

by (20 points)
The DOM Prog Id was not what you specified. It contained non-standard ASCII characters. I changed it to what you specified, and no errors were reported when I clicked OK. Also, the export is also now working.

1 Answer

0 votes

It could be one of two things:

  1. The XSLT file has a mistake. Are you using one from the Sample Transforms folder or your own?

  2. The XSLT Processor setting is incorrect. Open Configuration -> Advanced -> XSLT Processor Settings and double check that DOM Prog Id is:

     MSXML2.DOMDocument
    

When you click OK it should validate the XSLT settings and give you an error if there is a problem.

by (30.1k points)
...