windows services - Invalid File Handle Opening Directory in Mounted Drive to UNIX -


there 1 windows service trying access mounted drive in unix, fails

the mounting command is:

mount -o anon -o mtype=soft \\xx.xx.xx.xx\u01\sourcedata h: 

however, windows service throwing exception:

invalid file handle opening directory

further investigation,

now, perform mount command in cmd, though drive mounted successfully, not accessed correctly.

i view contents of files, not open, or copy files.

the error pop saying:

the remote computer refused network connection.

this weird. last time ok.

any idea?

thanks experts!


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -