* @see de.willuhn.jameica.hbci.rmi.HBCIDBService#checkConsistency()
*/
public void checkConsistency() throws RemoteException, ApplicationException
{
Logger.info("init update provider");
UpdateProvider provider = new HBCIUpdateProvider(getConnection(),VersionUtil.getVersion(this,"db"));
Updater updater = new Updater(provider,"iso-8859-1");
updater.execute();
Logger.info("updates finished");
}