RE: [U2] File Creation Date

2004-07-28 Thread Ken Hall
Here is a BASIC subroutine that I wrote to return the date last modified for a type 19 file. Note: type 1 files are cascading directories and this will not work correctly. This was written for Universe on Linux, but should work on all UNIX computers. SUBROUTINE FILE.MODIFIED(DATE.MODIFIED)

RE: [U2] Universe to Web interface

2005-02-09 Thread Ken Hall
If you are interested in a PHP interface to Universe using Intercall, please contact me. Ken Hall, I.T. Manager I.T. Manager Western States Electric Portland, Oregon [EMAIL PROTECTED] At 12:53 PM 2/9/2005, you wrote: Wouldn't a php interface to U2 be nice? Then we could have LAUP instead of LAMP

RE: [U2] Integer Conversion Codes

2005-05-05 Thread Ken Hall
Bill - If you were running in REALITY flavor, the MD1 conversion would work. Ken At 12:53 PM 5/5/2005, you wrote: I will look into it. I am surprised that the original post did not seem to create any controversy. That apparent UV backward compatibility was not preserved... I find staggering. It

RE: [U2] Integer Conversion Codes

2005-05-05 Thread Ken Hall
) to Reality ? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ken Hall Sent: Thursday, May 05, 2005 4:35 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Integer Conversion Codes Bill - If you were running in REALITY flavor, the MD1 conversion would

Re: [U2] Win2003 Serial Printers

2005-07-27 Thread Ken Hall
Brian - We have very successfully used Equinox ESP-8 port terminal devices to connect our serial printers over a WAN and LAN. These are inexpensive and easy to administer devices (admin through a web interface). I highly recommend them for connecting all serial devices to U2 systems. Ken

Re: [U2] Access to IBM knowledgebase for in-house developers

2006-11-12 Thread Ken Hall
As an IBM reseller of U2 products, I can assure you that your VAR or reseller can request that their users get access to the IBM documentation. You just need to ask the vendor who charges you for U2 support. Ken At 05:47 PM 11/10/2006, you wrote: Stevenson, Charles wrote: First, my own var,

Re: [U2] [UV] Is there a dbpause for UniVerse?

2007-02-10 Thread Ken Hall
well in our production environment. Ken Hall Hyland Technolgy Group, Inc. www.hylandtech.com At 03:29 PM 2/9/2007, you wrote: We are working with a client installing a SAN. Our UniData database is up and running on SAN - quite peppy. We are using dbpause/dbresume to do snapshots every 30

Re: [U2] [UV] Is there a dbpause for UniVerse?

2007-02-10 Thread Ken Hall
well in our production environment. Ken Hall Hyland Technolgy Group, Inc. www.hylandtech.com At 03:29 PM 2/9/2007, you wrote: We are working with a client installing a SAN. Our UniData database is up and running on SAN - quite peppy. We are using dbpause/dbresume to do snapshots every 30

Re: [U2] Are 'Progress' or 'RedBrick' databases multi-value? {Unclassified}

2007-03-11 Thread Ken Hall
Progress Open Edge is a full development environment that is not multi-valued. The database like the MV databases does not require variable typing and the data storage structures are controlled by the applications that write to the database. Open Edge includes GUI tools for application and

Re: [U2] Incubator - News from the board

2007-05-10 Thread Ken Hall
At 08:39 PM 5/9/2007, you wrote: Here's what we have in mind: We want to build an installer which pulls the PE editions from the IBM website (allowing the user to sign the IBM agreement), pulls Learner Packs from the U2UG website (allowing the user to sign the U2UG agreement - designed to

Re: [U2] SLEEP (until some specific time)

2007-05-14 Thread Ken Hall
At 11:25 PM 5/13/2007, you wrote: UV Rel. 10.2.3 in the Pick flavor does not appear to support the SLEEP (specific time) option. Dave - use: X = OCONV(12:00,U307A) to sleep until noon This is documented in the UniVerse Guide for PICK Users as is all the User Exits available in UV. Ken

Re:[U2] New UV system

2007-06-13 Thread Ken Hall
of printing. There are lots of little variances between types of Unix that make the process less than straight forward. I hope any attempting to do a migration gets assistance from someone who has done the same migration. It will save a lot of pain and money. Thanks again Dave. Ken Hall At 12:00 PM 6

Re: [U2] OPEN FILENAME TO F.FILENAME ELSE STOP problem in a loop.

2007-07-05 Thread Ken Hall
At 02:47 PM 7/5/2007, you wrote: I am trying to open a group of files from a list of files in the table file. Does anyone know how to make the constant in the open file statement work. I get the good old IMPROPER DATA TYPE error message when I try to read the file I opened with the code. In the

RE: [U2] EXECUTE environment in Universe

2007-08-03 Thread Ken Hall
Dave - Since you are porting from another environment (such as mvBase), have you looked at the options that you can set using UniAdmin. If you are using PICK flavor as your standard, you may want to set the LAYERSEL option to zero in the UV configuration options. See UniAdmin and the

Re: [U2] Binary data corruption on copy

2007-08-21 Thread Ken Hall
Harold - You need to create your Universe jpg file as a Type 19 file (a long names directory). Then you can use a Unix cp to copy the files directly from the old PI directory to the new Universe directory. Then the files will remain the same. A dynamic file is a Universe managed file and

Re: [U2] U2 University San Francisco

2007-10-30 Thread Ken Hall
At 09:15 AM 10/30/2007, you wrote: Is anyone going to the San Francisco end of Nov venue? I am going to be there. Ken Hall Ken R. Hall Consultants Portland, Oregon --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Baker's Challenge

2007-11-19 Thread Ken Hall
Bill - To subscribe to the list [EMAIL PROTECTED] please visit http://listserver.u2ug.org/ Then just send your emails to [EMAIL PROTECTED] Ken At 07:07 PM 11/19/2007, you wrote: Charles: Where is the community? I can't find that nor can I figure out how to post to the Wiki. :-( Bill

Re: [U2] UV SEARCH Bug?

2008-01-17 Thread Ken Hall
Kevin - Did you move the file to this system from another one? If so, it may have been created with LONGNAMES on or off and your current setting for LONGNAMES is the other choice. I had this same problem on another system where I restored the account with uvrestore and had to remove the

Re: [U2] Slave Printing Problem

2008-01-21 Thread Ken Hall
Karen - The slave output depends on the TERM setting, terminal emulation and terminal emulator that you are using. Each emulator and terminal type may have different CHAR characters that need to be used. Generally you use the @(-n) functions in BASIC to turn on/off these functions. Also, some

Re: [U2] [UB] Beep Error

2008-02-14 Thread Ken Hall
Bill - Just CRT or PRINT CHAR(7): to get a bell (beep) if the users terminal emulator supports it. Ken At 07:32 AM 2/14/2008, you wrote: How do I send a rudimentay ascii audio error beep message when an end-user makes a keyboard error? --Bill --- u2-users mailing list

Re: [U2] UV: LOOP;EXECUTE cmd CAPTURING X; REPEAT fatal memory fault.

2008-03-17 Thread Ken Hall
Maybe, just maybe, the loop is executing too fast on the Itanium server. Try putting a SLEEP into the loop. Ken At 03:13 PM 3/17/2008, you wrote: IBM can't reproduce this. I'm hoping someone else can. That didn't come out right. I don't really want to you have this problem. That would be

Re: [U2] UV 10.2.8 for linux?

2008-03-21 Thread Ken Hall
Doug - The latest version of UV for RHEL is 10.2.7 which was released Dec. 2007. Ken At 01:10 PM 3/21/2008, you wrote: So far all I can find is 10.2.8 for windows, is a linux version coming out or can I just not find it on the web site? --- u2-users mailing list

RE: [U2] problem with UniVerse SQL Users on windows

2008-04-04 Thread Ken Hall
David - The UniVerse Administrative and SQL users must have a password in order to be valid. Users who do not have a password cannot administer UniVerse. This applies to both the administrator on Windows and the root user on unix/linux. Add a password to the user you are having trouble with

RE: [U2] problem with UniVerse SQL Users on windows

2008-04-04 Thread Ken Hall
David - Install instructions for UV on Unix states that you need a uvsql user for this purpose which needs to be setup prior to the installation. Have you checked the Windows installation instructions in the UV docs. You might not have setup the default user prior to the installation. Ken

RE: [U2] problem with UniVerse SQL Users on windows

2008-04-04 Thread Ken Hall
Hi David - Did you do the upgrade with a different user that the original install? If so, uninstall UniVerse and re-install it. It should leave all your user stuff alone, and after the new install, instead of an upgrade, things should be fine. You should however, logon to each account as the

[U2] Need Reynolds Reynolds Consultant

2008-04-15 Thread Ken Hall
A customer of Reynolds Reynolds located in Atlanta, GA is looking for someone familiar with the system to assist in a web development project. Please contact me for additional information. Ken Hall Ken Hall www.old-scholls.com mailto:[EMAIL PROTECTED] phone: 503-702-7841 --- u2-users

Re: [U2] Problem Logging in to Universe/RHEL 5.1 Desktop

2008-04-25 Thread Ken Hall
Dave - Befor you installed UniVerse did you create users that had a .bash_profile that put them in the UniVerse account directory and executed the uv command. After you log into any unix system, you need to cd to the directory that contains the account you want to run UniVerse in. Then execute

Re: [U2] Universe: IF statements in parargraphs don't work anymore

2008-06-05 Thread Ken Hall
Louie - I noticed that you have included a LONGNAMES ON statement in this login test. LONGNAMES ON should only be run once in each account, not repeatedly. I don't know if that is your problem, but it might be. Ken At 09:59 AM 6/5/2008, you wrote: IF statements don't work in my paragraphs any

