Event Notification Throwing Exception

Discussions related to custom development with Select.
Post Reply
roteague
Posts: 292
Joined: Thu Sep 25, 2008 4:49 pm
Location: Honolulu, Hawaii

Event Notification Throwing Exception

Post by roteague »

I'm trying to run sps.exe unsubscribe and it's throwing an exception. I haven't been able to trace down the error in the event log. Can I just manually remove the entry from the EventSubscriptions table?
Robert
Mark McKenna

Re: Event Notification Throwing Exception

Post by Mark McKenna »

I am using the Boylan SPS utility and am able to unsubscribe using:

./sps unsubscribe /s:http://localhost:8080 /u:"username,password" D9FAAD34-BC0F-46AB-88F4-58CF82943E16

The command is admittedly a little touchy syntactically, so small variations could end up causing an exception to be thrown. While it is technically possible to remove the subscription directly in the database, it is recommended to use the Select Server utility itself.

Let us know what you find out.
roteague
Posts: 292
Joined: Thu Sep 25, 2008 4:49 pm
Location: Honolulu, Hawaii

Re: Event Notification Throwing Exception

Post by roteague »

Thanks Mark, I wasn't using the GUID in the unsubscribe command, which is probably why the exception is being thrown. I'll give that a try, and let you know if I have any more issues.
Robert
Post Reply