Error printing
Hi, I added a print template to my first ever site, however when I zoomed to an extent and tried printing to pdf I got an error:
Print error: Exception has been thrown by the target of an invocation. Unrecognized attribute 'notOverwrite'. Note that attribute names are case-sensitive. (web.config line 58)
Any idea what is wrong in this web.config file?
Thanks.
line 58: <add path="TempFiles/*" type="Geocortex.ApplicationServices.IO.Web.TempFileHandler" validate="false" verb="*" notOverwrite="True" />
-
Hi Frank,
The "notOverwrite " property is created when we perform an Essentials upgrade and is used to keep specific XML nodes within the Web.Config from being overwritten when merging the old and new Web.config files.
Ideally these properties should be deleted when the merge completes, but it looks as though this one snuck through and wasn't removed. If you remove the notOverwrite="True" property from the node it is affecting, the printing issue should subside and you should be able to go about printing as expected.
It may be a good idea to do a quick search through the Web.config file for other instances of notOverwrite="True" as they could cause other problems when using the REST endpoints on your server.
Let me know if this fixes your issue or if you have any questions/concerns!
Cory Purnell
Latitude Quality Assurance Team0 -
Hi Frank,
That field can be removed (notOverwrite="True" ), it is not required and starting with version 4.3 the application will remove it automatically (GE-4759).
Regards,
Wayne Richard Latitude Geographics Group Ltd. Head Office: 200 – 1117 Wharf Street Victoria, BC Canada V8W 1T7 Tel: (250) 381-8130 | Fax: (250) 381-8132 | wrichard@latitudegeo.com Developers of Geocortex web-based mapping software | www.geocortex.com An Esri Platinum Business Partner0 -
Thanks to you both for the quick response with this. I'll edit that web.config file and hopefully soon can upgrade to the latest version.
Frank
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare