Kbase P137351: Entities with non xml friendly chars shouldn't be allowed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/14/2008 |
|
Status: Unverified
SYMPTOM(s):
Entities with non xml friendly chars shouldn't be allowed
X-NODEREF or X-DOCUMENT <method-name> got an error: <xml-exception>. (9082)
X-NODEREF or X-DOCUMENT CREATE-NODE got an error: An invalid character was specified. (9082)
FACT(s) (Environment):
Windows
OpenEdge 10.x
Dynamics Entity Import tool
Dynamics Dataset Export tool
CAUSE:
Bug# OE00177614
CAUSE:
The percent sign (%) is a valid character for a table or field in an OpenEdge database but is not valid for XML and therefore should not be allowed in an entity in Dynamics. Dumping dataset ados for deployment will fail if there are percent characters in entity names.
FIX:
Remove the percent character and any other non-xml friendly characters from entity names prior to using them in Dynamics. Changing this after the fact can be very difficult and would involve modifying data directly in the repository.