Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I've deployed an app on the server.
When I launch it, it get this error message.
Line: 1
Char : 23377
Reason : An invalid character was found in text content
Failed to load :
URL :
The app works fine in google chrome but it throws this message in IE
Any further insight? I am seeing something similar
Is their any solution for the above issue.
We were never able to tell for sure but had a suspicion it was caused by strange text/characters appearing in long text fields - and displaying those fields in the application. (Painful) workaround was to try cleaning up the offending field in the load, using a long series of PurgeChar statements against the field in question, specifying various ASCII codes for text to be identified and removed. We took the approach that, if a character was not part of a normal Windows keyboard, it was unnecessary and eligible for removal. This seemed to resolve the issue and got rid of the error.
I ran into the same trouble when trying to read QlikView Distribution log xml files. Looks like there is no override for this in QlikView or Qlik Sense, but there is an workaround by editing the xml file, manually or automaticly using 3rd party software.
I recommend you to take a look at an similar forum post on the topic: [Solved] XML Import, unvalid Unicode
Did you find another solution for your issue?