Re: [U2] Moving UniVerse over to another machine...

2007-05-09 Thread Manu Fernandes
Hi, Simple if you have the same paths for uv and for your accounts in the target server. You can use Os file copying (with universe stopped on source server.) If you use SQL Schema you must prepare some informations with format.conv -export before file copying and run a format.conv -import.

[U2] Redirect printer to file

2007-05-09 Thread Mac Bhyat
Hi, I wonder if someone can help, I am universe for Unix, and I would like to setup a printer device where the output from the print is sent to a directory as a unique file in that directory. how do i do this with the uv spooler thanks mac Mac Bhyat Software Engineer - Special

Re: [U2] Locks in a transaction

2007-05-09 Thread john reid
The order I use is to build the key by using a routine, then cut the KEY record lock loose, followed by a RECORDLOCK on the transaction to be written. We do a similar function, and have not seen signficant wait times. If you're already doing that, I'm not sure what could be occurring. john On

[U2] Unidata error message

2007-05-09 Thread Charlie Rubeor
Is anyone familiar with this error message: Warning: Can't find the partition (1074266118) information in shared memory. The message appears on the screen, as well as in udt.errlog, whenever a dynamic file is accessed. If the dynamic file has four parts (dat001, dat002, ovr002, idx001 for

RE: [U2] Locks in a transaction

2007-05-09 Thread Brutzman, Bill
I inherited a bunch of problematic final commits. Per the following, consider performing a Lock.And.Write as users change individual fields within a record. --Bill *--- SUBROUTINE SUB.LOCK.AND.WRITE.R1 ( R.This,

Re: [U2] Redirect printer to file

2007-05-09 Thread Jerry
Mac, We do this type of thing all of the time. The following is one of our printer scripts (with bogus path names). In your printer device setup use the script that you create as the device driver. Make sure the script is executable. The case statement uses the form type to distribute the

Fw: [U2] Redirect printer to file

2007-05-09 Thread Jerry
Re: [U2] Redirect printer to fileI forgot two of the spooler fields that are used: $7 = line length, $8 = page length - Original Message - From: Jerry [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, May 09, 2007 10:40 AM Subject: Re: [U2] Redirect printer to file

[U2] UV Transactions when TXMODE is set to 0 {Unclassified}

2007-05-09 Thread HENDERSON MIKE, MR
Dear UniVerse Gurus, Our UniVerse system (10.1, Win2K3) is set up without any Transaction Logging parameters set in the UV Config. I.E. TXMODE = 0, and all the other related configration parameters are set to defaults. Transactions do however, still work from UniBasic or from UniObjects, even

RE: [U2] IPv6

2007-05-09 Thread John Jenkins
IPv6 will be a non issue for most even if the potential for problems exists. When introduced I am sure you will find that internal subnets will still run IPv4 with bridges and an appropriate netmask e.g. 255.255.255.255.0.0. Regards JayJay --- u2-users mailing list

RE: [U2] Locks in a transaction

2007-05-09 Thread Boydell, Stuart
Make sure that you do as little processing as possible within the actual transaction so that the transaction is short and sweet. Other than that, there is absolutely no way a lock should be released before a transaction completes. -Original Message- REPOSTED FOR NON-MEMBER: Greg

RE: [U2] Locks in a transaction

2007-05-09 Thread Hona, David S
It would defeat the entire purpose of a transactions to allow a lock to be released during a transaction. Specifically, as the purpose is keep all related updates within the same transaction. If this next key update function does not need or *should* not to be rolled back, then this shouldn't

[U2] Incubator - News from the board

2007-05-09 Thread Charles Barouch
All, The U2UG board has been discussing the 'incubator plan' and we will soon be presenting a draft proposal to membership. Here's what we are discussing in broad brushstrokes - all feedback appreciated. We want an *easy* *legal* way to get PE editions into the hands of business