Issue
=======
Some times we found that "Audience Compilation Status" stuck on compiling" and doesn't change back to Idle or doesn't show up as Error. Also when we try to start compilation for other audience which is shows idle , nothing happens on that too.
under timerjobs status , we also found that User Profile Service Application - Audience Compilation Job is succedded
Cause
======
Possible cause could be hung of Audiencejob.
Solution
========
Disclaimer: This posting is provided "AS-IS" with no warranties, and confers no rights. Use this information at your own risk,
=======
Some times we found that "Audience Compilation Status" stuck on compiling" and doesn't change back to Idle or doesn't show up as Error. Also when we try to start compilation for other audience which is shows idle , nothing happens on that too.
under timerjobs status , we also found that User Profile Service Application - Audience Compilation Job is succedded
Cause
======
Possible cause could be hung of Audiencejob.
Solution
========
- Navigate to the SharePoint Management Shell and open it with administrator right.
- Run the command Get-spserviceapplication, which returns all service applications with ids.
- Copy user profile service application in which we are facing audience compilation issue.
- Audiencejob.exe "userprofileserviceapplicationID" 0
To start the audience compiliation job we can use same powershell with value 1, it will look like as below
- Audiencejob.exe "userprofileserviceapplicationID" 1
- Value o in powershell will stop the job and value 1 will start the job.
I would personally recommend to make changes to schedule to check job is getting trigger on the schedule so that it will confirm that there is no issue of timer jobs.
Disclaimer: This posting is provided "AS-IS" with no warranties, and confers no rights. Use this information at your own risk,
No comments:
Post a Comment