The cause for this issue is usually a US Control character ( Ascii 0x1F) in one of the objects in Statistica Enterprise System View. This can happen if Enterprise object names are copy pasted from another application like Microsoft Word or Notepad that does not show this character but contains it.
To resolve this issue follow the below steps :
1. Copy the contents of the Webstatistica page with HTML page and save it to a file with a .xml extension. For example, page.xml.
2. Open the file with Notepad ++ and use the Plugin from Plugins>> XML Tools>> PrettyPrint (XML only). Save the file.
3. Open the xml with Chrome. This will show the line in the xml with a problem:
4. Open the file in Notepad ++ and press Ctrl+G to get a dialog to go to a specific line and type the line number that was noted in the previous step. Notepad ++ will highlight the configuration with US Control character or other disagreeable characters that may mess up parsing .
5. Open Enterprise Manager and delete the problem causing character in the Enterprise configuration that was listed in Step 4 and replace with a space.
6. Log back in to WebStatistica to see the usual view.