Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.87 KB

no-data-available.md

File metadata and controls

22 lines (15 loc) · 1.87 KB
title summary tags
Data not available
Why ServiceInsight cannot visualize a conversation.
ServiceControl
ServiceInsight
Expiration

Sometimes, when selecting a message in ServiceInsight, the visualization windows will show the message "Data not available".

No data available

ServiceInsight visualizations are based on collections of messages called conversations. Each of these visualizations will query ServiceControl to get all of the messages that belong to a specific conversation in order to display them on the screen.

There are two reasons why ServiceControl may not be able to find any messages that belong to a given conversation.

Firstly, ServiceControl does not keep audit data forever. When messages are past a certain age they will be deleted from ServiceControl. If a message appears in a ServiceInsight list but the conversation cannot be found then it is likely because all of the messages have expired within ServiceControl and been removed. The messages still appearing in the list are being read from an in-memory ServiceInsight cache. See Automatic Expiration of ServiceControl Data for instructions on how to increase the time that message is available before it expires.

The other reason that data might not be available is when messages in ServiceControl are not linked to a conversation. ServiceControl identifies which conversation a message belongs to by looking at the NServiceBus.ConversationId header on each message. If this header is not present for any reason then the message will not appear in any ServiceInsight visualizations.

NOTE: The NServiceBus.ConversationId header was introduced in NServiceBus Version 4. Messages sent or published by earlier versions of NServiceBus will be missing this header and will not appear in ServiceInsight visualizations.