Preconditon:
I try to create a new Shared Service Provider, the provisioning would fail with the following message
"Timed out waiting for Shared Services Provider 'SharedServices1' provisioning timer job to start”
How to closed this issue?
restart servicetype:【SSP Job Control Service】
step:
1. check all servicetype:
run command : Stsadm –o enumservices
system will list all servicetype on this server
2. stop 【SSP Job Control Service】
run command:
Stsadm –o provisionservice –action stop –servicetype "Microsoft.Office.Server.Administration.OfficeServerService, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
3.start 【SSP Job Control Service】
run command: Stsadm –o provisionservice –action start –servicetype "Microsoft.Office.Server.Administration.OfficeServerService, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
you will create SSP successfully