RE: [U2] wIntegrate (on Universe) Question

2004-12-16 Thread Anthony Dzikiewicz
I gave that a try and here are the results;


17. RECEIVING CALENDAR
18. RECEIVING CALENDAR SMITHFIELD
19. START WINTEGRATE

Which would you like? ( 1 - 19 )  ?19
Enter  ?  for help
wIntegrate Command SCRIPT 'QUERY\QUERY.WIS'
wIntegrate Command IS'
Press any key to return to the menu...


By the way the WIN.COMLINE compiles with warnings right 'out of the box' -
missing final end statement.  I applied the changes as you suggested and it
didn't compile at all.  So, I just did this;


0159: 3000  IF CMND = WIN.SERVER THEN
0160:  CALL @EXECSUB(WIN.SERVER,'','')
0161:   END ELSE

Just to make it easy to check it out.  No such luck

Thanks
Anthony

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ian Renfrew
Sent: Wednesday, December 15, 2004 2:55 PM
To: [EMAIL PROTECTED]
Subject: RE: [U2] wIntegrate (on Universe) Question

You can try this:

Create a test program and insert the following three lines:

DATA SCRIPT 'QUERY\QUERY.WIS': @AM
EXECUTE WIN.COMLINE
STOP

Compile and catalog test program.

Modify program WIN.COMLINE (usually found in WIN.PROGS file). Locate and
modify the lines:

* Run a script
* At this point, we are assuming that the user input was either a
* script statement, such as:   Set Title This is a window title
* a script ID, as held in the file WIN.SCRIPT.
* or WIN.TRANSFER sent from the PC as a file transfer has been run.
*
3000  IF CMND = WIN.TRANSFER THEN
 CALL @EXECSUB(WIN.TRANSFER,'','')
  END ELSE
 IF SCRIPT.FILE AND LEN(CMND)  100 THEN
READ DUM FROM F.SCRIPT, CMND THEN ;* Did the user enter a script
ID?
   CMND = DUM ;* Yes and its now in variable CMND
END
 END
*
 IF COUNT(CMND,AM) THEN
CALL WIN.HSCRIPTC(CMND)
 END ELSE
CALL WIN.COMSUB(CMND)
 END
*
END
 RETURN
* Run a script
* At this point, we are assuming that the user input was either a
* script statement, such as:   Set Title This is a window title
* a script ID, as held in the file WIN.SCRIPT.
* or WIN.TRANSFER sent from the PC as a file transfer has been run.
*
3000  IF CMND = WIN.TRANSFER THEN
 CALL @EXECSUB(WIN.TRANSFER,'','')
  END ELSE
 IF CMND = WIN.SERVER THEN
CALL @EXECSUB(WIN.SERVER,'','')
 END ELSE
 IF SCRIPT.FILE AND LEN(CMND)  100 THEN
READ DUM FROM F.SCRIPT, CMND THEN ;* Did the user enter a script
ID?
   CMND = DUM ;* Yes and its now in variable CMND
END
 END
*
 IF COUNT(CMND,AM) THEN
CALL WIN.HSCRIPTC(CMND)
 END ELSE
CALL WIN.COMSUB(CMND)
 END
*
END
END
 RETURN

Essentially you're adding the ability to call the routine WIN.SERVER.

From your menu, you should be able to execute the test program.

Regards,  Ian Renfrew

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony Dzikiewicz
Sent: Wednesday, December 15, 2004 12:06 PM
To: [EMAIL PROTECTED]
Subject: [U2] wIntegrate (on Universe) Question

I forget if there is a separate group for this product.  If so, sorry.
However, my problem is this;

I am evaluating the wIntegrate product.  One of the uses that we have for
this is the query builder/report viewer.  We have a person who used to
tinker at the command line.  We have long since pulled the plug on this kind
of thing, because they did some 'bad things'.  However, it is nice to let
them have the ability to query the data (after all it is theirs).  So, it
seems wIntegrate can do this for us.  My problem is that you need to be at a
command line to allow wIntegrate to operate.  So, we're back to square one -
user at the command line.

Our system is based on standard Universe menus.  Is there a way to add a
menu option (or create a VOC) that will allow the user to 'mess' with query
builder, etc  ?  I have tried adding WIN.SERVER as a menu option.  However,
this half works.  I created a simple query and tried to put it to the report
writer and it times out, because the WIN.SERVER closes.  If I send it to the
screen, it works ok.

Any workarounds to this ?

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

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.289 / Virus Database: 265.5.2 - Release Date: 12/13/2004


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.289 / Virus Database: 265.5.2 - Release Date: 12/13/2004
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] wIntegrate (on Universe) Question

2004-12-16 Thread Allen E. Elwood
Hey Mark,

You can do page up and down by moving the mouse to the right edge of the
AccuTerm screen, and a scroll bar will appear, then just use mouse
scrolling.  Works great, and no hassles.

Allen

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark Johnson
Sent: Wednesday, December 15, 2004 17:41
To: [EMAIL PROTECTED]
Subject: Re: [U2] wIntegrate (on Universe) Question


If you've got Wintegrate already installed, then keep with wintegrate. It's
pretty link-friendly.

If you're evaluating before purchasing, keep in mind the high price (near
$200US per license). I just went through this process having been a long
time user of wintegrate but couldn't keep a straight face asking a new
client to spend $3,200 for 16 user licenses. During this evaluation, we
landed on Accuterm which is aggressively priced for $1,000 for 50 seats (or
less).

2 things i miss in accuterm that wintegrate made very easy was page up/down
the user's windows and the print-screen button. Both of these are probably
hidden in the accuterm menu choices and not that direct.

Accuterm supports VBA which is gaining some momentum at 2 of my clients.
Thus, we are creating VBA scripts in regular Pick and sending them to the
emulator with a processing program. Very cool forms and boxes and mucho
control of the PC-level services like email etc.

I keep both on my pc depending on what I need to do. Both have downloadable
demo (1 user) versions.

my 1 cent.

- Original Message -
From: Anthony Dzikiewicz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 15, 2004 12:05 PM
Subject: [U2] wIntegrate (on Universe) Question


 I forget if there is a separate group for this product.  If so, sorry.
 However, my problem is this;

 I am evaluating the wIntegrate product.  One of the uses that we have for
 this is the query builder/report viewer.  We have a person who used to
 tinker at the command line.  We have long since pulled the plug on this
kind
 of thing, because they did some 'bad things'.  However, it is nice to let
 them have the ability to query the data (after all it is theirs).  So, it
 seems wIntegrate can do this for us.  My problem is that you need to be at
a
 command line to allow wIntegrate to operate.  So, we're back to square
one -
 user at the command line.

 Our system is based on standard Universe menus.  Is there a way to add a
 menu option (or create a VOC) that will allow the user to 'mess' with
query
 builder, etc  ?  I have tried adding WIN.SERVER as a menu option.
However,
 this half works.  I created a simple query and tried to put it to the
report
 writer and it times out, because the WIN.SERVER closes.  If I send it to
the
 screen, it works ok.

 Any workarounds to this ?

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


RE: [U2] wIntegrate (on Universe) Question

2004-12-16 Thread Bill H.
Have you cataloged the WIN.PROGS in the local account?  WIN.SERVER must be
able to be executed for the query.

Bill

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Anthony
 Dzikiewicz
 Sent: Thursday, December 16, 2004 6:57 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [U2] wIntegrate (on Universe) Question


 Ive just tried this and I get the same result.  I created the program as
 suggested and put it on a menu.  When you choose that menu
 option, the query
 builder pops up.  However, right after you set up the query and press ok,
 you are at a 'press any key to continue' on the menu (Universe machine).
 Meanwhile there is a wIntegrate window trying to pass the data to
 the report
 viewer and it times out.

 Anthony

  -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]  On Behalf Of Bill H.
 Sent: Wednesday, December 15, 2004 2:28 PM
 To:   [EMAIL PROTECTED]
 Subject:  RE: [U2] wIntegrate (on Universe) Question

 Anthony:

 Try the following:

 ** Run process to start wIntegrate script
 SCRIPT = 'Chain query\query.wis' ; * path that contains the qb script
 CALL WIN.COMSUB(SCRIPT)
 EXECUTE \WIN.SERVER\

 This will pop open the Query Builder from a BASIC program and you
 should be
 able to do what's necessary from there.

 Hope this helps.

 Bill

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Anthony
  Dzikiewicz
  Sent: Wednesday, December 15, 2004 9:06 AM
  To: [EMAIL PROTECTED]
  Subject: [U2] wIntegrate (on Universe) Question
 
 
  I forget if there is a separate group for this product.  If so, sorry.
  However, my problem is this;
 
  I am evaluating the wIntegrate product.  One of the uses that
 we have for
  this is the query builder/report viewer.  We have a person who used to
  tinker at the command line.  We have long since pulled the plug
  on this kind
  of thing, because they did some 'bad things'.  However, it is
 nice to let
  them have the ability to query the data (after all it is
 theirs).  So, it
  seems wIntegrate can do this for us.  My problem is that you need
  to be at a
  command line to allow wIntegrate to operate.  So, we're back to
  square one -
  user at the command line.
 
  Our system is based on standard Universe menus.  Is there a way to add a
  menu option (or create a VOC) that will allow the user to 'mess'
  with query
  builder, etc  ?  I have tried adding WIN.SERVER as a menu option.
   However,
  this half works.  I created a simple query and tried to put it to
  the report
  writer and it times out, because the WIN.SERVER closes.  If I
  send it to the
  screen, it works ok.
 
  Any workarounds to this ?
 
  Anthony
  ---
  u2-users mailing list
  [EMAIL PROTECTED]
  To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] wIntegrate (on Universe) Question

2004-12-16 Thread Adrian Matthews
Try re-intalling the wIntegrate host programs. You should not be getting
problems right out of the box sounds like you might have the wrong flavour
of host programs installed.

Also have you checked your case invert settings as wIntegrate gets confused if
pasted text gets it case changed. Especially in the WIN.SERVER routines.

As a matter of interest, we don't use any of the standard programs anymore, as
they are so generic they perform quite badly. For instance our grid load
program is well over a 100 times faster than the standard method for over 50
rows.



From: [EMAIL PROTECTED] on behalf of Anthony Dzikiewicz
Sent: Thu 16/12/2004 15:27
To: [EMAIL PROTECTED]
Subject: RE: [U2] wIntegrate (on Universe) Question



I gave that a try and here are the results;


17. RECEIVING CALENDAR
18. RECEIVING CALENDAR SMITHFIELD
19. START WINTEGRATE

Which would you like? ( 1 - 19 )  ?19
Enter  ?  for help
wIntegrate Command SCRIPT 'QUERY\QUERY.WIS'
wIntegrate Command IS'
Press any key to return to the menu...


By the way the WIN.COMLINE compiles with warnings right 'out of the box' -
missing final end statement.  I applied the changes as you suggested and it
didn't compile at all.  So, I just did this;


0159: 3000  IF CMND = WIN.SERVER THEN
0160:  CALL @EXECSUB(WIN.SERVER,'','')
0161:   END ELSE

Just to make it easy to check it out.  No such luck

Thanks
Anthony

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ian Renfrew
Sent: Wednesday, December 15, 2004 2:55 PM
To: [EMAIL PROTECTED]
Subject: RE: [U2] wIntegrate (on Universe) Question

You can try this:

Create a test program and insert the following three lines:

DATA SCRIPT 'QUERY\QUERY.WIS': @AM
EXECUTE WIN.COMLINE
STOP

Compile and catalog test program.

Modify program WIN.COMLINE (usually found in WIN.PROGS file). Locate and
modify the lines:

* Run a script
* At this point, we are assuming that the user input was either a
* script statement, such as:   Set Title This is a window title
* a script ID, as held in the file WIN.SCRIPT.
* or WIN.TRANSFER sent from the PC as a file transfer has been run.
*
3000  IF CMND = WIN.TRANSFER THEN
 CALL @EXECSUB(WIN.TRANSFER,'','')
  END ELSE
 IF SCRIPT.FILE AND LEN(CMND)  100 THEN
READ DUM FROM F.SCRIPT, CMND THEN ;* Did the user enter a script
ID?
   CMND = DUM ;* Yes and its now in variable CMND
END
 END
*
 IF COUNT(CMND,AM) THEN
CALL WIN.HSCRIPTC(CMND)
 END ELSE
CALL WIN.COMSUB(CMND)
 END
*
END
 RETURN
* Run a script
* At this point, we are assuming that the user input was either a
* script statement, such as:   Set Title This is a window title
* a script ID, as held in the file WIN.SCRIPT.
* or WIN.TRANSFER sent from the PC as a file transfer has been run.
*
3000  IF CMND = WIN.TRANSFER THEN
 CALL @EXECSUB(WIN.TRANSFER,'','')
  END ELSE
 IF CMND = WIN.SERVER THEN
CALL @EXECSUB(WIN.SERVER,'','')
 END ELSE
 IF SCRIPT.FILE AND LEN(CMND)  100 THEN
READ DUM FROM F.SCRIPT, CMND THEN ;* Did the user enter a script
ID?
   CMND = DUM ;* Yes and its now in variable CMND
END
 END
*
 IF COUNT(CMND,AM) THEN
CALL WIN.HSCRIPTC(CMND)
 END ELSE
CALL WIN.COMSUB(CMND)
 END
*
END
END
 RETURN

Essentially you're adding the ability to call the routine WIN.SERVER.

From your menu, you should be able to execute the test program.

Regards,  Ian Renfrew

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anthony Dzikiewicz
Sent: Wednesday, December 15, 2004 12:06 PM
To: [EMAIL PROTECTED]
Subject: [U2] wIntegrate (on Universe) Question

I forget if there is a separate group for this product.  If so, sorry.
However, my problem is this;

I am evaluating the wIntegrate product.  One of the uses that we have for
this is the query builder/report viewer.  We have a person who used to
tinker at the command line.  We have long since pulled the plug on this kind
of thing, because they did some 'bad things'.  However, it is nice to let
them have the ability to query the data (after all it is theirs).  So, it
seems wIntegrate can do this for us.  My problem is that you need to be at a
command line to allow wIntegrate to operate.  So, we're back to square one -
user at the command line.

Our system is based on standard Universe menus.  Is there a way to add a
menu option (or create a VOC) that will allow the user to 'mess' with query
builder, etc  ?  I have tried adding WIN.SERVER as a menu option.  However,
this half works.  I created a simple query and tried to put it to the report
writer and it times out, because the WIN.SERVER closes.  If I send it to the
screen, it works ok.

Any workarounds to this ?

Anthony
---
u2-users mailing list
[EMAIL PROTECTED]
To 

RE: [U2] PE downloads have been pulled from IBM's site

2004-12-16 Thread Marilyn Osaka
Hi, I downloaded the files for the Personal Unidata DB about a month ago, so
if you want them, I could get them to you, if it doesn't violate any IBM
licensing. In return, if you can tell me how to install it, I would really
be happy.this is all new to me!
 
Marilyn Osaka
Manager, Data Services/Research
JuneWarren Publishing Ltd.
Phone: (780)944-9333  ext.254

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas Derwin
Sent: Thursday, December 16, 2004 12:07 PM
To: [EMAIL PROTECTED]
Subject: [U2] PE downloads have been pulled from IBM's site

For those who don't get the IBM DB2 newsletter, this arrived today:

--
U2 PE and wIntegrate Downloads to be Temporarily Removed from the Web 

 The personal editions (PE) of UniData and UniVerse have been
 temporarily removed from their location on the U2TechConnect
 website.  We are re-doing the personal editions to better comply
 with IBM licensing and policy guidelines.  The wIntegrate 6 download 
 will also be removed at the end of the year. 
 
 The software is all being moved to IBM's official download 
 area known as the Trials and Beta Site.  We expect to make the 
 personal editions of the latest versions of the U2 databases and 
 wIntegrate 6 available for download at this site in early 2005.  
 Please contact [EMAIL PROTECTED] if you should have any further 
 questions.
--

Wish I had seen some advance notice, so could have downloaded the most
recent files before they were gone.

In my case, that leaves me one generation back, ud60 from Nov/Dec 2002.
Anyone have the newest ones they could share?

In the meantime, grab Wintegrate 6 while you still can!

Regards,
Tom

-
This e-mail and any attachments may contain CONFIDENTIAL information,
including PROTECTED HEALTH INFORMATION. If you are not the intended
recipient, any use or disclosure of this information is STRICTLY
PROHIBITED; you are requested to delete this e-mail and any attachments,
notify the sender immediately, and notify the LabCorp Privacy Officer at
[EMAIL PROTECTED] or call (877) 23-HIPAA / (877) 234-4722.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] PE downloads have been pulled from IBM's site

2004-12-16 Thread Marc Harbeson
If this takes as long as it has to release 6.1PE, then we will still be
waiting in the year 2010.  (Read: Where the hell is 6.1 PE)

IBM moves entirely to slow on crap like this.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas Derwin
Sent: Thursday, December 16, 2004 2:07 PM
To: [EMAIL PROTECTED]
Subject: [U2] PE downloads have been pulled from IBM's site

For those who don't get the IBM DB2 newsletter, this arrived today:

--
U2 PE and wIntegrate Downloads to be Temporarily Removed from the Web 

 The personal editions (PE) of UniData and UniVerse have been
 temporarily removed from their location on the U2TechConnect
 website.  We are re-doing the personal editions to better comply
 with IBM licensing and policy guidelines.  The wIntegrate 6 download 
 will also be removed at the end of the year. 
 
 The software is all being moved to IBM's official download 
 area known as the Trials and Beta Site.  We expect to make the 
 personal editions of the latest versions of the U2 databases and 
 wIntegrate 6 available for download at this site in early 2005.  
 Please contact [EMAIL PROTECTED] if you should have any further 
 questions.
--

Wish I had seen some advance notice, so could have downloaded the most
recent files before they were gone.

In my case, that leaves me one generation back, ud60 from Nov/Dec 2002.
Anyone have the newest ones they could share?

In the meantime, grab Wintegrate 6 while you still can!

Regards,
Tom

-
This e-mail and any attachments may contain CONFIDENTIAL information,
including PROTECTED HEALTH INFORMATION. If you are not the intended
recipient, any use or disclosure of this information is STRICTLY
PROHIBITED; you are requested to delete this e-mail and any attachments,
notify the sender immediately, and notify the LabCorp Privacy Officer at
[EMAIL PROTECTED] or call (877) 23-HIPAA / (877) 234-4722.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] SB Client 5.0 and XP SP2

2004-12-16 Thread Kevin King
I believe it's a documented issue that you must be a local
administrator to use SBClient on the PC. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of P. Eghbal
Sent: Thursday, December 16, 2004 1:37 PM
To: [EMAIL PROTECTED]
Subject: [U2] SB Client 5.0 and XP SP2

After installation of SB Client, the administrator can run it fine,
but a domain user gets a message that Ardent Software\.\TU is not
a valid acct.

Has anyone seen/been able to resolve this?

TIA,
Paul




__
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] wIntegrate (on Universe) Question

2004-12-16 Thread Anthony Dzikiewicz
When I do the same this works as good as it does for you.

Thanks for the help
Anthony

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill H.
Sent: Thursday, December 16, 2004 7:29 PM
To: [EMAIL PROTECTED]
Subject: RE: [U2] wIntegrate (on Universe) Question 


Anthony:

I implemented this in our menu structure by using our standard TCL shell
program (the usual tcl stacker program).  So, before I actually run the
wIntegrate call I automatically exit the menu to our TCL shell.  Then the
query is run.

When it's finished the user is back at the shell with whatever restrictions
they own (if restricted then anything they press returns them to the menu).

If I just execute the following code (as a separate cataloged program from
within a BASIC menu program):

*
** Run process to start wIntegrate script
SCRIPT = 'Chain query\query.wis' ; * path that contains the qb script CALL
WIN.COMSUB(SCRIPT) EXECUTE \WIN.SERVER\

I get the query builder screen and the report and I'm returned to the menu
instead of viewing the last page (which is why I route everything through
the TCL shell).

Hope this helps.

Bill

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Anthony 
 Dzikiewicz
 Sent: Thursday, December 16, 2004 12:16 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [U2] wIntegrate (on Universe) Question


 Yeah  WIN.SERVER is good.
 If you are at a command prompt all of this works just peachy. However, 
 when you try this from menu it times out.  It times out ONLY when you 
 choose to see the report in the report viewer.  Otherwise, all is 
 fine.  WIntegrate works fine here for anything I do.  It seems like a 
 great product.  The only
 problem I have is that our users all login and get their menus.  NO ONE is
 allowed to break out of a menu to the command line.  WIntegrate
 doesn't like
 this.  It seems that it wasn't designed to do so.

 I do have a 'pseudo command interpreter' that I wrote for those 
 occasions where someone must break out for whatever emergency.  I 
 could program this to allow WIN.SERVER.  My preference is to have this 
 work for users without breaking out of a menu.

 Are you doing this at your place Bill ?  Is your suggestion something 
 that you have working at your place ? If so, then I must be doing 
 something wrong.

 Anthony



  -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]  On Behalf Of Bill H.
 Sent: Thursday, December 16, 2004 12:51 PM
 To:   [EMAIL PROTECTED]
 Subject:  RE: [U2] wIntegrate (on Universe) Question

 Have you cataloged the WIN.PROGS in the local account?  WIN.SERVER 
 must be able to be executed for the query.

 Bill

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Anthony 
  Dzikiewicz
  Sent: Thursday, December 16, 2004 6:57 AM
  To: [EMAIL PROTECTED]
  Subject: RE: [U2] wIntegrate (on Universe) Question
 
 
  Ive just tried this and I get the same result.  I created the 
  program as suggested and put it on a menu.  When you choose that 
  menu option, the query builder pops up.  However, right after you 
  set up the query and
 press ok,
  you are at a 'press any key to continue' on the menu (Universe 
  machine). Meanwhile there is a wIntegrate window trying to pass the 
  data to the report viewer and it times out.
 
  Anthony
 
   -Original Message-
  From:   [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]  On Behalf Of Bill H.
  Sent:   Wednesday, December 15, 2004 2:28 PM
  To: [EMAIL PROTECTED]
  Subject:RE: [U2] wIntegrate (on Universe) Question
 
  Anthony:
 
  Try the following:
 
  ** Run process to start wIntegrate script
  SCRIPT = 'Chain query\query.wis' ; * path that contains the qb 
  script CALL WIN.COMSUB(SCRIPT) EXECUTE \WIN.SERVER\
 
  This will pop open the Query Builder from a BASIC program and you 
  should be able to do what's necessary from there.
 
  Hope this helps.
 
  Bill
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Behalf Of Anthony 
   Dzikiewicz
   Sent: Wednesday, December 15, 2004 9:06 AM
   To: [EMAIL PROTECTED]
   Subject: [U2] wIntegrate (on Universe) Question
  
  
   I forget if there is a separate group for this product.  If so, 
   sorry. However, my problem is this;
  
   I am evaluating the wIntegrate product.  One of the uses that
  we have for
   this is the query builder/report viewer.  We have a person who 
   used to tinker at the command line.  We have long since pulled the 
   plug on this kind of thing, because they did some 'bad things'.  
   However, it is
  nice to let
   them have the ability to query the data (after all it is
  theirs).  So, it
   seems wIntegrate can do this for us.  My problem is that you need 
   to be at a command line to allow wIntegrate to operate.  So, we're 
   back to square one -
   user at the command line.
  
   Our system is based on standard Universe 

RE: [U2] PE downloads have been pulled from IBM's site

2004-12-16 Thread Key Ally
Marylin,
 Welcome to the family. You'll find that the lists are an excellent source 
of all sorts of help.

 As to the if it doesn't violate any IBM licensing... can one of our 
friends on the lists from IBM bless this? It sounds like a reasonable stop gap. 

- Charles Barouch

-- Original Message -
Subject: RE: [U2] PE downloads have been pulled from IBM's site
Date: Thu, 16 Dec 2004 14:05:21 -0700
From: Marilyn Osaka [EMAIL PROTECTED]
To: [EMAIL PROTECTED]


Hi, I downloaded the files for the Personal Unidata DB about a month ago, so
if you want them, I could get them to you, if it doesn't violate any IBM
licensing. In return, if you can tell me how to install it, I would really
be happy.this is all new to me!
 
Marilyn Osaka
Manager, Data Services/Research
JuneWarren Publishing Ltd.
Phone: (780)944-9333  ext.254

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas Derwin
Sent: Thursday, December 16, 2004 12:07 PM
To: [EMAIL PROTECTED]
Subject: [U2] PE downloads have been pulled from IBM's site

For those who don't get the IBM DB2 newsletter, this arrived today:

--
U2 PE and wIntegrate Downloads to be Temporarily Removed from the Web 

 The personal editions (PE) of UniData and UniVerse have been
 temporarily removed from their location on the U2TechConnect
 website.  We are re-doing the personal editions to better comply
 with IBM licensing and policy guidelines.  The wIntegrate 6 download 
 will also be removed at the end of the year. 
 
 The software is all being moved to IBM's official download 
 area known as the Trials and Beta Site.  We expect to make the 
 personal editions of the latest versions of the U2 databases and 
 wIntegrate 6 available for download at this site in early 2005.  
 Please contact [EMAIL PROTECTED] if you should have any further 
 questions.
--

Wish I had seen some advance notice, so could have downloaded the most
recent files before they were gone.

In my case, that leaves me one generation back, ud60 from Nov/Dec 2002.
Anyone have the newest ones they could share?

In the meantime, grab Wintegrate 6 while you still can!

Regards,
Tom

-
This e-mail and any attachments may contain CONFIDENTIAL information,
including PROTECTED HEALTH INFORMATION. If you are not the intended
recipient, any use or disclosure of this information is STRICTLY
PROHIBITED; you are requested to delete this e-mail and any attachments,
notify the sender immediately, and notify the LabCorp Privacy Officer at
[EMAIL PROTECTED] or call (877) 23-HIPAA / (877) 234-4722.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent jusqu'au 27/12/2004. In english : is out of office until December 27th, 2004.

2004-12-16 Thread Herve Balestrieri
I will be out of the office starting  16/12/2004 and will not return until
27/12/2004.

Pour les clients accidant au Support Technique des produits IBM U2,
veuillez renvoyer votre message sur : [EMAIL PROTECTED]
Merci

For non-french speaking customers : If your  IBM U2 products Technical
Support centre is France, please re-send messages to : [EMAIL PROTECTED]
Otherwise, IBM U2 products Technical Support in UK/EMEA email is :
[EMAIL PROTECTED]

Support Technique IBM - Produits U2
IBM Data Management Solutions
Tel.: N0 VERT International   00 800 2535 2535 (France et Belgique)
+44 208 844 3076 (autres pays/other countries)
Fax:  +33 (0) 49 31 45 58
Web: http://www.ibm.com/software/u2/

IBM
Centre de Support Technique IBM Produits U2
7630 - 04S03
Immeuble Marne La Vallie 1
1, Place Jean-Baptiste Climent
93881 Noisy-le-Grand Cedex
France

e-mail Support Technique IBM U2 : [EMAIL PROTECTED]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] wIntegrate (on Universe) Question

2004-12-16 Thread Brian Leach
'Cos plenty of applications already use PageUp to mean - er - page up.
E.g. scrolling up and down a window of multivalues.
Take a screen editor for example: can be very frustrating when the emulator
wants to reserve the cursor keys for itself.
That's when a decent toolbar can help. 

Brian 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Mark Johnson
 Sent: 16 December 2004 05:07
 To: [EMAIL PROTECTED]
 Subject: Re: [U2] wIntegrate (on Universe) Question 
 
 Why do you think they put it behind so many keys. PageUp 
 should be PageUp.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] wIntegrate (on Universe) Question

2004-12-16 Thread Anthony Dzikiewicz
Ive just tried this and I get the same result.  I created the program as
suggested and put it on a menu.  When you choose that menu option, the query
builder pops up.  However, right after you set up the query and press ok,
you are at a 'press any key to continue' on the menu (Universe machine).
Meanwhile there is a wIntegrate window trying to pass the data to the report
viewer and it times out.

Anthony

 -Original Message-
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]  On Behalf Of Bill H.
Sent:   Wednesday, December 15, 2004 2:28 PM
To: [EMAIL PROTECTED]
Subject:RE: [U2] wIntegrate (on Universe) Question

Anthony:

Try the following:

** Run process to start wIntegrate script
SCRIPT = 'Chain query\query.wis' ; * path that contains the qb script
CALL WIN.COMSUB(SCRIPT)
EXECUTE \WIN.SERVER\

This will pop open the Query Builder from a BASIC program and you should be
able to do what's necessary from there.

Hope this helps.

Bill

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Anthony
 Dzikiewicz
 Sent: Wednesday, December 15, 2004 9:06 AM
 To: [EMAIL PROTECTED]
 Subject: [U2] wIntegrate (on Universe) Question


 I forget if there is a separate group for this product.  If so, sorry.
 However, my problem is this;

 I am evaluating the wIntegrate product.  One of the uses that we have for
 this is the query builder/report viewer.  We have a person who used to
 tinker at the command line.  We have long since pulled the plug
 on this kind
 of thing, because they did some 'bad things'.  However, it is nice to let
 them have the ability to query the data (after all it is theirs).  So, it
 seems wIntegrate can do this for us.  My problem is that you need
 to be at a
 command line to allow wIntegrate to operate.  So, we're back to
 square one -
 user at the command line.

 Our system is based on standard Universe menus.  Is there a way to add a
 menu option (or create a VOC) that will allow the user to 'mess'
 with query
 builder, etc  ?  I have tried adding WIN.SERVER as a menu option.
  However,
 this half works.  I created a simple query and tried to put it to
 the report
 writer and it times out, because the WIN.SERVER closes.  If I
 send it to the
 screen, it works ok.

 Any workarounds to this ?

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


RE: [U2] wIntegrate (on Universe) Question

2004-12-16 Thread Anthony Dzikiewicz
Yeah  WIN.SERVER is good.
If you are at a command prompt all of this works just peachy.  However, when
you try this from menu it times out.  It times out ONLY when you choose to
see the report in the report viewer.  Otherwise, all is fine.  WIntegrate
works fine here for anything I do.  It seems like a great product.  The only
problem I have is that our users all login and get their menus.  NO ONE is
allowed to break out of a menu to the command line.  WIntegrate doesn't like
this.  It seems that it wasn't designed to do so.

I do have a 'pseudo command interpreter' that I wrote for those occasions
where someone must break out for whatever emergency.  I could program this
to allow WIN.SERVER.  My preference is to have this work for users without
breaking out of a menu.

Are you doing this at your place Bill ?  Is your suggestion something that
you have working at your place ? If so, then I must be doing something
wrong.

Anthony



 -Original Message-
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]  On Behalf Of Bill H.
Sent:   Thursday, December 16, 2004 12:51 PM
To: [EMAIL PROTECTED]
Subject:RE: [U2] wIntegrate (on Universe) Question

Have you cataloged the WIN.PROGS in the local account?  WIN.SERVER must be
able to be executed for the query.

Bill

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Anthony
 Dzikiewicz
 Sent: Thursday, December 16, 2004 6:57 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [U2] wIntegrate (on Universe) Question


 Ive just tried this and I get the same result.  I created the program as
 suggested and put it on a menu.  When you choose that menu
 option, the query
 builder pops up.  However, right after you set up the query and press ok,
 you are at a 'press any key to continue' on the menu (Universe machine).
 Meanwhile there is a wIntegrate window trying to pass the data to
 the report
 viewer and it times out.

 Anthony

  -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]  On Behalf Of Bill H.
 Sent: Wednesday, December 15, 2004 2:28 PM
 To:   [EMAIL PROTECTED]
 Subject:  RE: [U2] wIntegrate (on Universe) Question

 Anthony:

 Try the following:

 ** Run process to start wIntegrate script
 SCRIPT = 'Chain query\query.wis' ; * path that contains the qb script
 CALL WIN.COMSUB(SCRIPT)
 EXECUTE \WIN.SERVER\

 This will pop open the Query Builder from a BASIC program and you
 should be
 able to do what's necessary from there.

 Hope this helps.

 Bill

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Anthony
  Dzikiewicz
  Sent: Wednesday, December 15, 2004 9:06 AM
  To: [EMAIL PROTECTED]
  Subject: [U2] wIntegrate (on Universe) Question
 
 
  I forget if there is a separate group for this product.  If so, sorry.
  However, my problem is this;
 
  I am evaluating the wIntegrate product.  One of the uses that
 we have for
  this is the query builder/report viewer.  We have a person who used to
  tinker at the command line.  We have long since pulled the plug
  on this kind
  of thing, because they did some 'bad things'.  However, it is
 nice to let
  them have the ability to query the data (after all it is
 theirs).  So, it
  seems wIntegrate can do this for us.  My problem is that you need
  to be at a
  command line to allow wIntegrate to operate.  So, we're back to
  square one -
  user at the command line.
 
  Our system is based on standard Universe menus.  Is there a way to add a
  menu option (or create a VOC) that will allow the user to 'mess'
  with query
  builder, etc  ?  I have tried adding WIN.SERVER as a menu option.
   However,
  this half works.  I created a simple query and tried to put it to
  the report
  writer and it times out, because the WIN.SERVER closes.  If I
  send it to the
  screen, it works ok.
 
  Any workarounds to this ?
 
  Anthony
  ---
  u2-users mailing list
  [EMAIL PROTECTED]
  To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] SB Client 5.0 and XP SP2

2004-12-16 Thread P. Eghbal
After installation of SB Client, the administrator can
run it fine, but a domain user gets a message that
Ardent Software\.\TU is not a valid acct.

Has anyone seen/been able to resolve this?

TIA,
Paul




__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] PE downloads have been pulled from IBM's site

2004-12-16 Thread Thomas Derwin
For those who don't get the IBM DB2 newsletter, this arrived today:

--
U2 PE and wIntegrate Downloads to be Temporarily Removed from the Web 

 The personal editions (PE) of UniData and UniVerse have been
 temporarily removed from their location on the U2TechConnect
 website.  We are re-doing the personal editions to better comply
 with IBM licensing and policy guidelines.  The wIntegrate 6 download 
 will also be removed at the end of the year. 
 
 The software is all being moved to IBM's official download 
 area known as the Trials and Beta Site.  We expect to make the 
 personal editions of the latest versions of the U2 databases and 
 wIntegrate 6 available for download at this site in early 2005.  
 Please contact [EMAIL PROTECTED] if you should have any further 
 questions.
--

Wish I had seen some advance notice, so could have downloaded the most
recent files before they were gone.

In my case, that leaves me one generation back, ud60 from Nov/Dec 2002.
Anyone have the newest ones they could share?

In the meantime, grab Wintegrate 6 while you still can!

Regards,
Tom

-
This e-mail and any attachments may contain CONFIDENTIAL information,
including PROTECTED HEALTH INFORMATION. If you are not the intended
recipient, any use or disclosure of this information is STRICTLY
PROHIBITED; you are requested to delete this e-mail and any attachments,
notify the sender immediately, and notify the LabCorp Privacy Officer at
[EMAIL PROTECTED] or call (877) 23-HIPAA / (877) 234-4722.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Jeremy Woods/WA/QBE/Insurance is out of the office.

2004-12-16 Thread Jeremy Woods
I will be out of the office starting  17/12/2004 and will not return until
20/12/2004.

I will respond to your message when I return.


IMPORTANT NOTICE : The information in this email is confidential and may also
be privileged. If you are not the intended recipient, any use or dissemination
of the information and any disclosure or copying of this email is unauthorised
and strictly prohibited. If you have received this email in error, please
promptly inform us by reply email or telephone. You should also delete this
email and destroy any hard copies produced.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] wIntegrate (on Universe) Question

2004-12-16 Thread Bill H.
Anthony:

I implemented this in our menu structure by using our standard TCL shell
program (the usual tcl stacker program).  So, before I actually run the
wIntegrate call I automatically exit the menu to our TCL shell.  Then the
query is run.

When it's finished the user is back at the shell with whatever restrictions
they own (if restricted then anything they press returns them to the menu).

If I just execute the following code (as a separate cataloged program from
within a BASIC menu program):

*
** Run process to start wIntegrate script
SCRIPT = 'Chain query\query.wis' ; * path that contains the qb script
CALL WIN.COMSUB(SCRIPT)
EXECUTE \WIN.SERVER\

