SV: [U2] Unidata, Unirpc and Windows XP home

2006-07-26 Thread bjorn.eklund
Martin, for Uniobject .net I happen to know that you have to put the uonet.dll filen in the WINNT\assebly catalog. I don't know if this will help you but perhaps... Regards Bjorn -Ursprungligt meddelande- Fren: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Martin Scholl Skickat: den 25

Re: [U2] lock records

2006-07-26 Thread chuchi
Thanks all for your answer. I understand the issue, one phantom process only for lock management. But i don't know how to create and communicate with this phantom process. Could you explain a little bit or give me an example or URL? Thanks El mar, 25-07-2006 a las 13:09 -0400, Results

Re: [U2] lock records

2006-07-26 Thread Results
Chuchi, This is the concept: File: LOCK.QUEUE Program: ACQUIRE.LOCK - which asks the Phantom to lock an item by putting the details in the LOCK.QUEUE file. SUBROUTINE ACQUIRE.LOCK(FileName,ItemName,SomeIdentifierForRequestingProcess) * Comments GOSUB OPEN.FILES

[U2][UV] XML DOM

2006-07-26 Thread Perry Taylor
I'm struggling with setting up an extraction file on UniVerse in order to process an XML document. Unless I'm missing something it appears that the documentation is anything but consistent and complete. Does anyone have a How-to or other document that better explains how to set this up? Thanks.

[U2] [UV] QSELECT in transaction

2006-07-26 Thread Brian Whitehorn
Hi, is there a way to allow an EXECUTE QSELECT... inside a transaction in a basic program. The HELP BASIC EXECUTE specifies a few verbs that are allowed inside transaction : if a SELECT / SSELECT is allowed, cant a QSELECT be allowed aswell? Or might I be missing something? Any ways to overcome

Re: [U2][UV] XML DOM

2006-07-26 Thread Clifton Oliver
I found the documentation to be, um, challenging, also. You can download a PDF of my slides of my U2 XML introduction presented at the 2006 International Spectrum Conference in Long Beach at this url: http://www.oliver.com/Spectrum2006/U2_xml.pdf Hope that helps. -- Regards, Clif

RE: [U2] RE: Multivalued datatypes considered harmful | The Register

2006-07-26 Thread Janet Bond
This is our CTO at FusionWare Robert Houben's thoughts on the article. Robert is the Grandfather of ODBC, he created the first published ODBC driver outside of Microsoft and has been creating integration products for the Multivalue database since the early 80's, anyone remember PK Harmony.

Re: [U2] [UV] QSELECT in transaction

2006-07-26 Thread Jacques G.
is there a way to allow an EXECUTE QSELECT... inside a transaction in a basic program. The HELP BASIC EXECUTE specifies a few verbs that are allowed inside transaction : Have you tried: SELECT FILE SAVING FIELD.NAME ? For example: SELECT CUSTOMERS SAVING KEY.ADR ? It should be the

RE: [U2] lock records

2006-07-26 Thread John Jenkins
A most useful mechanism (and much ignored) for controlling and communicating with PHANTOMS: LOCK n e.g. A Phantom process starts up and sets (for example) LOCK 1 to say it is running. If the lock attempt fails then the PHANTOM process is already running and it terminates. A controlling process

[U2] Encrypt

2006-07-26 Thread John Godzina
Hi, Has anyone had any luck encrypting using Universe's encrypt function, passing that data to another application and being able to decrypt using the mcrypt library or similar. The other app is not U2 or related. Thanks, John [demime 1.01d removed an attachment of type text/x-vcard which

RE: [U2] Unidata, Unirpc and Windows XP home

2006-07-26 Thread Martin Scholl
I found the culprit. It was a corrupt database. The error was 39209: Failed to read from slave correctly The slave must be the IO slave and the file system must have returned garbage since the file was bad. I replaced the database and everything works fine now. Martin Scholl Pres. HIPAAsuite

RE: [U2] Encrypt

2006-07-26 Thread Larry Hiscock
I haven't used the encrypt function specifically, but I have implemented RC4 encryption in UniBasic, PHP and a couple of other languages. What's the other app written in? Larry Hiscock Western Computer Services http://www.wcs-corp.com -Original Message- From: [EMAIL PROTECTED]

Re: [U2] Encrypt

2006-07-26 Thread John Godzina
PHP and perl. I can do the implementation if need be, but I'd rather use existing libraries if possible. For example, Universe provides a variety of DES (des, 3des) and RC encryption routines, and PHP and perl can use the mcrypt (e.g.: --with-mcyrpt on the configure line when building php,

RE: [U2] lock records

2006-07-26 Thread Womack, Adrian
We do exactly the same thing but with READU locks instead. The locks can be on non-existent records and the record names can be meaningful (eg. processname.running) - so a LIST.READU will show which phantoms are running. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[U2] LISTB (tab delimited output)

2006-07-26 Thread Dave R
I have used ListB verb on Unidata (manage 2000) I have created a ListB verb on D3 (by adding a switch to the list verb) Is this feature on UniVerse? What it forms is output that is tab delimited. Creating an excel ready spooled file. Thanks D Raven [EMAIL PROTECTED] cell (949)2282224 e Fax

Re: [U2] [UV] Weird error

2006-07-26 Thread Ray Wurlod
Hee! hee! PORT.STATUS, by poking around in the other process's printer shared memory segment, must have woken it from its nanosleep. Sorry I can't contribute anything useful. Has anyone ever seen the error nanosleep: Interrupted system call ? I had a process running that was creating a

Re: [U2] [UV] QSELECT in transaction

2006-07-26 Thread Ray Wurlod
Have you tried PERFORM rather than EXECUTE? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] lock records

2006-07-26 Thread Ray Wurlod
Can you not simply change the BlockingStrategy property of the session object? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UV] QSELECT in transaction

2006-07-26 Thread Dave R
Preform is an older version and sometime you get different results? D Raven [EMAIL PROTECTED] cell (949)2282224 e Fax (815)4259364 P.O. Box 17811, Irvine CA 92623-7811 -- Ray Wurlod [EMAIL PROTECTED] wrote: Have you tried PERFORM rather than EXECUTE? --- u2-users mailing list

[U2] windows 2003 parameters

2006-07-26 Thread Dan Fitzgerald
Anybody know how to view/change the limit on the number of systemwide open files on a windows 2003 server (std. edition, in this case)? I can see how many are currently open (50 or less)(no matter what I throw at it), but I'm looking for the equivalent of MFILES at the os level. MFILES is 400,

RE: [U2] windows 2003 parameters

2006-07-26 Thread Jef Lee
Dan, Mine is in C:\IBM\UV\uvconfig which is a text file. Jef Lee Software Developer IT Vision Australia Pty Ltd PO Box 881, Canning Bridge WA 6153 Level 3, Kirin Centre, 15 Ogilvie Road, Applecross, WA Australia 6153 p: (08) 9315 7000 f: (08) 9315 7088 w: www.itvision.com.au