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

ibrahimkhalilulah.md

Members
  • Posts

    3
  • Joined

  • Last visited

ibrahimkhalilulah.md's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I would like to appreciate to your answer, As you mentioned I had created a JSP file with my custom date validation and tested the code in Non-jasper Environment and it passed all the check points as required. then I have placed the JSP file in the following directory (WEB-INF/jsp/modules/inputControls ) and placed the directory path in Optional JSP Location then restarted the JasperServer and tried to run the report. Now I am getting the following error. I have attached the Error log file below. Kindly assist to fix the following error. Thanks in Advance for all the Advices and Answers. Error Message after running the report
  2. Hi Everyone, I have Authenticated Jasper server with other Application by using External Pre-AUTH Single Sign On(SSO). where by one click on the Hyperlink the user will Directly navigate to Jasper Server without any Login page. The user in our application and Jasper should be Logged as same. For example: If I Login as Testuser1 in our Application then in Jasper Server also I have to Login as Testuser1. The same user should be Logged in in both the Applications. So, By using this External Pre-Aut this is Possible and it is working. The URL which I am using as a Hyperlink for Jasper Server is having user Credentials in it as shown in below. [URL: http://17.728.254.172:8082/jasperserver-pro/flow.html?_flowId=homeFlow&pp=u=Testuser1*r=ROLE_ADMINSTRATOR] where I am passing Username and role in the URL These user Credentials should be Encrypted so that the URL will be more secured. But the Problem here is when I am Encrypting the User Credentials I am able to Login only for Existing user. For newly creating user it is not working and it is Navigating to Jasper Serve Login page which is not the requirement. It means Encryption is only working for Existing User who are present in Jasper Server. For newly creating user it is not working. [NOTE: For Encryption I have used AES Encryption method. The URL which I used above is dummy URL.] Thanks in Advance for all the answers.
  3. Hi Everyone, [NOTE: I am using Jasper Server 7.9.0, For Report Designing using TIBCO Jaspersoft Studio Professional (TIB_js-jss_7.9.0)]. I have created a Standard Report which displays the report by filtering data within a selected period range. where the two Input Parameters are StartDate and EndDate. Here the problem is calendar is showing Future Dates too which I want to Restrict/Disable. For the following criteria I want to Restrict/Disable the Dates in Calendar. 1. The Max Date that the user can select is Current Date. All the dates greater than Current Date should be Restricted/Disabled. 2. If User select StartDate as May 5th 2023. when he wants to select EndDate then the Dates Before May 5th 2023 should be Restricted/Disabled. 3. If User selects StartDate greater the EndDate have to show Error Message. If Restriction/Disabling is not possible, Can we validate the input control to pop up an Error Immediately. If we can please let me know the procedure in Detail. Thanks in Advance for all the Advices and Answers.
×
×
  • Create New...