I get the query builder screen and the report and I'm returned to the menu
instead of viewing the last page (which is why I route everything through
the TCL shell).

Hope this helps.

Bill

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Anthony
 Dzikiewicz
 Sent: Thursday, December 16, 2004 12:16 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [U2] wIntegrate (on Universe) Question


 Yeah  WIN.SERVER is good.
 If you are at a command prompt all of this works just peachy.
 However, when
 you try this from menu it times out.  It times out ONLY when you choose to
 see the report in the report viewer.  Otherwise, all is fine.  WIntegrate
 works fine here for anything I do.  It seems like a great
 product.  The only
 problem I have is that our users all login and get their menus.  NO ONE is
 allowed to break out of a menu to the command line.  WIntegrate
 doesn't like
 this.  It seems that it wasn't designed to do so.

 I do have a 'pseudo command interpreter' that I wrote for those occasions
 where someone must break out for whatever emergency.  I could program this
 to allow WIN.SERVER.  My preference is to have this work for users without
 breaking out of a menu.

 Are you doing this at your place Bill ?  Is your suggestion something that
 you have working at your place ? If so, then I must be doing something
 wrong.

 Anthony



  -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]  On Behalf Of Bill H.
 Sent: Thursday, December 16, 2004 12:51 PM
 To:   [EMAIL PROTECTED]
 Subject:  RE: [U2] wIntegrate (on Universe) Question

 Have you cataloged the WIN.PROGS in the local account?  WIN.SERVER must be
 able to be executed for the query.

 Bill

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Anthony
  Dzikiewicz
  Sent: Thursday, December 16, 2004 6:57 AM
  To: [EMAIL PROTECTED]
  Subject: RE: [U2] wIntegrate (on Universe) Question
 
 
  Ive just tried this and I get the same result.  I created the program as
  suggested and put it on a menu.  When you choose that menu
  option, the query
  builder pops up.  However, right after you set up the query and
 press ok,
  you are at a 'press any key to continue' on the menu (Universe machine).
  Meanwhile there is a wIntegrate window trying to pass the data to
  the report
  viewer and it times out.
 
  Anthony
 
   -Original Message-
  From:   [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]  On Behalf Of Bill H.
  Sent:   Wednesday, December 15, 2004 2:28 PM
  To: [EMAIL PROTECTED]
  Subject:RE: [U2] wIntegrate (on Universe) Question
 
  Anthony:
 
  Try the following:
 
  ** Run process to start wIntegrate script
  SCRIPT = 'Chain query\query.wis' ; * path that contains the qb script
  CALL WIN.COMSUB(SCRIPT)
  EXECUTE \WIN.SERVER\
 
  This will pop open the Query Builder from a BASIC program and you
  should be
  able to do what's necessary from there.
 
  Hope this helps.
 
  Bill
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Behalf Of Anthony
   Dzikiewicz
   Sent: Wednesday, December 15, 2004 9:06 AM
   To: [EMAIL PROTECTED]
   Subject: [U2] wIntegrate (on Universe) Question
  
  
   I forget if there is a separate group for this product.  If so, sorry.
   However, my problem is this;
  
   I am evaluating the wIntegrate product.  One of the uses that
  we have for
   this is the query builder/report viewer.  We have a person who used to
   tinker at the command line.  We have long since pulled the plug
   on this kind
   of thing, because they did some 'bad things'.  However, it is
  nice to let
   them have the ability to query the data (after all it is
  theirs).  So, it
   seems wIntegrate can do this for us.  My problem is that you need
   to be at a
   command line to allow wIntegrate to operate.  So, we're back to
   square one -
   user at the command line.
  
   Our system is based on standard Universe menus.  Is there a
 way to add a
   menu option (or create a VOC) that will allow the user to 'mess'
   with query
   builder, etc  ?  I have tried adding WIN.SERVER as a menu option.
However,
   this half works.  I created a simple query and tried to put it to
   the report
   writer and it times out, because the 

RE: [U2] SB Client 5.0 and XP SP2

2004-12-16 Thread kafsat taiyus
Add the user to the power user group that should work.

Regards
Kafsat


-Original Message-
From: P. Eghbal [mailto:[EMAIL PROTECTED] 
Sent: Friday, 17 December 2004 6:37 AM
To: [EMAIL PROTECTED]
Subject: [U2] SB Client 5.0 and XP SP2

After installation of SB Client, the administrator can
run it fine, but a domain user gets a message that
Ardent Software\.\TU is not a valid acct.

Has anyone seen/been able to resolve this?

TIA,
Paul




__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

This email and any attachments are confidential and intended solely for the
use of the person or entity to whom they are addressed. If you are not the
intended recipient, please do not disclose, store, copy or take any action
in reliance on it or them. If you have received this message in error,
please tell us by reply email (or telephone + 61 (0) 3 9274 9100) and delete
all copies on your system. Any opinion, advice or information in this email
is not necessarily that of the owners or officers of this company. Please
advise us immediately if you or your employer do not consent to email for
messages of this type. 

Retail Decisions has taken reasonable precautions to ensure that any
attachment to this email has been swept for viruses. However, we cannot
accept any liability for any damage sustained as a result of software
viruses, and would advise that you carry out your own virus checks before
opening any attachment. Please note that communications sent by or to any
person through our computer system may be viewed by other Retail Decisions
employees or officers strictly in accordance with law.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/