Re: [U2] [UV] Programmatic Verification of Globally Cataloged Subroutine

2014-01-28 Thread LeRoy Dreyfuss
To make APP.PROGS/EXIST work for UV, I believe you would change the number 52 to 12 and recompile/recatalog. That is decimal location where UV seems to store the number of subroutine arguments within the object header. The subroutine would place the number of arguments correctly in STATUS() to be

Re: [U2] [UV] Programmatic Verification of Globally Cataloged Subroutine

2014-01-28 Thread LeRoy Dreyfuss
] keith.john...@datacom.co.nz To: 'u2-users@listserver.u2ug.org' u2-users@listserver.u2ug.org Sent: Tue, Jan 28, 2014 3:10 pm Subject: Re: [U2] [UV] Programmatic Verification of Globally Cataloged Subroutine Hi, LeRoy Dreyfuss said that you would have to change 52 to 12 for EXIST to work

Re: [U2] [UV] Programmatic Verification of Globally Cataloged Subroutine

2014-01-28 Thread LeRoy Dreyfuss
...@datacom.co.nz wrote: Hi, LeRoy Dreyfuss said that you would have to change 52 to 12 for EXIST to work. The globally cataloged programs have an extra 40 characters put on the front, so that would cause a problem. @RECORD[1,4] is a count of the number of times the program has been used. @RECORD[5,8

Re: [U2] [UV] Programmatic Verification of Globally Cataloged Subroutine

2014-01-28 Thread LeRoy Dreyfuss
Makes sense. It only outputs integers (user IDs, msg.text numbers, SYS.MESSAGE IDs, etc.) On Tue, Jan 28, 2014 at 11:26 PM, Gregor Scott gregor.sc...@pentanasolutions.com wrote: I was also surprised to find it possible to ASSIGN a value to STATUS(). A quick test program shows it only allows

Re: [U2] UniVerse Resize 30

2013-10-11 Thread LeRoy Dreyfuss
operation failure. Internal file corruption detected. File must be repaired. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto: u2-users-boun...@listserver.u2ug.org] On Behalf Of LeRoy Dreyfuss Sent: Friday, October 11, 2013 9:55 AM To: U2 Users List

Re: [U2] UniVerse v11.2 Public Beta - Personal Edition

2013-09-13 Thread LeRoy Dreyfuss
On a busy system the AUDLOGn file can grow over time, but you can work out archive capabilities with the command-line tools provided. It's not a big deal, really. Regards, LeRoy Sent from my iPhone 4 On Sep 13, 2013, at 6:11 PM, Daniel McGrath dmcgr...@rocketsoftware.com wrote: Hi Will -

Re: [U2] [UV] Globally catalogs - source code

2013-08-20 Thread LeRoy Dreyfuss
Many are in APP.PROGS in the UV account. Regards, LeRoy Sent from my iPhone 4 On Aug 20, 2013, at 10:06 PM, Leverett, Brendon brendon.lever...@spotless.com.au wrote: We are running UV on AIX We have some programs that have been globally catalogued - they are visible in the

Re: [U2] UniVerse LPTR

2013-07-08 Thread LeRoy Dreyfuss
Or place a UV.LOGIN paragraph in the UV account's VOC. Everyone logging in will take the setting by default. Regards, LeRoy Sent from my iPhone 4 On Jul 8, 2013, at 4:45 PM, Martin Phillips martinphill...@ladybridge.com wrote: Hi again Bill, You can execute a paragraph when UV is started

Re: [U2] External database

2013-01-13 Thread LeRoy Dreyfuss
UV 9.6 also supports 64-bit files On Jan 13, 2013, at 3:17 AM, asad50089 asadr...@live.com wrote: Thanks for reply. Can you guide me by some example to do this task. In fact I have little bit experience of ODBC drivers and their usage. -- View this message in context:

Re: [U2] Sleeping in Basic

2013-01-02 Thread LeRoy Dreyfuss
Don't ICONV it. Use OCONV. ex: OCONV(TIME(),'MMTHS') On Wed, Jan 2, 2013 at 7:54 PM, Wjhonson wjhon...@aol.com wrote: The 'MM' conversion works with the TIME() (which returns milliseconds) on Universe 11 but for some reason is cutting off the display to only *hundredths* of a second,

Re: [U2] Sleeping in Basic

2013-01-02 Thread LeRoy Dreyfuss
as the plain TIME() function without any conversion. -Original Message- From: LeRoy Dreyfuss lfd...@gmail.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Wed, Jan 2, 2013 6:02 pm Subject: Re: [U2] Sleeping in Basic Don't ICONV it. Use OCONV. ex: OCONV(TIME(),'MMTHS

