Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have developed couple of NPrinting templates using NPrinting designer at the development environment and now I want to move those templates to production environment. So any idea how to do that? Is I have to create all template at production again?
Please give me an instruction for that.
Thanks,
Sandip
depending on NPrinitng versions you will have different answers
16 or 17?
Hi Sandip,
Try to do below steps, before doing this step just make sure DEV & Prod using same NPrint version
1) simply you have to create one environment variable like below example,
evProjectRoot = \\FileServer\qv-dev
Use that everywhere in your project (NSQ). E.g.,
%evProjectRoot %\SampleNprint.qvw
%evProjectRoot %\ExcelReport template.xlsx
2) after saved your report like above project folder then just Copy that project folder and move to production and it should run
below list files to be inside your project folder
%evProjectRoot %\SampleNprint.qvw
%evProjectRoot %\SampleNprint.nsq
%evProjectRoot %\ExcelReport template.xlsx
Hope this helps you
Regards,
Deva