UniVerse user limit has been reached

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
anupam
Participant
Posts: 172
Joined: Fri Apr 04, 2003 10:51 pm
Location: India

UniVerse user limit has been reached

Post by anupam »

In our development Box, today we faced a strange kind of problem. Suddenly no client was able to connect to the server.

The error which we saw was:

Code: Select all

UniVerse user limit has been reached, and license cleanup failed.

We investigated, but could not found any thing. We executed uvlictool and the output is given below.

Code: Select all

No. Pid, Package  Device name             IP address      Device sub-key
1   7346                                                                          
2   18916                                                                         
3   26367                                                                         
4   24206                                                                         
4 license seats are in use.
0 license seats are available.
We killed these pids, still of no luck. Finally,We restarted the engine, and every thing was fine again.

What is the root cause for this kind of error.
----------------
Rgds,
Anupam
----------------
The future is not something we enter. The future is something we create.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I would think just failed / broken connections that failed to cleanup properly. :?

You might want to search the forum for posts on the DEADLOCK daemon. It would help with issues like this and has been discussed quite thoroughly in the past here.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The PC from which you've failed to connect has a DataStage client licence that is authorised for four users installed. (Actually, it's on the first client that connected to that server, rather from the one that failed, from which the licence count is set.)

When it connects, it finds that four clients are already connected, so gives you this error.

It attempts to clean up the licence count on the server, in case any are defunct users, but this fails possibly because there are genuinely four clients connected.

If you have one, you can re-install the client using a licence that supports more than four simultaneous connections.

You can find out how many users a client is licensed for using the Windows registry editor and looking for the Limit value under the hive HKEY_LOCAL_MACHINE\Software\Ascential Software\DataStage Client (depending on exactly how you installed the client). Make sure you use the Options menu to select Read-only mode as the first thing you do before opening the registry editor.

Note that changing this value is insufficient to change the licensing. Don't even think of trying it - you will invalidate your licence. :!:
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply