|
Description and Workaround
|
|
When starting the PointBase RDBMS, invoke the startPointBase and startPointBaseConsole scripts that are located in the WL_HOME \common\bin directory. Do not use the scripts that are located in the BEA_HOME \user_projects\domains\ DOMAIN_NAME \bin directory.
|
|
Uninstalling WebLogic RFID Enterprise Server does not remove the <domain-component-info> elements and their contents from the file BEA_HOME \user_projects\domains\ DOMAIN_NAME \init-info\domain-info.xml .
If you remove Enterprise Server component deployments from the domain and then try to re-install them, you will not succeed.
Manually delete the <domain-component-info> elements and their contents from the domain-info.xml file that pertain to the WebLogic RFID Enterprise Server. Specifically, remove those named Reporting Service, Event Service and Data Exchange Service, Serial Number Assignment Service, and Edge Management.
|
|
In the Master Data Administration Console, once a Master Data Type has entries associated with it, you cannot modify it in any way, including changing the field display order.
Export the Master Data Type, delete all its entries in the Console, change the sequence attribute in the Master Data Type Attribute Meta XML, and then re-import it.
|
|
A FatalDataStoreException is thrown if you start WebLogic Enterprise Server before starting the database.
|
|
In the Query Subscription Administration Console, when adding subscription parameters, the table displays 10 parameters per page; this is not configurable.
|
|
In the Query Subscription Administration Console, when selecting items from drop-down lists, if you select multiple items (this sometimes happens when using the mouse wheel), an exception is thrown.
Select only one item at a time. If possible, avoid using the mouse wheel when selecting items from drop-down lists.
|
|
When capturing SGLN and GRAI tags with a company_prefix containing 12 digits, the EPC.REFERENCE field gets the value 0 instead of null.
|
|
In this release of Enterprise Server, there is no QuickStart application, therefore, ignore the quickstart scripts located in the RFID_ENTERPRISE_HOME \common\bin directory.
|
|
The FILTER_VALUE column is no longer in the Event repository. The filter value is only relevant when searching for tag EPCs; this release of Enterprise Server only allows searching on pure identity EPCs.
|
|
When installing on UNIX, using a leading backslash ( \ ) in the install directory path causes the Configuration Wizard to fail silently.
|
|
In the Query Subscription Administration Console, to use authentication on a JMS destination, enter the relevant properties in the Naming Service Properties text field.
java.naming.security.authentication= auth
java.naming.security.principal= name
java.naming.security.credentials= cred
Caution: |
The values will be stored unencrypted in the database. Therefore, you must either ensure the security of your database or consider the JMS queue password unimportant, if revealed. |
|
|
If your PointBase database connection is lost, you must restart the Enterprise Server after restoring your database connection.
|
|
When using an Internet Explorer browser to access the Reporting Service or Serial Number Assignment Service Consoles, highlighting an item in a drop-down list and then scrolling rapidly using the mouse wheel may cause an unexpected error.
Start a new browser session.
|
|
The Configuration Wizard displays a list of all the JDKs found in BEA Home. When selecting a JDK for use with WebLogic RFID Enterprise Server 2.0, you must select a JDK version 1.5 or higher.
|
|
When issuing a poll() request which includes Order By and Order Direction parameters, events will be ordered within each event group but not for the entire event list. The event list includes events grouped by Event Type.
|
|
If you are using an Oracle database, before running the initEventServiceDatabase script, you must first uncomment this line in the BEA_HOME \user_projects\domains\ DOMAIN_NAME \config\kodo.properties file: #kodo.jdbc.DBDictionary: oracle (TimestampTypeName=TIMESTAMP)
|
|
In the Reporting Service Console, Location Selection Criteria > Search Locations table, pressing Enter, Add, or Delete after putting values in the Value text fields results in losing the values.
Create the full number of search criteria rows before putting values in the text fields.
|
|
In the Edge Server Administration Console, the wrong ECSpec Subscriber subscription properties page might be displayed after selecting an ECSpec Subscriber to edit.
Click Cancel on the ECSpec Subscriber subscription properties page. Then re-select the ECSpec Subscriber edit link.
|
|
When you first access the Master Data Administration Console from the Enterprise Server Home page, you will see the following error messages:
<Oct 3, 2006 2:45:05 PM EDT> <Error> <netuix> <BEA-423266> <No setter for property :: encoding.>
<Oct 3, 2006 2:45:10 PM EDT> <Error> <netuix> <BEA-423137> <There was an error loading the requested URI /PortalConfig/home/HomePage.jsp.>
Subsequent accessing the Master Data Administration Console Home page displays the following error message:
<Oct 3, 2006 2:45:10 PM EDT> <Error> <netuix> <BEA-423137> <There was an error loading the requested URI /PortalConfig/home/HomePage.jsp.>
Disregard these messages; they have no effect on the application.
|
|
In the Edge Server Administration Console, PLC Stack Light RFID devices always display an UP Device Status regardless of their actual state.
|
|
If you are using Microsoft SQL Server 2005 and a Microsoft JDBC driver, the Configuration Wizard does not properly construct the connection URL (it lacks the database name component).
To use the Microsoft SQL Server 2005 JDBC driver, follow these steps:
- Download and install the driver from the MSDN Web site (follow the Microsoft instructions).
- Edit this file,
C:\ BEA_HOME \user_projects\applications\ DOMAIN_NAME \kodo.ear\kodo.rar\META-INF\ra.xml , by adding ;databasename=< db_name > to the Connection URL (replace <db_name > with the actual database name).
- Edit this file,
C:\ BEA_HOME \user_projects\domains\ DOMAIN_NAME \config\kodo.properties , by adding ;databasename=< db_name > to the Connection URL (replace <db_name > with the actual database name).
- Add
sqljdbc.jar to the classpath in the following database initialization scripts: C:\ BEA_HOME \user_projects\domains\ DOMAIN_NAME \bin\initEventServiceDatabase C:\ BEA_HOME \user_projects\domains\ DOMAIN_NAME \bin\initSerialNumberDatabase
- Add
sqljdbc.jar to the C:\ BEA_HOME \user_projects\domains\ DOMAIN_NAME \lib directory.
- In the WebLogic Server Administration Console, delete the existing credential map: navigate to Security Realms > myrealm > Credential Mappings, select the check box next to the existing credential mapping Resource Identifier, and click Delete.
- In the WebLogic Server Administration Console, create a new credential map (click New), with these fields (leave the other fields blank):
Remote Host = Connection URL (the same value as in the ra.xml and kodo.properties files)
Local User = rfiduser
Remote User and Remote Password = database login username and password
- Restart WebLogic Server.
Note: |
These steps also apply to all other supported JDBC drivers that are not shipped with the product. |
|
|
Upon startup, the Enterprise Server displays multiple repeats of the following message in the console window:
<Oct 5, 2006 4:35:28 PM EDT> <Warning> <WorkManager> <BEA-002919> <Unable to find a WorkManager with name weblogic.wsee.mdb.DispatchPolicy. Dispatch policy weblogic.wsee.mdb.DispatchPolicy will map to the default WorkManager for the application bea_wls9_async_response>
Disregard these messages.
|
|
When using Pointbase RDBMS as the enterprise data store, capture operations might yield the exception:
kodo.util.DataStoreException: Data exception -- row already exist in index I_EPC_M_URI on table EPC
This exception is harmless; you can ignore it.
|
|
When configuring a SQL Server database for use with the Enterprise Server, select a case-insensitive collation option (for example, _CI), otherwise, the database initialization scripts will fail. For more information on collation options, see SQL Server Books Online.
|