Issue with saving files in Citrix

AdamMB

Member
Hello,
I run PLSQL Dev as a published application in Citrix.
I have encountered an issue with saving files.

My users save their files on their laptops - local disks mapped as client local drives in Citrix.
The issue is that after creating a new .sql file, making and saving changes and reopening the file later, it still contains deleted lines or parts of them.

Saving the file on a network share works completely fine.
It also works fine when I run PLSQL Dev as an application using RDP client and connecting to a Citrix server.

I have tried to use Process Monitor for plsqldev.exe and found some entries
with INVALID PARAMETER IOCTL_LMR_DISABLE_LOCAL_BUFFERING during save operations.

A network path during save in Citrix looks like \\client\c$\somefolder\somefile.sql

No issues (and no errors in Process Monitor) with saving files on a typical network share or within RDP session (paths \\servername\share\somefolder... and \\tsclient\c\somefolder).

Also no issues with other applications in Citrix (from the very same server) using local client drives redirection - only PLSQL Dev is affected.

My config:
PLSQL Dev 7.1.5 / 10.0.5
Citrix XenApp 6.5
Windows Server 2008 R2

No issues with v7 running on XenApp 4.5 and Windows Server 2003.

Has anyone encountered this behavior?

Best regards,
Adam
 
Back
Top