Hello there... just wondering if anyone else has run into this problem... the fact that the Orion System startup relies heavily on well-formed ip addresses, why is it possible for a mal-formed ip address to be entered into the IP_Address field? We have run into this issue a number of times when reseting the monitored ip values... granted, the users entering the ip addresses should take more care in doing it properly, but it seems like the application should play a role, as well, by providing a validation on the value entered to ensure the ip address is well-formed.
In order to clean up mal-formed ip addresses that hose the Orion System startup, I have written the following C# code if anyone might find it useful. It was a quick way for us to determine the offending addresses and correct them to ensure a smooth startup. Please see attached file for code.