SharePoint Products >
SharePoint Products and Technologies Forums
>
SharePoint - Setup, Upgrade, Administration and Operation (pre-SharePoint 2010)
>
Problem with stsadm -o execadmsvcjobs
Problem with stsadm -o execadmsvcjobs
- I'm deploying a solution in a virtual machine (Virtual PC 2007). Here is my script. On the last line, I'm receiving a
The SharePoint Worker Process Group Update [here is a guid] job failed with the following error. This job will be skipped. Failed to connect to an IPC port : Access Denied.
I checked my Event Viewer, tried changing the credentials of the search service since this service seemed problematic according to the Event Viewer.
Thanks for any help.
Daniel Siconnelli- Moved bySebastian CanevariMSFTWednesday, July 23, 2008 9:17 PMWrong Forum
Answers
- tha actual password.
www.sharepointinside.it- Marked As Answer byDan-D-maN Wednesday, July 30, 2008 7:26 PM
All Replies
- Hi Daniel,
This forum is for software developers who are using the Open Protocol Specification documentation to assist them in developing systems, services, and applications that are interoperable with Windows.
The Open Protocol Specifications can be found at: http://msdn2.microsoft.com/en-us/library/cc203350.aspx.
Since your post does not appear to be related to the Open Protocol Specification documentation set but rather to an administration question, I suggest you post your question on the following forum:
(http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=1201&SiteID=17).SharePoint - Setup, Upgrade, Administration and Operation
Thanks and regards,
SEBASTIAN CANEVARI - MSFT SEE Protocol Documentation Team - After you changed the credentials did you start/stop the service?
John
SharePoint911: SharePoint Consulting
http://www.rossonmoss.com - try to update timer and farm credential with this command
stsadm -o updatefarmcredentials -userlogin <domain\username> -password <newpassword>
If is a test envoirement use machine administrator.
Francesco
www.sharepointinside.it - I'm developing on a Virtual Machine using the Administrator account (don't ask me...I wasn't there when the VM were created). Do domain\username and newpassword should be something like this...
stsadm -o updatefarmcreadentials -userlogin vmName\Administrator -password magic123
Or I type the actual password?
thanks
Daniel Siconnelli There is neither good nor evil... only mogwais and gremlins - Still got the same message.
Daniel Siconnelli There is neither good nor evil... only mogwais and gremlins Based on your post, it is an account issue.
You mentioned that you were deploying a solution before you ran. I suppose there were some operations which used another account that had no appropriate permissions in this VPC in the solution.Please make sure the account used by the solution is the same account you run the stsadm -o execadmsvcjobs command.
Hope the information can be helpful.
-lambert- tha actual password.
www.sharepointinside.it- Marked As Answer byDan-D-maN Wednesday, July 30, 2008 7:26 PM