Jump to content
We've recently updated our Privacy Statement, available here ×

er.navneetverma

Members
  • Posts

    11
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by er.navneetverma

  1. Hello Eveyone, Is there any way to update default password of superuser i.e superuser can be updated via Rest API? Thanks Navneet
  2. In the Jasperserver, I am selecting date in format DD/MM/YYYY using Input control of type DATE, but when I tried printing that date on my report, it comes in M/D/YY HH:MI:aaaa format and giving error when passed to database. I want o change the format of date passed to database. I want it in DD/MM/YYYY format only. Thanks
  3. In the Jasperserver, I am selecting date in format DD/MM/YYYY using Input control of type DATE, but when I tried printing that date on my report, it comes in M/D/YY HH:MI:aaaa format and giving error when passed to database. I want o change the format of date passed to database. I want it in DD/MM/YYYY format only. Thanks
  4. Hello Everyone, I am ussing a date Input control and passing it to a database procedure. It is throwing ORA error ORA-01858: a non-numeric character was found where a numeric was expected, on investigation I found that the date I which I selected using calender in form of DD/MM/YYYY is passing as M/D/YY HH:MI:aaaa (4/1/19 12:00 AM ), I have tried changing jasperserver_config file under jaspersoft-server-windowswebappsjasperserver-proWEB-INFbundles, It changes the format of calender selected date but it is still passing date in M/D/YY HH:MI:aaaa format in database. Please help. Thanks
  5. Hello Everyone, I want to create a user in Jasper Server using CURL command on server on which Jasper server is hosted. I don't want to use GUI. Is there any way to achieve this. Thanks Navneet
  6. Can Jasper Server support Failover/Secondary Database connection in Jasper DataSource like TNS entry. Can we handle this in our properties file used by Jasper Installer?
  7. I have deployed Jasper server on 2 instances in Multi AZ, using same jasper schema. Is this because my Jasper server are working in virtual cluster and needs authentication everytime I do any activity on server?
  8. Hello Everyone, I have installed a Jasper server on EC2 instance. When i try to login the local host URL(http://localhost:8080/jasperserver-pro/login.html) with super user credentials it let me login but then if i click anywhere it redirects me to https://localhost:8443/jasperserver-pro/externallogin.html and lands into an Error page. In jasper.properties file, I have setup jasper.http.redirect=false, but still its redirecting. If i dsable the SSO, my jasper server is not starting. Please help with this. Thanks in Advance Navneet
  9. Hi Everyone, I need to convert below crystal report formula in Jasper Studio. Please help. dim ary() as string, formatOK as boolean formatOK = true ary = split({?dte_book_dt}, "/") if ubound(ary) <> 3 then formatOK = false elseif not(isnumeric(ary(1)) and isnumeric(ary(2)) and isnumeric(ary(3))) then formatOK = false end if if formatOK = true then if {?dte_book_dt} = "" or isnull({?dte_book_dt}) then formula = "" else formula = totext(datevalue(tonumber(ary(3)),tonumber(ary(2)),tonumber(ary(1))),"dd-MMM-yyyy") end if else formula = "Date Format should be in DD/MM/YYYY" end if Thanks Navneet
  10. Hello Team, I have a requirement wherein I have to import multiple reports(100+), all in different folders, from Stash repository to Jasper server installed on an EC2 instance. How can I automate this process in case I have to spin an EC2 instance and deploy all the reports using CI/CD? Thanks Navneet
  11. Hello Everyone, I have a JasperStudio instance hosted at an EC2 instance. I want to access the reports generated and saved under Jasper Studio's repository. I want to access the reports repository on Ec2 instance using CLI. Is there any way to do so? If yes, please suggest the path to repositories. Thanks Navneet
×
×
  • Create New...