Kbase P124822: Loading Fathom project file fails with error 10192
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/10/2010 |
|
Status: Unverified
SYMPTOM(s):
Loading Fathom project file fails with error 10192
Migrating Fathom project file from OE Management 3.1A (OE 10.1A) to 3.1B (OE 10.1B)
* Error loading Fathom project file: "Error reading file. Invalid byte 2 of 3-byte UTF-8 sequence." (10192)
* Error starting Fathom probe: "Error loading Fathom project file." (10148)
The header of the xml file being loaded contains:
<?xml version="1.0" encoding="UTF-8"?>
FACT(s) (Environment):
Fathom Management 3.x
Windows
CAUSE:
Bug# OE00154207
FIX:
One of the workarounds to load the Fathom configuration file is to change the encoding manually in the xml file to ISO-8859-1:
<?xml version="1.0" encoding="ISO-8859-1"?>