Memo: Re: [U2] VOC Out-Of-Date Error Message

2005-05-05 Thread asvin . dattani
Hi Bill,

Updating the VOC in each is part of the process when upgrading Universe
versions.

This involve copying VOC entries from the NEWACC file in the UV account to
the VOC in each user account. If there is already an entry in the user
account VOC with the same ID but of a different type (e.g. cataloged user
programs), then the update process saves the existing entry to the TEMP
file.

LIST-ITEM TEMP to examine these entries and then make a judgement as to
which version of the VOC entry you need. If you want to keep the original
entry, then copy it back to the VOC.

hth





Brutzman, Bill [EMAIL PROTECTED] on 04 May 2005 18:17

Please respond to u2-users@listserver.u2ug.org

Sent by:[EMAIL PROTECTED]

To:'u2-users@listserver.u2ug.org' u2-users@listserver.u2ug.org
cc:
bcc:

Subject:[U2]VOC Out-Of-Date Error Message


Using HP-Ux 11i with UniVerser 10.1, I get the following error message.

How can this problem be fixed?

--Bill

Your VOC is out of date. Update to current release (Y/N)?y
Your VOC is configured for Prime Information compatibility
Updating your VOC file.  (Each * = 10 records)


194 item(s) were removed from your VOC file and placed in
file TEMP to prevent them from being overwritten.

Updating your D_VOC file.  (Each * = 10 records)
*
11 item(s) were removed from your VOC file and placed in
file DICT TEMP to prevent them from being overwritten.

UniVerse Command Language 10.1
(c) Copyright IBM Corporation 2003. All rights reserved.
METAL logged on: Wed May  4 12:48:18 2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/






   
   HSBC Bank plc may be solicited in the course of its placement
   efforts for a new issue, by investment clients of the firm for whom
   the Bank as a firm already provides other services. It may equally
   decide to allocate to its own proprietary book or with an associate
   of HSBC Group. This represents a potential conflict of interest.
   HSBC Bank plc has internal arrangements designed to ensure that the
   firm would give unbiased and full advice to the corporate finance
   client about the valuation and pricing of the offering as well as
   internal systems, controls and procedures to identify and manage
   conflicts of interest.

   HSBC Bank plc
   Registered Office: 8 Canada Square, London E14 5HQ, United Kingdom
   Registered in England - Number 14259
   Authorised and regulated by the Financial Services Authority.
   


-
This transmission has been issued by a member of the HSBC Group HSBC for
the information of the addressee only and should not be reproduced and/or
distributed to any other person. Each page attached hereto must be read in
conjunction with any disclaimer which forms part of it. Unless otherwise
stated, this tranmission is neither an offer nor the solicitation of an
offer to sell or purchase any investment. Its contents are based on
information obtained from sources believed to be reliable but HSBC makes no
representation and accepts no responsibility or liability as to its
completeness or accuracy.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Haydon Bishop is out of the office.

2005-05-05 Thread haydon . bishop
I will be out of the office starting  05/05/2005 and will not return until
06/05/2005.

I will respond to your message when I return.


___

The information contained in this message is intended for the addressee
only and may contain confidential and/or privileged information. If you are
not the addressee, please delete this message and notify the sender. You
should not copy or distribute this message or disclose its contents to
anyone. E-mail transmissions cannot be guaranteed to be secure or free of
errors or viruses. Therefore, no reliance may be placed on this message
without written confirmation from an authorized representative of its
contents.

Copyright ) 2005 Donovan Data Systems Ltd.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Software development - MVTools

2005-05-05 Thread Ed Clark
I've never seen mvtools. What do they have that makes them attractive to
you?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Joe Walter
Sent: Wednesday, May 04, 2005 4:04 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Software development - MVTools


Thanks Colin.

That sounds like a good approach - creating windows verions of the unix
commands
that is.

I might be able to pull that off without making a full time job of getting
these
tools running on UV/Windows.

Unfortunately, I just discovered some code that tries to create temp files
for
each user 'on-the-fly' using unix commands to delete, create and move these
temp
files around so I'll have to sort all that stuff out and I just keep finding
more and more little gotcha's about trying to get this rig to fly on
UV/Windows but I'm gonna persist at it for a few days at least and see if I
can
get it to run.

joe

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Alfke, Colin
 Sent: Wednesday, May 04, 2005 3:03 PM
 To: u2-users@listserver.u2ug.org
 Subject: RE: [U2] Software development - MVTools

 Sorry, I haven't used MVTools. There are a couple of things
 you can do:

 1. Create a windows version of the unix commands. Example:
 ED LVDIR WHOAMI.BAT
 Top of WHOAMI.BAT
 001: ECHO %USERNAME%
 This is a bat file in the directory that gets shelled to that
 provides the user name.

 2. Load something like MKS Toolkit or Cygwin that will
 emulate unix for you.

 3. Tweak the shell commands as required.

 Good luck
 Colin Alfke
 Calgary, Canada

 -Original Message-
 From: Joe Walter
 
 [snip]
 
 i'm having big trouble getting them installed and running on
 Universe.
 it quickly became apparent to me that they were writtin to work on
 Universe running on top of Unix not UV/Windows. it's trying to shell
 out and execute 'whoami' for instance.
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Software development - MVTools

2005-05-05 Thread Geoffrey Mitchell
Before you try to roll your own versions of all the various unix 
utilities you may need, check out this: http://unxutils.sourceforge.net/

Joe Walter wrote:

Thanks Colin. 

That sounds like a good approach - creating windows verions of the unix 
commands
that is. 

I might be able to pull that off without making a full time job of getting 
these
tools running on UV/Windows.

Unfortunately, I just discovered some code that tries to create temp files for
each user 'on-the-fly' using unix commands to delete, create and move these 
temp
files around so I'll have to sort all that stuff out and I just keep finding
more and more little gotcha's about trying to get this rig to fly on
UV/Windows but I'm gonna persist at it for a few days at least and see if I can
get it to run.

joe

  

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Alfke, Colin
Sent: Wednesday, May 04, 2005 3:03 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Software development - MVTools 

Sorry, I haven't used MVTools. There are a couple of things 
you can do:

1. Create a windows version of the unix commands. Example:
ED LVDIR WHOAMI.BAT
Top of WHOAMI.BAT 
001: ECHO %USERNAME%
This is a bat file in the directory that gets shelled to that 
provides the user name.

2. Load something like MKS Toolkit or Cygwin that will 
emulate unix for you.

3. Tweak the shell commands as required.

Good luck
Colin Alfke
Calgary, Canada



-Original Message-
From: Joe Walter

  

[snip]


i'm having big trouble getting them installed and running on 
  

Universe. 


it quickly became apparent to me that they were writtin to work on 
Universe running on top of Unix not UV/Windows. it's trying to shell 
out and execute 'whoami' for instance.
  

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
[This E-mail scanned for viruses by Declude Virus]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Creating Unidata Triggers

2005-05-05 Thread Jeffrey Butera
I've had plenty of luck creating unidata triggers in the past, but I'm now 
getting permission denied.  I know from the docs the info about who can (and 
can't) create triggers.  Can anyone shed light on where trigger info is 
stored under /usr/ud6x (or unishared), and if changing permission on files in 
those directories requires a restart of unidata?

-- 
Jeff Butera, Ph.D.
Administrative Systems
Hampshire College
[EMAIL PROTECTED]
413-559-5556

...our behavior matters more than the beliefs that we profess.
Elizabeth Deutsch Earle
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] uniadmin without having to be in administrators group?

2005-05-05 Thread FFT2001
In a message dated 5/4/2005 4:07:13 PM Pacific Daylight Time, 
[EMAIL PROTECTED] writes:


 
 There are references freely searchable on the WWW to Windows equivalents of
 the Unix su command which ought to be able to achieve this. I would
 caution you though that if you are not permitted access to Windows
 Administrator then someone would take a very dim view indeed of use of such
 a utility. The words door, exit, use and immediately come to mind.
 

See an insiteful manager who found a person who could evade their security 
would promote that person to Security Manager ;)
Will Johnson
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Software development - MVTools

2005-05-05 Thread Joe Walter
what attracted me to them was that they appear to be a well written suite of
'tools' that you could use as add-ons to existing application sofware to
enhance functionality, but more importantly that - like any other 4gl - they
include a screen designer that will let you create data entry screens with
control of related multivalue sets, etc. without the drugery of writing a
lot of the code for the user interface. one program drives all data entry
screens. you can add hooks like code before/after field input, before record
is filed to disk, etc.

the screen development toolset is what i'm looking for. and again - the
price is right - free/opensource ;-)

joe

- Original Message - 
From: Ed Clark [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Thursday, May 05, 2005 8:03 AM
Subject: RE: [U2] Software development - MVTools


 I've never seen mvtools. What do they have that makes them attractive to
 you?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Joe Walter
 Sent: Wednesday, May 04, 2005 4:04 PM
 To: u2-users@listserver.u2ug.org
 Subject: RE: [U2] Software development - MVTools


 Thanks Colin.

 That sounds like a good approach - creating windows verions of the unix
 commands
 that is.

 I might be able to pull that off without making a full time job of getting
 these
 tools running on UV/Windows.

 Unfortunately, I just discovered some code that tries to create temp files
 for
 each user 'on-the-fly' using unix commands to delete, create and move
these
 temp
 files around so I'll have to sort all that stuff out and I just keep
finding
 more and more little gotcha's about trying to get this rig to fly on
 UV/Windows but I'm gonna persist at it for a few days at least and see if
I
 can
 get it to run.

 joe

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Alfke, Colin
  Sent: Wednesday, May 04, 2005 3:03 PM
  To: u2-users@listserver.u2ug.org
  Subject: RE: [U2] Software development - MVTools
 
  Sorry, I haven't used MVTools. There are a couple of things
  you can do:
 
  1. Create a windows version of the unix commands. Example:
  ED LVDIR WHOAMI.BAT
  Top of WHOAMI.BAT
  001: ECHO %USERNAME%
  This is a bat file in the directory that gets shelled to that
  provides the user name.
 
  2. Load something like MKS Toolkit or Cygwin that will
  emulate unix for you.
 
  3. Tweak the shell commands as required.
 
  Good luck
  Colin Alfke
  Calgary, Canada
 
  -Original Message-
  From: Joe Walter
  
  [snip]
  
  i'm having big trouble getting them installed and running on
  Universe.
  it quickly became apparent to me that they were writtin to work on
  Universe running on top of Unix not UV/Windows. it's trying to shell
  out and execute 'whoami' for instance.
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Software development - MVTools

2005-05-05 Thread Brian Grayson
Hi Joe,

You can download Windows Services for Unix 3.5 here:
http://www.microsoft.com/windowsserversystem/sfu/default.mspx

Brian Grayson

Joe Walter wrote:

 Thanks Colin.

 That sounds like a good approach - creating windows verions of the unix 
 commands
 that is.

 I might be able to pull that off without making a full time job of getting 
 these
 tools running on UV/Windows.

 Unfortunately, I just discovered some code that tries to create temp files for
 each user 'on-the-fly' using unix commands to delete, create and move these 
 temp
 files around so I'll have to sort all that stuff out and I just keep finding
 more and more little gotcha's about trying to get this rig to fly on
 UV/Windows but I'm gonna persist at it for a few days at least and see if I 
 can
 get it to run.

 joe

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Alfke, Colin
  Sent: Wednesday, May 04, 2005 3:03 PM
  To: u2-users@listserver.u2ug.org
  Subject: RE: [U2] Software development - MVTools
 
  Sorry, I haven't used MVTools. There are a couple of things
  you can do:
 
  1. Create a windows version of the unix commands. Example:
  ED LVDIR WHOAMI.BAT
  Top of WHOAMI.BAT
  001: ECHO %USERNAME%
  This is a bat file in the directory that gets shelled to that
  provides the user name.
 
  2. Load something like MKS Toolkit or Cygwin that will
  emulate unix for you.
 
  3. Tweak the shell commands as required.
 
  Good luck
  Colin Alfke
  Calgary, Canada
 
  -Original Message-
  From: Joe Walter
  
  [snip]
  
  i'm having big trouble getting them installed and running on
  Universe.
  it quickly became apparent to me that they were writtin to work on
  Universe running on top of Unix not UV/Windows. it's trying to shell
  out and execute 'whoami' for instance.
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Creating Unidata Triggers

2005-05-05 Thread Alfke, Colin
You need exclusive access to the file. If another user has the file
open then you might have problems.

Recently, I've been seeing this message - but the trigger has still been
added and works. Not sure why.

Hth
Colin Alfke
Calgary Canada
where is hasn't snowed in almost a week 

-Original Message-
From: Jeffrey Butera

I've had plenty of luck creating unidata triggers in the past, 
but I'm now getting permission denied.  I know from the docs 
the info about who can (and
can't) create triggers.  Can anyone shed light on where 
trigger info is stored under /usr/ud6x (or unishared), and if 
changing permission on files in those directories requires a 
restart of unidata?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Software development - MVTools

2005-05-05 Thread Mark Johnson
Sounds like The Programmers Helper which is a parameter-less source code
generator. In my travels I tend to shudder when a new client has a 4GL,
whether commercial or home-grown. Primac, Vercon, Info-Quest, Datamaster,
Screen-Gen, Wizard, Gull etc.

I'm just getting into the Accuterm GUI designer and it could worth a look.
Creates VB-looking screen with a GUI editor and a full-screen code editor. A
tad un-documented but Peter Schellenbach is incredibly helpful with any
questions. I'm planning to consider it for any of my standard green screen
clients that are considering GUI.

You still have to code the logic by hand. But the 'objects' behave 85% like
VB's and you have to be aware that neither designer screens are RUN screens.
Each GUI program is stand-alone which means that you can gradually replace
green screens over time. It is really a regular RUN program that works with
the emulator for the magic.

My 2 cents.
- Original Message -
From: Joe Walter [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Thursday, May 05, 2005 11:43 AM
Subject: Re: [U2] Software development - MVTools


 what attracted me to them was that they appear to be a well written suite
of
 'tools' that you could use as add-ons to existing application sofware to
 enhance functionality, but more importantly that - like any other 4gl -
they
 include a screen designer that will let you create data entry screens with
 control of related multivalue sets, etc. without the drugery of writing a
 lot of the code for the user interface. one program drives all data entry
 screens. you can add hooks like code before/after field input, before
record
 is filed to disk, etc.

 the screen development toolset is what i'm looking for. and again - the
 price is right - free/opensource ;-)

 joe

 - Original Message -
 From: Ed Clark [EMAIL PROTECTED]
 To: u2-users@listserver.u2ug.org
 Sent: Thursday, May 05, 2005 8:03 AM
 Subject: RE: [U2] Software development - MVTools


  I've never seen mvtools. What do they have that makes them attractive to
  you?
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Joe Walter
  Sent: Wednesday, May 04, 2005 4:04 PM
  To: u2-users@listserver.u2ug.org
  Subject: RE: [U2] Software development - MVTools
 
 
  Thanks Colin.
 
  That sounds like a good approach - creating windows verions of the unix
  commands
  that is.
 
  I might be able to pull that off without making a full time job of
getting
  these
  tools running on UV/Windows.
 
  Unfortunately, I just discovered some code that tries to create temp
files
  for
  each user 'on-the-fly' using unix commands to delete, create and move
 these
  temp
  files around so I'll have to sort all that stuff out and I just keep
 finding
  more and more little gotcha's about trying to get this rig to fly on
  UV/Windows but I'm gonna persist at it for a few days at least and see
if
 I
  can
  get it to run.
 
  joe
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On Behalf Of Alfke, Colin
   Sent: Wednesday, May 04, 2005 3:03 PM
   To: u2-users@listserver.u2ug.org
   Subject: RE: [U2] Software development - MVTools
  
   Sorry, I haven't used MVTools. There are a couple of things
   you can do:
  
   1. Create a windows version of the unix commands. Example:
   ED LVDIR WHOAMI.BAT
   Top of WHOAMI.BAT
   001: ECHO %USERNAME%
   This is a bat file in the directory that gets shelled to that
   provides the user name.
  
   2. Load something like MKS Toolkit or Cygwin that will
   emulate unix for you.
  
   3. Tweak the shell commands as required.
  
   Good luck
   Colin Alfke
   Calgary, Canada
  
   -Original Message-
   From: Joe Walter
   
   [snip]
   
   i'm having big trouble getting them installed and running on
   Universe.
   it quickly became apparent to me that they were writtin to work on
   Universe running on top of Unix not UV/Windows. it's trying to shell
   out and execute 'whoami' for instance.
   ---
   u2-users mailing list
   u2-users@listserver.u2ug.org
   To unsubscribe please visit http://listserver.u2ug.org/
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Using the Encrypt Function

2005-05-05 Thread Dean Fox
ALGORITHM = des-ede3-cbc  ;* 168-BIT KEY DES ALGORITHM
ACTION= 2 ;* 2=ENCRYPT
DTA   = WHOMPUM   ;* DATA OR NAME OF FILE CONTAINING DATA
DATALOC   = 1 ;* 1=DATA IS STRING 2=DATA IN FILE
KEY   = PASSWORD  ;* ACTUAL KEY OR FILE NAME CONTAINING THE KEY
KEYLOC= 1 ;* 1=KEY IN DATA 2=KEY IN FILE
KEYACTION = 2 ;* 2=DERIEVE KEY FROM PASS PHRASE 1=USE
ACTUAL KEY-168 BITS
SALT  =   ;* STRING CONTAINING THE SALT VALUE?
IV=   ;* STRING CONTAINING IV?
RESULT=   ;* RESULT BUFFER OR UNIX FILE NAME
RESULTLOC = 1 ;* 1=RESULT BUFFER 2=UNIX FILE STORING RESULT
B=ENCRYPT(ALGORITHM,ACTION,DTA,DATALOC,KEY,KEYLOC,KEYACTION,SALT,IV,RESULT,RESULTLOC)
CRT ENCRYPT  :DTA
CRT B  = :B
CRT RESULT = ':RESULT:'
CRT LENGTH = :LEN(RESULT)

On 5/5/05, D Averch [EMAIL PROTECTED] wrote:
 I've read all of the documentation:
 
 ENCRYPT(algorithm, action, data, dataLoc,key, keyLoc, keyAction,
 salt, IV, result, resultLoc)
 
 I have tried many different variables and values and cannot get it to return
 only a 4 (The key cannot be derived).  What values should I be putting into
 the function to get a string encrypted?
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] uniadmin without having to be in administrators group?

2005-05-05 Thread Buss, Troy \(Logitek Systems\)
JayJay,

Thanks for the reply.

I guess my point is that we WANT to grant a user complete usage of ALL
the functions within uniadmin. However, we specifically do not want them
to be a windows system administrator in order to use the tool.  And yes,
its ok if this individual can stop and start UV services - just those 2
or 3 services that are IN the uniadmin tool.   But we don't want them to
control other aspects of the server that are inherent when you are in
the administrator's group.

It seems like there is a need to have a administrator maintained group
code that can be associated with users that need to use the tool and the
tool checks to make sure the user trying to use it is a member of said
group.   This would accomplish our objective without granting
unnecessary priveleges.   (this sounds like a mod request for IBM to
implement for uniadmin)


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Jenkins
Sent: Wednesday, May 04, 2005 3:57 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UV] uniadmin without having to be in administrators
group?

Troy

This is not a good idea - you will be giving non-administrators the
right to change Windows services.???
[snip]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Creating Unidata Triggers

2005-05-05 Thread Chuck Mongiovi
Exclusive access? .. You need to be the owner of the file .. I typically log
in as root, log into UniData, and create trigger .. Then every time I update
the trigger, I have a little program that compiles and then globally catalog
the trigger routines .. The trigger BASIC pgm has to be a globally
catalogued routine .. Here's the commands I use:

DELETE VOC PROGRAM_NAME (in case it's locally catalogged)
BASIC BP PROGRAM_NAME
CATALOG BP PROGRAM_NAME FORCE NEWVERSION (global  update shmem with the new
code)

HTH/Chuck

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Alfke, Colin
Sent: Thursday, May 05, 2005 12:56 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Creating Unidata Triggers


You need exclusive access to the file. If another user has the file
open then you might have problems.

Recently, I've been seeing this message - but the trigger has still been
added and works. Not sure why.

Hth
Colin Alfke
Calgary Canada
where is hasn't snowed in almost a week

-Original Message-
From: Jeffrey Butera

I've had plenty of luck creating unidata triggers in the past,
but I'm now getting permission denied.  I know from the docs
the info about who can (and
can't) create triggers.  Can anyone shed light on where
trigger info is stored under /usr/ud6x (or unishared), and if
changing permission on files in those directories requires a
restart of unidata?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Integer Conversion Codes

2005-05-05 Thread Scott Ballinger
How about MR1 ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Wednesday, May 04, 2005 2:30 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] Integer Conversion Codes


Our UV v8.3 system uese MD1 to represent hours in tenth-of-hour
increments.

The new UV indicates  Conversion MD1 is incompatible with an integer
datatype.

How best to fix this?

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill
Sent: Wednesday, May 04, 2005 1:17 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] VOC Out-Of-Date Error Message


Using HP-Ux 11i with UniVerser 10.1, I get the following error message.

How can this problem be fixed?

--Bill

Your VOC is out of date. Update to current release (Y/N)?y
Your VOC is configured for Prime Information compatibility Updating your
VOC file.  (Each * = 10 records)


194 item(s) were removed from your VOC file and placed in
file TEMP to prevent them from being overwritten.

Updating your D_VOC file.  (Each * = 10 records)
*
11 item(s) were removed from your VOC file and placed in
file DICT TEMP to prevent them from being overwritten.

UniVerse Command Language 10.1
(c) Copyright IBM Corporation 2003. All rights reserved.
METAL logged on: Wed May  4 12:48:18 2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Integer Conversion Codes

2005-05-05 Thread Brutzman, Bill
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 appears that I need to print out the latest tech manuals in this area.

Thanks for writing.

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Scott Ballinger
Sent: Thursday, May 05, 2005 3:26 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Integer Conversion Codes


How about MR1 ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Wednesday, May 04, 2005 2:30 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] Integer Conversion Codes


Our UV v8.3 system uese MD1 to represent hours in tenth-of-hour
increments.

The new UV indicates  Conversion MD1 is incompatible with an integer
datatype.

How best to fix this?

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill
Sent: Wednesday, May 04, 2005 1:17 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] VOC Out-Of-Date Error Message


Using HP-Ux 11i with UniVerser 10.1, I get the following error message.

How can this problem be fixed?

--Bill

Your VOC is out of date. Update to current release (Y/N)?y
Your VOC is configured for Prime Information compatibility Updating your
VOC file.  (Each * = 10 records)


194 item(s) were removed from your VOC file and placed in
file TEMP to prevent them from being overwritten.

Updating your D_VOC file.  (Each * = 10 records)
*
11 item(s) were removed from your VOC file and placed in
file DICT TEMP to prevent them from being overwritten.

UniVerse Command Language 10.1
(c) Copyright IBM Corporation 2003. All rights reserved.
METAL logged on: Wed May  4 12:48:18 2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Creating Unidata Triggers

2005-05-05 Thread Jeffrey Butera
On Thursday 05 May 2005 14:44, Chuck Mongiovi wrote:
 Exclusive access? .. You need to be the owner of the file .. 

Ding, ding - give Chuck the prize!  It was a new file I had created earlier in 
the day and the ownership was wrong.
-- 
Jeff Butera, Ph.D.
Administrative Systems
Hampshire College
[EMAIL PROTECTED]
413-559-5556

...our behavior matters more than the beliefs that we profess.
Elizabeth Deutsch Earle
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] DESCRINFO(key, variable)

2005-05-05 Thread Stevenson, Charles
I don't recall ever, ever seeing this before.  I'm egotistical enough to
believe that may be true for others, too.

It's in UV 10 User Basic Ref., pg 11-203 (although the bottom of the
page says DELETEU) :

DESCRINFO function
Syntax
DESCRINFO(key, variable)
Description
The DESCRINFO function returns requested information (key) about a
variable.
Set the key value to 1 to obtain information about the type of variable.
Set the
key value to 2 to obtain the reuse flag of the variable. Any other value
is
invalid, and will result in the program exiting.
If the key value is 1, the return type indicates the following type of
variable:
Return
Value   Type
0   unassigned variable
1   integer
2   numeric
3   string
4   file
5   array
6   subroutine
7   sequential file
8   GCI descriptor
9   NULL value
10  ODBC descriptor
1/29/02
Example
The following example illustrates the DESCRINFO function.
A=1
B=DENVER
C=10.7
VAL1 = DESCRINFO(1,A)
PRINT VAL1
VAL2 = DESCRINFO(1,B)
PRINT VAL2
VAL3 = DESCRINFO(1,C)
PRINT VAL3
This program returns the following results:
RUN BP DESCRINFO
1
3
2
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Using the Encrypt Function

2005-05-05 Thread D Averch
Thank you very much...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dean Fox
Sent: Thursday, May 05, 2005 12:07 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Using the Encrypt Function

ALGORITHM = des-ede3-cbc  ;* 168-BIT KEY DES ALGORITHM
ACTION= 2 ;* 2=ENCRYPT
DTA   = WHOMPUM   ;* DATA OR NAME OF FILE CONTAINING DATA
DATALOC   = 1 ;* 1=DATA IS STRING 2=DATA IN FILE
KEY   = PASSWORD  ;* ACTUAL KEY OR FILE NAME CONTAINING THE KEY
KEYLOC= 1 ;* 1=KEY IN DATA 2=KEY IN FILE
KEYACTION = 2 ;* 2=DERIEVE KEY FROM PASS PHRASE 1=USE
ACTUAL KEY-168 BITS
SALT  =   ;* STRING CONTAINING THE SALT VALUE?
IV=   ;* STRING CONTAINING IV?
RESULT=   ;* RESULT BUFFER OR UNIX FILE NAME
RESULTLOC = 1 ;* 1=RESULT BUFFER 2=UNIX FILE STORING RESULT
B=ENCRYPT(ALGORITHM,ACTION,DTA,DATALOC,KEY,KEYLOC,KEYACTION,SALT,IV,RESULT,R
ESULTLOC)
CRT ENCRYPT  :DTA
CRT B  = :B
CRT RESULT = ':RESULT:'
CRT LENGTH = :LEN(RESULT)

On 5/5/05, D Averch [EMAIL PROTECTED] wrote:
 I've read all of the documentation:
 
 ENCRYPT(algorithm, action, data, dataLoc,key, keyLoc, keyAction,
 salt, IV, result, resultLoc)
 
 I have tried many different variables and values and cannot get it to
return
 only a 4 (The key cannot be derived).  What values should I be putting
into
 the function to get a string encrypted?
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 appears that I need to print out the latest tech manuals in this area.
Thanks for writing.
--Bill
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Scott Ballinger
Sent: Thursday, May 05, 2005 3:26 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Integer Conversion Codes
How about MR1 ?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Wednesday, May 04, 2005 2:30 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] Integer Conversion Codes
Our UV v8.3 system uese MD1 to represent hours in tenth-of-hour
increments.
The new UV indicates  Conversion MD1 is incompatible with an integer
datatype.
How best to fix this?
--Bill
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill
Sent: Wednesday, May 04, 2005 1:17 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] VOC Out-Of-Date Error Message
Using HP-Ux 11i with UniVerser 10.1, I get the following error message.
How can this problem be fixed?
--Bill
Your VOC is out of date. Update to current release (Y/N)?y
Your VOC is configured for Prime Information compatibility Updating your
VOC file.  (Each * = 10 records)


194 item(s) were removed from your VOC file and placed in
file TEMP to prevent them from being overwritten.
Updating your D_VOC file.  (Each * = 10 records)
*
11 item(s) were removed from your VOC file and placed in
file DICT TEMP to prevent them from being overwritten.
UniVerse Command Language 10.1
(c) Copyright IBM Corporation 2003. All rights reserved.
METAL logged on: Wed May  4 12:48:18 2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Integer Conversion Codes

2005-05-05 Thread Brutzman, Bill
Excellent... Is there an easy way to change it (get back) 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 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 appears that I need to print out the latest tech manuals in this area.

Thanks for writing.

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Scott Ballinger
Sent: Thursday, May 05, 2005 3:26 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Integer Conversion Codes


How about MR1 ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Wednesday, May 04, 2005 2:30 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] Integer Conversion Codes


Our UV v8.3 system uese MD1 to represent hours in tenth-of-hour
increments.

The new UV indicates  Conversion MD1 is incompatible with an integer
datatype.

How best to fix this?

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill
Sent: Wednesday, May 04, 2005 1:17 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] VOC Out-Of-Date Error Message


Using HP-Ux 11i with UniVerser 10.1, I get the following error message.

How can this problem be fixed?

--Bill

Your VOC is out of date. Update to current release (Y/N)?y
Your VOC is configured for Prime Information compatibility Updating your
VOC file.  (Each * = 10 records)


194 item(s) were removed from your VOC file and placed in
file TEMP to prevent them from being overwritten.

Updating your D_VOC file.  (Each * = 10 records)
*
11 item(s) were removed from your VOC file and placed in
file DICT TEMP to prevent them from being overwritten.

UniVerse Command Language 10.1
(c) Copyright IBM Corporation 2003. All rights reserved.
METAL logged on: Wed May  4 12:48:18 2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] DESCRINFO(key, variable)

2005-05-05 Thread Ed Clark
I seem to recall it being there in uv 9.3 7 years ago or so. Never thought
of a good use for it though. You can't create variables dynamically, so you
pretty much know what you have already.
1 possible use: A function that takes a filename and returns either the
opened file variable or an error message. I wouldn't ever use anything like
that, but who know. UV still has ON..GOTO and I've never used that either.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Stevenson,
Charles
Sent: Thursday, May 05, 2005 2:53 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] [UV] DESCRINFO(key, variable)


I don't recall ever, ever seeing this before.  I'm egotistical enough to
believe that may be true for others, too.

It's in UV 10 User Basic Ref., pg 11-203 (although the bottom of the
page says DELETEU) :

DESCRINFO function
Syntax
DESCRINFO(key, variable)
Description
The DESCRINFO function returns requested information (key) about a
variable.
Set the key value to 1 to obtain information about the type of variable.
Set the
key value to 2 to obtain the reuse flag of the variable. Any other value
is
invalid, and will result in the program exiting.
If the key value is 1, the return type indicates the following type of
variable:
Return
Value   Type
0   unassigned variable
1   integer
2   numeric
3   string
4   file
5   array
6   subroutine
7   sequential file
8   GCI descriptor
9   NULL value
10  ODBC descriptor
1/29/02
Example
The following example illustrates the DESCRINFO function.
A=1
B=DENVER
C=10.7
VAL1 = DESCRINFO(1,A)
PRINT VAL1
VAL2 = DESCRINFO(1,B)
PRINT VAL2
VAL3 = DESCRINFO(1,C)
PRINT VAL3
This program returns the following results:
RUN BP DESCRINFO
1
3
2
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] uniadmin without having to be in administrators group?

2005-05-05 Thread Don Verhagen
If you're on *nix platform you may be able to use SUDO ( http://www.sudo.ws/ ) 
that allows you to run certain commands as that may require root (or root-like 
access).  

I think many of the UVADMIN (or UDAMIN) commands require root or admin 
(WINDOWS) access to run O/S commands that require that access level.

Then again it's almost Friday, and I don't want to overwork myself. =)

Thanks,


--
Donald Verhagen  
Application Development Manager
[EMAIL PROTECTED]
Tandem Staffing Solutions, Inc.
1690 S Congress Avenue, Suite 210
Delray Beach, FL 33445  USA
Voice Phone: 561.454.3592 Fax Phone: 561.454.3640 

 [EMAIL PROTECTED] 4:30:20 PM 05/05/2005 
Your idea about UV administrator group is one that we have wanted on our 
UV/Linux server too.  Too many of the UV admin tools require root 
priviledges on the Unix servers.  UV should not require root or system 
administrator privileges, but the admin functions should be assignable to a 
group of users.  I agree IBM needs to make this type of mod to Universe.

Ken Hall

At 11:32 AM 5/5/2005, you wrote:
JayJay,

Thanks for the reply.

I guess my point is that we WANT to grant a user complete usage of ALL
the functions within uniadmin. However, we specifically do not want them
to be a windows system administrator in order to use the tool.  And yes,
its ok if this individual can stop and start UV services - just those 2
or 3 services that are IN the uniadmin tool.   But we don't want them to
control other aspects of the server that are inherent when you are in
the administrator's group.

It seems like there is a need to have a administrator maintained group
code that can be associated with users that need to use the tool and the
tool checks to make sure the user trying to use it is a member of said
group.   This would accomplish our objective without granting
unnecessary priveleges.   (this sounds like a mod request for IBM to
implement for uniadmin)


-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of John Jenkins
Sent: Wednesday, May 04, 2005 3:57 PM
To: u2-users@listserver.u2ug.org 
Subject: RE: [U2] [UV] uniadmin without having to be in administrators
group?

Troy

This is not a good idea - you will be giving non-administrators the
right to change Windows services.???
[snip]
---
u2-users mailing list
u2-users@listserver.u2ug.org 
To unsubscribe please visit http://listserver.u2ug.org/ 



Ken R. Hall
Information Technology Manager
Western States Electric, Inc. a Hughes Supply Company
9151 SE McBrod Street
Portland, OR 97222
503-653-8619
fax: 503-653-2279
mailto:[EMAIL PROTECTED] 
www.wselectric.com 
---
u2-users mailing list
u2-users@listserver.u2ug.org 
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Integer Conversion Codes

2005-05-05 Thread Scott Ballinger
Bill,

I must be missing something... I don't seem to have a problem with MD1:

 RELLEVEL
001 X-type - The RELEASE LEVEL of this account
002 10.1.4
003 ADMIN
004
005 10.1.4

CT BP SB

 SB
0001 10 *
0002 INPUT X
0003 IF X EQ  THEN STOP
0004 PRINT OCONV(X,MD1)
0005 PRINT ICONV(X,MD1)
0006 GO 10

RUN BP SB
?100
10.0
1000
?1
0.1
10
?R
R

Seems to work as expected? (this was in the uv account)

Scott Ballinger
Pareto Corporation
Edmonds WA USA
206 713 6006


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Thursday, May 05, 2005 2:09 PM
To: 'u2-users@listserver.u2ug.org'
Subject: RE: [U2] Integer Conversion Codes


Excellent... Is there an easy way to change it (get back) 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 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 appears that I need to print out the latest tech manuals in this 
area.

Thanks for writing.

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Scott Ballinger
Sent: Thursday, May 05, 2005 3:26 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Integer Conversion Codes


How about MR1 ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Wednesday, May 04, 2005 2:30 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] Integer Conversion Codes


Our UV v8.3 system uese MD1 to represent hours in tenth-of-hour 
increments.

The new UV indicates  Conversion MD1 is incompatible with an integer 
datatype.

How best to fix this?

--Bill
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Integer Conversion Codes

2005-05-05 Thread Ken Hall
Check out the Administering Universe Manual for the use of Flavors if you 
want to use the conversion in dictionaries.  Note: this changes the default 
ways TCL, PROC,  BASIC are intrepreted.  It is a major change in an 
existing account that can get you into lots of trouble.  Only use flavors 
when loading accounts from a foreign (non-Universe) source.

Note: If you want to use this conversion code only in a BASIC program, 
check out the $OPTIONS statement in BASIC to set only that program to 
Reality Flavor.  Note: there is very little documentation about how 
commands at TCL or BASIC work in REALITY flavor, especially 
conversions.  You will need a REALITY manual to determine the syntax to 
use, but test everything carefully.  You can get very unexpected results 
when you mix flavors.

Ken
At 02:08 PM 5/5/2005, you wrote:
Excellent... Is there an easy way to change it (get back) 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 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 appears that I need to print out the latest tech manuals in this area.

Thanks for writing.

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Scott Ballinger
Sent: Thursday, May 05, 2005 3:26 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Integer Conversion Codes


How about MR1 ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill
Sent: Wednesday, May 04, 2005 2:30 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] Integer Conversion Codes


Our UV v8.3 system uese MD1 to represent hours in tenth-of-hour
increments.

The new UV indicates  Conversion MD1 is incompatible with an integer
datatype.

How best to fix this?

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill
Sent: Wednesday, May 04, 2005 1:17 PM
To: 'u2-users@listserver.u2ug.org'
Subject: [U2] VOC Out-Of-Date Error Message


Using HP-Ux 11i with UniVerser 10.1, I get the following error message.

How can this problem be fixed?

--Bill

Your VOC is out of date. Update to current release (Y/N)?y
Your VOC is configured for Prime Information compatibility Updating your
VOC file.  (Each * = 10 records)


194 item(s) were removed from your VOC file and placed in
file TEMP to prevent them from being overwritten.

Updating your D_VOC file.  (Each * = 10 records)
*
11 item(s) were removed from your VOC file and placed in
file DICT TEMP to prevent them from being overwritten.

UniVerse Command Language 10.1
(c) Copyright IBM Corporation 2003. All rights reserved.
METAL logged on: Wed May  4 12:48:18 2005
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Ken R. Hall
Information Technology Manager
Western States Electric, Inc. a Hughes Supply Company
9151 SE McBrod Street
Portland, OR 97222
503-653-8619
fax: 503-653-2279
mailto:[EMAIL PROTECTED]
www.wselectric.com 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/