Consultor Eletrônico



Kbase P12746: Error 6092 in the database log file with remote clients on Citrix MetaFrame
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/20/2008
Status: Verified

SYMPTOM(s):

Error 6092 in the database log file with remote clients on Citrix MetaFrame

bkioread: Unknown O/S error during read, errno=2, fd 144, len 8192, offset 0, file dbi01090. (6092)

bkiowrite: Unknown O/S error during write, errno=2, fd 144, len 8192, offset 1753088, file dbi01044. (6092)

Error 3645: bkwrite: write to disk failed errno 2. (3645)

Error 291:Insufficient disk space or Write access denied. (291)

Errors in the database log file are written for the remote users

Remote users are running Progress published application on Citrix MetaFrame

FACT(s) (Environment):

Citrix WinFrame
Citrix MetaFrame (for Windows 2000 Terminal Server)
Citrix MetaFrame (for Windows NT 4.0 Terminal Server)
Windows NT 4.0 Terminal Server Edition
Windows 2000 Advanced Server

CAUSE:

All users are using the same directory for the temporary files on the Citrix MetaFrame server and trying to use same files as a temporary files.

FIX:

Change each client's -T parameter (for client temp files) in the Progress published application shortcut to point to individual directories by using a common startup variable in the connection string:

prowin32.exe -T "%HOMEDRIVE%%HOMEPATH%" -pf cliconn.pf
will translate to:
prowin32.exe -T C:\Documents and Settings\Username -pf cliconn.pf
prowin32.exe -T "%TEMP%" -pf cliconn.pf
will translate to:
prowin32.exe -T C:\Documents and Settings\Username\Temp -pf cliconn.pf