DB2 - Problem description
| Problem IC63143 | Status: Closed |
UNABLE TO REGISTER XML SCHEMA IN XSR (SQL16104N) | |
| product: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problem description: | |
Unable to register XML schema in XSR (SQL16104N)
The failure is not caused from the DTD but from the reference to
an external DTD (XMLSchema.dtd).
<!DOCTYPE schema
PUBLIC "-//W3C//DTD XMLSchema 200102//EN"
"http://www.w3.org/2001/XMLSchema.dtd"
[
<!ATTLIST schema
xmlns:ds CDATA #FIXED "http://www.w3.org/2000/09/xmldsig#">
<!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'>
<!ENTITY % p ''>
<!ENTITY % s ''>
]> | |
| Problem Summary: | |
UNABLE TO REGISTER XML SCHEMA IN XSR (SQL16104N) | |
| Local Fix: | |
The PUBLIC reference can be removed from the xmldsig-core-schema.xsd for successful schema registration. | |
| available fix packs: | |
DB2 Version 9.7 Fix Pack 2 for Linux, UNIX, and Windows | |
| Solution | |
Problem was first fixed in Version 9.7 Fix Pack 2 | |
| Workaround | |
not known / see Local fix | |
| Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 14.09.2009 17.05.2010 17.05.2010 |
| Problem solved at the following versions (IBM BugInfos) | |
9.7.FP2 | |
| Problem solved according to the fixlist(s) of the following version(s) | |
| 9.7.0.2 |
|