Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QV User Manager (Power Tools 1.2) issues

Hey all,

in customer environment (Win Server 2008, NET 4.0, Qlik 11.00 SR2) I get some issues using qv user manager 11 to delete Named CAL (older than 30 days):

on the application server, when some variables are met a web portal starts the tool through Tomcat service but the process hangs (as Task Manager shows).

The absence of any licenses removal confirms my assumptions.

Tomcat starts up qv user  manager with the correct usage (qv-user-manager.exe --remove=CAL) and the right logon (same user of Qlik Server set up, member of Qlik Admin and Qlik API)

The fact is that the tool works fine when I run it from cmd with the same scope but it can't runs when starts from a service.

Ah I was forgetting...

- another tool (QMS EDX) is working fine with the same workflow (web portal/Tomcat -> command line -> tool);

- after Tomcat restarts, tool seems to works properly;

- after Qlik Server restarts, tool seems to work properly.

I'm hoping someone could provide some guidance or at least let me know if you have ever seen this issues.

Help much appreciated!!! It's causing some problems with customer.

Regards,

Davide


1 Solution

Accepted Solutions
Not applicable
Author

I',ve found and solved the problems:

- user grant on qlik server folder -> I've modified the owner from SYSTEM to setup user of qlik server

- tool code -> I've commented the part in which tool checks the opening of console to read possible users to insert

and now  tool works fine...

Davide

View solution in original post

3 Replies
Not applicable
Author

Hi,

from a log function, qv user manager released this error:

System.ObjectDisposedException: Cannot Access a disposed object.

Object Name: 'System.Net.Sockets.Socket'.

Which object can it not access?

The problem maybe come from user or grant used by web portal/Tomcat service?

StefanBackstrand
Partner - Specialist
Partner - Specialist

Is this error the one that you get when you try and run the tool from Tomcat?

Not applicable
Author

I',ve found and solved the problems:

- user grant on qlik server folder -> I've modified the owner from SYSTEM to setup user of qlik server

- tool code -> I've commented the part in which tool checks the opening of console to read possible users to insert

and now  tool works fine...

Davide