Re: [U2] U2U

2008-07-25 Thread Ken Hall
too. Ken Hall At 05:57 AM 7/25/2008, you wrote: Can anyone comment on the U2 certification? I'm considering it at U2 University, but since it means I'll be missing sessions, I want to make sure it's worth it. Thanks, Dianne --- u2-users mailing list u2-users@listserver.u2ug.org

Re: [U2] UV on Windows

2008-08-26 Thread Ken Hall
Jerry - UV on Windows allows telnet access to UV sessions. You must install SSH on Windows in order to have secure access to the system; it is not there natively like on unix and linux. The printing on UV Windows is different in that UV printers are the printers on the Windows server and not

Re: [U2] UNIVERSE on Red Hat?

2008-09-05 Thread Ken Hall
needing to reboot it. After all the fiddling and restarts that previous installations of PICK required, UV on Red Hat was a great success. I highly recommend running UV on Red Hat. Ken Hall At 06:35 AM 9/5/2008, you wrote: Hey all, Does anyone have any experience running universe on red

Re: [U2] [UV] Universe license usage per account

2008-09-25 Thread Ken Hall
Peter - If you are on a *nix system, contact me directly. I have scripts that will determine the number of current UV users by account. Ken Hall At 01:06 PM 9/25/2008, you wrote: Hi, I was wondering if anyone knows a way to extract the number of licensed users (or rather licenses

Re: [U2] Printing Graphics from UniVerse

2008-12-01 Thread Ken Hall
Adam - Check out Print Wizard from Rasmussen Software http://www.anzio.com/ It is a great way to add graphics to your printed output and to print to file as either text or pdf. Ken At 01:50 PM 12/1/2008, you wrote: Hey folks, I've got a multi-part question. Does anyone have a good

RE: [U2] [UV] HP, Cron, Como, Execute, Capturing . Not

2009-02-24 Thread Ken Hall
Tony - It just occurred to me that cron is running uv as root and that when root starts uv, the LOGIN proc does not run except in the uv account. Try changing the user in cron to a normal uv user and I bet your problem will go away. Ken At 09:54 AM 2/24/2009, you wrote: Jacques - that's

Re: [U2] U2.NET question

2009-03-19 Thread Ken Hall
Cliff - U2.Net is a separately licenced product with developer and runtime licences. Ken Hall Ken R. Hall Consultants. Portland, Oregon At 11:50 AM 3/19/2009, you wrote: Hi, all. Is U2.NET included with (in this case) UniVerse like UniObjects.NET is, or is it a separate priced product like

Re: [U2] Printing from UV through a windows server for PDFs, forms, etc.

2009-04-30 Thread Ken Hall
is not authorized and may be unlawful. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/ Ken Hall www.old-scholls.com mailto:k...@old-scholls.com phone: 503-702-7841 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

Re: [U2] Software Test

2009-09-22 Thread Ken Hall
mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users Ken Hall www.old-scholls.com mailto:k...@old-scholls.com phone: 503-702-7841 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org

Re: [U2] hpux to linux

2009-10-06 Thread Ken Hall
://listserver.u2ug.org/mailman/listinfo/u2-users Ken Hall www.old-scholls.com mailto:k...@old-scholls.com phone: 503-702-7841 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Barcode Software for UniVerse?

2010-02-24 Thread Ken Hall
us to easily design and print lables. Thanks in advance, Bryan Evans ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users Ken Hall www.old-scholls.com mailto:k...@old-scholls.com phone: 503-702

Re: [U2] UniVerse on Windows 2003 Server - Environment

2010-03-05 Thread Ken Hall
dropped but the telnet session in universe remains open. They can be doing absolutely nothing at the time of disconnect (sitting at tcl or a input prompt), yet their process will begin consuming cpu resource like crazy until we go in and manually disconnect them. Ken Hall www.old-scholls.com

Re: [U2] Code 128 Soft Font

2010-05-18 Thread Ken Hall
Check out Print Wizard from Rasmussen Software. It will give you a XML like markup language to use to specify forms printing and bar codes. http://www.anzio.com/ Ken At 01:45 PM 5/18/2010, you wrote: Quick, maybe not necessarily U2 related, question. We are looking to generate Code 128

Re: [U2] [UV] Set Default LPTR

2010-10-12 Thread Ken Hall
Use SETPTR command in the default login PROC or Paragraph. Ken At 07:48 AM 10/12/2010, you wrote: How do I set the default LPTR in UniVerse? ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

[U2] Wanted Red Hat expert with UniVerse knowledge in New Jersey area

2011-02-15 Thread Ken Hall
I am in need of some local support in New Jersey for a UniVerse server on Red Hat Enterprise. I need someone who is expert Red Hat Enterprise Linux administrator to assist with trouble shooting and tuning of a UniVerse server. Please contact me at the address below Ken Hall www.old