Posted by Tom Fulton on July 27, 2006 at 10:15:52:
These tests were run under current copies of all Comet products. The
program in question is XTUTOR which compiles to TUTORIAL.OBJ and resides in the XAP directory.
My tests involved the following drive mappings on my \\supermicro1u
server:
Y: = \sys
X: = \sys\bigvol01\ecomet
w: = \sys\bigvol01\ecomet\tutorial
The first write to the XAP gateway occurs when a Control(0, is issued
to send a MERGE command the copies in panel.htm to the web page.
Under C2K5 - TutorialPath$, which is maintained in XAPCFM or by maintaining file #XAPCTRL, works properly regardless of the drive
designator used. If I put an invalid path in TutorialPath$, I get
an excp 11 telling me that the file cannot be found, and in the Record Key part of the exception display I see the invalid Path to the file.
Under C2K6 - The only value for TutorialPath$ that I can get to work
without an excp 11 is "w:". Note that there is no backslash. If I put the backslash in I get an excp 11. All excp 11s I receive under
C2K6 have a blank Record Key. The path displayed in CFILOG.TXT does
not display anything that makes sense. Any other drive designator, regardless of whether it is logically equivalent to w:, with or without the backslash, gives me an excp 11.
Seems like there has to be some issue with XAP and C2K6. Are any vendors or end-users out there running XAP under C2K6 without any
issues? Tom.