--- MARCIA MCKINZIE <[EMAIL PROTECTED]> wrote: > Hi, I am new to hardhats, and just learning VistA > software, although I have > been programming in M for quite a while. > > My question has to due with CPRS and Delphi errors. > I am working on VistA > over an internet connection. I am encountering a > couple of problems. > > 1.) I can access CPRS as long as my router is > disconnected, but when my router > (netgear wireless G) is connected I get a timeout > error (WSAETIMEDOUT) and > don't even get connected to enter an > access/verification code. Is there some > security setting that interferes with CPRS? My > router currently has the > following protocols: NAT, SPI, DoS, IDS, WEP > encryption and some other > wireless security.
Marcia, here is how CPRS and the server talk to each other. First CPRS calls out to the server on the specified port. In the message it calls out with, it includes a requested port for the server to call back with. In an unmodified CPRS, this number is random. Meaning the each time CPRS is called it will ask for a different call-back port. Your firewall is designed to block messages coming in on a port if there was no recent message going out on that same port. I posted a fix for this. Search in the archives for CPRS and one port (or something like that). If you can't find it, let me know. It will involve recompiling CPRS Hope that helps. Kevin > > 2.) I get an error trying to access some templates. > When I get into CPRS and > click on the notes tab and then the templates > section. When I click on some > templates an error comes up and my window is closed. > Following is the error > message: Error encountered. Function was: recv > Error was: 10107 and when I > hit OK button I get the following error Error > encountered. Function was: recv > Error was: 6. Sometimes I get the message invalid > pointer error. > > Thank you for your help. > > Marcia McKinzie > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the > post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt > from ThinkGeek. > It's fun and FREE -- well, > almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Hardhats-members mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/hardhats-members > __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
