Ich habe im Internet Phonak Target gefunden und erfolgreich installiert. Habe dort dann das Update für Version 9.1.1 runter geladen.
Alte Version deinstalliert und neue installiert.
Bei beiden Versionen kam von Anfang an der Fehler, das die Datenbank nicht geladen werden konnte.
Leider weiß ich nicht wie ich den Fehler beheben kann. Vielleicht kann mir hier jemand helfen.
Es gibt ein Fehler mit der Standalone Kunden-Datenbank Daten die unter Noah gespeichert sind, sind nicht betroffen
Code: Alles auswählen
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Sonova.Chinook.Application.AppServices.Common.PatientDatabaseException: file is not a database
file is not a database ---> System.Data.SQLite.SQLiteException: file is not a database
file is not a database
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader()
at Sonova.General.LegacyDatabaseAccess.SQLiteDataFactory`1.DoDataList(String commandText, List`1 parameters)
at Sonova.Chinook.Application.AppServices.PatientDatabase.Standalone.DbPatientInfoFactory.GetDbPatientInfoList()
at Sonova.Chinook.Application.AppServices.PatientDatabase.Modular.Standalone.Patient.StandalonePatientStorageProvider.GetDbPatientInfoList()
at Sonova.Chinook.Application.AppServices.PatientMgt.Lists.PatientListBase.GetList()
at Sonova.Chinook.Application.AppServices.PatientMgt.PatientMgtService.get_PatientList()
at Sonova.Chinook.Application.BusinessServices.PatientManagement.PatientListService.ReadPatientListFromFacade(IBackgroundTaskUpdate taskUpdate)
at Sonova.General.Presentation.Threading.BackgroundTasksService.<>c__DisplayClass9_0`1.<PerformInBackground>b__0(IBackgroundTaskUpdate x)
at Sonova.General.Presentation.Threading.Internal.BackgroundTask`1.<RunOriginalTaskHandler>d__22.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Sonova.General.Presentation.Threading.Internal.BackgroundTask`1.EndTask()
at Sonova.Chinook.Application.BusinessServices.PatientManagement.PatientListService.InitialReadPatientListFinished(IFinishedBackgroundTask`1 readTask)
--- End of inner exception stack trace ---
at Sonova.Chinook.Application.BusinessServices.PatientManagement.PatientListService.InitialReadPatientListFinished(IFinishedBackgroundTask`1 readTask)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)