RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Tony G
Glen, yes, I was joking. The code below will fall through a failed bind and attempt a listen, just as you described. I've seen CASE 1 clauses execute "STOP;*IMPOSSIBLE" and the //comment below reflects this sort of overconfidence. If that's the code in the UV telnet server, indeed it's being naug

Re: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Drew Henderson
Try the info on this link: http://www.techsupportforum.com/networking-forum/networking-support/84069-udpsocket-wsa-error-10038-a.html HTH Drew Baker Hughes wrote: Hey y'all, A couple of us are trying to help a new UV site nearby get a copy of PE going for a development machine. This is the s

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread John Jenkins
Windows 98 Winsock was a pig - but I assuming we have moved on from there. (holding my breath in antici. .pation. Regards JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Batchelor Sent: 19 September 2007 22:31 To

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread John Jenkins
"netstat -na" - if something else is already bound to a port you don't have a hope. Otherwise - change the port from 23 to (say) 8023 - and try connecting on that port (little chance of it being used). Connect from the console with: telnet localhost 8023 and telnet 127.0.0.1 8023 If 8023 works t

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Tony G
Baker Hughes wrote: > A couple of us are trying to help a new UV site nearby get a copy of > PE going for a development machine. We've seen this issue before. Check these old forum posts and see if they helps any.

RE: [U2] Denial Of Service in UVRPC Universe (shameless plug)

2007-09-19 Thread John Jenkins
There will be opportunities to meet / greet / brain-pick at U2U of course - IBM Feltham in early October: http://www-306.ibm.com/software/info/u2/university/index.jsp If you have any questions about n-Tier architectures, DMZ's or firewall configuration there will be plenty of chances and some rea

[U2] RE: U2 Users Digest V1 #1862

2007-09-19 Thread Hruby, Paul
Is the list's digest mode running correctly? I seem to be getting a one for one email since #1850. Other digest mode recipients have the same problem? Paul --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Baker Hughes
Man, we nailed this issue, thanks to Glen, and Bill, and Martin, and Drew, and Tony G, and Dick. Fantastic research, help, historical links. As they say in Yewston, 'you guys 'er ALL-som !' ;-) -Baker --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://

[U2] RE: U2 Users Digest V1 #1868

2007-09-19 Thread Jan Darr
We are getting one email per digest again. Can we get this fixed, please? -Original Message- From: "U2 Users Digest" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: 9/19/07 6:40 PM Subject: U2 Users Digest V1 #1868 U2 Users Digest Wednesday, September 19 2007

RE: [U2] Denial Of Service in UVRPC Universe

2007-09-19 Thread John Jenkins
If you are using a Workstation version of Windows as your server there are built in limitations to the number of TCP connections you can make from external IP addresses. I believe the figure is 10 - but someone else may be able to clarify the details. The Windows "Server" editions do not have this

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Glen Batchelor
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-u2- > [EMAIL PROTECTED] On Behalf Of Tony G > Sent: Wednesday, September 19, 2007 4:53 PM > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] Telnet error 1067 in Universe PE > > Probably AssUMed the bind was successful: > >

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Baker Hughes
Our Texas User now reports that he got PE-UV running fine when installing on a pretty fresh laptop running XPpro. Apparently, something on both a Win2k desktop and a XPpro laptop wasn't playing nice with PE. He's up & going for now but we're still hoping for resolution/understanding. Glen - Just

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Glen Batchelor
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-u2- > [EMAIL PROTECTED] On Behalf Of Baker Hughes > Sent: Wednesday, September 19, 2007 4:19 PM > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] Telnet error 1067 in Universe PE > > Our Texas User now reports that he got PE

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Tony G
Probably AssUMed the bind was successful: if(-1 == bind(i32SocketFD,(struct sockaddr*) &stSockAddr, sizeof(stSockAddr))) { // impossible, environment is perfect, can't possibly fail here. ;) } if(-1 == listen(i32SocketFD, 10)) { // error 100038, don't tell anyone, just die exit(-1); } Glen

[U2] [UD] ObjectCall issues - Red Hat Linux / Unidata 7.1.8

2007-09-19 Thread Andy Pflueger
So, since ObjectCall is an unsupported connectivity method and has been for quite some time, I figured I'd post this to the group to see if anybody's done anything with it. Apparently, ObjectCall seems to work ok up until Unidata 6.1 under Linux. We recently moved our development to Red Hat Enterpr

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Jerry Banker
Nice site, does it let you do anything? -Original Message- From: Drew Henderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 2:20 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Telnet error 1067 in Universe PE Try the info on this link: http://www.techsupportforu

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Brenda Price
If you get this answer let me know as I first came across this error when I installed UV 10.1 PE sometime in early 2006. When I went to Denver in May 2006 for Uv Admin classes, Mike Ryan asked tech support about it and they did not know either. The closest they got was a big HP box had either the

Re: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Martin Phillips
Hi, He checked the windows event log and it records the UV telnet service not starting with an error "WSA Error 10038". 10038 is "socket operation on non-socket". This implies that the telnet service is trying to to use a socket handle that isn't actually connected to a socket. We have seen

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Brutzman, Bill
Consider turning off any firewall / anti-virus things. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Baker Hughes Sent: Wednesday, September 19, 2007 1:40 PM To: u2-users@listserver.u2ug.org Subject: [U2] Telnet error 1067 in Universe PE Hey y'all

RE: [U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Glen Batchelor
Winsock 100038 is "Error - that is not a socket". Something, in the code, is trying to listen on a non-socket file descriptor. Naughty Naughty! Glen Batchelor IT Director All-Spec Industries phone: (910) 332-0424 fax: (910) 763-5664 E-mail: [EMAIL PROTE

[U2] Telnet error 1067 in Universe PE

2007-09-19 Thread Baker Hughes
Hey y'all, A couple of us are trying to help a new UV site nearby get a copy of PE going for a development machine. This is the same issue that Charles B. first introduced some weeks back. I took a look at the IBM Thinkpad last night. Here is the skinny. OS is XPpro. He has un-installed and re

RE: [U2] Unidata and Win2k3

2007-09-19 Thread Jerry Banker
Not just your vendor, IBM recommends it, the government recommends it, PCI recommends it, etc. -Original Message- From: Marc Harbeson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 7:46 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Unidata and Win2k3 Depends on wha

RE: [U2] resolving udt error message

2007-09-19 Thread Michael Martin
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christensen, Steve Sent: Tuesday, September 18, 2007 4:30 PM To: u2-users@listserver.u2ug.org Subject: [U2] resolving udt error message Can anyone clue me in on how to resolve this error (step-by-step)? When

RE: [U2] resolving udt error message

2007-09-19 Thread Christensen, Steve
Thanks to everyone for the instructions. This is what I suspected would need to be done but the syntax was eluding me on the editor and the help files did not have enough detail. It looks like I may have an issue with the original home account for the system. The current home path "e:\unidata\ud

RE: [U2] Unidata and Win2k3

2007-09-19 Thread Marc Harbeson
Depends on what the communications "environment" is? Our vendor for example recommends that the "Web Portals" be installed on a separate web server because "Dot Net" is memory hungry. The Web Portals use the RedBack gateway into UniData. So I think the answer depends on what this environment is

[U2] Denial Of Service in UVRPC Universe

2007-09-19 Thread Augusto Alonso
Hi all. If you do a telnet against any Universe server on port 31438 (I have tested it on Universe 10.0.10 in Windows, Universe 10.0.20 in Linux and Universe 10.0.6 in HP-UX), you will have something very similar to a Denial Of Service on this port 31438: -all previous UVRPC established se

[U2] Unidata and Win2k3

2007-09-19 Thread Smith, Robert
Good Afternoon, We are presently in the process of trying to evaluate whether or not it would be in our best interests to locate a portion of our software infrastructure on a separate server and I wondered if anyone on this listserv has ever done anything similar. We are preparing to move to our