Re: [U2] Sleeping in Basic

2013-01-02 Thread LeRoy Dreyfuss
: On Universe 11, OCONVing it as you suggested just returns the exact same result as the plain TIME() function without any conversion. -Original Message- From: LeRoy Dreyfuss lfd...@gmail.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Wed, Jan 2, 2013 6:02 pm Subject: Re: [U2

Re: [U2] Sleeping in Basic

2013-01-02 Thread LeRoy Dreyfuss
at all -Original Message- From: LeRoy Dreyfuss lfd...@gmail.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Wed, Jan 2, 2013 6:10 pm Subject: Re: [U2] Sleeping in Basic Top. *--: P 001: X = TIME() 002: Y = SYSTEM(12) 003: A = ICONV(X,'MM') 004: B = ICONV(Y,'MM') 005

Re: [U2] Fwd: [MailServer Notification]Content Filtering Notification

2012-11-22 Thread LeRoy Dreyfuss
That's the U2 Partner out of Midrand. Regards, LeRoy Dreyfuss Sent from my iPad 2 On Nov 22, 2012, at 4:44 PM, Tony Gravagno 3xk547...@sneakemail.com wrote: One of the annoying things about this list is that when you respond to a post it seems to go directly to the author as well

Re: [U2] training material on LOCKS

2012-05-09 Thread LeRoy Dreyfuss
Chuck, wasn't the UV910 material useful? Regards, LeRoy Sent from my iPhone 4 On May 9, 2012, at 12:43 PM, Charles Stevenson stevenson.c...@gmail.com wrote: Brian, I'd agree with you, except for empirical evidence to the contrary. The Basic manual is a reference guide, quite good, but

Re: [U2] Backspace sends break signal in UV

2012-04-29 Thread LeRoy Dreyfuss
Bob, You can either remap the keyboard in your emulator or use the PTERM cmd. Regards, LeRoy Sent from my iPhone 4 On Apr 29, 2012, at 7:39 AM, Bob Little b...@marketamerica.com wrote: I know someone asked about this recently but I cannot locate the thread that provided the solution. I

Re: [U2] Turn a device and inode into file name

2012-03-16 Thread LeRoy Dreyfuss
A program that uses either the FILEINFO() function or the STATUS statement will produce what you need, and should work cross-platform. Select against the VOC and filter out what you don't need, i.e. remote files, Q-pointers etc. Regards, LeRoy Sent from my iPhone 4 On Mar 16, 2012, at 3:23

Re: [U2] mvToolbox--digression about why anyone would wanttelnet-based tools

2012-02-20 Thread LeRoy Dreyfuss
Just to throw my hat in the ring, I agree that a GUI is more desirable in this day and age. However, I've worked with Bro's mvToolbox for the last 6-7 years and it's been a godsend, shaving days and weeks from my efforts. I still keep a copy and recently reached out to Bro to bring it into my

Re: [U2] U2 soap server on startup

2011-02-23 Thread LeRoy Dreyfuss
What I've noticed is that on Windows the SOAP (Jetty) server runs as an instance of javaw.exe. When you create the server and start it using Web Services Developer, you can check the U2 SOAP Server log in the bottom pane to ensure it started. By default it will listen using port 8181. You change

Re: [U2] CPU Spikes to 100%

2010-03-26 Thread Leroy Dreyfuss
Hi Curt, The keepalive setting affects the server where UV is running. The connections are tested for the existence of a client by sending keepalive packets. If the expected responses are not received within the parameters specified, they will be closed. This is standard to the protocol. Older

Re: [U2] CPU Spikes to 100%

2010-03-25 Thread Leroy Dreyfuss
Not disconnected sessions. Just locks. However, UniAdmin has a configurable keepalive facility. Check it out. LeRoy Sent from my iPhone 3Gs On 25 Mar 2010, at 7:11 PM, Bill Haskett wphask...@advantos.net wrote: Doesn't UV have a service/daemon that cleans these up, like UniData? Bill ---

Re: [U2] svn with U2

2010-03-24 Thread Leroy Dreyfuss
Outside of using PRC, you will have to script things. You can use executables like UVread loadfile, UVwrite, etc. Take a look in the sample director under the uv directory to get the format of the .u files you will need to build. Regards, LeRoy From:

Re: [U2] svn with U2

2010-03-24 Thread Leroy Dreyfuss
You can accomplish a complete solution using the tools UV comes with, i.e. the tools that are used to install configure it, such as loadfile, UVread, UVwrite and so forth. Just determine how the .u files are structure, but take note that they are harder to user if you need to format one with

Re: [U2] svn with U2

2010-03-24 Thread Leroy Dreyfuss
Hi Stuart, Long time no speak. I will put something together on how they are used for you. Cheers, LeRoy Sent from my iPhone 3Gs On 25 Mar 2010, at 12:23 AM, Boydell, Stuart stuart.boyd...@spotless.com.au wrote: Hi Leroy, Just had a quick look. I didn't even know those commands existed

Re: [U2] Pick Pocket Guide

2010-03-23 Thread Leroy Dreyfuss
When I was still working at U2, we met with Mike Ruane of Revelation Software to discuss projects of common interest to both companies. At the time I had hoped there was a chance of greater collaboration then what transpired after I left. It's a shame that more wasn't possible then, but I suppose

Re: [U2] Not Consistent Failure

2010-03-23 Thread Leroy Dreyfuss
Do they use the system's telnet or UV's? LeRoy Sent from my iPhone 3Gs On 23 Mar 2010, at 11:29 PM, Karl Pearson ka...@ourldsfamily.com wrote: When ever I see someone post something that can't be replicated because it's inconsistent, I wonder what the answer is going to be. So, here goes:

Re: [U2] Pick Pocket Guide

2010-03-22 Thread Leroy Dreyfuss
I still have mine :-) Close to 20 years now... Sent from my iPhone 3Gs On 22 Mar 2010, at 10:00 AM, Jon Sisk j...@jes.com wrote: Wow. You held on to that a long time. Sorry about losing your briefcase to some lowlife. As a point of reference, the last official PPG covered R81, which was

Re: [U2] Terminal Emulator and Telnet Client for a MacBook Pro

2010-03-18 Thread Leroy Dreyfuss
Hear hear! On 3/18/10 1:20 AM, Clif Oliver w...@oliver.com wrote: Aw, you're just jealous 'cause we get to use a real operating system. ;-) On Mar 17, 2010, at 2:57 PM, Symeon Breen wrote: I recommend you buy a pc and use that instead Sorry - i just don't like apple .

Re: [U2] Terminal Emulator and Telnet Client for a MacBook Pro

2010-03-18 Thread Leroy Dreyfuss
virtual PC's) will slow the system down pretty good. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Leroy Dreyfuss Sent: Thursday, March 18, 2010 5:19 AM To: U2 Users List Subject: Re: [U2] Terminal Emulator

Re: [U2] Major time delays

2010-03-05 Thread Leroy Dreyfuss
Agreed. On 3/5/10 3:20 PM, Ross Ferris ro...@stamina.com.au wrote: Sometimes I will have 2-3 days of silence, then suddenly a catch up Ross Ferris Stamina Software Visage Better by Design! To read FRSTIA's disclaimer for the e-mail go to http://www.frstia.co.za/

Re: [U2] AUTOLOGOUT

2010-03-03 Thread Leroy Dreyfuss
Hi Marc, AUTOLOGOUT is session based. Onceit is executed it remains in effect regardless of where the user navigates. Also, the session must be waiting for input from the user for the logout counter to begin. Once the user enters someting as input, the counter stops and starts over only at the

FW: [U2] fixtool

2008-08-04 Thread LeRoy Dreyfuss
the file. Typically, it can only fix one blink [LeRoy Dreyfuss] (or other type of error, outside of some header errors) at a time as the file should be rescanned for additional errors once a fix is applied. Regards, LeRoy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] Change SCHEMA name in UniVerse SQL

2008-02-10 Thread LeRoy Dreyfuss
Hi David, The reason for Ray's response is due to the SQL catalog, which itself is a schema. It is a major effort like you say because of the information about each schema and table that is stored in the catalog. There is no simple method I am aware of. Regards, LeRoy -Original

[U2] RE: Universe Replication

2007-12-09 Thread LeRoy Dreyfuss
Hello Robin, 10.2.x is still pretty new, even though it has been out a whole year now. With most busy organizations, uptake on a new release can be pretty slow, so I doubt many folks have it going in a production environment. When I worked for the U2 group, I did quite a bit of testing with

RE: [U2] RE: U2 SOAP Server

2007-12-01 Thread LeRoy Dreyfuss
Hey folks, Just thought I'd take a second to reply back to the recent posts... The SOAP Server included with U2WSD gets installed when you install the tool. There isn't an option (during install) to install the SOAP Server by itself or elsewhere. That doesn't mean you can't relocate the SOAP

[U2] RE: U2 SOAP Server

2007-11-29 Thread LeRoy Dreyfuss
Hello Sarah, The SOAP Server is installed with the U2 Web Services Developer tool, i.e. it is bundled with it. At present they are not intended to be on separate machines. However, IBM offers both a Linux and a Windows version of the tool (Linux needs a GUI desktop like Gnome or KDE to run the

RE: [U2] [UD] Possible causes of corrupt data on a UniData static file

2007-11-02 Thread LeRoy Dreyfuss
UV doesn't have guide, but it has uvfixfile and fixtool. Regards, LeRoy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arnold Bosch Sent: Friday, November 02, 2007 3:53 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [UD] Possible causes of

RE: [U2] Format Issue with AE

2007-08-14 Thread LeRoy Dreyfuss
Ron, This was a long-time defect in AE, which IBM ported from UniData to UniVerse. I believe it was corrected for both data servers around the time 10.1 was released, but it may have been slightly later than that. A newer version of 10.1 or even 10.2 shouldn't display that issue. My copy of

RE: [U2] RE: UVTSORT config parameter

2007-08-10 Thread LeRoy Dreyfuss
, CCP CLIFTON OLIVER ASSOCIATES Tel: +1 619 460 5678Web: www.oliver.com ~~~ On Aug 9, 2007, at 6:35 PM, LeRoy Dreyfuss wrote: Not sure, but I believe VMark had DG do the actual development for affinity. --- u2-users mailing list u2-users

[U2] RE: UVTSORT config parameter

2007-08-09 Thread LeRoy Dreyfuss
The threaded sort this speaks of (tsort) was originally introduced into UniVerse for DG systems back in the day. Not sure, but I believe VMark had DG do the actual development for affinity. However, for 10.1, U2 development looked at areas where they could improve UniVerse that would also fit

RE: [U2] Serious problem with open files

2007-08-08 Thread LeRoy Dreyfuss
This is familiar to me. UNIX is throwing the [EMFILE] Too many open files error because you have reached a limit of open files. You'll need to tune the kernel a bit to allow for more open files on the system and possibly per process. Solaris used to need tuning more than others like HP-UX or

RE: [U2] Another gripe about IBM not letting end users access the articles in the knowledge base

2007-07-30 Thread LeRoy Dreyfuss
This page can take you to the PDF pretty easily: https://www-927.ibm.com/software/data/u2/support/u2techconnect/entitleddocs.asp. The process is well documented in the PDF. Regards, LeRoy --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] Another gripe about IBM not letting end users access the articles in the knowledge base

2007-07-30 Thread LeRoy Dreyfuss
Brian, See my most recent post for this link... tt has been there for some time now. Regards, LeRoy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach Sent: Sunday, July 29, 2007 3:33 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2]

RE: [U2] Another gripe about IBM not letting end users access

2007-07-30 Thread LeRoy Dreyfuss
You need permission from your reseller as you will likely need to use their IBM Customer Number. Following the instructions in the link I provided earlier should help you. Regards, LeRoy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pamela J Robbins

RE: [U2] RE: mv.NET and UO

2007-07-19 Thread LeRoy Dreyfuss
, 2007 1:07 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] RE: mv.NET and UO LeRoy Dreyfuss wrote: Tony, How long is a long time now? I have quite a bit of history with the product and if BF enabled it for UO.NET, it would only be from v3 (and I haven't time to confirm if it is v3), which

RE: [U2] RE: mv.NET and UO

2007-07-18 Thread LeRoy Dreyfuss
preferable to use managed components all the way through, so UO.NET is the preferred pipe. T LeRoy Dreyfuss wrote: mv.NET from BlueFinity would be using standard UniObjects and as such, could not take advantage of connection pooling from U2 (CP). --- u2-users mailing list u2-users@listserver.u2ug.org

RE: [U2] UniData 7.1 vs. MS SQL 2005 performance

2007-07-17 Thread LeRoy Dreyfuss
These are interesting comments considering all the tools available with IBM U2 and the many things they have in the hopper. Regards, LeRoy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Cipollina Sent: Wednesday, July 18, 2007 6:49 AM To:

RE: [U2] UniData 7.1 vs. MS SQL 2005 performance

2007-07-17 Thread LeRoy Dreyfuss
Bill, mv.NET from BlueFinity would be using standard UniObjects and as such, could not take advantage of connection pooling from U2 (CP). There may be licensing implications with U2 that require one to acquire CP licenses to use mv.NET, though. In any case, it is a simple matter of changing

RE: [U2] UD Backups - DBPAUSE for UniVerse?

2007-07-04 Thread LeRoy Dreyfuss
From the OS shell, uv -admin -L/R/U are synonyms to the SUSPEND.FILES TCL command. The Users Reference guide documents both of these methods. Regards, LeRoy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manu Fernandes Sent: Thursday, July 05, 2007

RE: [U2] RE: (UV) - Is VLIST in version 10.2 fragile?

2007-05-21 Thread LeRoy Dreyfuss
Keith, Are you able to copy the object from your live system to your dev system to see if VLIST aborts there? Regards, LeRoy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith Johnson (DSLWN) Sent: Tuesday, May 22, 2007 8:43 AM To:

[U2] RE:

2007-05-21 Thread LeRoy Dreyfuss
So this object is the same, then on the live and dev systems? Regards, LeRoy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith Johnson (DSLWN) Sent: Tuesday, May 22, 2007 10:11 AM To: u2-users@listserver.u2ug.org Subject: Leroy wrote Are you able

[U2] RE: (UV) - Is VLIST in version 10.2 fragile?

2007-05-20 Thread LeRoy Dreyfuss
Hi Keith, I hadn't noticed that VLIST was any different. What I did notice is that the object in question was last compiled on UV 8.3, You might want to recompile this routine as well to update it. My guess is that VLIST is struggling with the opcodes in the older code. Perhaps IBM changed

RE: [U2] [AD] Position available in the Sunshine Coast (Aus)

2007-02-08 Thread Leroy Dreyfuss
'porrible' was supposed to be 'possible' :-) Regards, LeRoy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leroy Dreyfuss Sent: Wednesday, February 07, 2007 4:56 PM To: u2-users@listserver.u2ug.org Subject: [U2] [AD] Position available in the Sunshine

[U2] [AD] Position available in the Sunshine Coast (Aus)

2007-02-07 Thread Leroy Dreyfuss
and, if possible, provide a CV or resume in your reply. Thanks! Regards, LeRoy Dreyfuss Important Notice: This email is subject to important restrictions, qualifications and disclaimers (the Disclaimer) that must be accessed and read at the following address or by copying and pasting the following

RE: [U2] [UV] LIST.READU program

2007-01-04 Thread Leroy Dreyfuss
You can use the INTERNAL keyword with LIST.READU to get the results back as a dynamic array. You also might wish to index the FILEINODE and FILEDEV fields of the UNIVERSE.STAT.FILE so you can use something like SELECTINDEX in BASIC to obtain the records quickly. Using this

RE: [U2] Who uses Transaction Logging in Universe ???

2006-11-02 Thread Leroy Dreyfuss
Transaction Logging has become very tunable and supports common file-level commands (check out the improvements made in 10.2!), so some of the gotchas mentioned can be made non-issues. Much of the overhead can be tuned away by carefully testing and examining the

Re: [U2] UniVerse Personal Editions

2006-08-31 Thread Leroy Dreyfuss
. What's up? Jerry - Original Message - From: Leroy Dreyfuss [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Tuesday, August 29, 2006 4:33 PM Subject: [U2] UniVerse Personal Editions All, Because the current UniVerse 10.1.11 (Windows

[U2] UniVerse Personal Editions

2006-08-29 Thread Leroy Dreyfuss
All, Because the current UniVerse 10.1.11 (Windows) and 10.1.12 (Linux) Personal Editions were about to expire (31 August 2006), we have reloaded them with a new expiration date. The updated copies will expire on 31 October 2006, and will be replaced by UniVerse

Re: [U2] [UD] Is a file opened?

2006-01-03 Thread Leroy Dreyfuss
Use FILEINFO(filevariable,0). It returns a 1 if the file variable has been assigned. Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended Relational Databases [cid:_2_10A2B7D010A2B57C0051F19F872570EB] Information Management Software

Re: [U2] Using Esc

2005-12-19 Thread Leroy Dreyfuss
Try using CHAR(27), which is the escape key by default. Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended Relational Databases [cid:_2_103D8C40103D89EC006797D3872570DC] Information Management Software Tel: 303-773-7783 Fax:

Re: [U2] RE: [UV] uvdlockd command

2005-12-14 Thread Leroy Dreyfuss
The -z options allows non-root users to start the daemon, though it will still require root to stop it. Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended Relational Databases [cid:_2_131B3FDC131B3D8800627E36872570D7] Information

[U2] Linux to Windows

2005-11-12 Thread Leroy Dreyfuss
Hello group, If anyone has moved their U2-based solution from Linux to Windows, please contact me directly. I have a partner that is asking this question and would like to know if was difficult or not to do so, and whether or not you were successful. I will not be sharing

Re: [U2] Linux to Windows

2005-11-12 Thread Leroy Dreyfuss
moving software between Linux and Wndows during the development. Since we have UniVerse set up on both machines, we are just moving the content of files. It has been effortless and transparent. You can feel free to share my name. - Chuck Leroy Dreyfuss wrote: Hello

Re: [U2] Linux to Windows

2005-11-12 Thread Leroy Dreyfuss
- Original Message - From: Leroy Dreyfuss [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Saturday, November 12, 2005 10:55 AM Subject: [U2] Linux to Windows Hello group, If anyone has moved their U2-based solution from Linux to Windows, please

RE: [U2] Linux to Windows

2005-11-12 Thread Leroy Dreyfuss
www.tortillafc.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Leroy Dreyfuss Sent: Saturday, November 12, 2005 10:56 To: u2-users@listserver.u2ug.org Subject: [U2] Linux to Windows Hello group, If anyone has moved their U2

RE: [U2] Linux to Windows

2005-11-12 Thread Leroy Dreyfuss
] [mailto:[EMAIL PROTECTED] On Behalf Of Leroy Dreyfuss Sent: Sunday, 13 November 2005 5:56 AM To: u2-users@listserver.u2ug.org Subject: [U2] Linux to Windows Hello group, If anyone has moved their U2-based solution from Linux to Windows, please

Re: [U2] [UV] UniObjects - database license expired

2005-05-21 Thread Leroy Dreyfuss
There is no requirement to purchase the UVCS package. It is free. It's just with 10.x, you get it pre-installed licensed, while at 9.6 and lower you don't. Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended Relational Databases IBM Information Management Software

Re: [U2] Removing bad item

2005-04-07 Thread Leroy Dreyfuss
Sara, You can delete it by using quotation marks. Double-quotes should do the trick. Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended Relational Databases IBM Information Management Software Tel: 303-672-1254 Fax: 303-294-4832 Mobile: 720-341-4317

RE: [U2] **** The Windows Versions of U2 Personal Editions Are Live ****

2005-04-01 Thread Leroy Dreyfuss
It'll be changed- sheesh... no one has any patience! Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended Relational Databases IBM Information Management Software Tel: 303-672-1254 Fax: 303-294-4832 Mobile: 720-341-4317 Tie-line: 770-1254 External email:

RE: [U2] **** The Windows Versions of U2 Personal Editions Are Live ****

2005-04-01 Thread Leroy Dreyfuss
that will have to field all the calls. I want them to have lots of time to answer mine :-). Have a great weekend. Colin Alfke -Original Message- From: Leroy Dreyfuss It'll be changed- sheesh... no one has any patience! --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

Re: [U2] uv pe

2005-02-17 Thread Leroy Dreyfuss
Craig, It wasn't that we just wanted to update them, we had to remove them for legal reasons. I cannot go into the issues specifically, but suffice it to say we had to make some changes and obtain certain approvals so that we could have them on the Internet again. They will be hosted in another

RE: [U2] uv pe

2005-02-17 Thread Leroy Dreyfuss
Exactly. You have the right to use the software for personal development use, but it not to distribute it. It's free of charge but that doesn't imply it's freeware. Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended Relational Databases IBM Information Management

Re: [U2] uv pe

2005-02-17 Thread Leroy Dreyfuss
] er.u2ug.org What a joke Leroy I cant get access to Tech connect as we get our universe licenses through a master var This annoys us plus our client sites with inhouse programmers Its hard to defend IBM when they treat you like this jak - Original Message - From: Leroy Dreyfuss [EMAIL

Re: [U2] uv pe

2005-02-17 Thread Leroy Dreyfuss
connect as we get our universe licenses through a master var This annoys us plus our client sites with inhouse programmers Its hard to defend IBM when they treat you like this jak - Original Message - From: Leroy Dreyfuss [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent

RE: [U2] uv pe

2005-02-15 Thread Leroy Dreyfuss
No, it wouldn't be legal to redistribute them in whole or in part. Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended Relational Databases IBM Information Management Software Tel: 303-672-1254 Fax: 303-294-4832 Mobile: 720-341-4317 Tie-line: 770-1254

RE: [U2] uv pe

2005-02-15 Thread Leroy Dreyfuss
They are coming. We haven't broken any promises. The quarter is only half over. I would have thought a fair number of you folks would have downloaded earlier versions by now as they were on the U2TechConnect Website for a couple of years. We know you all want the latest and greatest features we

Re: [U2] FW: [UD] 6.0PE on SuSE 9.1?

2005-02-15 Thread Leroy Dreyfuss
Kevin, This happens from time to time with Linux. This not only happens with U2, but other software products as well, especially with some JREs. The kernel you are using has not been tested within U2 as yet. This has happened with RedHat 9.0 as well, and RedHat did document a workaround in their

RE: [U2] [UV] RAID debugger

2005-02-02 Thread Leroy Dreyfuss
Upgrade to the most current release for your platform and you'll find that is no longer a problem. Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended Relational Databases IBM Information Management Software Tel: 303-672-1254 Fax: 303-294-4832 Mobile:

Re: Unclassified RE: [U2] [UV] Run phantom as another user

2005-01-26 Thread Leroy Dreyfuss
From the UV 10.0.19 patchlist file: Issue Short Description - - 3766 In order to run a phantom process as a different user, an enhancement has been made to the PHANTOM command. The syntax is as follows: PHANTOM

Re: [U2] [UV] Device Licensing

2005-01-20 Thread Leroy Dreyfuss
Dianne, Assuming you have a version of Accuterm that supports U2 Device Licensing, you can run bin/uvlictool from the OS command line to see. An example using my laptop: C:\IBM\UVbin\uvlictool Device licensing is in effect. No. Pid, Package Device name IP address Device sub-key

Re: [U2] How do I get the Universe Version number from the server

2004-10-20 Thread Leroy Dreyfuss
Peter, From within TCL, use .L RELLEVEL to display the version and flavor, from the OS command line, cd to the 'uv' directory and type bin/uv -version (UNIX) or bin\uv -version (Windows). If the uv or UniVerse bin directory is in your path, then uv -version is sufficient. Recent versions of 10.0

RE: [U2] UniSession.connect error

2004-09-13 Thread Leroy Dreyfuss
Note that what Mike refers to is only for Windows. UNIX users should start the service in the background and use something like this: unirpcd -d9 rpc.out 21 from a UNIX prompt. Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended Relational Databases IBM DB2

Re: [U2] U2 .Net Information

2004-08-31 Thread Leroy Dreyfuss
Subject Re: [U2] U2 .Net Information 08/31/2004 03:01 AM Please respond to u2-users Leroy Dreyfuss [EMAIL PROTECTED] The only item we are aware

Re: [U2] U2 .Net Information

2004-08-30 Thread Leroy Dreyfuss
Are we going to be able to get it at the IBM DB2 Information Management Technical Conference? At our conference, you will receive plenty of information on the subject. You will get plenty of information, but you must order new copies of UniData 6.1 or Universe 10.1 to receive it. It is not a

RE: [U2] U2 .Net Information

2004-08-29 Thread Leroy Dreyfuss
Sorry to keep banging on about this. But are you saying that the changes are ALL client side? If so which versions of UV e.g. 10.1.0, 9.x will UO.NET work with? UniData and UniVerse would not require server-side changes (check out the link to the whitepaper I previously posted). We have not

RE: [U2] U2 .Net Information

2004-08-28 Thread Leroy Dreyfuss
We had our media folks in Kansas replace the original client CD included with 10.1 with the 10.1A clients and the new documentation CD as well (which contains the new manuals for UO.NET and the U2XML/DB Tool). If you order 10.1.4 today, you should get these CDs too. Let us know if you don't by

RE: [U2] U2 .Net Information

2004-08-28 Thread Leroy Dreyfuss
The only item we are aware of that might affect ADO.NET is in a published article from Microsoft. I have included the link below. It deals with using third party OLEDB providers with Visual Studio .NET Designer Tool. Here is the link: http://support.microsoft.com/default.aspx?scid=kb;en-us;811241

Re: [U2] U2 .Net Information

2004-08-27 Thread Leroy Dreyfuss
If you order a new version of 10.1, it should come with the client CD containing UO.NET. It is not available separately. It was released August 10th. I think I may have mentioned it here on the list before. Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended

Re: [U2] UniData 6.1 Release

2004-08-13 Thread Leroy Dreyfuss
We have not posted UV 10.1 nor UD 6.1 personal editions yet; we are waiting for some approvals on some items. Regards, LeRoy F. Dreyfuss Product Manager IBM UniVerse and UniData (U2) Extended Relational Databases IBM DB2 Information Management Software Tel: 303-672-1254 Fax:

RE: [U2] UniObjects for .NET (UO.NET)

2004-08-03 Thread Leroy Dreyfuss
I hope somebody from IBM-U2 will post some release dates for UO.NET here. Otherwise wait until September :-) The date is in the link that is part of the message you replied to. Regards, LeRoy F. Dreyfuss Advanced Technical Services - U2 Technology Analyst IBM U2 Data Management Solutions Tel:

RE: [U2] combining licenses [ot]

2004-08-01 Thread Leroy Dreyfuss
IIRC, there is a dll that IBM can supply that would enable some 3rd party telnet clients to then work with device licensing. Get with your support to confirm this. Support doesn't supply this dll because they cannot support third-party telnet clients. However, product management may choose to

Re: [U2] Universe 10.1.1 WebSphere MQ API's

2004-07-28 Thread Leroy Dreyfuss
We're planning to use MQ with UV 10.1.1 in the future, but I'm told by IBM that it's not certified yet. They're working on a reference installation and plan to be finished in Q4 '04. Contact Chris Warda at IBM for further details: [EMAIL PROTECTED] I believe that is for Linux. Other platforms

Re: [U2] [UV] File corruption error, but ON ERROR branch not taken

2004-07-26 Thread Leroy Dreyfuss
But Leroy, the program neither aborts nor takes the ON ERROR branch, it takes the ELSE branch and continues. That might be a problem. I guess you see something in the errlog file, but does anything display on the screen? If so, then perhaps that is a problem. The code is a bit tricky and blink

RE: [U2] [UV] File corruption error, but ON ERROR branch not taken

2004-07-26 Thread Leroy Dreyfuss
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leroy Dreyfuss Sent: Monday, 26 July 2004 4:14 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [U2] [UV] File corruption error, but ON ERROR branch not taken Sorry, but I have to disagree

Re: [U2] [UV] File corruption error, but ON ERROR branch not taken

2004-07-26 Thread Leroy Dreyfuss
Perhaps it is a problem, perhaps not. Have you corrected the blink error? If you are finding you have blink issues on a somewhat frequent basis, perhaps the focus is not in the right place? I might be trying to ascertain why my files are becoming damaged and worry about how BASIC deals with it

Re: [U2] [UV] File corruption error, but ON ERROR branch not taken

2004-07-25 Thread Leroy Dreyfuss
When (if?) we find a solution I'll post the results. IBM have suggested that the initial corruption problem which sent us this way is patched in UV 10.0.17 or later (including 10.1), but they believe that not taking the ON ERROR clause when a blink error is encountered may be a bug. I am not sure

Re: [U2] u2 XML

2004-07-20 Thread Leroy Dreyfuss
Peter, For extraction files, it should be U2XML, and not U2xml. It is case sensitive. Regards, LeRoy F. Dreyfuss Advanced Technical Services - U2 Technology Analyst IBM U2 Data Management Solutions Tel: 303-672-1254 Fax: 303-294-4832 Mobile: 720-341-4317 External email: [EMAIL

RE: [U2] u2 XML

2004-07-20 Thread Leroy Dreyfuss
: Leroy Dreyfuss [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 10:02 AM To: [EMAIL PROTECTED] Subject: Re: [U2] u2 XML Peter, For extraction files, it should be U2XML, and not U2xml. It is case sensitive. Regards, LeRoy F. Dreyfuss Advanced Technical Services - U2 Technology Analyst IBM

Re: [U2] [UV] DATA stack active?

2004-07-19 Thread Leroy Dreyfuss
In UniVerse, SYSTEM(10) will be set to 1 if there is anything on the DATA stack. 0 if not. Regards, LeRoy F. Dreyfuss Advanced Technical Services - U2 Technology Analyst IBM U2 Data Management Solutions Tel: 303-672-1254 Fax: 303-294-4832 Mobile: 720-341-4317 External email: [EMAIL

Re: [U2] UniVerse and 1GB Ethernet Cards...

2004-07-14 Thread Leroy Dreyfuss
David, That statement would not be entirely true. U2 products are telnet-based and vendors of network adaptors do not thoroughly test their drivers with telnet. Very often, a simple driver upgrade or downgrade will suffice, that is if you are experiencing telnet problems. My IBM ThinkPad has a

  1   2   >