Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This video shows you how to import users and groups from an active directory controller into Qlik NPrinting through the REST API. This will help you to keep your group and users in Active Directory and NPrinting in sync.
The AdSync to NPrinting tool is a C# library that is available in GitHub. https://github.com/qlik-oss/nprinting-adsync
Take a look at this video to start working with this tool
does the toll presented in the video work with Version 16, as my company has not upgraded yet.
Hi Daniel,
the tool doesn't work in NPrinting 16 because it use the User/Groups API that has been introduced starting from the version 17.3.
Hi,
Qlik NPrinting 16 can import users from LDAP services natively. It doesn't need an external tool.
Refer to Import Users from LDAP Directory Subfolders
Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Hi guys, can anybody help me with this:
Thanks a lot!
Suggestion from a developer.
It seems an error related with an Active Directory connection. Try to set your IP address
<!-- Properties specifying how to access the Domain Controller. -->
<add key="url" value="XXX.YYY.ZZZ.KKK:389" />
in the configuration file
Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Hi I have been trying today to get this working keep getting the same issue when the exe...
I built the app OK and think I have setup the config file also OK.
Just don't know what is going wrong, any help would be great
Lee
Hi,
It is an authentication issue.
The user used to login into Qlik NPrinting is the same user that is running the script in the command line window. So be sure that the user that is opening the command line is available in Qlik NPrinting with an admin role.
Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.
Many thanks Ruggero, thats now working perfect !
Thanks
Lee
Hi,
I have the same issue :
No issue during the build, and I also checked in the nPrinting Server that the user exists :
and has the admin role :
Any other idea where the error can come from please ?
Thanks
Romain