Jump to content

Exception when try to add a subscriber


bluvo

Recommended Posts

  • Member

Hi,

 

i try to add a subscription to get notified on global configuration changes. But using the following code throws an exception

SWConfigDataClientLib.LibManager LibManager = new SWConfigDataClientLib.LibManager(true);
LibManager.BaseProtocol = SWConfigDataClientLib.SProxyObject.BaseProtocol.TCP;
LibManager.AuthenticationMode = SWConfigDataClientLib.SProxyObject.AuthenticationMode.Trusted;
LibManager.WSBaseUrl = "..."
CallbackSubscription callbackSubscription = new GlobalConfigSubscription();
((GlobalConfigSubscription)callbackSubscription).GlobalConfigChanged += (Sender, Args) =>
{
  // Handle global config changed subscriber event
};
LibManager.Subscribe(callbackSubscription); // => throws the exception

Here the exception:

Der Ersteller dieses Fehlers hat keinen Grund angegeben. (SWConfigDataSharedLib.Exceptions.SSystemException)

 

No inner exception or other informations.

 

The used windows account is member of the swyxware administration group and is assigned to only one swyx account and this swyx account has only one assigned windows account.

 

Must there be anything configured in swyx?

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.