Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing message ID, and other data unavailable #576

Closed
distantcam opened this issue Apr 15, 2016 · 1 comment
Closed

Missing message ID, and other data unavailable #576

distantcam opened this issue Apr 15, 2016 · 1 comment
Labels

Comments

@distantcam
Copy link
Contributor

From http://stackoverflow.com/questions/36621031/nservicebus-serviceinsight-empty-flow-diagram-and-sequence-diagram (also in desk case)

  • 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)

screenshot of SI

Here is also MSMQ installed features screenshot and versions for helping error recreation.

ServiceControl v1.12.0
ServiceInsight v1.5.6

screenshot of MSMQ install options

@HEskandari
Copy link
Contributor

Think this can be closed now. The bug is logged and can be tracked under ServiceControl repository here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants