HBO6117E A data packet received on port port is discarded because the source type value source_type and path value path do not correspond to any data streams in the policy.
Explanation
The Data Receiver received a data packet from a data gatherer, such as the System Data Engine or the Log Forwarder, that it cannot correlate with any data stream defined in the policy. The Data Streamer discards the data packet because it does not have information about how to process the data packet.
There are three common reasons that such a data packet is sent to the Data Streamer:
- The
.sde
file that contains configuration information for the System Data Engine contains data streams that are not in the .policy file that contains configuration information for the Data Streamer. Perhaps the.sde
file and the .policy file are from different policies, or the policy has been updated and the System Data Engine or Data Streamer is not using the appropriate copy of the file. - The
.config.properties
file that contains configuration information for the Log Forwarder contains data streams that are not in the .policy file that contains configuration information for the Data Streamer. Perhaps the.config.properties
file and the .policy file are from different policies, or the policy has been updated and the Log Forwarder or Data Streamer is not using the appropriate copy of the file. - The
.policy
file does not contain a data stream definition for the user data that an application is sending to the Data Streamer by using the Open Streaming API. Perhaps the data stream was not added to the policy or the incorrect source type value is being passed to the Open Streaming API.
Response
- Verify that the System Data Engine, Log Forwarder, and Data Streamer are all using the appropriate copy of the .sde file, .config.properties file, and .policy file respectively. All three files must be from the same version of the same policy.
- Verify that any user application data contains the correct source type value and that a data stream for that source type has been added to the policy.