RE: [U2] UV - Tracking file writes Unclassified}

2006-07-13 Thread Ray Wurlod
If all you want is counts, you can enable collection of file statistics using FILE.USAGE.CLEAR command. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Universe/NT Rel. 10.0.10: How to run a program written and compiled in one flavor in another flavor?

2006-07-13 Thread Susan Joslyn
Dave, Brian, all, I get around the problem of the SELECT and COPY syntax differences by making a copy of the pick-flavored verbs (some platforms already have them) and I always execute COPYP and SELECTP and SSELECTP in my BASIC EXECUTE statements. Likewise you could create COPYI that is always

Re: [U2] UODOTNET.DLL

2006-07-13 Thread Jacques G.
Hello, Anyone here know what causes this error ? System.IndexOutOfRangeException: Index was outside the bounds of the array. at IBMU2.UODOTNET.UniRPCPMessage.ReadHeaderLength() at IBMU2.UODOTNET.UniRPCPMessage.Receive(BinaryReader aDataIn) at

RE: [U2] Universe/NT Rel. 10.0.10: How to run a program written and compiled in one flavor in another flavor?

2006-07-13 Thread Charles Barouch
Susan, Better Better, the U2UG committee tasked with bringing good ideas to IBM will be holding a Birds of a Feather session at the IOD. Since you'll be speaking (twice!) at the IOD Conference, stop by and raise the issue. IBM has assured us that if BB brings something up, it will be

RE: [U2] ODBC to Open Office

2006-07-13 Thread John Jenkins
Albert I believe OpenOffice uses JDBC for this. I had a play with it a while back (well over a year) but didn't really get anywhere as I was not familiar enough with OpenOffice configuration in this area and found the OpenOffice documentation at the time poor at best. If I find some time I'll

RE: [U2] UODOTNET.DLL

2006-07-13 Thread Brian Leach
Jacques Is there any chance you are passing a null reference to/from the call? I've seen various errors if one of the subroutine arguments is never assigned. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacques G. Sent: 13 July 2006 16:53

[U2] asymmetric encyption

2006-07-13 Thread Ɓukasz s
Hi, has anyone got some implementation in PICK (UVI, U2, JBASE) BASIC (or somethig similar) of asymmetric encryption algorithm (public-key encryption)? i.e. RSA? I'll be gracefull:-) L --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] UODOTNET.DLL

2006-07-13 Thread Jacques G.
I'm using a program I used to test all of my web services on a different server yesterday. On this new server all I changed was the server address, the login password and UV account. For passing the parameters, I use my test XML files which contain the neccessary information. On this particular