Alaska Software Inc. - ERRORE DOS
Username: Password:
AuthorTopic: ERRORE DOS
Solving ERRORE DOS
on Wed, 12 Oct 2016 18:22:10 +0200
Salve a Tutti ho il seguente errore :

Extend Error  : Error BASE/4  Operating system error
                 file: \SDTQRY.XPF
                 (Error Thread ID: 1 current: 1)
                 (DOS Error := 1314 - Il privilegio richiesto non 
appartiene al client.)

GenCode       :         40
SubCode       :          4
SubSystem     : BASE
Severity      :          2

S.O. Windows 10
su Windows 7 e XP -> Ok

L'errore si presenta quando tento di scrivere il file .XPF
( con clipper erano i .MEM )


Esempio :
xFile := "C:\AZIE\SDTQRY.XPF"
SAVE TO ( xFile ) ALL LIKE xxV*

Non scrivo direttamente in C:\ ma in una cartella C:\AZIE

Grazie.
Fabio CavalloneRe: ERRORE DOS
on Fri, 14 Oct 2016 12:48:52 +0200
Ciao,
hai verificato che l'utente connesso abbia i privilegi di scrittura su 
quella cartella?


Fabio Cavallone
---------------------

"Solving"  ha scritto nel messaggio 
news:1485d42c$eb34435$6f4c7@news.alaska-software.com...

Salve a Tutti ho il seguente errore :

Extend Error  : Error BASE/4  Operating system error
                 file: \SDTQRY.XPF
                 (Error Thread ID: 1 current: 1)
                 (DOS Error := 1314 - Il privilegio richiesto non
appartiene al client.)

GenCode       :         40
SubCode       :          4
SubSystem     : BASE
Severity      :          2

S.O. Windows 10
su Windows 7 e XP -> Ok

L'errore si presenta quando tento di scrivere il file .XPF
( con clipper erano i .MEM )


Esempio :
xFile := "C:\AZIE\SDTQRY.XPF"
SAVE TO ( xFile ) ALL LIKE xxV*

Non scrivo direttamente in C:\ ma in una cartella C:\AZIE

Grazie.
Solving Re: ERRORE DOS
on Fri, 14 Oct 2016 15:56:43 +0200
Ciao
Risolto il tutto.

Il problema era che nella procedura,
non impostavo bene il path dove salvare
anzichè "C:\AZIE" finiva nella root del Server (Win 2012)
dove ero collegato come client.

Grazie.

Il 14/10/2016 12.48, Fabio Cavallone ha scritto:
> Ciao,
> hai verificato che l'utente connesso abbia i privilegi di scrittura su
> quella cartella?
>
>
> Fabio Cavallone
> ---------------------
>
> "Solving"  ha scritto nel messaggio
> news:1485d42c$eb34435$6f4c7@news.alaska-software.com...
>
> Salve a Tutti ho il seguente errore :
>
> Extend Error  : Error BASE/4  Operating system error
>                 file: \SDTQRY.XPF
>                 (Error Thread ID: 1 current: 1)
>                 (DOS Error := 1314 - Il privilegio richiesto non
> appartiene al client.)
>
> GenCode       :         40
> SubCode       :          4
> SubSystem     : BASE
> Severity      :          2
>
> S.O. Windows 10
> su Windows 7 e XP -> Ok
>
> L'errore si presenta quando tento di scrivere il file .XPF
> ( con clipper erano i .MEM )
>
>
> Esempio :
> xFile := "C:\AZIE\SDTQRY.XPF"
> SAVE TO ( xFile ) ALL LIKE xxV*
>
> Non scrivo direttamente in C:\ ma in una cartella C:\AZIE
>
> Grazie.