Jump to content
Changes to the Jaspersoft community edition download ×

sandeep.hari

Members
  • Posts

    13
  • Joined

  • Last visited

sandeep.hari's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Hi, We need to configure our jasper application to send mail from Outlook using SMTP request. For that purpose I used the following details : host=mail.ourdomain.com Username: Outlook mail Password : Password Protocol : smtp Port:25 But I am failing to send any mail from the application.I edited the following details in quartz.properties file in Web-Inf and also set the auth to "true" in applicationcontext-report-scheduling.xml file What else do i need to configure ,as I am constantly getting a 504 error: Command parameter not implemented. ps: I am using Jasperserver 6.0.1
  2. Hey can you please elaborate the approach you took to solve this issue
  3. Hi we implemented SSO in Jasper and as a part of that we are passing "userLocale" and "userTimezone" as cookie headers.As per the jasper docs,the jasper should search for the cookie and assign the user attributes if cookie exists.But in our case,though the cookie is present,the user timeZone is not getting reflected in reports. i am using Jasper 6.0.1. My question is ,Is there any specific way how to pass userLocale and userTimezone to cookies,so that the changes would reflect in reports.
  4. Hi elizam, I would like to redirect to a particular report directly when the user is authenticted from SSO. I tried the above said solution but while executing I am getting the following error in Jasper. org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 122 in XML document from ServletContext resource [/WEB-INF/jasperserver-servlet.xml] is invalid; nested exception is org.xml.sax.SAXParseException: The reference to entity "reportUnit" must end with the ';' delimiter How to solve this.Any suggestion? Thanks in advance.
  5. As a part of custom sso ,when the user is authenticated by custom authentication mechanism,the user should redirect to the custom url rather than redirecting to the default url i.e., jasperserver-pro/flow.html?_flowId=searchFlow.Is it possible to do this even by developing Custom Code.If so what classes needs to be extended to do this functionality. Thanks in advance.
  6. we need to configure this in applicationcontext*.xml. in token format mapping.By default the OrgId will me missing.Just include that and everything will works fine.
  7. hi,I'm developing Custom SSO for login into jasper reports and chose token based authentication.I placed "applicationContext-externalauth-preauth.xml" to web-inf/ folder.But my jasper is loading the login.html page even after that. So please help me how to disable login page and enable the token based authentication for successful implementation of SSO in jasper.
  8. hi, for token base authentication i tried copying applicationContext-externalauth-preAuth.xml file to web-inf/.But after running thr tomcat and jasperserver,I'm getting the following error in tomcat logs."orgId must be mapped in tokenFormatMapping" This is the reason why i cannot load my jasperserver.I would like to load jasper through token based authentication and followed the steps in jasperserver cookbook.So please help me in solving the problem.Thanks in advance
  9. hi, I followed steps in jasper cookbook for token based authentication but in vain.I tried copying applciationContext-externalauth-preauth.xml to web-inf/ directory but getting errors(error :404 jasperserver not found). please help me in configuring my jasper reports sing token based authentication.
  10. Hey Hi, I am facing the same problem now.Is your problem solved.if yes please guide me through the steps followed by you to solve it .I am in a dire need to solve this problem now.Thank you in advance.
  11. yup.Tomcat server started and work well but jasperserver-pro is not starting.Logs of jasperserver shows empty. When i remove "applicationContext-externalAuthentication.xml " from web-inf folder and restart the servers,everything works well.I am looking for the solution from the past week.Detailed steps for token based authentication is not found anywhere.
  12. hi, For token base authentication ,other than copying "applicationContext-externalAuthentication-preauth.xml" ot web-inf.Is there any othe file that need to be configured? As i copied the xml and ran tomcat and run jasperserver-pro i am getting (error:404 ) jasperserver-pro not found.I didnt do mush of the editing in the xml.thanks in advance
  13. hi, i'm trying to implement SSO in jasper using Token based authentication.The user is authenticated in external application and token is send via http header. I need to read the header and get the respective user and his roles and load jasper. I followed the procedure mentioned in jasper cookbook v6.0.1.but unable to configure those beans in "applicationContext-externalAuth-Preauth.xml". i want to have my custom jars for authenticating token and redirecting him to load jasper according to his roles. While tried to redirect to jasper after configuring .i'm getting (error:404 jasperserver-pro not found) in browser.Please help me in configuring and developing custom jars for Token base authenticaton thanks in advance.
×
×
  • Create New...