Re: XAP free


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Jim Guerber on October 18, 2011 at 09:17:44:

In Reply to: XAP free posted by Carl Haaser on October 17, 2011 at 12:08:20:

Hey Carl,

I can't explain the error 34!

When Comet starts up, if it sees a gateway type 8, it changes it to type 4.

XAPMON executes code like this:


if strip(term$) ne '' print(0)(et);(cs)
print(0)'Opening Gateway . . .'
for I = 100 TO 199
GateName$ = 'G' + SUB(STRIP(STR(I)), 2, 2)
if SUB(DSTAT(GateName$, excp=Try.Next.Gateway), 4, 1) EQ '@04@'_
goto Found.Gateway
Try.Next.Gateway:
next I
If Sub(Pstat(Partition$),218,1) = '1' Gatename$ = 'xap' & Go Found.Gateway
print(0) 'Cannot Locate XAP Gateway.'
goto Abort
Found.Gateway:
close(12) & open(12) GateName$
if strip(term$) = '' return
print(0) 'XAP Gateway found as ';GateName$

As you can see, it closes lun 12 before the open. Something may be making lun 12 stick open!!??

Are you running xapmon from ready? or are you entering it?

I am stumped.




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]