DX Infrastructure Management

 View Only

CA UIM CABI (Jaspersoft) - Configuring the report scheduler for email notifications 

Apr 05, 2017 12:51 AM

I am sharing this as a document in community for quick access in case anyone needs it. I was looking for similar information when I was configuring the scheduled reports in CABI today morning and could not find this part of the CA UIM documentation and had to search through the Jasper documentation to find the steps.

 

Hope it would be helpful to everyone.

 

CA UIM 8.4.7 

CABI 1.0


In order for the CABI scheduler to successfully send email notifications and distribute reports, it must be configured to connect to an outbound email server.

 

Below are the steps to be followed for configuration

 

1. Login to the server where you have installed the cabi probe and open the following configuration file in your preferred text editor: 

    C:\Program Files (x86)\Nimsoft\probes\service\wasp\webapps\cabijs\WEB-INF\ js.quartz.propertie

 

2. Set the value for the  mail.sender.host property to your outbound mail server

    Example: report.scheduler.mail.sender.host=outbound.yourdomain.com

 

3. Set the mail.sender.username and mail.sender.password properties using valid login credentials to your outbound mail server. (only if needed)

    Example: report.scheduler.mail.sender.username=myusername      

                    report.scheduler.mail.sender.password=mypassword

 

4. Set the value for the mail.sender.from property to the email address you would like emails to come from.

   Example: report.scheduler.mail.sender.from=yourname@yourdomain.com

 

5. Set the value for the mail.sender.protocol property to the protocol used by your outbound mail server.

    Example: report.schedulers.mail.sender.protocol=smtp

 

6. Set the value for the mail.sender.port property to the port that your outbound mail server listens on.

    Example: report.schedler.mail.sender.port=25

 

7. As an additional step, if your SMTP server requires authentication as noted in step 3 above , "mail.smtp.auth" parameter in the below file needs to be set to “true”

    C:\Program Files (x86)\Nimsoft\probes\service\wasp\webapps\cabijs\WEB-INF\ applicationContext-report-scheduling.xml

   

     Change from “false “to “true” for the below

                 <prop key="mail.smtp.auth">true</prop>

 

8.Restart wasp and cabi probe for the configurations to take effect.

 

For more information please refer to the below

http://community.jaspersoft.com/wiki/configuring-report-scheduler

Statistics
0 Favorited
24 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Oct 06, 2017 04:36 AM

And is there a way we can get the aggregate values in the reports ?

Oct 06, 2017 04:34 AM

Hi Abhishek,

Thank you for the reply.

Customer had set all the required parameters however at the URL parameter, customer had given localhost instead of IP address which causing an issue.

Now the problem is we haven't seen any error however the mails were not receiving to emails.

 

Regards,
Ashok

Oct 06, 2017 12:42 AM

You should try and revisit settings under point 7 from above document.
As per error screenshot appears to be authentication issue.

Oct 05, 2017 03:29 AM

Phani.Devulapalli

We have an issue while scheduling the reports in UIM CABI. Any suggestion would really help.

Thanks,

Ashok

Related Entries and Links

No Related Resource entered.