Solved

Notification to Send Report


Userlevel 4
Badge +11

Hi all,

 

I want to test a notification which will send report on DEV.

in App Params SMTP setups on PROD and DEV are the same.

Using the same app params, on PROD sending notification works, but not on DEV.

 

Notification message is setup correctly.  Distribution list is setup correct.

A notification business rule  triggers in task_event when task is completed. 

 

Is there anything else I should change/check/connect for DEV to make it works?

 

FSM6

icon

Best answer by Saranga Amaraweera 10 May 2022, 12:54

View original

4 replies

Userlevel 7
Badge +22

 Hi @JuniSihombing ,

If this is working fine in PRD, can you raise the server log levels for exceptions and information to level 9. Then get the log to check whether there is anything abnormal that you can notice on the log? 

Assume that you have already compared both the environments to make sure that there are no anomalies on the configuration setup.

Userlevel 4
Badge +11

Thank you @Saranga Amaraweera.

After increasing the exception log level to 2, it works. 

(I didn’t do any change in the setup. :D ) 

Userlevel 7
Badge +22

Thank you @Saranga Amaraweera.

After increasing the exception log level to 2, it works. 

(I didn’t do any change in the setup. :D ) 

I really wonder whether that’s the solution for this. The server log just provides you the information on what’s going inside the server and it does not really make things work :)

Userlevel 4
Badge +11

@Saranga Amaraweera,

that’s true.  I also wondered what happened there, as server log is intended for analyzing issue..:-)

 

Reply