Re: [U2] PrepareXML problem - relocation error

2009-06-12 Thread Herve Balestrieri
Patrick,

You likely have UniVerse product executable re-built to include some 
additional developments of your own as UniVerse GCI functions, as an 
other user had (see : 
http://www.nabble.com/new-universe-shell-errors-after-rebuild-td752125.html 
)
You would have to check if your UniVerse shell executable have been 
re-built using the normal product (UniVerse GCI module) procedures, or 
if you have your own specific makefiles. Because problem is likely 
coming from improper linking options taken while re-building UniVerse with 
GCI additional functions.
In case normal procedures have been followed, I would recommend you to 
call IBM U2 Support.

Hope this will help,

Herve Balestrieri

Program test: Line 2, Can't load /u1/uv/bin/libxerces-c1_6_0.so: 
ld.so.1: uvsh: fatal: relocation error: file 
/u1/uv/bin/libxerces-c1_6_0.so: symbol __1cG__CrunKpure_error6F_v_: 
referenced symbol not found 
error message ''Error when preparing XML document

The library libxerces-c1_6_0.so exists in the required path and does not 
seem to be damaged.

 Hi all!
 
 I already posted in the U2-UserGroup forum, but no answers till now.
 Maybe here in the mailing list there's more traffic to find any help.
 Below is a link to my problem:
 
 http://212.241.202.162/cms/cmsforum.wsp?action=topicforum=6topic=459
 
 Thanks for any help and greets from Pat
 


Sauf indication contraire ci-dessus:/ Unless stated otherwise above:
Compagnie IBM France
Siège Social : Tour Descartes, 2, avenue Gambetta, La Défense 5, 92400 
Courbevoie
RCS Nanterre 552 118 465
Forme Sociale : S.A.S.
Capital Social : 609.751.783,30 ?
SIREN/SIRET : 552 118 465 02430

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Fw: [U2] locking question

2008-07-02 Thread Herve Balestrieri
I'd say that if you don't have locking problems, and as there is not a
great difference from 97 to 110, that would mean that your applications
are not requiring more locks.
The recommendation is to make sure that all users will have sufficient
room for locking, and will not get an error like : READU threshold
reached, lock on %s denied!

 Is the rule of thumb about the value of GSEMNUM valid for other systems?
 We are running UV 10.2.3 on Win2003 server with a 110 UV user license.
 Our VAR set GSEMNUM to 97. Is this likely to cause any problems?

 I hasten to say we have no locking issues on our system.

 Thanks,

 Laure Hansen

Sauf indication contraire ci-dessus:/ Unless stated otherwise above:
Compagnie IBM France
Sihge Social : Tour Descartes, 2, avenue Gambetta, La Difense 5, 92400
Courbevoie
RCS Nanterre 552 118 465
Forme Sociale : S.A.S.
Capital Social : 542.737.118 euros
SIREN/SIRET : 552 118 465 02430
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] locking question

2008-07-01 Thread Herve Balestrieri
If you are sure that this is a Group lock (of what type ?), you may adjust
the UniVerse parameter PAKTIME, which stands for the duration of a Group
lock corresponding to the record displayed just before the Press any key
to continue... prompt.
Reason being for that parameter that when a LIST displays records at a
terminal, the item at the bottom may span to the next page which is not
yet displayed. If it was possible to update that record while it is
displayed, you would see the first part of the record as you picked it,
and, after the Press any key to continue if the record is updated by
other, the second part may have a chance to be inconsistent with the first
part.
Other recommendations:
- Be sure that you have a GSEMNUM parameter = a prime number larger than
the number of users in your UniVerse licence (as a rule of thumb)
- Check if the file involved with that Group lock have appropriate sizing
: Small files accessed with high frequency are generally neglected and
would have proportionally to the number of records a larger modulo than
larger files (i.e.: NO files under modulo 11 is a good practice).

Hope this will help,

Herve Balestrieri

Sauf indication contraire ci-dessus:/ Unless stated otherwise above:
Compagnie IBM France
Sihge Social : Tour Descartes, 2, avenue Gambetta, La Difense 5, 92400
Courbevoie
RCS Nanterre 552 118 465
Forme Sociale : S.A.S.
Capital Social : 542.737.118 euros
SIREN/SIRET : 552 118 465 02430
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Universe 10.1 Itype possible parsing problem

2008-01-09 Thread Herve Balestrieri
This interesting feature is reproduced also at release 9.5.1 of UniVerse
(and likely from the beginning), but this one was not yet referenced at
IBM nor its predecessors.
Note that compiling the DICTionary displays something abnormal that could
alert on the problem :

CD VOCLIB
Compiling CRAMMED.
IF @RECORD  3 = @RECORD  6  THEN  3 = @RECORD  6  THEN 1 ELSE -1
Compiling NICELY.SPACED.
IF @RECORD  3  = @RECORD  6  THEN 1 ELSE -1


If you have a Maintenance Contract available, do not hesitate to raise a
Technical Support call for an official request for a fix (But, however,
I'm afraid it will be treated with a low priority).

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


Re: [U2] Denial Of Service in UVRPC Universe

2007-09-20 Thread Herve Balestrieri
Augusto,

The UniRPC protocol hanging when contacted by other network protocols
working on the same TCP port is not exactly what we could name a bug.
But, for the very true reasons you exposed, enhancements have been made in
UniRPC daemon (unirpcd executable) to handle smoothly the case of
unexpected packets causing the daemon to hang, as the UniRPC applicative
protocol doesn't know about any of the others high-level protocols such as
telnet, ftp, and so on.

A new unirpcd parameter = -timeout tt, with tt in seconds allows the
UniRPC daemon to handle smoothly this situation.
We recommend the timeout value to be the smallest as your network can
support, because for the duration of the timeout, the UniRPC daemon is
actually hanging, but in a controlled manner, and no more UniRPC
connections can be accepted.
A value of 15 seconds seems generally the largest acceptable value on most
sites, so it could be reduced on purpose.

Note that this parameter exists for UniVerse on Windows platform starting
at release 10.1.23 for releases 10.1.x and 10.2.3 for releases 10.2.x.
The procedure to get it enabled through Windows Services Manager is
documented in the patchlist file accessible on :
https://www-927.ibm.com/software/data/u2/support/u2techconnect/downloads/readme/UV-10.1.23.zip

Have to look at Issue # 9074.

On UNIX platforms, the -timeout parameter was altready existing in the
early releases 10.0.x (and UniData 6.0.x), (and it's much easier to have it
enabled at system command line !).

Hope this will help.

P.S: The answer here is one more reason to attend to U2U in IBM Bedfont
Lakes (Feltham) as my manager suggested !...

Regards,

Herve' Balestrieri

 Hi all.

 If you do a telnet against any Universe server on port 31438 (I have
tested
 it on Universe 10.0.10 in Windows, Universe 10.0.20 in Linux and Universe

 10.0.6 in HP-UX), you will have something very similar to a Denial Of
 Service on this port 31438:
 -all previous UVRPC established sessions keep on working without
 problem, but
 -any subsequent tries to start new UVRPC sessions, will timeout with
 Error returned from connect = 81015.

 The problem desappears when the PC client closes the telnet session. (Or
you
 can restart UniVerse or the whole server...)

 Could someone tell me if is it a normal behaviour or is it a unirpcd bug?
 Is there any way of detect or avoid this kind of sessions?
 Could it be the same problem that some viruses (like Blaster) causes on
 UVRPC of Universe Servers?

 Any help will be apreciated.

 Regards,
 __
 Augusto Alonso Alonso
 IT Manager
 Quiter Servicios Informaticos S.L.
 [EMAIL PROTECTED]
 www.quiter.com
 __
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Basic developments reverse engineering tool ?

2007-06-27 Thread Herve Balestrieri
Does it exists a (marketed?) tool for MV databases (i.e UniVerse) that
would allow
to make the reverse engineering of an application, based on automated
Basic source code analysis ?

Thanks for any information.

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


Re: [U2] Basic developments reverse engineering tool ?

2007-06-27 Thread Herve Balestrieri
To clarify the inquiry : I am seeking for a tool reading Basic source code
modules and producing a technical documentation of an application
automatically.
This is not the purpose of an object code decompiler.

Thanks

Herve' Balestrieri

 There was UN-Basic that took compiled code and reverted it back to source
 code.
 My 1 cent
 Mark Johnson
 - Original Message -
 From: Herve Balestrieri [EMAIL PROTECTED]

  Does it exists a (marketed?) tool for MV databases (i.e UniVerse) that
  would allow
  to make the reverse engineering of an application, based on automated
  Basic source code analysis ?
 
  Thanks for any information.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UV.ACCESS Record Structure

2006-09-18 Thread Herve Balestrieri
Perry,

I am to publish an article in IBM Knowledge Base on this topic. Here are
the details that might help you :

The format of an UV.ACCESS record is :
AMC   Column  Label   S/M Comment

0 @ID FunctionSingle  a String recognized by the
UniVerse administration tool concerned (1)

1 Users   Users   Multivalued System login authorized for the
corresponding Function with the privileges
  listed in field Privileges

2 Privileges  Privileges  Multivalued value = READ or WRITE : a
unique pair of character strings mentionning
  the SQL rights granted for the
corresponding administrative Function for
  the administrators listed in the
Users field

(1) This string is hard coded in the product tools for these processes,
which are setup by default in the UV.ACCESS file

The good point you ask about is regarding the number of multivalues in the
2nd field of the record.
Per my understanding, the actual logic of the internal function querying
the special permissions appears someway curious in that it does not give an
option to setup access rights per user, but only for all the users listed
in field #1.
In your example, if you want to add to a specific user (I'll name it
UVTLRADM) the ability to Activate-Deactivate files for logging, the
following would be sufficient :

CT UV.ACCESS LOG_ACT
 LOG_ACT
0001 uvadm}root}NT AUTHORITY\system}UVTLRADM
0002 READ}WRITE

But, it you want to revoke the NT AUTHORITY\system user this right, you
would have :

CT UV.ACCESS LOG_ACT
 LOG_ACT
0001 uvadm}root}UVTLRADM
0002 READ}WRITE


Hope this will help.

Hervi BALESTRIERI
Support Technique Avanci - Produits U2
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UV.ACCESS Record Structure

2006-09-18 Thread Herve Balestrieri
Important precision : The UV.ACCESS file is used only in case of
accessing UniVerse SQL tables.
This is NOT a security backdoor to access files not declared as SQL tables
!...

Hervi BALESTRIERI
Support Technique Avanci - Produits U2
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Fw: [U2] [UV] QSELECT in transaction

2006-08-02 Thread Herve Balestrieri
 QSELECT builds a SELECTed list of values, which operation is also

 possible with the SELECT statement, as noted.

 But the QSELECT statement have some options that implies a Read

 operation from the SAVEDLISTS file. It is assumed that, the

 SAVEDLISTS file being generally a Type 1 or 19 file, a Transaction

 cannot be ensured on this type of file. Subsequently, QSELECT is not

 permitted at all.

 If the equivalent of a QSELECT satement is to be performed in an

 Transactionnal application, the various steps to be executed would have to

 be explicitly programmed within the Transaction. In that sort of

 workaround programming, the programmer and applicative layer instead of

 the database engine are made responsible for application data consistency.


 An enhancement request could be raised toward IBM to allow in transactions
 those of the QSELECT syntaxes which are not involving the SAVEDLIST
file.
 Though, I doubt the UniVerse Basic Run Machine has the ability to
differentiate
 these syntaxes on the fly, so the restriction was made to easily secure

 the transaction in all cases.


Hervi BALESTRIERI

Support Technique Avanci - IBM France
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [uv] Help with SQL select

2006-06-28 Thread Herve Balestrieri
Stuart,

UniVerse SQL SELECT DISTINCT and RetrieVe SELECT ... SAVING UNIQUE ...
(which are semantically identical queries) need the UniVerse parameter
ALLOWMARKS=1 to work with medium-large queries. This parameter is set by
default = 0.
There is an enhancement request at IBM for documenting this behaviour
(ECase 7837), as it has been stated to be permanent in UniVerse.

The DISTINCT or SAVING UNIQUE clauses make the query engine internally
building a B-tree in memory, but when a certain amount of data is to be
treated, this memory is flushed into a temporary B-Tree file growing with
the rest of the selected field concerned. By design, the Record IDs written
into this particularType 25 temporary file are containing marks, thus the
problem with the ALLOWMARKS parameter = 0.

Hope this will help.

Regards,

Hervi BALESTRIERI
Support Technique Avanci - Produits U2
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent ce Lundi 06/02/2006 et sera de retour Mardi 07/02/2006. In english : is out of office today Tuesday February 6th. I will be back on Thrusday February 7th

2006-02-06 Thread Herve Balestrieri
I will be out of the office starting  06/02/2006 and will not return until
07/02/2006.

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent ce Mardi 10/01/2005 et sera de retour Mercredi 11/01/2006. In english : is out of office today Tuesday January 10th. I will be back on Wednesday January

2006-01-09 Thread Herve Balestrieri
I will be out of the office starting  10/01/2006 and will not return until
11/01/2006.

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent du Lundi 19/12/2005 et sera de retour le Jeudi 29/12/2005. In english : is out of office today Monday December 19th. I will be back on Thursday December

2005-12-21 Thread Herve Balestrieri
I will be out of the office starting  19/12/2005 and will not return until
29/12/2005.

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] VOC pointer replaced

2005-12-06 Thread Herve Balestrieri
Open a session in UNIX shell. Then :

$ cd ACCOUNT_DIRECTORY
$ `cat /.uvhome`/bin/UVwrite VOC VOC F VOC D_VOC

... For your customized NEWACC file, you could do, when logged in UNIX as
the UniVerse Administrator :

$ cd `cat /.uvhome`
$ `cat /.uvhome`/bin/UVdelete NEWACC/NEWACC VOC

Hope this will help

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


Re: [U2] [UV] PORT.STATUS From Unix

2005-11-23 Thread Herve Balestrieri
When there is no UNIX session logged into UniVerse, you can setup an inode
link with the list_readu executable to run UNLOCK commands from UNIX :

# cd `cat /.uvhome`
# ln bin/list_readu  bin/unlock
# bin/unlock LOGINLOCK SEMAPHORE

Same would apply to run port.status commands from UNIX :

# ln bin/list_readu  bin/port.status

Hope this will help,

Hervi BALESTRIERI
Support Technique Avanci - Produits U2
IBM Software Group - DB2 Information Management Software
Web   : http://www.ibm.com/software/u2/
- Forwarded by Herve Balestrieri/France/IBM on 23/11/2005 15:54 -
   
 Perry Taylor
 [EMAIL PROTECTED] 
 med.com   To 
 Sent by:  u2-users@listserver.u2ug.org  
 [EMAIL PROTECTED]  cc 
 stserver.u2ug.org 
   Subject 
   RE: [U2] [UV] PORT.STATUS From Unix 
 23/11/2005 15:27  
   
   
 Please respond to 
 u2-users  
   
   




Hrm.  Good info.

How would one go about finding a hung port.status semphore?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stevenson,
Charles
Sent: Tuesday, November 22, 2005 9:46 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UV] PORT.STATUS From Unix

 From: Perry Taylor

 What would be the indications/complications of this happening?

No one else can run port.status until the port.status semaphore is
cleared.

A more dangerous similar example is locking the login semaphore.
Logins to UV shell are singlethreaded via this semaphore.
uvlictool apparently sets the semaphore so it can do its thing in peace.
If you run uvlictool and pipe the results to a typo (gerp instead of
grep is one of my favorites), then uvlictool aborts without clearing
the semaphore  no one can log in.
At that point root needs to do UNLOCK LOGINLOCK SEMAPHORE.
Provided root is already logged in!
Don't know what happens if you don't have already have a superuser
Universe session established.  I generally keep one session like that in
the computer room.

My workaround is to never run uvlictool directly, but only via a script
that runs it cleanly, captures the result the spits it back out.  I can
then pipe stdout with impugnity.

   $cat /usr/local/bin/uvlicc
   #!/bin/sh
   # uvlictool workaround.  (see uvlicr, too.)
   # Can't handle being piped to an error without leaving uv login
semaphore set.
   # (GTAR 31205)  08/12/02  CDS
   `cat /.uvhome`/bin/uvlictool  clean_lic -a  /tmp/uvlicc.txt ; cat
/tmp/uvlicc.txt

   $cat /usr/local/bin/uvlicr
   #!/bin/sh
   # uvlictool workaround.  (see uvlicc, too.)
   # Can't handle being piped to an error without leaving uv login
semaphore set.
   # (GTAR 31205)  08/12/02  CDS
   `cat /.uvhome`/bin/uvlictool report_lic /tmp/uvlicr.txt ; cat
/tmp/uvlicr.txt

This is kinda rinkydink too, because if userA runs uvlicr, the /tmp file
gets created and is not overwritten when userB runs it.  uvlicc is not a
problem since only superuser can run it.

 From: Stevenson, Charles
 yeahbut,  be careful not to leave the semaphore set via miss-typing:
 For example if you did:
$port.status | asdfasf   (where asdfasf  is garbage.)
 You'll need superuser (or uv administrator?) to do
UNLOCK PSTATLOCK SEMAPHORE
 from TCL.

  From: Rod Hills
 
  If you display the VOC entry for PORT.STATUS you'll see it calls
  list_readu. Just cd /u1/uv/bin then ln list_readu port.status.
 
  Then you can run port.status at the unix level.
 
  From: Perry Taylor
  Does anyone know of a way to run PORT.STATUS externally?  I want to
  process it's output in a shell script without the overhead
 of starting

  up uvsh.  Something akin to running smat -r to get the same
 output as
  LIST.READU from with uvsh.  Any ideas?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information.  Any unauthorized review, use, disclosure or
distribution is prohibited. ZirMed, Inc. has strict policies

RE: [U2] [UV] PORT.STATUS From Unix

2005-11-23 Thread Herve Balestrieri
Starting at release 10.1.15, the problem with uvlictool hanging UniVerse
when issuing to a pipe will be fixed (ECase 7640*USA).

When hung on the Port status semaphore, the State column would show = 1
as follow :

   Port status State  Netnode Owner Collisions Retries
   Semaphore #   1 10 0  1  13

(I've seen this only once in 10 years supporting UniVerse...)

The Collisions and Retries columns are mentionning occurences of
conflicts in concurrent access toward this semaphore. Since this semaphore
is used only for internal purposes by the PORT.STATUS command, in
operating normally, such conflicts on the Port status semaphore would not
occur because the PORT.STATUS command is a Database Administrator command
that can be accessed only from the UniVerse Administration account
(installation account). What would you think of a Database administered
simultaneously by several concurrent Database Administrators ?

It's worth knowing that, in its internal mechanism, the PORT.STATUS
command queries by a signal SIG_USR2 all the database sessions to put in
their Printer Shared Memory segment their most recent Last command
processed. Then, for every database session, PORT.STATUS attaches to
each Disk Shared Memory segment, passes the information to a memory
buffer in the Disk Shared Memory segment, detach from the Disk Shared
Memory segment, reads this information from the central buffer and formats
the displayed output, each user one after the other.

Note that since release 9.6.x of UniVerse, the PORT.STATUS command may
not display ALL UniVerse interactive sessions : If, for any reason, it is
failing to attach and get the information from a given user's Printer
Shared Memory segment, PORT.STATUS just continues processing with next
session, leaving the unaccessible user's session not mentionned in its
report. The PHANTOM sessions are just mentionned unavailable when such
event occurs.

Regards,

Hervi BALESTRIERI
Support Technique Avanci - Produits U2
IBM Software Group - DB2 Information Management Software
Web   : http://www.ibm.com/software/u2/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent du Vendredi 22/10/2005 et sera de retour le Jeudi 03/11/2005. In english : is out of office fromFriday October 22th. and will be back on Thursday Novembe

2005-10-20 Thread Herve Balestrieri
I will be out of the office starting  21/10/2005 and will not return until
03/11/2005.

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent du Vendredi 22/10/2005 et sera de retour le Jeudi 03/11/2005. In english : is out of office today Tuesday October 4th. I will be back on Wednesday Octobe

2005-10-20 Thread Herve Balestrieri
I will be out of the office starting  21/10/2005 and will not return until
03/11/2005.

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent ce jour Mardi 04/09/2005 et sera de retour le Mercredi 05/09/2005. In english : is out of office today Tuesday October 4th. I will be back on Wednesday

2005-10-03 Thread Herve Balestrieri
I will be out of the office starting  04/10/2005 and will not return until
05/10/2005.

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent ce jour Mercredi 28/09/2005 et sera de retour le Jeudi 29/09/2005. In english : is out of office today Wednesday September 28th. I will be back on Thursd

2005-09-27 Thread Herve Balestrieri
I will be out of the office starting  28/09/2005 and will not return until
29/09/2005.

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent du 15/08/2005 au 26/08/2005 (inclus). In english : is out of office from August 15th until August 26th 2005 (included).

2005-08-15 Thread Herve Balestrieri
I will be out of the office starting  15/08/2005 and will not return until
29/08/2005.

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent le 05/08/2005. In english : is out of office Friday August 5th, 2005.

2005-08-04 Thread Herve Balestrieri
I will be out of the office starting  05/08/2005 and will not return until
08/08/2005.

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent du 08/07/2005 au 16/07/2005 inclus. In english : is out of office until July 18th, 2005.

2005-07-07 Thread Herve Balestrieri
I will be out of the office starting  07/07/2005 and will not return until
18/07/2005.

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent ce jour 03/06/2005. In english : is out of office today Friday June 3rd, 2005.

2005-06-02 Thread Herve Balestrieri
I will be out of the office starting  03/06/2005 and will not return until
06/06/2005.

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
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Herve Balestrieri/France/IBM est absent jusqu'au 7/03/2005. In english : is out of office until March 7th, 2005.

2005-02-25 Thread Herve Balestrieri
I will be out of the office starting  25/02/2005 and will not return until
07/03/2005.

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
u2-users@listserver.u2ug.org
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/


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

2004-08-13 Thread Herve Balestrieri
I will be out of the office starting  13/08/2004 and will not return until
30/08/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] UV on Win2003, refusing new logins, UniAdmin issues RPC errmsg

2004-07-23 Thread Herve Balestrieri
For your information, I had to know of repeated cases where Windows 2003
cannot reboot when the SharedSection third parameter of the Windows
registry entry in question = 8192.
An US U2 Technical Support Analyst told me : The quoted Technical
Bulletin is titled Maximizing performances for UniVerse systems - updated
for UniVerse 9.5.1F... So, theorically, the document wouldn't apply after
this (old) UniVerse release... ;-) In fact, we know that it can apply until
release 9.6.x and on Windows versions earlier than Windows 2003.
But, definitively :
- Windows 2003 manages Desktop heap differently than previous Windows
versions (This may have become dynamic... and... this point is not
documented by Microsoft)
- UniVerse Telnet Service at version 10.0.x have the option to Interact
with Desktop, which makes useless for the need of the database this
Windows tuning.
- UniVerse Telnet Service + UniRPC Service at release 10.1 are both able to
Interact with Desktop, and the need for this Windows tuning totally
disappears.

I answered individually to the initial message.

Regards,

Hervi BALESTRIERI
Support Technique Avanci - IBM Data Management - Produits U2
Web   : http://www.ibm.com/software/u2/
- Forwarded by Herve Balestrieri/France/IBM on 23/07/2004 15:34 -
   
 Adrian Matthews 
 Adrian.Matthews@ 
 igindex.co.uk To 
 Sent by:  [EMAIL PROTECTED]  
 [EMAIL PROTECTED]  cc 
 stserver.u2ug.org 
   Subject 
   RE: [U2] UV on Win2003, refusing
 23/07/2004 12:41  new logins, UniAdmin issues  RPC
   errmsg  
   
 Please respond to 
 u2-users  
   
   
   




Try this registry change using RegEdit. You won't be able to run more
than 60 sessions without this change on Windows.

\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
\SessionManager\SubSystems\Windows

If the value is 1024,3072,512, change 512 to 3072.

It is in one of the UV manuals somewhere...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joe Walter
Sent: 22 July 2004 18:04
To: [EMAIL PROTECTED]
Subject: [U2] UV on Win2003, refusing new logins, UniAdmin issues RPC
errmsg

This is about UV 10.1.x on Win2003 server.

I'm completely baffled by this recurring situation.

It goes like this - universe is up and running, lots of users connected,
life is
wonderful.

Sporadically - about two or three times in each
 24 hour period - the system gets into a state where it will not accept
any
 new Universe logins. Users already logged are often unaffected, but any

 attempt to start a new session with Dynamic Connect gets the message

 [Connection Aborted] right away - before telnet prompts for

 username/password are presented.

When the system is in this state, any attempt to use UniAdmin results in
an
error message something like 'RPC error 1' - I'm not sure if that is the
exact
error message, but that's the gist of it.

Tried stop/start all universe services and every time the Universe
Resource and
Universe Telnet services FAIL to restart, but the RPC service restarts
correctly.

Only way out is to reboot the server - which is a big hassle of course
and make
for very unhappy users and sysadmins ;-(

Any ideas comments on this will be highly appreciated.

Thanks much,
joe

People  Technology delivering results
http://www.ClientsFirst-US.com

Joe Walter  Phone-Direct   :
330.867.3851
Senior Product Engineer - Central RegionPhone-Direct   :
330.990.9081
Phone-Main :
866.732.9191
26380 Curtiss Wright Parkway, Suite 108 Fax/Voice Mail :
435.514.5132
Cleveland, OH 44143 mailto:[EMAIL PROTECTED]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


The information contained in this email is strictly confidential and for
the use of the addressee only, unless otherwise indicated. If you are not
the intended recipient, please do not read, copy, use or disclose to others
this message or any