Questions tagged [nsb-servicecontrol]
19 questions
4
votes
0 answers
How do I keep Particular ServiceControl Audit db (Raven5) from getting larger and larger in size?
We recently upgraded Particular.ServiceControl.Audit to v4.26 and recreated our Audit instance, since from v4.26 and up new audit instances will bump up RavenDB from 3.5 to 5.4.
We did this hoping to remedy a problem in 4.25.x where compacting the…

Frederik Struck-Schøning
- 12,981
- 8
- 59
- 68
2
votes
1 answer
Unable to register endpoint startup with ServiceControl
I'm doing a version 0.0.1 implementation of a host based Endpoint, which has worked just fine until I got errors complaining about:
non-Unicode headers something something ...
At transport database level.
Sadly that didn't get logged, so I don't…

Spikee
- 3,967
- 7
- 35
- 68
2
votes
1 answer
NServiceBus - Service Pulse - Can't connect to ServiceControl (http://localhost:33333/api/)
I am using NServiceBus 5. My messages are sending / receiving correctly, but I'm having trouble with Service Pulse. I have configured the auditing using the default endpoint names.
When I navigate to Service Pulse (http://localhost:9090/) I get…

PeteGO
- 5,597
- 3
- 39
- 70
1
vote
1 answer
Particular ServiceControl update from 4.0.1 to 4.1.0 issues, audit does not update
I just updated Particular ServiceControl from 4.0.1 to 4.1.0. The ServiceControl instance updated, but the ServiceControl.Audit intance will not update. Clicking on the update link does not do anything.
Outside of completely uninstalling the…

Kixoka
- 989
- 4
- 15
- 37
1
vote
1 answer
Particular ServiceControl : Where to put RavenDB Configuration options?
I'm confused as to where the RavenDB Configuration options such as Raven/MemoryCacheLimitMegabytes or Raven/Esent/CacheSizeMax should be placed when running Particular ServiceControl with embedded RavenDB. Specifically I want to limit memory…

jkarr505
- 13
- 3
1
vote
1 answer
Which ServiceControl.Contracts messages should IHandle?
I'm trying to make sure that 3rd party dependencies are running, and built a service to do this based on the Monitoring 3rd party Sample Application, which emits ServiceControl CheckResult messages.
This works fine; ServicePulse alerts me when I…

Justin
- 501
- 5
- 13
0
votes
1 answer
ServiceControl remove pending upgrade version
I need to update the servicecontrol under current version 3.6.4 and installed on server windows2012r2.
To do this I need to upgrade to 3.8.2 before installing the latest version 4.
However, I had installed version 4.13 beforehand and the…

Tony
- 1
- 2
0
votes
0 answers
Particular NServiceBus ServiceControl Stopping
i am trying to get ServiceControl in place to enable monitoring of our existing NServicebus infrastructure.
The setup appeared to be OK linking ServiceControl with ServiceInsight and ServicePulse. However ServiceControl is stopping on its own…

Monkeeman69
- 502
- 2
- 5
- 18
0
votes
0 answers
ServiceControl doesn't seem to do anything
I have ServiceControl setup on it's own VM and configured to use SQL Transport which I have pointed at the SQL database that's currently being used for NServiceBus. I've opened up port 33333 in the firewall on both the VM and in Azure NSG. I also…

Sinaesthetic
- 11,426
- 28
- 107
- 176
0
votes
0 answers
Particular ServiceControl auditing and Bus.HandleCurrentMessageLater();
We recently had an endpoint with logic to defer message processing by simply calling Bus.HandleCurrentMessageLater() malfunction. Within ~48 hours ServiceControl's RavenDB file grew to over 100 gigs (It just kept calling defer on the same few…

Thomas Johnson
- 400
- 2
- 10
0
votes
2 answers
How to replay nServiceBus message
Is it possible to replay all failed messages through nServiceBus without using ServiceControl/ServicePulse?
I'm using NServiceBus.Host.exe to host our endpoints. Our ServiceControl/ServicePulse database became corrupt. I was able to recreate it,…

Kye
- 5,919
- 10
- 49
- 84
0
votes
1 answer
Installing nservicebus Servicecontrol in loadbalanced environment
I am to install NServiceBus ServiceControl in a two machine setup (Load balanced by F5 box).
any idea if both instance are sharing same RavenDatabase location, will it work?

Usman Masood
- 1,937
- 2
- 17
- 33
0
votes
1 answer
Particular - ServiceControl is always Stopped
I installed Service Control(V1.20.0) recently to my QA server, I install it using ServiceControl Management Utility , I didn’t change the default values, I didn’t move DB location.
I was able to browse to the RavenDB when I am in maintenance mode.…

alsafoo
- 778
- 4
- 18
0
votes
1 answer
Does NServiceBus 6.0 already support ServiceInsights
I would like to "connect" my NServiceBus 6.0 application to ServiceInsight. Therefore I install the Nsb6.Heartbeat, Nsb6.CustomChecks and Nsb6.SagaAudit dlls with NuGet Package Manager to my solution. In the past this was enought configuration and…

marco birchler
- 1,566
- 2
- 21
- 45
0
votes
1 answer
Debugging NServiceBus ServiceControl Heartbeat plugin
I have an NServiceBus endpoint running on an Azure worker role. I installed the package ServiceControl.Plugin.Nsb5.Heartbeat. When I deploy directly from VS to the cloud service, my endpoint shows up in ServicePulse and I get my heartbeats as…

Laila
- 499
- 1
- 5
- 7