Re: [U2] Do we need to put a value in UniObject SubKeys

2004-12-12 Thread John Kent
David,
   i am wondering if this property is there to encourage people not to run 
device licensing unless they actually have device licensing.
IBM have plugged up the hole for running sessions as phantoms using sockets, 
will they do the same with COM

jak
- Original Message - 
From: djordan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, March 03, 2015 1:15 AM
Subject: RE: [U2] Do we need to put a value in UniObject SubKeys


Jak
I don't use this property either, I was curious why others were adding 
this
into their code and whether I am missing something.

Regards
David Jordan
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Kent
Sent: Friday, 10 December 2004 8:10 AM
To: [EMAIL PROTECTED]
Subject: Re: [U2] Do we need to put a value in UniObject SubKeys
---
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] Do we need to put a value in UniObject SubKeys

2004-12-11 Thread djordan
Jak

I don't use this property either, I was curious why others were adding this
into their code and whether I am missing something.

Regards

David Jordan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Kent
Sent: Friday, 10 December 2004 8:10 AM
To: [EMAIL PROTECTED]
Subject: Re: [U2] Do we need to put a value in UniObject SubKeys
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Do we need to put a value in UniObject SubKeys

2004-12-10 Thread Adrian Matthews
There is no way to get wIntegrate to share the device license key that is
used by another UniObjects application.

I recently raised this with IBM and they confirmed that it is not possible so
if you have a client PC running a Uniobjects program and a wInegrate session
then they are going to consume 2 normal licenses but you will be able to get
20 device sessions (10 each).



From: [EMAIL PROTECTED] on behalf of David Jordan
Sent: Thu 09/12/2004 20:19
To: [EMAIL PROTECTED]
Subject: RE: [U2] Do we need to put a value in UniObject SubKeys



I have been investigating this further, whether we need to actually apply a
value to subkey in a uniobject client as the IBM documentation explains what
it is, but does not say that anything should be done.

My concern is, if we feed a value into subkey that this would then be
different to the ODBC and wintegrate/dynamic connect subkeys, how does this
then allow the server to recognise that these calls all came from the same
desktop.

I ran a test with a VB program without entering a subkey value and then ran
it multiple times from the desktop.  Running uvlictool this multiple
sessions but they only used one licensed seat which is correct.

I then ran dynamic connect and a session of the VB program and again
uvlictool showed multiple sessions that only took one licensed seat.

However when I ran dynamic connect and multiple VB sessions, the uvlictool
showed 2 seats was consumed. The curly was that the last line said only one
seat was used.  (This may be to do with a bug in the uvlictool that is
supposed to be fixed in the latest release)


Packages in use:   UVCS
2 license seats are in use.
3 license seats are available.

Packages in use:
UVCS has 5 licensed seats and 1 in use.




At the moment I assume we do not need to enter a subkey value.  Can anyone
else confirm this?

Regards

David Jordan
---
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 attachment.  Please also notify the sender by replying to this
email or by telephone +44 (0)20 7896 0011 and then delete the email and any
copies of it.  Opinions, conclusions (etc.) that do not relate to the official
business of this company shall be understood as neither given nor endorsed by
it.  IG Markets Limited and IG Index Plc are authorised and regulated by the
Financial Services Authority and, in Australia, by the Australian Securities
and Investments Commission.

[demime 1.01d removed an attachment of type application/ms-tnef which had a 
name of winmail.dat]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Do we need to put a value in UniObject SubKeys

2004-12-10 Thread Josh Volosov (3)
Hi,

I will be in staff meeting on the morning of 12/10 and will be out of
the office this afternoon.  If a you need an immediate response to your
e-mail please e-mail [EMAIL PROTECTED] or you can call Frank at extension
467.

Thanks and have a great day!

Josh

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


RE: [U2] Do we need to put a value in UniObject SubKeys

2004-12-09 Thread David Jordan
I have been investigating this further, whether we need to actually apply a
value to subkey in a uniobject client as the IBM documentation explains what
it is, but does not say that anything should be done.

My concern is, if we feed a value into subkey that this would then be
different to the ODBC and wintegrate/dynamic connect subkeys, how does this
then allow the server to recognise that these calls all came from the same
desktop.

I ran a test with a VB program without entering a subkey value and then ran
it multiple times from the desktop.  Running uvlictool this multiple
sessions but they only used one licensed seat which is correct.

I then ran dynamic connect and a session of the VB program and again
uvlictool showed multiple sessions that only took one licensed seat.

However when I ran dynamic connect and multiple VB sessions, the uvlictool
showed 2 seats was consumed. The curly was that the last line said only one
seat was used.  (This may be to do with a bug in the uvlictool that is
supposed to be fixed in the latest release)


Packages in use:   UVCS
2 license seats are in use.
3 license seats are available.

Packages in use:
UVCS has 5 licensed seats and 1 in use.




At the moment I assume we do not need to enter a subkey value.  Can anyone
else confirm this?

Regards

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


Re: [U2] Do we need to put a value in UniObject SubKeys

2004-12-09 Thread John Kent
David,
   can you provide the source code for your VB test example
I cant seem to find much in the way of doco on this in the uniobjects doco 
wrt subkey

I can simulate device licensing without using this property but i am not 
sure how long that method of access will remain viable.

jak
- Original Message - 
From: David Jordan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 10, 2004 6:49 AM
Subject: RE: [U2] Do we need to put a value in UniObject SubKeys


I have been investigating this further, whether we need to actually apply a
value to subkey in a uniobject client as the IBM documentation explains 
what
it is, but does not say that anything should be done.

My concern is, if we feed a value into subkey that this would then be
different to the ODBC and wintegrate/dynamic connect subkeys, how does 
this
then allow the server to recognise that these calls all came from the same
desktop.

I ran a test with a VB program without entering a subkey value and then 
ran
it multiple times from the desktop.  Running uvlictool this multiple
sessions but they only used one licensed seat which is correct.

I then ran dynamic connect and a session of the VB program and again
uvlictool showed multiple sessions that only took one licensed seat.
However when I ran dynamic connect and multiple VB sessions, the uvlictool
showed 2 seats was consumed. The curly was that the last line said only 
one
seat was used.  (This may be to do with a bug in the uvlictool that is
supposed to be fixed in the latest release)

   Packages in use:   UVCS
2 license seats are in use.
3 license seats are available.
   Packages in use:
   UVCS has 5 licensed seats and 1 in use.

At the moment I assume we do not need to enter a subkey value.  Can anyone
else confirm this?
Regards
David Jordan
---
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/