You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gateway IP address quite frequently is missing in SCD files for IEDs in the network that is referenced during build. Maybe better to state "using default gateway" or similar if this is missing. The code is inside a try-catch block but the build process will not complete. If the SCD file is read in OMICRON IEDScout it is not causing any problems that gateway is missing. Could be optional with gateway IP?
The gateway IP address quite frequently is missing in SCD files for IEDs in the network that is referenced during build. Maybe better to state "using default gateway" or similar if this is missing. The code is inside a try-catch block but the build process will not complete. If the SCD file is read in OMICRON IEDScout it is not causing any problems that gateway is missing. Could be optional with gateway IP?
InetAddress gateway = InetAddress.getByName( subNetwork.getConnectedAPs().get(0).getAddress().getAddressParameter("IP-GATEWAY").getText());
Maybe better to catch the unknownhostexception and replace with some default IP if missing or rebuild code to make robust on this?
The text was updated successfully, but these errors were encountered: