G
goo
Guest
11.3 --> 11.7 Could anyone tell me if this could give us more trouble than just the warning? After upgrading to 11.7 we start getting this error in the appserver log: Warning: Duplicate XML-NODE-NAME for Value1 and Value2. READ-XML might not work prperly (18544) We are using a standard XML given from 3. party (we can't change it). We have converted parts of it to temp-table definitions and that gives us the following (part of if): DEFINE TEMP-TABLE Value1 NO-UNDO NAMESPACE-PREFIX "" XML-NODE-NAME "Value" SERIALIZE-NAME "Value1" FIELD Value1_Text AS DECIMAL XML-DATA-TYPE "decimal" XML-NODE-NAME "Value1_Text" XML-NODE-TYPE "TEXT" SERIALIZE-NAME "Value1_Text" FIELD Height_id AS RECID XML-DATA-TYPE "long" XML-NODE-NAME "Height_id" XML-NODE-TYPE "HIDDEN" SERIALIZE-NAME "Height_id" FIELD Altitude_id AS RECID XML-DATA-TYPE "long" XML-NODE-NAME "Altitude_id" XML-NODE-TYPE "HIDDEN" SERIALIZE-NAME "Altitude_id" . DEFINE TEMP-TABLE Value2 NO-UNDO NAMESPACE-PREFIX "" XML-NODE-NAME "Value" SERIALIZE-NAME "Value2" FIELD Value2_Text AS DECIMAL XML-DATA-TYPE "decimal" XML-NODE-NAME "Value2_Text" XML-NODE-TYPE "TEXT" SERIALIZE-NAME "Value2_Text" . As you can see, it is correct warning, but we never got that in the eariler releases. I believe that was probably because of the serialize-name is different then XML-NODE-NAME. Could we just ignore the warning by using no-error ? //Geir Otto
Continue reading...
Continue reading...