Hi Joe / Jon-Paul,
I have also encountered this issue, after creating a new view on the WILE dataset the following error occurs
om.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [2566]: distributed environment error: no servers found;_SYS_STATISTICS:STATISTICS_ALERT_LAST_CHECK_INFORMATION
at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:334)
at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:174)
at com.sap.db.jdbc.packet.ReplyPacket.buildExceptionChain(ReplyPacket.java:100)
at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1141)
at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:888)
at com.sap.db.jdbc.StatementSapDB.sendCommand(StatementSapDB.java:929)
at com.sap.db.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:978)
at com.sap.db.jdbc.StatementSapDB.execute(StatementSapDB.java:256)
at com.sap.db.jdbc.StatementSapDB.execute(StatementSapDB.java:228)
at com.sap.db.jdbc.trace.Statement.execute(Statement.java:79)
at com.sap.ndb.studio.jdbc.util.SQLExecutor$1.run(SQLExecutor.java:118)
I have stopped the instance and restarted this however the error persisted. It seems to be occuring when anything new is created and an internal process checks for the _SYS_STATISTICS:STATISTICS_ALERT_LAST_CHECK_INFORMATION table. After reviewing other posts I checked the _SYS_STATISTICS table distribution for my instance and came back with message no table found. Seems that this _SYS_STATISTICS schema is not included in the new instance build.
Will investigate further but not looking good at this point in time.