Sensormatic View Manager 96 Console Guide d'installation Page 137

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 192
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 136
Chapter 7 Sun Java System RFID Information Server Configuration 137
To Modify the RFID Information Server
Database Schema File
1. Save a copy of EpcisDbSchema.xml in a permanent location.
2. Modify the file to add or delete extended attributes.
3. Copy the modified file to the document root of the application server.
4. Restart the application server.
Caution The EpcisDbSchema.xml file is intended to be modified once at
deployment. If changes are made to the file after the database has been populated,
the result might be inconsistent data in the database.
Example for a <table> Element
In this example the PRODUCT table has one extended attribute, SIZE_OZ. The
attribute is of type float.
Adding Extended Attributes to a Table
The following shows the template for an extended attribute.
<!-- Insert extended attributes below -->
<!-- Type is always String -->
<!-- paramNum is always 3 -->
<attribute extended="true">
<name>SIZE_OZ</name>
<dbName>SIZE_OZ</dbName>
<type>FLOAT</type>
<paramNum>3</paramNum>
</attriute>
</table>
<attribute extended="true">
<name></name>
<dbName></dbName>
<type></type>
<paramNum>3</paramNum>
</attribute>
Vue de la page 136
1 2 ... 132 133 134 135 136 137 138 139 140 141 142 ... 191 192

Commentaires sur ces manuels

Pas de commentaire