Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "Tools/Manuals/TS103"

From EGIWiki
Jump to navigation Jump to search
Line 13: Line 13:
* the value for some attribute has the wrong type (e.g. string instead of integer)
* the value for some attribute has the wrong type (e.g. string instead of integer)
* a string contains a non-ASCII character
* a string contains a non-ASCII character
* Boolean attributes must be in upper case (TRUE and FALSE)
* a multi-valued attribute appears with values that only differ in '''case'''
* a multi-valued attribute appears with values that only differ in '''case'''



Revision as of 16:27, 5 September 2012


Back to Troubleshooting Guide


Some objects missing in site or top-level BDII

Diagnosis

When for some service only some objects are missing in the site BDII or in a particular top-level BDII, the cause should be a violation of the GLUE schema by at least one attribute:

  • the value for some attribute has the wrong type (e.g. string instead of integer)
  • a string contains a non-ASCII character
  • Boolean attributes must be in upper case (TRUE and FALSE)
  • a multi-valued attribute appears with values that only differ in case

An example of the latter:

GlueCEAccessControlBaseRule: VO:foo
GlueCEAccessControlBaseRule: VO:Foo

Note that GLUE 1 is case-insensitive and objects with duplicate attributes are rejected by recent BDII versions that enforce the GLUE schema more strictly. GLUE 2 is case-sensitive.