Kbase P127624: Error 293 when using the READ-XML method on a ProDataSet
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/11/2010 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1B
All Supported Operating Systems
SYMPTOM(s):
Error 293 when using the READ-XML method on a ProDataSet
** "" was not found. (293)
Using an empty string as the value for the schema location parameter
CAUSE:
This is a known issue. The READ-XML() method does not interpret empty strings correctly for the schema location parameter.
FIX:
As a workaround, replace the empty string with the Unknown value, for example:
DATASET ds:READ-XML("FILE", p_filename , "EMPTY", ?, NO).
instead of:
DATASET ds:READ-XML("FILE", p_filename , "EMPTY", "", NO).