In some cases Catax / Catax-TDS does not work properly using standard map drives. We may map a local folder to network share using mklink in such cases. To map a local folder, launch command prompt (Run as Administrator) and type the following command: –
mklink /d C:\Catax-LAN \\server\e\Catax
Where C:\Catax-LAN
is mapped folder which will be created and will show the all the files in \\server\e\Catax
network path. Ensure to change the server name (‘server’ in the above example) and drive (‘e’ in the above example) in network path.
Note : Command Prompt should be Run As Administrator.