Announcement

Collapse
No announcement yet.

Fehlermeldung: 'operating system directive localtime failed'

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Fehlermeldung: 'operating system directive localtime failed'

    Hallo.

    Ich verwende Firebird 2.0 als embedded Version auf einem PC mit XP SP 2, in einer .Net 2.0 Anwendung. Bisher gab es keine Probleme beim Zugriff auf die Datenbank. Seit kurzem kommt allerdings folgende Fehlermeldung beim Zugriff auf die Datenbank:
    ----------------------------------------------------------------------------------------------------
    InnerException: 'FirebirdSql.Data.Common.IscException: Eine Ausnahme vom Typ FirebirdSql.Data.Common.IscException wurde ausgelöst.
    bei FirebirdSql.Data.Client.Embedded.FesDatabase.Parse StatusVector(Int32[] statusVector)
    bei FirebirdSql.Data.Client.Embedded.FesDatabase.Attac h(DatabaseParameterBuffer dpb, String dataSource, Int32 port, String database)
    bei FirebirdSql.Data.FirebirdClient.FbConnectionIntern al.Connect()'
    Message: 'operating system directive localtime failed'
    Source: 'FirebirdSql.Data.FirebirdClient'
    Data: 'System.Collections.ListDictionaryInternal'
    StackTrace: ' bei FirebirdSql.Data.FirebirdClient.FbConnectionIntern al.Connect()
    bei FirebirdSql.Data.FirebirdClient.FbConnectionPool.C reate()
    bei FirebirdSql.Data.FirebirdClient.FbConnectionPool.C heckOut()
    bei FirebirdSql.Data.FirebirdClient.FbConnection.Open( )
    bei SD.LLBLGen.Pro.ORMSupportClasses.DaoBase.ExecuteMu ltiRowRetrievalQuery(IRetrievalQuery queryToExecute, ITransaction containingTransaction, IEntityCollection collectionToFill, Boolean allowDuplicates, IEntityFields fieldsUsedForQuery)
    bei SD.LLBLGen.Pro.ORMSupportClasses.DaoBase.PerformGe tMultiAction(ITransaction containingTransaction, IEntityCollection collectionToFill, Int64 maxNumberOfItemsToReturn, ISortExpression sortClauses, IPredicate selectFilter, IRelationCollection relations, Int32 pageNumber, Int32 pageSize)
    bei SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionB ase`1.GetMulti(IPredicate selectFilter, Int64 maxNumberOfItemsToReturn, ISortExpression sortClauses, IRelationCollection relations, Int32 pageNumber, Int32 pageSize)
    bei SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionB ase`1.GetMulti(IPredicate selectFilter)
    ----------------------------------------------------------------------------------------------------

    Die Datenbankdatei ist vorhanden und der Benutzer hat auch alle Zugriffsrechte. Die Anwendung ist auf verschiedenen Rechnern installiert und bisher gabe es keine großartigen Probleme mit der DB. Zu der Fehlermeldung 'operating system directive localtime failed' konnte ich bisher auch keine Schlüssigen Lösungen im Netz finden.

    Kann mir jemand weiterhelfen???

    Gruß,

    S.Hennig
Working...
X