Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
ananyaghosh
Creator III
Creator III

How to deploy NPrinting report from DEV environment to Production ENV?

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

2 Replies
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

depending on NPrinitng versions you will have different answers

16 or 17?

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.
devarasu07
Master II
Master II

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