Re: [U2] Personal Edition Modulo Limits

2009-06-04 Thread Stephen Prater
I ran uvrestore with -V and you're right - it's not copying records for files where the modulo is too large. is there anything I can do? On Jun 3, 2009, at 4:57 PM, Colin Jennings wrote: I looked at the file from bash, and it still showed as being quite large, so there does seem to be

Re: [U2] Personal Edition Modulo Limits

2009-06-04 Thread Steve Romanow
Stephen Prater wrote: I ran uvrestore with -V and you're right - it's not copying records for files where the modulo is too large. is there anything I can do? On Jun 3, 2009, at 4:57 PM, Colin Jennings wrote: I looked at the file from bash, and it still showed as being quite large, so

Re: [U2] [u2u] UV on Windows question

2009-06-04 Thread Anthony W. Youngman
In message 4a2473a1.7010...@comcast.net, Scott Richardson cheetah...@comcast.net writes Thunderbird does the list on reply w/o intervention. PS: Wol? any better luck with LinkedIn over across the pond? Hi Scott, Still no luck. I can view your invitation just fine. Click on accept, and it

Re: [U2] [u2u] UV on Windows question

2009-06-04 Thread Anthony W. Youngman
In message 004001c9e38a$84e5bb50$8eb131...@com, Symeon Breen syme...@gmail.com writes My meaning is that you would run uv on windows server behind a firewall and the server would not have a user browsing the internet, or be accepting and opening emails. Viruses do not just appear on a windows

Re: [U2] [u2u] UV on Windows question

2009-06-04 Thread Anthony W. Youngman
In message snt110-ds1230a0f57ff48ef6e6dd52cf...@phx.gbl, jpb-u2ug jpb-u...@hotmail.com writes I just rebooted my Linux systems last week the first time in about 6 months. The reason, because the windows servers on our network have been changed so many times that they were finally starting to

Re: [U2] Personal Edition Modulo Limits

2009-06-04 Thread Stephen Prater
Right, that would probably work, but how would I go about converting the files to that format without changing them on the original install? Again, very much a noob. I can export the data again from the production install if I need to, but I can't change the setup on the live files.

Re: [U2] Personal Edition Modulo Limits

2009-06-04 Thread Steve Romanow
I apologize, I've been too long away from UV. Just look in the manual for Distributed Files. They are one of my favorite features of UV. Wish Unidata had them. Great for ORder History Data, can make a dated partfile that is sized independently and a super-dict that ties them all together

Re: [U2] Personal Edition Modulo Limits

2009-06-04 Thread David A Barrett
You'll have to change the modulo on a system that will allow the larger modulo first. What I would do would be to create a new file on the original system with a smaller modulo and a bigger separation and then copy all of the records into it. Then I'd ftp *that* file over to the PE system

Re: [U2] Web services

2009-06-04 Thread David Jordan
I am trying to work out how to identify who the person is that is consuming a web service using the U2 web services developer. I know techniques to do it in .Net. How do ensure that a person is authorized to consume that service. What approaches have others taken to tackle this. Regards

Re: [U2] Personal Edition Modulo Limits

2009-06-04 Thread Jo Lester
Does the personal edition allow HASH.HELP, HASH.HELP.DETAIL, etc? From: steph...@agrussell.com To: u2-users@listserver.u2ug.org Date: Thu, 4 Jun 2009 08:40:31 -0500 Subject: Re: [U2] Personal Edition Modulo Limits Right, that would probably work, but how would I go about converting the

Re: [U2] Personal Edition Modulo Limits

2009-06-04 Thread Rex Gozar
Don't use uvbackup/uvrestore. Use either tar or zip to get the account onto the other machine. Then resize the files over 10007 modulo. To get an approximate separation, use the total size in bytes: INT( (total_bytes / 10007) / 512 ) = approx_separation Since this is a development/testing

Re: [U2] Personal Edition Modulo Limits

2009-06-04 Thread Stephen Prater
How do I get those accounts / files into universe on the dev machine? ACCOUNT-RESTORE? stephen On Jun 4, 2009, at 3:49 PM, Rex Gozar wrote: Don't use uvbackup/uvrestore. Use either tar or zip to get the account onto the other machine. Then resize the files over 10007 modulo. To get

Re: [U2] Web services

2009-06-04 Thread Tony G
From:David Jordan I am trying to work out how to identify who the person is that is consuming a web service using the U2 web services developer. I know techniques to do it in .Net. How do ensure that a person is authorized to consume that service. What approaches have others taken

Re: [U2] Web services

2009-06-04 Thread ozemail
Hi Tony The Web Services Developer limits what can be done by programming, which takes away the ability to use facilities such as Microsoft authorization. If the consumer comes through something like excel, it limits programmatically what can be done from the client sides as well. I am seeing

Re: [U2] Web services

2009-06-04 Thread Tony G
From: David Jordan The Web Services Developer limits what can be done by programming, which takes away the ability to use facilities such as Microsoft authorization. If the consumer comes through something like excel, it limits programmatically what can be done from the client sides

Re: [U2] Web services

2009-06-04 Thread David Jordan
The Web Services Developer is very quick and easy to set up a service talking to a Basic Subroutine. The only issue I have is the authorisation and why in the past I have used .Net. I was trying to work out whether PAM/LDAP could be used as it is available with UniVerse 10.3, but there is