Hi,
We have an application which uses paradox database.
The application is installed on a server A on C:\application. This location is mapped with subst command on a shared drive I:\.
On server B, we installed client and mapped the drive I:\ to access Paradow Database. However, the application regularly have errors like .NET / .LCK locks or "Operating system unknown".
We suppose there's something messy with the subst command because if instead of using it we create a physical partition of C:\ we don't ever meet these errors again.
Do you know what in the subst operation which can cause this behaviour?