RE: UniVerse Personal Edition Telnet Service

2004-04-29 Thread Ken Wallis
Glenn wrote:

 Thanks for your help.  Cool product... But confirmed my fear.
 Nothing had port 23.  As I was working on this, I also found a slew of
 other serious problems regarding my network config...  IE. Spooler not
functioning,
 network browsing not functioning, mapped drives not
 functioning, other port
 assignments failing...

 Glenn W. Paschal wrote:

 I am getting the following errors trying to start the Telnet Service.
 UniVerse error: Unable to bind socket to telnet port 23. It may
 be used by other application. WSA error: 10038.
 UniVerse error: Unable to bind socket to uvrpc port. WSA
 error: 10038.

C:\errmsg 10038
WIN32 API Error (10038) - 'An operation was attempted on something that is
not a socket.'

Sounds like something is screwed.

Cheers,

Ken


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Input weirdo...

2004-04-29 Thread Dennis Bartlett
Thanks Mark!

Bjorn managed to find his reply (in an Advanced Pick manual)
just after
I'd sent the request, which kinda worked, but not exactly,
but your
length of inputbuffer works a charm.

Speaking of these SYSTEM thangs - is there anywhere I can
get a list of
all the settings / variables included in SYSTEM(x)?

-Original Message-

[snip]

SYSTEM(14) is the length of the typeahead buffer. D3 for
sure and
possibly UV/UD. The CLEARSELECT is UV/UD specific.


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: Input weirdo...

2004-04-29 Thread Mark Johnson
The Advanced Pick manual illustrates most all of the SYSTEM() references.
It's one of my favorite manuals as it's chapterized like all the others but
the index is pure as it contains everything. I don't like the UD/UV manuals
as you need to know which index in which book to look up your topic. If
you're looking up U50BB, is it in the ECL book, the UniProc book or the
UniBasic book?. Not that helpful. Please no flames about books on CD's. Not
always helpful either.

my 1 cent.
- Original Message -
From: Dennis Bartlett [EMAIL PROTECTED]
To: 'U2 Users Discussion List' [EMAIL PROTECTED]
Sent: Thursday, April 29, 2004 8:10 AM
Subject: RE: Input weirdo...


 Thanks Mark!

 Bjorn managed to find his reply (in an Advanced Pick manual)
 just after
 I'd sent the request, which kinda worked, but not exactly,
 but your
 length of inputbuffer works a charm.

 Speaking of these SYSTEM thangs - is there anywhere I can
 get a list of
 all the settings / variables included in SYSTEM(x)?

 -Original Message-

 [snip]

 SYSTEM(14) is the length of the typeahead buffer. D3 for
 sure and
 possibly UV/UD. The CLEARSELECT is UV/UD specific.


 --
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: Input weirdo...

2004-04-29 Thread Stu Glancy
Here's another solution:

  LOOP
  INPUT VAR,-1
  IF VAR THEN
 INPUT TOUCH,1
 IF TOUCH = 'X' THEN EXIT
  END
   REPEAT

- Original Message -
From: Mark Johnson [EMAIL PROTECTED]
To: U2 Users Discussion List [EMAIL PROTECTED]
Sent: Wednesday, April 28, 2004 10:41 PM
Subject: Re: Input weirdo...


 I have a new client that i've yet to be able to break key with over the
 modem. So if I'm running a program (readnext etc) but i want to break, I
 include this INCLUDE.

 IF SYSTEM(14) # 0 THEN
  INPUT A
  IF A=Q THEN CLEARSELECT (sic) ; STOP
  IF A=D THEN DEBUG
 END

 SYSTEM(14) is the length of the typeahead buffer. D3 for sure and possibly
 UV/UD.
 The CLEARSELECT is UV/UD specific.

 My 1 cent.

 - Original Message -
 From: Dennis Bartlett [EMAIL PROTECTED]
 To: 'U2 Users Discussion List' [EMAIL PROTECTED]
 Sent: Wednesday, April 28, 2004 10:54 AM
 Subject: Input weirdo...


  We have a program looping through all data files searching
  for something
  - sometimes it gets to a file containing several million
  records and
  we'd like to be able to tell it to skip that file and
  continue with the
  next file. We've tried the following approaches with said
  results:
 (1) OPT.OUT = KEYIN() ; if OPT.OUT = 1 then EXIT
 OPT.OUT = 0
 the program sits waiting for input in every
  iteration, ie every
  record
 
 (2) INPUT OPT.OUT,-1 ; if OPT.OUT = 'S' then EXIT
 OPT.OUT = 0
 CLEARDATA
 CLEARINPUT
 the program works perfectly until an 'S' is entered
  then skips
  every file after that...
 
 HOWEVER, if I press Ctrl-Break, enter DEBUG, enter
  C(ontinue),
  the program continues as normal until another 'S' is
 entered..
 
  Obviously the machine still has something in the input
  buffer, despite
  the CLEARDATA, something that gets whacked when debug hits
  the scene...
 
  Any ideas?
 
 
  --
  u2-users mailing list
  [EMAIL PROTECTED]
  http://www.oliver.com/mailman/listinfo/u2-users

 --
 u2-users mailing list
 [EMAIL PROTECTED]
 http://www.oliver.com/mailman/listinfo/u2-users


