PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Fatal Error after deployment
Fatal Error after deployment
Débuté par lava_gun, 02 fév. 2017 03:30 - 3 réponses
Membre enregistré
4 messages
Posté le 02 février 2017 - 03:30
Hi all,
I am at the point where I want to deploy my site, in order to show to a client very soon. Unfortunately I am getting a fatal error with the code 70150. The entire message follows
Que s'est-il passé ?
Erreur renvoyée par le serveur <scm.keystonedatatech.com:4900> :
Impossible de se repositionner dans le fichier <__system/backuphistory.fic>.

Code erreur : 70150
Niveau : erreur fatale
Code erreur WD55 : 150

Message d'erreur système :
Invalid argument
Dump de l'erreur du module 'wdhfsrv64.so' (21.0.88.5).
Informations de débogage :
##(IXStream)-Handle=<0x2c>##
Informations supplémentaires :
EIT_TYPE_WDFILE : <0>
EIT_IDCODE : <-1>
EIT_SRCFILE : <__system/backuphistory.fic>
EIT_SERVEURCS : <scm.keystonedatatech.com:4900>
EIT_LOGICALTABLENAME : <GPU_Configuration>
(25, ERR_MSG_BOX)

and in English:
What happened ?
Error returned by server <scm.keystonedatatech.com:4900>:
Unable to reposition in the <__ system / backuphistory.fic> file.

Error code: 70150
Level: fatal error
Error code WD55: 150

System error message:
Invalid argument
Dump the module error 'wdhfsrv64.so' (21.0.88.5).
Debugging information:
## (IXStream) -Handle = <0x2c> ##
Additional Information :
EIT_TYPE_WDFILE: <0>
EIT_IDCODE: <-1>
EIT_SRCFILE: <__ system / backuphistory.fic>
EIT_SERVEURCS: <scm.keystonedatatech.com:4900>
EIT_LOGICALTABLENAME: <GPU_Configuration>
(25, ERR_MSG_BOX)

Absolutely any help at all would be very much appreciated!
Posté le 02 février 2017 - 18:07
Hi

Pls check your linux file location and the file access right and also to see if the ...history.fic file existed or not.
I guess it's hfSql on linux 64-bit right.

HTH

King
Membre enregistré
4 messages
Posté le 02 février 2017 - 20:31
Yes it is, but it's on a windows machine. Do you mean my project files? What directory within the project would they be in?
Membre enregistré
4 messages
Posté le 02 février 2017 - 20:49
How do I check the file access rights?
Edit: I looked in my project directory and that file does not exist in there.
PS thanks a lot for your help!
Message modifié, 02 février 2017 - 20:51