Table list keep loading and later displaying timeout

Vinod S Patil
Tera Contributor

Hello Team

We have one table called Server App Relationship(u_server_app_relationhip). In list view I am giving one condition in the filter "Class IS Windows Server", It's keep loading and later displaying like time out.

Could you please help me to resolve this


2 ACCEPTED SOLUTIONS

piyushsain
Tera Guru
Tera Guru

Hi,

It may be due to a lot of record on the table, which is taking time in loading. Please check the number of records and try to add more queries in the filter to decrease the number of records in the list. You should also check any active transaction under your name and stop them if they are running for a long time. I have also seen heavy dashboards sometimes causing delay in opening other tables. Please check if your dashboard is taking too much time to load

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
Piyush Sain

View solution in original post

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Vinod S Patil 

 

The prime reason can be high number of record and filter condition need to match a good number of record or you are trying to show all available fields.

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0786335

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

3 REPLIES 3

piyushsain
Tera Guru
Tera Guru

Hi,

It may be due to a lot of record on the table, which is taking time in loading. Please check the number of records and try to add more queries in the filter to decrease the number of records in the list. You should also check any active transaction under your name and stop them if they are running for a long time. I have also seen heavy dashboards sometimes causing delay in opening other tables. Please check if your dashboard is taking too much time to load

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
Piyush Sain

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Vinod S Patil 

 

The prime reason can be high number of record and filter condition need to match a good number of record or you are trying to show all available fields.

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0786335

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Anand Kumar P
Giga Patron
Giga Patron

Hi @Vinod S Patil ,

Do u_server_app_relationhip.FILTER from left nav and then filter Class IS Windows Server see if it works.

Else do this in instance url

sysparm_filter_only=true

For example:

https://your-instance.service-now.com/u_server_app_relationhip_list.do&sysparm_filter_only

Mark it helpful and solution proposed if it serves your purpose.

Thanks,

Anand