Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDBC ConnectonPool with Trial version #82

Open
fcortesr opened this issue Mar 15, 2019 · 1 comment
Open

JDBC ConnectonPool with Trial version #82

fcortesr opened this issue Mar 15, 2019 · 1 comment

Comments

@fcortesr
Copy link

Hi am working with a trial version of UNIDATA i would like to know if jdbc connectionpool datasource is supported with this trial version.

when I tried my code or the examples provided i get an error thrown not very descriptive of the issue that caused it

@mrajkowski
Copy link
Contributor

You would need to have available connection pooling licenses. The easiest way to check is the LISTUSER comand.

`:LISTUSER

Licensed(UDT+CP)/Effective Udt Sql iPhtm Pooled Total

(  32 + 2 ) / 34                         1       0             0           0               1

UDTNO USRNBR UID USRNAME USRTYPE TTY IP-ADDRESS TIME DATE
1 8816 305727 mrajkowsk udt pts/1 Console 11:13:12 Mar 15 2019`

Note that the command shows how many licenses you have in this case 32 udt licenses and 2 Connection pooling licenses ( 32 + 2 ), and we see that none are in use. As for the error, if you try to use CP and there are no licenses, the connection will fail. Does the test of JDBC work if you do not use connection pooling?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants