Sensormatic View Manager 96 Console Guía de instalación Pagina 137

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 192
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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>
Vista de pagina 136
1 2 ... 132 133 134 135 136 137 138 139 140 141 142 ... 191 192

Comentarios a estos manuales

Sin comentarios