RE: [U2] Universe trigger errors - log daemon issue

2008-09-10 Thread Jayones0317
Ray

Actually we do not have any transaction logging in place...  Eveyone here
assumed we had everything turned off and were not using any king of
transaction logging...

Then I go testing some simple triggers and I get the error on this thread... 
That's when I determined that our TXMODE flag in the config file is set to a
'1'.  

I assumedif we were not doing any actual transaction logging we would have
TXMODE set to a 0, and we would not be running the logging services daemon.. 
If we did have transaction logging in place we would have TXMODE set to a 1,
and we would have the logging service demon running. I am not sure if that
is correct but that is my assumption..  ;)

Therefore I am thinking we simply need to change TXMODE to 0, to alleviate
the error I am getting when trying to process my triggers..

Make sense?



Ray Wurlod wrote:
 
 Yes the problem is with transaction logging, but don't switch it off
 completely.  Find out why things can't be logged.  For example are the
 logs all in a FULL state?  Is the system-wide state of transaction logging
 preventing logging?
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 
 

-- 
View this message in context: 
http://www.nabble.com/Universe-trigger-errors---log-daemon-issue-tp19391955p19415042.html
Sent from the U2 - Users mailing list archive at Nabble.com.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Web Services - How to make available

2008-09-10 Thread iggchamp
Hi all,

UV10.2 Pick Flavor
HPUX 11

We just upgraded from 10.1 to 10.2.  

I created my first web service using the web service developer.  The big 
question that I have is, now what do I do with it? 

I can test it using the web service explorer but I don't think that the 
explorer is intended to be run as a server.  Do I need to have a web server 
program like apache or iis running to invoke my new web service?  If so, can 
anyone tell me what is involved with that or where I can look for good info?

Any help would be greatly appreciated.

Scott Thompson
Southern Wine  Spirits
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] U2UG Board Meeting - Mini Minutes - Sep 9, 2008

2008-09-10 Thread Susan Joslyn
The U2 User Group Board met via conference call at 4:00p US Eastern time on
Tuesday, September 9, 2008.

Complete minutes have been posted to the forum

 

In attendance were Laura Hirsh, Brian Leach, Chuck Barouch, Ross Morissey
and Susan Joslyn

 

Business discussed included:

 

. Wiki - Chuck B. and Susan J. have been adding to the wiki and have
requested a few changes from Brian. 

. Charter change on quorum - discussed - going to stick with email
voting. That change was already made - Brian will post the change.

. Thank yous -Brian contacted 7 people, so far two declines

. BB - Fred Davison had a con all with David McLean, Fred will host
site. Laura to follow up with Fred on that. Also Mike R. has requested that
we send him our open Universe items. Chuck Stevenson has them, Brian wishes
to add two more.

. IBM liaison - It's been 8 months and we still don't have a
liaison.  Time for a formal letter to IBM. 

. Logo samples proposed by Chuck. We made some initial choices,
Brian and Chuck B. to meet and bring more to the next meeting. 

. New Signature line - we had decided on it, need to vote.  This
will be our first email vote.

. Kathleen emailed - offered to take duties. Laura will ask her to
contact the original, past and present board members and get them to put a
self-bio on the wiki.

. Jerry Banker was asked to fill in David Murray's position. He will
let us know.

. Votes: Signature line will be email voted on.

. Held over: Recognition: Laura spec of criteria and renewal of MVP
- postpone for next meeting.  Everyone to take a look at silverlight.net for
how they are doing it.

 

 

Submitted by Susan Joslyn, board member at large serving as secretary.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] access to mvBase VTF files

2008-09-10 Thread David Tod Sigafoos
   Can uniVerse read and optionally create a VTF accessible to/from mvBase.

   The big bit is to read in ..

   Thanks

   --

   DSig `

   David Tod Sigafoos  ( O O )

___oOOo__( )__oOOo___

   If by Liberal they mean someone who looks ahead and not behind, someone
   who welcomes new ideas without rigid reactions, someone who cares about the
   welfare of the people -- their health, their housing, their schools, their
   jobs, their civil rights, and their civil liberties -- someone who believes
   we  can break through the stalemate and suspicions that grip us in our
   policies abroad, if that is what they mean by a Liberal, then I'm proud to
   say I'm a Liberal.  - John Fitzgerald Kennedy
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Universe trigger errors - log daemon issue

2008-09-10 Thread Ray Wurlod
Maybe you need to check first that no-one is using transaction logging (someone 
has changed the TXMODE setting to 1 - why?).

Perhaps the someone is no longer there, which is why everyone assumes.  
Assuming is dangerous in the IT world.

Regards,
Ray

 - Original Message -
 From: Jayones0317 [EMAIL PROTECTED]
 To: u2-users@listserver.u2ug.org
 Subject: RE: [U2] Universe trigger errors - log daemon issue
 Date: Wed, 10 Sep 2008 09:45:51 -0700 (PDT)
 
 
 Ray
 
 Actually we do not have any transaction logging in place...  Eveyone here
 assumed we had everything turned off and were not using any king of
 transaction logging...
 
 Then I go testing some simple triggers and I get the error on this thread...
 That's when I determined that our TXMODE flag in the config file is set to a
 '1'.
 
 I assumedif we were not doing any actual transaction logging we would have
 TXMODE set to a 0, and we would not be running the logging services daemon..
 If we did have transaction logging in place we would have TXMODE set to a 1,
 and we would have the logging service demon running. I am not sure if that
 is correct but that is my assumption..  ;)
 
 Therefore I am thinking we simply need to change TXMODE to 0, to alleviate
 the error I am getting when trying to process my triggers..
 
 Make sense?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] access to mvBase VTF files

2008-09-10 Thread Ray Wurlod
The obvious response is yes, because everything is possible if you have 
knowledge of the structure and use READBLK/WRITEBLK.

But out of the box?  I doubt it.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/