Error while reading a file

Konzeptionelles, Technisches, Termine, Fragen zum Hersteller usw.

Moderator: Moderatoren

Antworten
Benutzeravatar
Rudolf
Programmier-Gott
Programmier-Gott
Beiträge: 1418
Registriert: Mo, 02. Jan 2006 23:03
Wohnort: Salzburg/Österreich
Kontaktdaten:

Error while reading a file

Beitrag von Rudolf »

Hallo,
habe ein ganz eigenartiges Problem. Ein Programm das schon lange läuft wurde auf einen neuen Server Win 2008R übertragen. Wenn ich als Administrator angemeldet bin, funktioniert alles einwandfrei. Wenn ich als normaler User angemeldet bin, erhalte ich beim Lesen eines bestimmten Feldes in einer DBF/CDX Datei einen Fehler "Error while reading a file". Es handelt sich um ein Memofeld welches über andere Programme wie z.B. DBFNAVIGATOR einwandfrei lesbar sind. Wenn ich es mit type() abfrage ob es vorhanden ist, bekomme ich den Typ U statt M. Die meisten anderen Dateien lassen sich problemlos öffnen, nur bei ein paar kommt diese Fehlermeldung. Andere Memofelder kann das Programm wieder normal lesen. Mit den Dateien kann es eigentlich nichts zu tun haben, lassen sich lokal bei mir und mit Admin Account problemlos öffnen.
Grüße
Rudolf





-----------------------------------------------------------------------------
ERROR LOG of "C:\Program Files\FormCommander\verifier3.exe" Date: 13-11-2012 18:09:27

Xbase++ version : Xbase++ (R) Version 1.90.355
Operating system : Windows Server 2008 06.01 Build 07601 Service Pack 1
------------------------------------------------------------------------------
oError:args :
-> NIL
oError:canDefault : N
oError:canRetry : J
oError:canSubstitute: N
oError:cargo : NIL
oError:description : Error while reading a file
oError:filename :
oError:genCode : 73
oError:operation : verifymod
oError:osCode : 0
oError:severity : 2
oError:subCode : 8037
oError:subSystem : BASE
oError:thread : 1
oError:tries : 6
------------------------------------------------------------------------------
CALLSTACK:
------------------------------------------------------------------------------
Called from FORMSYS:READ(5494)
Called from PROG_START(235)
Called from PROGMAIN(60)
Called from MAIN(79)

DBE Component Data :FOXDBE
DBE Component Order:CDXDBE

-------------- active workarea -------------------
Alias = FFLD Filename:c:\Programme\FormCommander\daten\FORMFIELD.DBF Order:1

WorkSpaceList :
------------ Alias :CONNECT--------------------
Recno() = 1
lastrec() = 6
Eof() = FALSE Bof() = FALSE
Scope Top = NIL
Scope Bottom = NIL
Focus = NUMMER
Order 1 Indexkey = NUMMER
------------- locked records ------------------------------- : NO Record locked
------------ Alias :PENP--------------------
Recno() = 1
lastrec() = 4
Eof() = FALSE Bof() = FALSE
Scope Top = NIL
Scope Bottom = NIL
Focus = NUMMER
Order 1 Indexkey = NUMMER
Order 2 Indexkey = KENNUNG
------------- locked records ------------------------------- : NO Record locked
------------ Alias :FFLD--------------------
Recno() = 1
lastrec() = 3108
Eof() = FALSE Bof() = FALSE
Scope Top = NIL
Scope Bottom = NIL
Focus = PROJEKT
Order 1 Indexkey = str(projekt,5) + str(reihe,5)
------------- locked records ------------------------------- : NO Record locked
Benutzeravatar
Rudolf
Programmier-Gott
Programmier-Gott
Beiträge: 1418
Registriert: Mo, 02. Jan 2006 23:03
Wohnort: Salzburg/Österreich
Kontaktdaten:

Re: Error while reading a file

Beitrag von Rudolf »

Hallo,
hat sich vorerst erledigt, der Kund hat einen anderen User angelegt, mit dem gibt es keine PRobleme, trotzdem sehr eigenartig
Grüße
Rudolf
Antworten