Może mi ktoś powiedzieć czy w folderze SQLiteDBs wystarczy mieć poniższe 2 pliki, żeby ten program zadziałał czy trzeba coś więcej ściągnąć? streamdataprimitive_ENGB.sqlite xmlvalueprimitive_ENGB.sqlite Aktualnie przy próbie uruchomienia dostaję błąd "Failed to start ISTA". Niżej załączam logi, jakby ktoś mógł pomóc to odpalić to byłbym wdzięczny: 2019-07-11 10:57:16.598 INFO [T] ISTA: [1] ConfigSettings.ConfigSettings() - called
2019-07-11 10:57:16.599 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.OperationalMode" from "" to "ISTA_PLUS" (read from "Configuration file").
2019-07-11 10:57:16.599 INFO [T] ISTA: [1] ConfigSettings.ConfigSettings() - OperationalMode is ISTA_PLUS
2019-07-11 10:57:16.599 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Logging.Directory" from "" to "..\..\..\Logs" (read from "Configuration file").
2019-07-11 10:57:16.600 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Logging.Directory" from "..\..\..\logs" to "..\..\..\Logs" (read from "Configuration file").
2019-07-11 10:57:16.613 INFO [T] ISTA: [1] App.StartIstaServices() - Try to start ISTA Services host ...
2019-07-11 10:57:16.622 INFO [T] ISTA: [1] IstaProcessStarter.Start() - called.
2019-07-11 10:57:17.549 ERROR [T] ISTA: [1] IstaProcessStarter.Start() - Failed to start ISTA operation. Reason: "System.Data.SQLite.SQLiteException (0x80004005): unable to open database file
at System.Data.SQLite.SQLite3.Open(String strFilename, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool)
at System.Data.SQLite.SQLiteConnection.Open()
at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query, List`1 parameters, IDbConnection dbConnection)
at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query, List`1 parameters)
at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query)
at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.SelectAll[T](String whereClause)
at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.SelectAll[T]()
at BMW.ISPI.WsiDataProvider.WsiDataProviderBase.LoadXepCharacteristics()
at BMW.ISPI.WsiDataProvider.WsiDataProviderBase.InitializeCache()
at BMW.ISPI.WsiDataProvider.WsiDataProviderBase..ctor(DatabaseAccessProvider databaseAccessProvider)
at BMW.ISPI.WsiDataProvider.SQLite.WsiSQLiteDataProvider..ctor()
at BMW.ISPI.WsiDataProvider.WsiDataProviderFactory.CreateWsiDataProvider(WsiDataProviderType wsiDataProviderType)
at BMW.ISPI.IstaServices.Impl.Database.IstaDatabaseServiceImpl.Initialize()
at BMW.ISPI.IstaServices.Impl.IstaServiceBase.Start()
at BMW.ISPI.IstaServices.Impl.IstaServicesImpl.TryStartService(IstaServiceBase istaService)
at BMW.ISPI.IstaServices.Impl.IstaServicesImpl.Initialize()
at BMW.ISPI.IstaServices.Host.IstaServicesProcess.InitializeServices(DateTime startTime, String processGuid, String workDir, IstaServicesProcessArgs processArgs)
at BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessBase`1.Initialize(String[] args)
at BMW.ISPI.IstaServices.Host.IstaServicesProcess.Initialize(String[] args)
at BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessBase`1.Perform(String[] args)".
2019-07-11 10:57:17.550 ERROR [T] ISTA: [1] App.Init() - Failed to start ISTA: BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessStartException: Failed to start ISTA operation. Reason: "System.Data.SQLite.SQLiteException (0x80004005): unable to open database file
at System.Data.SQLite.SQLite3.Open(String strFilename, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool)
at System.Data.SQLite.SQLiteConnection.Open()
at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query, List`1 parameters, IDbConnection dbConnection)
at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query, List`1 parameters)
at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.ExecuteReader(String query)
at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.SelectAll[T](String whereClause)
at BMW.ISPI.WsiDataProvider.DatabaseAccess.DatabaseAccessProvider.SelectAll[T]()
at BMW.ISPI.WsiDataProvider.WsiDataProviderBase.LoadXepCharacteristics()
at BMW.ISPI.WsiDataProvider.WsiDataProviderBase.InitializeCache()
at BMW.ISPI.WsiDataProvider.WsiDataProviderBase..ctor(DatabaseAccessProvider databaseAccessProvider)
at BMW.ISPI.WsiDataProvider.SQLite.WsiSQLiteDataProvider..ctor()
at BMW.ISPI.WsiDataProvider.WsiDataProviderFactory.CreateWsiDataProvider(WsiDataProviderType wsiDataProviderType)
at BMW.ISPI.IstaServices.Impl.Database.IstaDatabaseServiceImpl.Initialize()
at BMW.ISPI.IstaServices.Impl.IstaServiceBase.Start()
at BMW.ISPI.IstaServices.Impl.IstaServicesImpl.TryStartService(IstaServiceBase istaService)
at BMW.ISPI.IstaServices.Impl.IstaServicesImpl.Initialize()
at BMW.ISPI.IstaServices.Host.IstaServicesProcess.InitializeServices(DateTime startTime, String processGuid, String workDir, IstaServicesProcessArgs processArgs)
at BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessBase`1.Initialize(String[] args)
at BMW.ISPI.IstaServices.Host.IstaServicesProcess.Initialize(String[] args)
at BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessBase`1.Perform(String[] args)".
w BMW.Rheingold.CoreFramework.WcfCommon.IstaProcessStarter.Start[TArgs](String pathToIstaProcessFile, TArgs istaProcessArgs)
w BMW.ISPI.IstaServices.Controller.IstaServicesController.StartHost(IDictionary`2 configuration)
w BMW.Rheingold.ISTAGUI.App.StartIstaServices(LogCleaner logCleaner)
w BMW.Rheingold.ISTAGUI.App.Init()
w BMW.Rheingold.ISTAGUI.App..ctor()
2019-07-11 10:57:17.563 ERROR [T] ISTA: [1] ServiceLocator.GetService<T>() - No service registered for type "BMW.Rheingold.CoreFramework.Contracts.IUia". Using default instead.
2019-07-11 10:57:17.563 WARNING [T] ISTA: [1] DialogBase.Init() - Service IUia is not available using UiaNone instead.
2019-07-11 10:57:17.563 WARNING [T] ISTA: [1] DialogBase.DialogBase() - Dialog owner BMW.Rheingold.PresentationFramework.MessageDialog could not be set, because it is invisible.
2019-07-11 10:57:17.564 INFO [T] ISTA: [1] PresentationFramework.PresentationFramework() - ctor called.
2019-07-11 10:57:17.566 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "TesterGUI.SelectedBrand" from "" to "BMWGroup" (read from "Configuration file").
2019-07-11 10:57:17.580 INFO [T] ISTA: [1] CoreFramework.CoreFramework() - ctor called.
2019-07-11 10:57:17.601 WARNING [T] ISTA: [1] LicenseManager.DeserializeFromString() - failed with exception: System.InvalidOperationException: Dokument XML zawiera błąd (1, 1). ---> System.Xml.XmlException: Dane na poziomie głównym są nieprawidłowe. wiersz 1, pozycja 1.
w System.Xml.XmlTextReaderImpl.Throw(Exception e)
w System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
w System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
w System.Xml.XmlTextReaderImpl.ParseDocumentContent()
w System.Xml.XmlTextReaderImpl.Read()
w System.Xml.XmlTextReader.Read()
w System.Xml.XmlReader.MoveToContent()
w Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderLicenseInfo.Read5_LicenseInfo()
--- Koniec śladu stosu wyjątków wewnętrznych ---
w System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
w System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
w BMW.Rheingold.CoreFramework.LicenseManager.DeserializeFromString(String licString)
2019-07-11 10:57:17.601 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.CoreFramework.ILeanActive" from "" to "False" (read from "Configuration file").
2019-07-11 10:57:17.601 ERROR [T] ISTA: [1] LicenseManager.get_LicenseInfo() - licString was null; no license verification from License.xml possible
2019-07-11 10:57:17.631 ERROR [T] ISTA: [1] LicenseManager.verifyLicense() - LicInfo was null
2019-07-11 10:57:17.637 INFO [T] ISTA: [1] Translator.deserializeLocalizationbyResource() - called
2019-07-11 10:57:17.632 ERROR [T] ISTA: [1] LicenseManager.verifyLicense() - failed with exception: BMW.Rheingold.CoreFramework.LicenseVerificationException: Error --- The session could not be successfully verified against the online portal. Check network connection and the validity of the portal session.
w BMW.Rheingold.CoreFramework.LicenseManager.VerifyLicense()
2019-07-11 10:57:18.026 INFO [T] ISTA: [1] CoreFramework.CoreFramework() - license invalid or expired.
2019-07-11 10:57:18.026 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "DebugLevel" from "" to "2" (read from "Configuration file").
2019-07-11 10:57:18.027 INFO [T] ISTA: [1] CoreFramework.CoreFramework() - CoreFramework.DebugLevel is 2
2019-07-11 10:57:18.027 WARNING [T] ISTA: [1] LicenseManager.DeserializeFromString() - failed with exception: System.InvalidOperationException: Dokument XML zawiera błąd (1, 1). ---> System.Xml.XmlException: Dane na poziomie głównym są nieprawidłowe. wiersz 1, pozycja 1.
w System.Xml.XmlTextReaderImpl.Throw(Exception e)
w System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
w System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
w System.Xml.XmlTextReaderImpl.ParseDocumentContent()
w System.Xml.XmlTextReaderImpl.Read()
w System.Xml.XmlTextReader.Read()
w System.Xml.XmlReader.MoveToContent()
w Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderLicenseInfo.Read5_LicenseInfo()
--- Koniec śladu stosu wyjątków wewnętrznych ---
w System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
w System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
w BMW.Rheingold.CoreFramework.LicenseManager.DeserializeFromString(String licString)
2019-07-11 10:57:18.027 ERROR [T] ISTA: [1] LicenseManager.get_LicenseInfo() - licString was null; no license verification from License.xml possible
2019-07-11 10:57:18.036 ERROR [T] ISTA: [1] LicenseManager.verifyLicense() - LicInfo was null
2019-07-11 10:57:18.036 ERROR [T] ISTA: [1] LicenseManager.verifyLicense() - failed with exception: BMW.Rheingold.CoreFramework.LicenseVerificationException: Error --- The session could not be successfully verified against the online portal. Check network connection and the validity of the portal session.
w BMW.Rheingold.CoreFramework.LicenseManager.VerifyLicense()
2019-07-11 10:57:18.036 INFO [T] ISTA: [1] PresentationFramework.PresentationFramework() - license invalid or expired.
2019-07-11 10:57:18.036 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "DebugLevel" from "0" to "2" (read from "Configuration file").
2019-07-11 10:57:18.036 INFO [T] ISTA: [1] CommandBase.CommandBase(string) - Command of type "CommandExecute" instantiated with id "".
2019-07-11 10:57:18.038 ERROR [T] ISTA: [1] ServiceLocator.GetService<T>() - No service registered for type "BMW.Rheingold.CoreFramework.Contracts.INavigationService". Using default instead.
2019-07-11 10:57:18.038 INFO [T] ISTA: [1] CommandBase.CommandBase(string) - Command of type "CommandCommitDialog" instantiated with id "".
2019-07-11 10:57:18.038 INFO [T] ISTA: [1] CommandBase.CommandBase(string) - Command of type "CommandCancelDialog" instantiated with id "".
2019-07-11 10:57:18.038 ERROR [T] ISTA: [1] ServiceLocator.GetService<T>() - No service registered for type "BMW.Rheingold.PresentationFramework.Print.IPrintingService". Using default instead.
2019-07-11 10:57:18.149 WARNING [T] ISTA: [1] TextContent.AsignFormattedText() - Failed to assign formatted text "Failed to start ISTA.
Please make sure your ISTA configuration is valid.
In doubt reset any non standard ISTA configuration and reinstall ISTA.". Assign paragraph with plain text "Failed to start ISTA.
Please make sure your ISTA configuration is valid.
In doubt reset any non standard ISTA configuration and reinstall ISTA." instead. Dane na poziomie głównym są nieprawidłowe. wiersz 1, pozycja 1.
2019-07-11 10:57:18.150 WARNING [T] ISTA: [1] TextContent.AsignFormattedText() - Failed to assign formatted text "Failed to start ISTA.
Please make sure your ISTA configuration is valid.
In doubt reset any non standard ISTA configuration and reinstall ISTA.". Assign paragraph with plain text "Failed to start ISTA.
Please make sure your ISTA configuration is valid.
In doubt reset any non standard ISTA configuration and reinstall ISTA." instead. Dane na poziomie głównym są nieprawidłowe. wiersz 1, pozycja 1.
2019-07-11 10:57:18.153 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.DatabaseProvider.DatabaseProviderFactory.DatabaseProvider" from "" to "DatabaseProviderSQLite" (read from "Configuration file").
2019-07-11 10:57:18.153 INFO [T] ISTA: [1] DatabaseProviderFactory.Instance() - Loading database provider of type: DatabaseProviderSQLite
2019-07-11 10:57:18.154 INFO [T] ISTA: [1] DatabaseProviderFactory.LoadAssembly() - Trying to load database provider assembly: D:\Rheingold\TesterGUI\bin\Release\RheingoldDatabaseSQLiteConnector.dll
2019-07-11 10:57:18.156 INFO [T] ISTA: [1] DatabaseProviderFactory.LoadAssembly() - Database Assembly RheingoldDatabaseSQLiteConnector, Version=4.15.32.17442, Culture=neutral, PublicKeyToken=6505efbdc3e5f324 active
2019-07-11 10:57:18.163 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.DatabaseProvider.SetupRuleCache" from "" to "True" (read from "Configuration file").
2019-07-11 10:57:18.163 INFO [T] ISTA: [1] DatabaseProviderSQLite.DatabaseProviderSQLite() - Initializing Database with standard connections.
2019-07-11 10:57:18.164 INFO [T] ISTA: [1] ConfigSettings.set_CurrentCulture() - set UI culture to en-GB
2019-07-11 10:57:18.178 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - DiagDocDatabaseFile: ..\..\..\SQLiteDBs\DiagDocDb.sqlite
2019-07-11 10:57:18.178 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - Resulting DiagDocDatabaseFile: D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\
2019-07-11 10:57:18.178 ERROR [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - File D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite not found, no connection to DiagDocDb.
2019-07-11 10:57:18.179 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeStreamDataPrimitiveDb() - StreamDataPrimitive File: ..\..\..\SQLiteDBs\streamdataprimitive_ENGB.sqlite
2019-07-11 10:57:18.179 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeStreamDataPrimitiveDb() - Resulting StreamDataPrimitive File: D:\Rheingold\SQLiteDBs\streamdataprimitive_ENGB.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\
2019-07-11 10:57:18.189 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeXmlValuePrimitiveDb() - XmlValuePrimitive File: ..\..\..\SQLiteDBs\xmlvalueprimitive_ENGB.sqlite
2019-07-11 10:57:18.189 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeXmlValuePrimitiveDb() - Resulting XmlValuePrimitive File: D:\Rheingold\SQLiteDBs\xmlvalueprimitive_ENGB.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\
2019-07-11 10:57:18.190 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeStreamDataPrimitiveDb() - StreamDataPrimitive File: ..\..\..\SQLiteDBs\streamdataprimitive_OTHER.sqlite
2019-07-11 10:57:18.190 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeStreamDataPrimitiveDb() - Resulting StreamDataPrimitive File: D:\Rheingold\SQLiteDBs\streamdataprimitive_OTHER.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\
2019-07-11 10:57:18.190 ERROR [T] ISTA: [1] SQLiteConnectionMgr.InitializeStreamDataPrimitiveDb() - File D:\Rheingold\SQLiteDBs\streamdataprimitive_OTHER.sqlite not found, no connection to StreamDataPrimitive.
2019-07-11 10:57:18.190 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeXmlValuePrimitiveDb() - XmlValuePrimitive File: ..\..\..\SQLiteDBs\xmlvalueprimitive_OTHER.sqlite
2019-07-11 10:57:18.190 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeXmlValuePrimitiveDb() - Resulting XmlValuePrimitive File: D:\Rheingold\SQLiteDBs\xmlvalueprimitive_OTHER.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\
2019-07-11 10:57:18.190 ERROR [T] ISTA: [1] SQLiteConnectionMgr.InitializeXmlValuePrimitiveDb() - File D:\Rheingold\SQLiteDBs\xmlvalueprimitive_OTHER.sqlite not found, no connection to XmlValuePrimitive.
2019-07-11 10:57:18.192 INFO [T] ISTA: [1] DatabaseProviderSQLite.CheckDbAccess - Checking Installed Databases...
2019-07-11 10:57:18.253 INFO [T] ISTA: [1] DatabaseProviderSQLite.CheckDbAccess - *************** *************** *************** Database Version Information *************** *************** ***************
2019-07-11 10:57:18.253 INFO [T] ISTA: [1] DatabaseProviderSQLite.CheckDbAccess - ******* StreamDataPrimitive 4.15.30 Language: ENGB IsAccessible: True
2019-07-11 10:57:18.253 INFO [T] ISTA: [1] DatabaseProviderSQLite.CheckDbAccess - ******* XmlValuePrimitive 4.15.30 Language: ENGB IsAccessible: True
2019-07-11 10:57:18.254 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - DiagDocDatabaseFile: ..\..\..\SQLiteDBs\DiagDocDb.sqlite
2019-07-11 10:57:18.254 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - Resulting DiagDocDatabaseFile: D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\
2019-07-11 10:57:18.254 ERROR [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - File D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite not found, no connection to DiagDocDb.
2019-07-11 10:57:18.257 ERROR [T] ISTA: [1] SQLiteConnectionMgr.GetConnection() - failed with exception: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at BMW.Rheingold.DatabaseProvider.SQLiteConnector.SQLiteConnectionMgr.GetConnection(SQLiteDb database, String languageExtension, Boolean newConnection)
2019-07-11 10:57:18.258 WARNING [T] ISTA: [1] SQLiteConnectionMgr.GetConnecction() - SQLiteConnection is null!
2019-07-11 10:57:18.258 INFO [T] ISTA: [1] DatabaseProviderSQLite.ConnectionDiagDocDbEstablished - Failed connecting to DiagDocDb!
2019-07-11 10:57:18.258 ERROR [T] ISTA: [1] DatabaseProviderSQLite.CheckDbAccess - One or all of the necessary Database connections could not be established.
2019-07-11 10:57:18.262 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - DiagDocDatabaseFile: ..\..\..\SQLiteDBs\DiagDocDb.sqlite
2019-07-11 10:57:18.262 INFO [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - Resulting DiagDocDatabaseFile: D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite BaseDirectory: D:\Rheingold\TesterGUI\bin\Release\
2019-07-11 10:57:18.262 ERROR [T] ISTA: [1] SQLiteConnectionMgr.InitializeDiagDocDb() - File D:\Rheingold\SQLiteDBs\DiagDocDb.sqlite not found, no connection to DiagDocDb.
2019-07-11 10:57:18.262 ERROR [T] ISTA: [1] SQLiteConnectionMgr.GetConnection() - failed with exception: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at BMW.Rheingold.DatabaseProvider.SQLiteConnector.SQLiteConnectionMgr.GetConnection(SQLiteDb database, String languageExtension, Boolean newConnection)
2019-07-11 10:57:18.263 WARNING [T] ISTA: [1] SQLiteConnectionMgr.GetConnecction() - SQLiteConnection is null!
2019-07-11 10:57:18.264 ERROR [T] ISTA: [1] SQLiteSelectCmd.ExecuteReader() - failed with exception: System.Exception:
SQL statement:
SELECT WSI_CATEGORY, WSI_INSTANCE_ID, START_TIME, END_TIME, WSI_INSTANCE_NAME, WSI_INSTANCE_DESC,
BASELINE_CATEGORY, BASELINE_ID, BASELINE_CLOSING_DATE, BASELINE_NAME, WSI_REVISION, WSI_MODE
FROM WSI_GENERALINFO
Call Stack:
GetStackTrace
ExecuteReader
GetWsiGeneralInfo
CheckDbAccess
.ctor
.ctor
CreateInstance
CreateInstanceSlow
CreateInstanceDefaultCtor
CreateInstance
CreateInstanceImpl
CreateInstance
CreateInstance
LoadAssembly
get_Instance
.ctor
.ctor
Main
---> System.InvalidOperationException: No connection associated with this command
at System.Data.SQLite.SQLiteCommand.InitializeForReader()
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader()
at BMW.Rheingold.DatabaseProvider.SQLiteConnector.SQLiteSelectCmd.ExecuteReader()
--- End of inner exception stack trace ---
2019-07-11 10:57:18.265 ERROR [T] ISTA: [1] SQLiteSelectCmd.Read() - failed with exception: System.Exception:
SQL statement:
SELECT WSI_CATEGORY, WSI_INSTANCE_ID, START_TIME, END_TIME, WSI_INSTANCE_NAME, WSI_INSTANCE_DESC,
BASELINE_CATEGORY, BASELINE_ID, BASELINE_CLOSING_DATE, BASELINE_NAME, WSI_REVISION, WSI_MODE
FROM WSI_GENERALINFO
Call Stack:
GetStackTrace
Read
GetWsiGeneralInfo
CheckDbAccess
.ctor
.ctor
CreateInstance
CreateInstanceSlow
CreateInstanceDefaultCtor
CreateInstance
CreateInstanceImpl
CreateInstance
CreateInstance
LoadAssembly
get_Instance
.ctor
.ctor
Main
---> System.NullReferenceException: Object reference not set to an instance of an object.
at BMW.Rheingold.DatabaseProvider.SQLiteConnector.SQLiteSelectCmd.Read()
--- End of inner exception stack trace ---
2019-07-11 10:57:18.269 INFO [T] ISTA: [1] SearchCacheContainer.SearchCacheContainer() - setup eval cache container with cache strategy: CacheFirst
2019-07-11 10:57:18.277 ERROR [T] ISTA: [1] DatabaseProviderFactory.LoadAssembly() - failed with exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Sequence contains no matching element
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at BMW.Rheingold.DatabaseProvider.SQLiteConnector.DatabaseProviderSQLite..ctor(ConnectionStringSettings connectionStringSettingsDiagDocDb, ConnectionStringSettings connectionStringSettingsXmlValuePrimitive, ConnectionStringSettings connectionStringSettingsStreamDataPrimitive)
at BMW.Rheingold.DatabaseProvider.SQLiteConnector.DatabaseProviderSQLite..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Reflection.Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at BMW.Rheingold.CoreFramework.DatabaseProvider.DatabaseProviderFactory.LoadAssembly(String className, String dllName)
2019-07-11 10:57:18.278 WARNING [T] ISTA: [1] DatabaseProvider.DatabaseProviderNone.Instance() - Using DatabaseProviderNone!
2019-07-11 10:57:18.709 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Min.Error.Lfp" from "" to "9.95" (read from "Configuration file").
2019-07-11 10:57:18.709 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Min.Error.Pb" from "" to "9.95" (read from "Configuration file").
2019-07-11 10:57:18.709 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Min.Warning.Lfp" from "" to "10" (read from "Configuration file").
2019-07-11 10:57:18.710 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Min.Warning.Pb" from "" to "10" (read from "Configuration file").
2019-07-11 10:57:18.710 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Max.Warning.Lfp" from "" to "15.5" (read from "Configuration file").
2019-07-11 10:57:18.710 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Max.Warning.Pb" from "" to "15.5" (read from "Configuration file").
2019-07-11 10:57:18.710 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Max.Error.Lfp" from "" to "15.55" (read from "Configuration file").
2019-07-11 10:57:18.710 INFO [T] ISTA: [1] ConfigSettings.StoreAndLogChangedValue() - Change configuration "BMW.Rheingold.Clamp30.Voltage.Max.Error.Pb" from "" to "15.55" (read from "Configuration file").
2019-07-11 10:57:18.714 ERROR [T] ISTA: [1] ServiceLocator.GetService<T>() - No service registered for type "BMW.Rheingold.ISTAGUI.Navigation.INavigationServiceGui". Using default instead.