- I started ServiceControl (Set audit forwarding on)
- I Started ServiceInsight (with default api url, which is ok)
- I Downloaded StepByStep sample from nservicebus site, and added audit forwarding config class
.
class ConfigAuditQueue : IProvideConfiguration<AuditConfig>
{
public AuditConfig GetConfiguration()
{
return new AuditConfig
{
QueueName = "audit"
};
}
}
As you can see in the screenshot, it is connected to msmq api and can fetch the messages. However Flow Diagram and Sequence Diagrams are empty.
- Why is that, any ideas?
- Is it related to the Unknown Message ID ? (Although it is known in Header)
Here is also MSMQ installed features screenshot and versions for helping error recreation.
- ServiceControl v1.12.0
- ServiceInsight v1.5.6
After spending some time trying to track the issue, turns out this is a ServiceControl bug that happens when running on non-English culture, specially Turkish.
The bug has been raised and fixed since. You can find more info here.