SAN's and Unidata

2004-04-07 Thread Martin Thorpe
Hi all Slightly off topic, but I wondered how many of you house your Unidata applications on a SAN (Storage Area Network), ours is housed on a LSI based SAN made up of two arrays. What kind of performance do you observe? Any replies would be appreciated. I will summarise if people reply direct

Help wanted - Avante Configurator

2004-04-07 Thread jr laptop
This is not strictly U2 specific but I believe it is close enough to = justify a posting. My client is looking for some help with Avante Configurator. This is a special skill which is not exactly coding but does require detailed knowledge and experience of this part of the Avante ERP = offering. I

RE: callHTTP

2004-04-07 Thread Mike Dallaire
Just wanted to thank everyone for their responses. I am tied up with some other things right now, but will be looking into all the options mentioned in a few days. When we resolve the issue, I will post the resolution to the list for future reference. Thanks again, Mike Dallaire Mortgage Builder

RE: Memo: Re: UV: How do I determine whether a file is using 64bitor 32 bit addressing

2004-04-07 Thread Chuck Mongiovi
Does anyone have the "magic" settings for UniData 6/Unix files? -Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Logan, David (SST - Adelaide) Sent: Tuesday, April 06, 2004 1:09 AM To: U2 Users Discussion List Subject: RE: Memo: Re: UV: How do I determi

RE: SAN's and Unidata

2004-04-07 Thread Baakkonen, Rodney
We use Hitachi SAN's and Solaris 8. We have one SAN for our production box in Conn. And a second SAN for our failover/development box in Minnesota. Production has about 800 users on in Prime time. We are also using RFS, but keep the log files for RFS on local drives. Performance is good most days.

Re: [UV] READ & READU on a part file belonging to a Distributed file

2004-04-07 Thread Glenn Herbert
At 09:32 PM 04/06/2004, you wrote: Under Universe if I attempt to read a record (using READ) from a part file but using a key which actually maps (via the partitioning algorithm) to a different part file - then the READ just takes the ELSE clause without setting STATUS() to anything. Because within

Re: SAN's and Unidata

2004-04-07 Thread Martin Thorpe
Hi Rod Sounds good, and here's us thinking we were one of a small minority using Unidata on a SAN. Did you notice that there isnt alot of room to maneuvar in terms of clustering! We also have two arrays, both of which are active but able to cover each other. VxVM is used as yourselves, we also

UniVerse and RedBack

2004-04-07 Thread Barry Rogen
I was not sure whether to make this an '[OT]', so if it is deserving of such status, forgive me. We are running UniVerse 10.0.19. We are running RedBack ver 4.1.3. We seem to be having a problem where our Responders go busy and never return to idle. Eventually all Responders go busy an

RE: UniVerse and RedBack

2004-04-07 Thread James Cowell
If you do a PORT.STATUS USER on your redback user can you see what the responders are doing? Sounds like they're running garbage collect to me. -Original Message- From: Barry Rogen [mailto:[EMAIL PROTECTED] Sent: 07 April 2004 15:19 To: [EMAIL PROTECTED] Subject: UniVerse and RedBack

Subroutine string manipulation not doing what expected

2004-04-07 Thread jasonp
Given the following snippet of code: FOR PLC = 1 TO PART.LIST.COUNT SEARCH.VALUE = DESC.LIST RETURN.VALUE := SEARCH.VALUE : @VM NEXT PLC ROLLSTOCK=RETURN.VALUE I get the following output: P337 P RPVC 0200x20.00 TNT201 P BOX 19:08 15:08 13:08

RE: Subroutine string manipulation not doing what expected

2004-04-07 Thread Buffington, Wyatt
It looks like sometime between the first iteration and the second, the PART.LIST.COUNT went from 4 to 1. Put a display of that variable before the loop, to verify its value. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday,

RE: Subroutine string manipulation not doing what expected

2004-04-07 Thread David Wolverton
Also - I don't see the 'DISPLAY' as part of this code snip -- the reason I ask - if the output is bring displayed later in the program, could something else be happening later in the program than this snip that also looks at the ROLLSTOCK and also parses it in some way? -Original Message-

RE: [UV] "MCP"

2004-04-07 Thread Jeff Schasny
if you consider a space a printable character then seq(32) to seq(126) would be printable so IF SEQ(YOURVAR) > 31 AND SEQ(YOURVAR)< 127 THEN ITS.PRINTABLE = 1 -Original Message- From: Craig Bennett [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 5:36 PM To: U2 Users Discussion Lis

RE: UniVerse and RedBack

2004-04-07 Thread Barry Rogen
To be painfully honest, I have not checked the actual 'PORT.STATUS'. I shall wait (not too long) for the next event. Barry Rogen Senior Programmer PNY Technologies (973) 515 - 9700 ext 5327 [EMAIL PROTECTED] _ The quality of a person's life is in direct proport

RE: UniVerse and RedBack

2004-04-07 Thread James Cowell
If you find your responders are running garbage collect then you can disable it by editing the GARBAGE.COLLECT record in WWCONTROL and inserting the following values: GARBAGE.COLLECT 0001 [EMAIL PROTECTED] 0002 1=Default parameters older than [EMAIL PROTECTED], 3=Repeat in Days, 4=Repeat in

U2 Personal Editions

2004-04-07 Thread qe
I'm trying to install UV and UD Personal Editions. I had an old download of UVPE and am trying to install it. Once upon a time i remember someone mentioning what needed to be changed in uv.load to install it on a non-Redhat system (Debian in my case), but i can't find it in the archives. Anyone

RE: U2 Personal Editions

2004-04-07 Thread George Gallen
I believe one problem was either there wasn't unzip or there wasn't gunzip. I changed one to the other. I believe I changed all the references to unzip to gunzip, then it worked. George >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 07, 2

RE: U2 Personal Editions

2004-04-07 Thread George Gallen
or possibly, it was ucompress that needed to be changed, as I'm doing a test install right now (not PE however), and I notice the files are .Z types. George >-Original Message- >From: George Gallen [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 07, 2004 2:44 PM >To: U2 Users Discussio

RE: U2 Personal Editions

2004-04-07 Thread Anthony Dzikiewicz
The only note I have from an install is that you need to edit the install script and change the '/cdrom' to '/mnt/cdrom'. That was true for my install on Red Hat. That may or may not be correct for your system. My entire instruction was Iistall CD login as root mount /mnt/cdrom cpio -ivcBdum m

RE: U2 Personal Editions

2004-04-07 Thread George Gallen
yes, it's uncompress, and the problem isn't just in PE. Since I believe gunzip works with .Z files as well, what I did was cp /sbin/gunzip /sbin/uncompress I will now see if that works :) George >-Original Message- >From: George Gallen [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 07,

UniObjects

2004-04-07 Thread Kevin Vezertzis
Does anyone have knowledge of how to handle secure communications from UniObjects into Universe? (SSL, SSH, etc.) We are covered from end user to UniObjects, but not from UniObjects to Universe. I haven't been able to find any supporting documentation.. Thanks, Kevin Kevin D. Vezertzis Pro

RE: U2 Personal Editions

2004-04-07 Thread Karl L Pearson
It might be 'cleaner' to link the files: ln -s /sbin/gunzip /sbin/uncompress Just a thought. Karl On Wed, 2004-04-07 at 12:49, George Gallen wrote: > yes, it's uncompress, and the problem isn't just in PE. > Since I believe gunzip works with .Z files as well, what > I did was cp /sbin/gunzip /s

RE: U2 Personal Editions

2004-04-07 Thread George Gallen
Since, gzip and gunzip weren't linked, I didn't link uncompress either. BTW, it should have been [cp or ln -s ] /bin/gunzip /bin/uncompress >-Original Message- >From: Karl L Pearson [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 07, 2004 3:41 PM >To: U2 Users Discussion List >Subject:

RE: Help wanted - Avante Configurator

2004-04-07 Thread John Carter
John, I was previously an Avante ERP consultant at Epicor, I have been independent since May 2000. My configurator skills are a little rusty as I haven't worked on it about 18 months, but I'm sure that they will come back quickly when I put my hands on it again. Feel free to contact me at [EMAIL

RE: [UV] "MCP"

2004-04-07 Thread Ray Wurlod
It's a tricky question! The CTYPE category only has ALPHABETIC, NUMERIC and TRIMMABLE (and, by inference, "other") classes. I would hazard the guess that characters in the two Control Sets (Control Set 0 and Control Set 1) are those considered not printable. In your place I'd be seeking an of

Extracting data directly from dbf files...

2004-04-07 Thread Lee Messenger
Has anyone developed any processes to natively read '.dbf' type files from within Universe basic? I know we could use ODBC or UniObjects but prefer a more direct approach. Lee J Messenger Sr VP Operations [EMAIL PROTECTED] DLT Transportation Services, Inc. Phone :(816) 242-4505 Fax :(816) 483

Re: UniObjects

2004-04-07 Thread Ray Wurlod
UniObjects does not use a sockets-based interface, so SSL and so on aren't relevant. Rather, UniObjects uses a proprietary interface built on an architecture called InterCall. The only "security" is a port number that's not used for anything else, and a check in the unirpcservices file about nod

RE: Makeudt

2004-04-07 Thread Dirk H Bartley
On Tue, 2004-04-06 at 23:27, Ken Wallis wrote: > Dirk Bartley wrote: > > >Found out from some googling around that I needed the elf libraries. > >That got me to the ndbm issue. What other libraries did you discover > >were required?? Is the gdbm library a correct replacement for the ndbm > >libr

JUST GOT A SPOOFED U2-USERS EMAIL - "Site changes"

2004-04-07 Thread George Gallen
headers as follows: Received: from mrelay.corp.slackinc.net (MRELAY [172.16.20.139]) by poison.slackinc.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id 2FN2XXZT; Wed, 7 Apr 2004 17:04:41 -0400 Received: from mail.slackinc.com ([10.10.1.45]) by mrelay.corp.s

RE: UniObjects

2004-04-07 Thread James F Thompson
The transport layer between the two servers, Universe Database and UniObject Client, is thru a TCPIP/socket; this is the network traffic that we are trying to encrypt. Hiding the port or restricting the node access does not keep the packets from being captured Has anyone tried using "Stunnel

RE: UniObjects

2004-04-07 Thread James F Thompson
While we are discussing UniObject... has anyone out there had any luck with it and ColdFusion? We are having a problem with assigning a value to a dynamic array using the Field/Value method. Only the last value is retained in the array and it is always in the first attribute. James F Th

RE: UniObjects

2004-04-07 Thread Wendy Smoak
Kevin wrote: > Does anyone have knowledge of how to handle secure communications from > UniObjects into Universe? (SSL, SSH, etc.) We are covered from end > user to UniObjects, but not from UniObjects to Universe. I > haven't been able to find any supporting documentation.. We have firewalls i

RE: U2 Personal Editions

2004-04-07 Thread qe
For Debian, i had to remove the "c" option from the "taperead='cpio -ivc..." line. Somewhere along the way, i must have installed compress/uncompress, so that wasn't an issue. Now, if i can figure out why my xterm gets clobbered when i start uv as root. Something wrong with the emulation somewher

Re: Extracting data directly from dbf files...

2004-04-07 Thread Richard A. Wilson
I'm fairly certain that the cedarville download utility handles dbf files. Since it comes with source code perhaps you can change the write logic to read Rich Lee Messenger wrote: Has anyone developed any processes to natively read '.dbf' type files from within Universe basic? I know we could

Re: [UV] "MCP"

2004-04-07 Thread Craig Bennett
Ray, >The CTYPE category only has ALPHABETIC, NUMERIC and TRIMMABLE (and, >by inference, "other") >classes. I would hazard the guess that characters in the two Control Sets (Control Set 0 >and Control Set 1) >are those considered not printable. The BASIC manual refers to PRINTABLE and NON_PRINTA

RE: UniObjects

2004-04-07 Thread Karl L Pearson
How about opening a PPTP link from the PCs that will connect to the server, then opening the TCP/IP uniObjects connection through the tunnel? Isn't that what Stunnel does anyway? Karl On Wed, 2004-04-07 at 15:16, James F Thompson wrote: > The transport layer between the two servers, Universe Data

RE: UniObjects

2004-04-07 Thread Don Kibbey
I gave up on "coldconfusion" because the web pages created were simply a mess. Perhaps that was more of a problem with our developers than ColdFusion, but it just works better with ASP.NET or plain old .Net web forms. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] O

Pro-4

2004-04-07 Thread Barry Brooks
Hi all I'm looking for someone who maybe be able to assist with support of a customer using PRO-4 (ex McDonald Douglas "ALL") I think. Support will be required in Sydney, Australia. Can anyone help ? Thanks ... Barry Brooks -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailma

Re: UniVerse and RedBack

2004-04-07 Thread Trevor Ockenden
> We are running UniVerse 10.0.19. We are running RedBack > ver 4.1.3. We seem to be having a problem where our > Responders go busy and never return to idle. Eventually all > Responders go busy and our web 'goes down'. The log files > show nothing that would even raise an eyebrow of uncertain

Re: Subroutine string manipulation not doing what expected

2004-04-07 Thread Trevor Ockenden
Tricky! - I've been caught out like this before. You are extracting SEARCH.VALUE from DESC.LIST as an attribute. Try extracting values instead and I suspect all will be fine. SEARCH.VALUE = DESC.LIST<1,PLC> Cheers Trevor Ockenden Open Systems Professionals - Original Message - From: <

Re: Pro-4

2004-04-07 Thread Dave Taylor
Barry, Try contacting: www.northgate-is.com Rgds, Dave Dave Taylor Sysmark Information Systems, Inc. 49 Aspen Way Rolling Hills Estates, CA 90274 800-SYSMARK (800-797-6275) (O) 310-544-1974 (F) 310-377-3550 www.sysmarkinfo.com - Original Message - From: "Barry Brooks" <[EMAIL PROTECTE

Re: Pro-4

2004-04-07 Thread Mark Johnson
Haven't heard of Application Liberation Language in a dogs age. - Original Message - From: "Barry Brooks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 07, 2004 9:53 PM Subject: Pro-4 Hi all I'm looking for someone who maybe be able to assist with support of a cust

Re: Pro-4

2004-04-07 Thread FFT2001
In a message dated 4/7/2004 6:53:52 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: > I'm looking for someone who maybe be able to assist with support of a > customer using PRO-4 (ex McDonald Douglas "ALL") I think. > > Support will be required in Sydney, Australia. > My first job was on

Re: Pro-4

2004-04-07 Thread Bruce Nichol
Goo'day, Barry 1. Stuart?Stewart?Stuart/Stewart Somebody POBOL... Melbourne.. 2. Ints Tumolovic? (ex AWA and Pr1me) Is he still around? Bloody hell! 1982 is a long time ago At 11:53 08/04/04, you wrote: Hi all I'm looking for someone who maybe be able to assist w

RE: Pro-4

2004-04-07 Thread Hona, David S
TNT Australia was/is a big users of Pro-IV under MVS, I believe. http://www.proiv.com/p4web/home/index.xsp Sorry, don't know of any Pro-IV gurus. Regards, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dave Taylor Sent: Thursday, April 08, 2004 1:

RE: UniVerse and RedBack

2004-04-07 Thread Joe Eugene
>We are running UniVerse 10.0.19. We are running RedBack >ver 4.1.3. The issue seems to be related to WWSTATE getting too big and i think there WAS a bug in Redback 4.0 that is claimed to be fixed in RedBack 4.1. We use an internal WWState Purging mechanism though. Check WWState, when this h