The Application server keeps not responding , it still does it work in the background and sends email , but it just keeps the machine 99% busy and it goes not responding
let me know if there is a solution for that
it didnt use it to do that when we used application server but overtime it started doing that
Thanks !!
*This post is locked for comments
Thanks Dwight
i had 5 outstanding requests , and apparently i had 3 requests with status = 0 and 2 status =7 once i removed them it solved the problem the application server isnt going all crazy
Thanks !!!!!
Does it show that it has "Outanding Requests" in the bottom right? If so I have found on many situations that the request queue for the application server does not have a date time value for the ScheduleOptions.
NOTE: the records when inserted my have a value like "Daily from 0400 and 1600 every" but normally change with in a few seconds to the correct time of execution.
use the below to see if you have this situation. I just delete the records as they will never process any ways.
select ScheduleOptions,AppServerName
from appsrvrequest
where status = 0 and Priority <> '4'
and isdate(ScheduleOptions) <> 1
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156