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

2006-11-02 Thread Bob Witney
We use our own

Write to an MS SQL Database on a different server via the SQLExecute(hstmt) 
routines 

Then a simple recovery program if we need it

Works for us

Bob

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Patricia Wilson
Sent: 01 November 2006 21:35
To: u2-users@listserver.u2ug.org
Subject: [U2] Who uses Transaction Logging in Universe ???


I am investigating using transaction logging on our Universe DB. We are
running 10.1.17 on AIX 5.3...



*   Who uses it - Love it or hate it?
*   Downsides/Upsides/Gotchyas!
*   Any 3rd party alternatives?
*   General Remarks



I need the 411 that the Universe PDF neglects to tell you about -



Thanks





Patricia M. Wilson

MIS Programmer

x 3095

813.635.3095

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

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 uvconfig parameters, system disks, system kernel, etc. A
   little effort ahead of time goes a long way...

   Regards,

   LeRoy F. Dreyfuss
   Product Manager
   IBM UniVerse and UniData (U2) Data Servers
   [cid:_2_087965DC08796388004FDF598025721A]

   Tel: 303-773-7783  Fax: 303-773-5915
   Mobile: 720-341-4317 Tie-line: 656-7783
   External email:  [EMAIL PROTECTED]
   WWW:  http://www.ibm.com/software/data/u2

   Dan Fitzgerald [EMAIL PROTECTED]
   Sent by: [EMAIL PROTECTED]

   11/02/2006 01:17 AM

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

   To

   u2-users@listserver.u2ug.org

   cc

  Subject

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

   It's  working  fine.  Pretty robust, a lot of the things I thought I'd
   have to
   script/configure/modify work right outta the box.
   Biggest  gotcha  -  if  any  of  your item sizes are larger than 500K,
   you'll have
   to run with larger log files, increasing your exposure.
   If you're not using transaction commits, it doesn't guarantee data
   integrity.
   There's a performance penalty, exacerbated by poorly sized files.
   From: Patricia Wilson [EMAIL PROTECTED]
   Reply-To: u2-users@listserver.u2ug.org
   To: u2-users@listserver.u2ug.org
   Subject: [U2] Who uses Transaction Logging in Universe ???
   Date: Wed, 1 Nov 2006 16:35:06 -0500
   
   I  am  investigating using transaction logging on our Universe DB. We
   are
   running 10.1.17 on AIX 5.3...
   
   
   
   * Who uses it - Love it or hate it?
   * Downsides/Upsides/Gotchyas!
   * Any 3rd party alternatives?
   * General Remarks
   
   
   
   I need the 411 that the Universe PDF neglects to tell you about -
   
   
   
   Thanks
   
   
   
   
   
   Patricia M. Wilson
   
   MIS Programmer
   
   x 3095
   
   813.635.3095
   
   [EMAIL PROTECTED]
   ---
   u2-users mailing list
   u2-users@listserver.u2ug.org
   To unsubscribe please visit http://listserver.u2ug.org/
   _
   Stay  in  touch  with  old friends and meet new ones with Windows Live
   Spaces
   http://clk.atdmt.com/MSN/go/msnnkwsp007001msn/direct/01/?href=http
   ://spaces.live.com/spacesapi.aspx?wx_action=createwx_url=/friends.asp
   xmkt=en-us
   ---
   u2-users mailing list
   u2-users@listserver.u2ug.org
   To unsubscribe please visit http://listserver.u2ug.org/

[demime 1.01d removed an attachment of type image/jpeg]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Ok - who knows InterCall?

2006-11-02 Thread Jeffrey Butera
 Yes, yes, I know Why are we still using InterCall? - long story

I'm still using it on Unidata and we're quite happy with it.

 Is there (and if so where) logging for Intercall transactions/calls to
 the host system?

Not to my knowledge.  I built logging into my application.

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

I'm not grumpy Daddy, I'm whining.
   my 3-year old showing her wisdom
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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

2006-11-02 Thread Angelo Collazo
Patricia,

What are you trying to accomplish? 

AIX has a feature called snapshots.
The concept with snapshot is COW or copy on write, as opposed to a 
moment in time of JFS2 filesystem.

Cheers,

Angelo Collazo
System Administrator


-Original Message-
 
I am investigating using transaction logging on our Universe DB. We are
running 10.1.17 on AIX 5.3...



*   Who uses it - Love it or hate it?
*   Downsides/Upsides/Gotchyas!
*   Any 3rd party alternatives?
*   General Remarks



I need the 411 that the Universe PDF neglects to tell you about -



Thanks





Patricia M. Wilson

MIS Programmer

x 3095

813.635.3095

[EMAIL PROTECTED]
---
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] Programatically changing the number of lines for a Wyse 60 emulation

2006-11-02 Thread Stuart . Boydell
   Don't  know  if  you  can do 30 lines in native Wyse60 - only 24/25 or
   42/43. If it's Wyse60 in an emulator (eg.
   NetTerm/Accuterm/Wintegrate/DynamicConnect  et  al)  then there may be
   other specific calls for the emulator software.

   The command to change W60 to 42 lines is: ESC e *

   And back to 25: ESC e )

   __

   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Grant
   [EMAIL PROTECTED]
   Sent: Friday, 3 November 2006 14:55
   To: u2-users@listserver.u2ug.org
   Subject:  [U2] Programatically changing the number of lines for a Wyse
   60 emulation

   Hi
   Can anyone help me with the control characters necessary to change the
   number
   of lines for a Wyse 60 terminal emulation.
   The default is 25 and we need to change it to 30 and back again within
   a
   program.
   Thanks
   Anthony Grant
   ---
   u2-users mailing list
   u2-users@listserver.u2ug.org
   To unsubscribe please visit http://listserver.u2ug.org/

   **

   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/