RE: [U2] Universe Triggers

2008-10-09 Thread Christian PAGER
Hi Brian,

Assuming read of corresponding table is done once when first trigger is
fired, no ?

Cheers
Christian 

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Brian Leach
Envoyi : mercredi 8 octobre 2008 10:54
@ : u2-users@listserver.u2ug.org
Objet : RE: [U2] Universe Triggers

One gotcha is that once a trigger is on there, you can't easily
change/extend it unless your system has a downtime period in which everyone
is logged out. For this reason on 24x7 sites I use a master trigger that can
call subtriggers, held as a list in a parameter file. This means that a new
subtrigger can be inserted, old subtriggers removed etc without having to
log everyone out. Yes, it means an extra read and yes it is an imperfect
solution in an imperfect world..

And of course remember you are running under transactional constraints when
using triggers.

Brian 

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Mike Roosa
> Sent: 08 October 2008 04:22
> To: u2-users@listserver.u2ug.org
> Subject: [U2] Universe Triggers
> 
> We are getting ready to implement triggers on a universe system 
> running under Windows Server 2003.  I created a trigger and tested it 
> out and it appears to do exactly what we need.  My question is are 
> there any gotchas or issues we should be concerned about with 
> triggers?  Are there any performance issues that anyone has seen 
> related to triggers?
> 
> Thanks,
> Mike Roosa
> ---
> 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] Triggers

2008-08-27 Thread Christian PAGER
Hi Vance,

None indeed. But triggers work on files too.

Christian

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Alspach, Vance
Envoyi : mercredi 27 ao{t 2008 15:54
@ : u2-users@listserver.u2ug.org
Objet : [U2] Triggers

What manual contains information on creating Universe triggers for
non-SQLized
files? I cannot seem to find it in any manual

UV 10.2.4 Pick format
IBM RS6000

Vance Alspach



CONFIDENTIALITY. This electronic mail and any files transmitted with it may
contain information proprietary to Deere & Company, or one of its
subsidiaries
or affiliates, and are intended solely for the use of the individual or
entity
to whom they are addressed, shall be maintained in confidence and not
disclosed to third parties without the written consent of the sender. If you
are not the intended recipient or the person responsible for delivering the
electronic mail to the intended recipient, be advised that you have received
this electronic mail in error and that any use, dissemination, forwarding,
printing, or copying of this electronic mail is strictly prohibited. If you
have received this electronic mail in error, please immediately notify the
sender by return mail.
---
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] Converting 32bit files to 64bit

2008-07-09 Thread Christian PAGER
Hi,
64BIT when resizing is the right way. Don't forget you've also to change
your filesystem to "large" in order to support future greater file size.

Regards.
Christian

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Martel, Henry
Envoyi : mardi 8 juillet 2008 21:38
@ : u2-users@listserver.u2ug.org
Objet : [U2] Converting 32bit files to 64bit

Can someone give the correct command for converting 32bit Universe files to
64 bit?

I've tried the following command on my Dynamic file:  "RESIZE PMO 30 64BIT"
and it ran for a while without error, but it did not covert.

I am not sure what is missing.
---
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] charset uv database

2008-07-08 Thread Christian PAGER
All,

Yes. If NLS is not installed (# analyze.shm -M --> "National Language
Support is not enabled."), system default is used (on AIX : smit > System
Environments > Manage Language Environment > Change/Show Primary Language
Environment > Change/Show Cultural Convention, Language, or Keyboard >
Primary CULTURAL convention and Primary LANGUAGE translation).

Cheers.
Christian
-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Boydell, Stuart
Envoyi : mardi 8 juillet 2008 08:12
@ : u2-users@listserver.u2ug.org
Objet : RE: [U2] charset uv database

Hi Pam,
Western European (iso-8859-1)

Cheers,
Stuart

>-Original Message-
>hi, I would like to know the default charset use by an UV database

 
**
This email message and any files transmitted with it are confidential and
intended solely for the use of addressed recipient(s). If you have received
this communication in error, please reply to this e-mail to notify the
sender of its incorrect delivery and then delete it and your reply.  It is
your responsibility to check this email and any attachments for viruses and
defects before opening or sending them on. Spotless collects information
about you to provide and market our services. For information about use,
disclosure and access, see our privacy policy at http://www.spotless.com.au 
Please consider our environment before printing this email. 
** 
---
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] error question

2008-04-04 Thread Christian PAGER
Hi,
Depending of the U2 version ... A well known bug occurs when
reading/deleting, a great (tens of Mo) record of type 1 or 19 file. Use
VLIST for your FREE.LOC basic.
Regards.
Christian PAGER

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Doug Chanco
Envoyi : vendredi 4 avril 2008 03:35
@ : u2-users@listserver.u2ug.org
Objet : [U2] error question

Hey all,

 I am pretty sure this is a out of memory/stack space type error but
I was hoping someone could tell me where I can find the fault types and
if there is a way to use the address that the error returned to get
where the code was when it "blew up"?







Abnormal termination of UniVerse. Fault type is 11. Layer type is BASIC
run machine. Fault occurred in BASIC program FREE.LOC at address 4c4



Thanks all



dougc
---
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] Java exception on UniProxy server

2007-11-15 Thread christian PAGER
Hello,

Im using web server (Jonas) and UniVerse proxy server on a Linux machine.

When accessing a U2 Unix machine, from IE UniAdmin Applet window, I got
error :

+ uniSessionException:asjava.uniobjects.UniSessionException: These packets
were created with a different connection. ;.  

Could somebody help me ?
Thanks in advance.


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