home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / vms / 17787 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.4 KB

  1. Path: sparky!uunet!mcsun!ieunet!scotty.eurokom.ie!rolff
  2. Newsgroups: comp.os.vms
  3. Subject: Problem making outgoing x29 call
  4. Message-ID: <1992Nov11.164428.12089@vms.eurokom.ie>
  5. From: rolff@scotty.eurokom.ie (Anders Rolff)
  6. Date: 11 Nov 92 16:44:28 CET
  7. Reply-To: rolff@scotty.eurokom.ie
  8. Sender: rolff@scotty.eurokom.ie ()
  9. Distribution: world
  10. Organization: EuroKom conferencing services
  11. Nntp-Posting-Host: scotty
  12. Nntp-Posting-User: rolff
  13. Lines: 40
  14.  
  15.  
  16. Hello!
  17.  
  18. I'm writing an application that makes outgoing calls to a remote terminal.
  19. After a day of %F, virtual call cleared I started testing the program
  20. DIGITAL supplies in sys$examples, psi$x29_outgoing_c.c, just to find
  21. that the same problem occurs.
  22.  
  23. I think I have tracked down the problem to facility negotiation. If I make
  24. an x29 call with $ set host/x <addr> I get the following accounting
  25. info on the remote node:
  26.  
  27. CIRCUIT PSI virtual circuit termination
  28. ---------------------------------------
  29.  
  30. Calling facilities:
  31.  42 07 07
  32.  
  33. Accept facilities:
  34.  42 07 07
  35.  
  36. But, if I use psi$x29_outgoing_c the call fails with Virtual call cleared
  37. and the accounting info on the remote node looks like this:
  38.  
  39. CIRCUIT PSI virtual circuit termination
  40. ---------------------------------------
  41.  
  42. Calling facilities:
  43.  42 07 07
  44.  
  45. Accept facilities:
  46.  
  47. It doesn't seem like the remote node is accepting the facilities.
  48.  
  49. Both the local and the remote DTE are using PSI-Access through a
  50. DEMSA. VMS 5.5-1, PSI-Access 4.3.
  51.  
  52. Cheers,
  53.  
  54. Anders.
  55.