Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Not able to lease license inside citrix server

Hello,

I am able to lease license from my local desktop and other servers. But not able to lease the license inside the Citrix server.

Can you please suggest me some solution

Thanks,

Vinu

1 Solution

Accepted Solutions
krishna_2644
Specialist III
Specialist III

Hi VinuPriya,

We solved this problem by finding out that there was an a failure in the connection to QVS from the desktop.This connection failure was due to Windows WMI issue.

this was confirmed by doing the following tests:

Resolution

To make sure, do the following things:
Start a command line and run this command:
wmic /Failfast:on /node:"localhost" product GET /all
If this command is successfully run, that means WMI has no problem.
If this command returns any failure, that means WMI is not running properly.
Run wmimgmt.msc > Right-click WMI Control (Local), and then click Properties.
If the Properties window shows "Successfully connected to...", WMI has no problem.
If the Properties windows shows "Faild...", WMI is not running properly.
Customer should consult Microsoft Support in order to resolve WMI related issue.


Please close the thread marking the appropriate reply as answered.


Thanks

View solution in original post

8 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

In your Citrix environment, can you use QV Desktop to open a server document (select File->Open in server... and use qvp://YourQlikViewServerName as destination) ? If this doesn't work either, your Citrix environment may block traffic through the QVP port which is 4747.

Note that a user can lease his/her license to only two different Mac-addresses. You cannot lease a license to an unlimited number of environments. (Check QMC->System->Licenses->QlikView Server->Client Access Licenses (CALs)->History for a list of leases).

Peter

Not applicable
Author

Hi Peter,

Thanks for your reply.

In QMC->History tab - the Mac address is not at all available for the particular server.

I have checked license is not leased for more than one time. Also, we can able to access the Access Point and QMC url inside the citrix server.

Can you please explain more about the - Citrix environment may block traffic through the QVP port which is 4747. What we can do to resolve the issue?

Thanks,

Vinupriya

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Leasing is done through the QVP port, which is 4747. Your reach the access point through ports 80 or 443. The Management Console is reached through port 4780. Ask your citrix admin whether traffic through port 4747 is allowed, and if not, ask to open that port.

Peter

Not applicable
Author

Hi Peter,

The issue is resolved by refreshing the user's citrix profiles and by removing their Named CAL, after restart of services we added it back.

Thanks,

Vinupriya

lisalyman
Contributor
Contributor

Peter,

As use of Qlik in our organization grows we would need to expand the use of QlikSense Desktop and QlikView for Windows developer tools in our Citrix environment.  With a limitation of only 2 MAC-addresses per user we are then limited on the load balancing capability within our Citrix cluster.

Does Qlik have any plans to increase or remove that limitation?

Thanks

Peter_Cammaert
Partner - Champion III
Partner - Champion III

AFAIK, no. But I'm not a Qlik employee. For a final statement, you better talk to your Qlik Partner.

However, I'm not entirely sure that this MAC address-limitation blocks you from load balancing QV Desktop in all Citrix environments. Can't test it however, as I don't have access to Citrix anymore.

krishna_2644
Specialist III
Specialist III

Sometimes in Citrix environments we see errors when we try to lease the license.

Check the Settings.ini file once and see if there are any errors/failures in connections or for license Leasing.

1.png

K

krishna_2644
Specialist III
Specialist III

Hi VinuPriya,

We solved this problem by finding out that there was an a failure in the connection to QVS from the desktop.This connection failure was due to Windows WMI issue.

this was confirmed by doing the following tests:

Resolution

To make sure, do the following things:
Start a command line and run this command:
wmic /Failfast:on /node:"localhost" product GET /all
If this command is successfully run, that means WMI has no problem.
If this command returns any failure, that means WMI is not running properly.
Run wmimgmt.msc > Right-click WMI Control (Local), and then click Properties.
If the Properties window shows "Successfully connected to...", WMI has no problem.
If the Properties windows shows "Faild...", WMI is not running properly.
Customer should consult Microsoft Support in order to resolve WMI related issue.


Please close the thread marking the appropriate reply as answered.


Thanks