Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I'm trying to find a step by step guide on how to connect to nprinting repository and fetching data into QlikView (do not want a guide on Qlik Sense).
I have looked at https://support.qlik.com/articles/000026032 however i can't find pgAdmin3.exe (do i need to download it from somewhere?)
A step by step guide using QlikView would be great.
I agree with @Ruggero_Piccoli that this is something you should avoid doing.
If you insist to do that anyway you should have at least basic understanding how to connect to PostgreSQL database. Therefore I am not giving away details and step by step instructions as this is something only people with confidence and knowledge should do.
Below are high level steps.
As soon as you connect to DB you are on your own, so make sure you have db backup (usually it is done via pg_dump), with NPrinting there are detailed steps described on help.qlik.com how to take a backup of NPrinting repository.
good luck.
I have given up this project due to lack of time and constant development of NPrinting which requires changes to Repository DB structure, hence it would require me to keep updating my app.
My goal was to actually allow to filter which QlikView/Qlik Sense objects were used in reports so I could easily manage them in Qlik apps. This would require me to extract JSON arrays recorded in postgres which due to many levels of nested arrays made the whole thing hard.
If you dont need this level of detail then the actual repository db is very straight forward. Depending what information you need from it, the level of integration between reports, task, users etc... you should be able easily build a working model. Few days ago there was a question regarding which users are recieving which reports. I put up some load script quickly which you can see here:
cheers
Lech
Thank you, do you also have the step by step guide?
Should i install/open the driver on the server that has QlikView Server services or in Qlik Nprinting server (that has all the services?) more information would be great.
Hi,
You only have to install it on the nprinting server to connect to the progrest database of nprinting.
Hi,
We strongly suggest to avoid to connect to the PostgreSQL Repository. If you damage it your Qlik NPrinting installation could not work any more.
As conseguence there is not an official guide about how to connect.
Best Regards,
Ruggero
Yes we understand that we are connecting to the repository on "our own risk", however due to the lack of easy access to metadata (e.g. like QVPR database in QlikVew) the only way we are able to get this data is by asking for help if anyone else has done it.
I would believe that this question has come up before (even if it's for Qlik Sense) and why QlikTech has not made it easier for us to get this data is beyond me?
So if you buy any chance have access to information on how to do this we are willing to take the chance.
Thank you, however as stated we want to know how to connect to QlikView and not sense.
I agree with @Ruggero_Piccoli that this is something you should avoid doing.
If you insist to do that anyway you should have at least basic understanding how to connect to PostgreSQL database. Therefore I am not giving away details and step by step instructions as this is something only people with confidence and knowledge should do.
Below are high level steps.
As soon as you connect to DB you are on your own, so make sure you have db backup (usually it is done via pg_dump), with NPrinting there are detailed steps described on help.qlik.com how to take a backup of NPrinting repository.
good luck.
Hi,
The parameters of your Qlik NPrinting Repository are the ones you set during the Qlik NPrinting Server installation. Connecting to it is like to connect QlikView to any other installation of a database server.
Instead if you want to use PostgreSQL administration tool you have to refer to its documentation.
Best Regards,
Ruggero
just to clarify:
Connection parameters are the same for QlikView and for Qlik Sense.
The only difference is that Qlik Sense has built in PostgreSQL odbc connector and for QlikView you need to install it manually.
From there steps are the same.