Where can I see the licensing models available ?
Posts made by projectmavericks
-
RE: jsreport enterprise license
-
RE: Deploying solution on Windows Server
Thanks @jan_blaha that brings alot of clarity. Thank you!
-
RE: Deploying solution on Windows Server
well, I do not have a answer for that. Perhaps, @jan_blaha or @bjrmatos could give us more insight on this (They have suggested this change on another forum post - https://forum.jsreport.net/topic/224/viewing-studio-reports-in-mvc-framework/25 ). Read up if you want to get the context.
I also have a question unanswered -
On what path does the jsreport.exe generally sit ?
On windows server I found it in C:\ Windows \Temp\ .jsreport and on local win 10 machine it was in C:\ Users \ <username> \ .jsreportSo maybe a part of the answer to this could also help you in understanding what privileges would be required. ;)
-
RE: Deploying solution on Windows Server
@shalinparmar - nice! what did the trick ?
-
RE: Deploying solution on Windows Server
Yes you can add logging - flip over to https://jsreport.net/learn/configuration for more details.
-
RE: Strange behaviour when select and copy text from generated PDF
@herbertpimentel - check this https://playground.jsreport.net/studio/workspace/ryW3-I0pZ/14.
Added basic html. I believe that changing to 2.1.1 should have solved your problem. I tested on Firefox 56.0.1 and Edge. It worked on both PFB -
problem with text selection.pdf
-
RE: Deploying solution on Windows Server
Have you tried what @jan_blaha & @bjrmatos have suggested ?
Change the IIS APP Pool Identity to LocalSystem. Can you verify on your windows firewall if the exe has been allowed? Also verify if the exe is existing in the temp folder? -
RE: Deploying solution on Windows Server
@jan_blaha @bjrmatos - what path does the jsreport.exe generally sit ?
On windows server I found it on C:\Windows\Temp.jsreport and on local win 10 machine on C:\Users<username>.jsreport
is this path decided dynamically or its predefined ?
-
RE: Deploying solution on Windows Server
@shalinparmar have you allowed jsreport.exe on the windows firewall ? (assuming that you are running this on a windows machine).
-
RE: Strange behaviour when select and copy text from generated PDF
I think its probably because of phantomjs version. Update the latest one and your problem is solved.
-
RE: Deploying solution on Windows Server
Thank you for the reply. I figured it was a very silly mistake from my side. I missed allowing jsreport exe on the Windows Firewall.
But this leads me to another question - what path does the jsreport.exe generally sit ?
On windows server I found it on C:\Windows\Temp.jsreport and on my local win 10 machine C:\Users<username>.jsreportis this path decided dynamically or its predefined ?
-
RE: Deploying solution on Windows Server
I got the following exception "Could not find file 'C:\\Windows\\TEMP\\jsreport-temp\\meta5b7a8c1b-5f6c-494d-ad52-28703ace17cf' " while generating the pdf report.
Using Jsreport.local, shared, types, client, binary nuget packages latest ones, including Phantomjs 2.1.1.
ASP.NET Webforms application framework 4.6.1 -
Deploying solution on Windows Server
Are there any specific parameters to keep in mind when deploying an ASP.NET 4 solution on windows server with JSReport.Local ?
It runs fine when I run on the local development machine, however, throws an exception "There was an error processing the request " when exporting to pdf from the deployed solution on the server.