-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UniVerse Personal Edition Telnet Service

2004-04-29 Thread Glenn W. Paschal
Feel like at any moment, I'll see...

WIN32 Toolbox Error (3/8) - 'Socket error on bolt.  Possible socket size
mismatch.  Try 7/16.  See unavailable help file for more information.'



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Ken Wallis
Sent: Thursday, April 29, 2004 2:27 AM
To: 'U2 Users Discussion List'
Subject: RE: UniVerse Personal Edition Telnet Service


Glenn wrote:

 Thanks for your help.  Cool product... But confirmed my fear. Nothing 
 had port 23.  As I was working on this, I also found a slew of other 
 serious problems regarding my network config...  IE. Spooler not
functioning,
 network browsing not functioning, mapped drives not functioning, other 
 port assignments failing...

 Glenn W. Paschal wrote:

 I am getting the following errors trying to start the Telnet Service.
 UniVerse error: Unable to bind socket to telnet port 23. It may 
 be used by other application. WSA error: 10038.
 UniVerse error: Unable to bind socket to uvrpc port. WSA
 error: 10038.

C:\errmsg 10038
WIN32 API Error (10038) - 'An operation was attempted on something that is
not a socket.'

Sounds like something is screwed.

Cheers,

Ken


-- 
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users




-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: UniVerse Personal Edition Telnet Service

2004-04-29 Thread Glenn W. Paschal
WIN32 Metrics Error - See European standards for more information.

Could it be that we have taken this too far?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of George Gallen
Sent: Thursday, April 29, 2004 10:16 AM
To: U2 Users Discussion List
Subject: RE: UniVerse Personal Edition Telnet Service


But what if it's a metric error?

George

-Original Message-
From: Glenn W. Paschal [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 29, 2004 11:08 AM
To: 'U2 Users Discussion List'
Subject: RE: UniVerse Personal Edition Telnet Service


Feel like at any moment, I'll see...

WIN32 Toolbox Error (3/8) - 'Socket error on bolt.  Possible
socket size
mismatch.  Try 7/16.  See unavailable help file for more information.'




-- 
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users




-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


[ADMIN] [AD] Passing the Baton (Repeat)

2004-04-29 Thread Clifton Oliver
A repeat for those who may have missed it, and for our new subscribers. 
This weekend is the switch to the new host at listserver.u2ug.org.

--

Regards,

Clif





Dear Friends,

As previously announced, after about nine years of hosting what has 
become the u2-users list, I have decided to pass the baton to a new 
host. I plan to use the time to pursue some other  writing projects. 
One of these is to resume writing my column previously published in 
Infocus Magazine as Clif Notes. I will be choosing a different title 
and will be including it as part of a professional Information 
Management newsletter. If you would be interested in receiving this 
newsletter at no charge, just pop an e-mail to

 [EMAIL PROTECTED]

and I will add you to the list.

The U2 User Group (u2ug.org) has offered to assume the duties of host 
and moderator(s). They are in the process of testing their list server 
and setup now. We expect to be able to move the u2-user and 
u2-community lists to the new home May 1st. I will provide them a copy 
of the subscriber addresses as of April 30th. If for some reason you do 
not want to follow the lists to their new homes, you can unsubscribe 
before that time.

Since we are getting new subscribers on an almost daily basis, I will 
be posting this message each day until the move. I apologize for the 
inbox clutter this causes you.

I'll chat with you again before the move.

--

Regards,

Clif

~~~
W. Clifton Oliver, CCP
CLIFTON OLIVER  ASSOCIATES
Tel: +1 619 460 5678Web: www.oliver.com
~~~
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: [ADMIN] [AD] Passing the Baton (Repeat)

2004-04-29 Thread Marlene Yokoyama
I will be out of the office April 29, 2004
If this is an urgent matter you can call the helpdesk at ext 361.

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: VOC corruption

2004-04-29 Thread Ray Wurlod
Another thought from left field.
I wonder whether the rotating file pool may be implicated?  There was a brief time 
when, for a single Dynamic file, opening OVER.30 rotated DATA.30 out and vice versa 
(!).  VOC is supposed to be exempt from rotating (it and its dictionary are two of the 
reserved eight file units for sizing MFILES), but it might be worth checking with 
support about your particular exact release - explicitly request that they check the 
source code.
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: AE_DOCS

2004-04-29 Thread Grant.Boice
I just wanted to let you folks know, that I did find our version of AE_DOC on our 
system.  Apparently, my predecessor move it to a different location that where I 
expected it to be.  (Plus, it helps if you look on the correct drive!)

Thanks for your help everyone!

Sincerely,

Grant W. Boice, Jr.
Systems Administrator
Benchmark Electronics, Inc.
Manassas Division
8500 Phoenix Drive
Manassas, VA  20110
 
Phone:  (703) 334-0156
Email:   [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
Web:www.bench.com http://www.bench.com 
 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 28, 2004 1:10 PM
To: [EMAIL PROTECTED]
Subject: RE: AE_DOCS


Wow. Mines 352 kb. I don't know if IBM will send it to you. You could
download the PE version and pull it from there. I don't think it's changed a
whole lot.

hth
-- 
Colin Alfke
Calgary, Alberta Canada

Just because something isn't broken doesn't mean that you can't fix it

Stu Pickles


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 28, 2004 10:18 AM
To: [EMAIL PROTECTED]
Subject: AE_DOCS


Hello Group!
 
Can anyone tell me where I can obtain a copy of AE_DOC?   My 
predecessor removed the file(s) to save space on our server 
some time ago.  (We are using UniData 5.1 on an NT 4.0 
operating system.)
 
Any help will be appreciated!
 
Sincerely,
 
Grant W. Boice, Jr.
Systems Administrator
Benchmark Electronics, Inc.
Manassas Division
8500 Phoenix Drive
Manassas, VA  20110
 
Phone:  (703) 334-0156
Email:   [EMAIL PROTECTED]
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: VOC corruption

2004-04-29 Thread Dan Fitzgerald
hmm... another idea just occurred to me. I forget the environment for this 
problem, but a lot of places have some variant of a script running to query 
shared memory for nattch=0, then removing those that aren't phantoms. 
Unfortunately, at AIX 5.2, ipcs reports nattches of 0 for all memory 
segments. So if you have a script running that you think is removing locks 
held by defunct process, you may be removing valid, active locks, opening 
the door to file corruption. Still, probably not the case here, as the VOC 
shouldn't be seeing much of the I side of I/O.

Our greatest duty in this life is to help others. And please, if you can't 
help them, could you at least not hurt them? - H.H. the Dalai Lama

When buying  selling are controlled by legislation, the first thing to be 
bought  sold are the legislators - P.J. O'Rourke

Dan Fitzgerald





From: Ray Wurlod [EMAIL PROTECTED]
Reply-To: U2 Users Discussion List [EMAIL PROTECTED]
To: U2 Users Discussion List [EMAIL PROTECTED]
Subject: RE: VOC corruption
Date: Fri, 30 Apr 2004 06:36:30 +1000
Another thought from left field.
I wonder whether the rotating file pool may be implicated?  There was a 
brief time when, for a single Dynamic file, opening OVER.30 rotated DATA.30 
out and vice versa (!).  VOC is supposed to be exempt from rotating (it and 
its dictionary are two of the reserved eight file units for sizing 
MFILES), but it might be worth checking with support about your particular 
exact release - explicitly request that they check the source code.
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
_
Test your ‘Travel Quotient’ and get the chance to win your dream trip! 
http://travel.msn.com

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Input weirdo...

2004-04-29 Thread Bruce Nichol
Goo'day,
At 22:10 29/04/04, you wrote:
snip

Speaking of these SYSTEM thangs - is there anywhere I can
get a list of
all the settings / variables included in SYSTEM(x)?
IIRC, somebody did just that some months/years ago

For UV at least

Check the archives

HTH



--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


--
Incoming mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.230 / Virus Database: 262.9.10 - Release Date: 28/04/04
Regards,

Bruce Nichol
Talon Computer Services
ALBURYNSW 2640
Australia
Tel: +61 (0)411149636
Fax: +61 (0)260232119
If it ain't broke, fix it till it is! 

--
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.230 / Virus Database: 262.9.10 - Release Date: 28/04/04
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Name Resolution

2004-04-29 Thread Craig Bennett
Hi All,

does anyone currently do name resolution from within UV?

I have a need to determine the dns name corresponding to an IP address under
UV 10.0 on AIX, Linux and NT.
I would prefer not execute an external utility and cannot use GCI.

My current thoughts are to create a sockets client to query a DNS server,
but I did wonder if there was a better way to do this.

ICONV(203.42.18.135, DNSPTR) ;)

thanks,


Craig

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users