FIM MA run profile stuck with stopped-database-connection-lost
FIM 2010 RTM (4.0.2592.0)
Demo system up and running.
But in the Run history a initialization run profile of the FIM MA got stuck in the interface. (FI + FS + Export + DI + FS steps)
Run profile status = in-progress.
2nd step (FS, Full sync) says : stopped-database-connection-error.
Manually running the same run profile again is running fine.
Right-click on the run profile, then selecting stop, results in an error: The operation failed because the management agent is not running.
Have rebooted the system a few times (due to additional component installs..).
Restarted the FIM services.
Cleaning the run profile history does not help, the run profile stays put.
Any suggestions, except for direct manipulation of the FIM sync DB?
Kind regards,
Peter
Peter Geelen - Sr. Consultant IDA (http://www.traxion.com)
[If a post helps to resolve your issue, please click the "Mark as Answer" or "Helpful" button at the top of this message. By marking a post as Answered or Helpful, you help others find the answer faster.]
May 5th, 2010 1:51am
To me, this sounds like a bug - a PSS issue.
Cheers,
MarkusMarkus Vilcinskas, Knowledge Engineer, Microsoft Corporation
Free Windows Admin Tool Kit Click here and download it now
May 5th, 2010 2:30am
It's a small bug in the "Clear Runs" command. It can't remove runs that don't have a valid End Date.
You can run a very simple SQL command to set the end date to a valid value:
UPDATE [mms_run_history]
SET end_date
=
start_date
WHERE run_result =
'in-progress'
AND is_run_complete
= 1
Next, do another "Clear Runs" in the FIM console.
Kind Regards,
Kevin Reeuwijk
Getronics Consulting
February 12th, 2011 11:01am