Hallo,

after correcting the DOSFS_DoGetFullPathName function, wordview.exe
(word 6 ) still reports that it can't open the file. This boild down
to a call to STGOPENSTORAGE:
Call STORAGE.3: STGOPENSTORAGE(0x073f7460 
"H:\\tmp\\win95\\wv6\\license.doc",0000:0000,0x00040040,0000:0000,0x00000000,073f:74f6)
 ret=0
43f:8329 ds=073f
trace:ole:StgOpenStorage16 
(H:\tmp\win95\wv6\license.doc,(nil),0x00040040,(nil),0,0x40ec192e)
trace:file:CreateFileA H:\tmp\win95\wv6\license.doc GENERIC_READ 
trace:ole:CompareStringA "H:\\tmp\\win95\\wv6\\license.doc" and "CONIN$"
trace:ole:CompareStringA "H:\\tmp\\win95\\wv6\\license.doc" and "CONOUT$"
trace:dosfs:DOSFS_GetFullName H:\tmp\win95\wv6\license.doc (last=0)
trace:dosfs:DOSFS_FindUnixName /home/bon,tmp\win95\wv6\license.doc
trace:dosfs:DOSFS_FindUnixName (/home/bon,tmp\win95\wv6\license.doc) -> tmp (TMP)
trace:dosfs:DOSFS_FindUnixName /home/bon/tmp,win95\wv6\license.doc
trace:dosfs:DOSFS_FindUnixName (/home/bon/tmp,win95\wv6\license.doc) -> win95 (WIN95)
trace:dosfs:DOSFS_FindUnixName /home/bon/tmp/win95,wv6\license.doc
trace:dosfs:DOSFS_FindUnixName (/home/bon/tmp/win95,wv6\license.doc) -> wv6 (WV6)
trace:dosfs:DOSFS_FindUnixName /home/bon/tmp/win95/wv6,license.doc
trace:dosfs:DOSFS_FindUnixName (/home/bon/tmp/win95/wv6,license.doc) -> license.doc 
(LICENSE.DOC)
trace:dosfs:DOSFS_GetFullName returning /home/bon/tmp/win95/wv6/license.doc = 
H:\TMP\WIN95\WV6\LICENSE.DOC
080d5df0: create_file( access=80000000, inherit=0, sharing=00000000, create=0, 
attrs=00000000, name="/home/bon/tmp/win95/wv6/license.doc" )
080d5df0: create_file() = c000000d { handle=-1 }
warn:file:FILE_CreateFile Unable to create file '/home/bon/tmp/win95/wv6/license.doc' 
(GLE 87)warn:ole:StgOpenStorage16 Couldn't open file for storage
Ret  STORAGE.3: STGOPENSTORAGE() retval=0x80004005 ret=043f:8329 ds=073f

Is seems that the server chokes on the creat Modus. STGOPENSTORAGE
calls CreateFileA(pwcsName,GENERIC_READ,0,NULL,0,0,0)

Bye

Uwe Bonnes                [EMAIL PROTECTED]

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

Reply via email to