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

sandeep.hari

Members
  • Posts

    13
  • 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

Posts posted by sandeep.hari

  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. 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.

  3. 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.

  4. 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

  5. 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.

     

  6. 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...