[U2] RE: U2 Users Digest V1 #2599

2009-04-09 Thread Kevin Sproule
John, Be aware that sockets are a "stream" based protocol and not a "message" based protocol. When you send data to a socket it may arrive in one or more pieces (packets). On a LAN this may never occur, but over a WAN or the internet your data packets will almost surely be broken up into smaller

RE: [U2] Does anybody have a hot backup server?

2009-03-26 Thread Kevin Sproule
We have several customers, running UniVerse on Linux and Windows platforms, that use UV transaction logging to keep a backup server nearly current with their main server. We have scripted the copying of full log files to the backup server where another script rolls them into a copy of the main dat

RE: [U2] Phantom creating Zombies

2007-11-05 Thread Kevin Sproule
David, Easy fix: EXECUTE "JOBS" CAPTURING JUNK Put this in your code prior to the PHANTOM launching code. It will "reap" any dead child processes (zombies), that may be hanging around. Kevin M. Sproule Sr. Technical Consultant AFS Technologies, Inc. 2141 E. Highland Ave, Ste. 100 Phoenix

re: [U2] active directory & Univ=Verse

2006-07-27 Thread Kevin Sproule
>Date: Thu, 27 Jul 2006 18:04:03 GMT >From: "Dave R" <[EMAIL PROTECTED]> >Subject: [U2] active directory & Univ=Verse > >I am planning switch my UniVerse (9.4.1) Server to "Active Directory" on >win >2003 server. >What kind of problems am I likely to encounter. >Thanks > > >D Raven >[EMAIL PROTEC

re: [U2] [UV] Veritas and UniVerse?

2006-05-24 Thread Kevin Sproule
>Date: Tue, 23 May 2006 17:27:04 -0500 >From: "David Wolverton" <[EMAIL PROTECTED]> >Subject: [U2] [UV] Veritas and UniVerse? > >I have a client telling me that the UniVerse server is crashing when >Veritas >Backup Exec is trying to back it up at night. > >They are having to do a hard reboot ever

RE: [U2] UniVerse + PERL

2006-05-04 Thread Kevin Sproule
erl connection fail? We have been running at, or near our user limit for some >time now. > >Great post! > >Barry Brevik Kevin Sproule Sr. Technical Consultant AFS Technologies, Inc. 2141 E. Highland Ave. Suite 100 Phoenix, AZ 85016 Office 602-522-8181 | Mobile

RE: [U2] UniVerse + PERL

2006-05-03 Thread Kevin Sproule
ny idea ?? > > use DBD::ODBC; > my $db = DBI->connect('dbi:ODBC:UVSOURCE',"userid","password") || die("Connection failed") ; > my $cmd="SELECT * FROM VOC;" ; > my $stmt= $db->prepare($cmd); > > Error Shown as below