In the sample Dodo network, with a file server FS1:DEV:HAWALA
(PSEUDOHOST 'PUBLIC "{FS1:DEV:HAWALA}<Public>")
I have a file "{PUBLIC}simple.tedit;1" -- doing (PDFFILEP "{FS1:DEV:HAWALA}<Public>simple.tedit;1") works correctly, returning NIL, however
(PDFFILEP "{PUBLIC}simple.tedit;1") fails with ARG NOT SPPCON NIL.
I see that \BULK.DATA.CLOSE is getting called with #<Input Stream on {PUBLIC}simple.tedit;1/135,76400> instead of the #<Input Courier.Bulk.Data Stream/135,143500> that would be supplied in the case of directly referencing the XNS file server name.
In the sample Dodo network, with a file server FS1:DEV:HAWALA
I have a file
"{PUBLIC}simple.tedit;1"-- doing(PDFFILEP "{FS1:DEV:HAWALA}<Public>simple.tedit;1")works correctly, returning NIL, however(PDFFILEP "{PUBLIC}simple.tedit;1")fails withARG NOT SPPCON NIL.I see that
\BULK.DATA.CLOSEis getting called with#<Input Stream on {PUBLIC}simple.tedit;1/135,76400>instead of the#<Input Courier.Bulk.Data Stream/135,143500>that would be supplied in the case of directly referencing the XNS file server name.