See Log file locations and settings for the default installation locations of the edge alerts and heartbeat log files.
The following applications should appear with green status arrows next to them:
com.ibm.rfid.bundle.list.url=http://IP_address:port_number/bundleadmin/GetBundle?name=http://IBM_HTTP_Server_IP_address/bundles/bundlelists/dc_core4dts.txt
This code specifies the URL used by the bundle loader to retrieve the list of bundles to load. If the Bundle Repository Server is on a separate server from WebSphere Sensor Events, then replace the IP_address and IBM_HTTP_Server_IP_address values in this property with the IP address of the server hosting the Bundle Repository Server.
The default port number is 9080. This port number is defined when you create your WebSphere Application Server profile.
The bundle list should be set to the dc_core4dts.txt file.
com.ibm.rfid.edge.config.url=http://IP_address:port_number/ibmrfidadmin/premises.sl?action=getconfig&edge=E2&version=6.1
This code specifies the Data Capture and Delivery controller to use. For testing purposes, the configuration uses the default E2 controller, which is shipped as a sample Data Capture and Delivery controller with WebSphere Sensor Events. The E2 controller loads the Simulated Reader to help verify your configuration before testing with a real reader. For a production environment, use the E0 controller.
The default is the localhost address, 127.0.0.1.
PREFIX http://IP_address/bundles/
For Windows operating
systems, if you are running WebSphere Application Server, IBM HTTP Server, WebSphere MQ, and Data Transformation service
on the same server, you need to ensure that the Data Transformation service
starts after WebSphere Application Server and WebSphere MQ when the
computer is rebooted. By default, there can be a situation where Data Transformation service
starts before the other applications, resulting in errors.
sc config IBMWebSphereSensorEventsDTService depend= "MQSeriesServices/IBMHTTPServer6.1/IBMWAS61Service - PremisesNode"
Data Transformation service should show a dependency on the starting of the WebSphere Application Server, IBM HTTP Server, and WebSphere MQ services.
In a Linux environment, WebSphere Application Server and IBM HTTP Server are not
automatically started when the computer reboots, but Data Transformation service
and WebSphere MQ are
automatically started. If all of the products are installed on the
same server, the startup sequence can result in errors.
To reduce the possibility of errors occurring, remove the ibm_dts_service from the automatic startup by issuing this command:
chkconfig --level 35 ibm_dts_service off
For example, for Windows operating systems:
set WBE_HOME=C:\Program Files\IBM\WBE62
For Linux operating systems:
export WBE_HOME=/opt/IBM/WBE62
See the WebSphere Business Events Information Center for more information.
Check the WebSphere Sensor Events Support site for any product-related fixes.
If you need to uninstall the WebSphere Sensor Events software, refer to Uninstalling WebSphere Sensor Events.
(c) Copyright IBM Corporation 2004, 2009. All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted
by GSA ADP Schedule Contract with IBM Corp.