Ask a questionAsk a question
 

AnswerProblem with stsadm -o execadmsvcjobs

  • Wednesday, July 23, 2008 12:08 PMDan-D-maN Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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

Answers

All Replies

  • Wednesday, July 23, 2008 9:17 PMSebastian CanevariMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
       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: 
    SharePoint - Setup, Upgrade, Administration and Operation
     
    (http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=1201&SiteID=17
    ).

    Thanks and regards,

    SEBASTIAN CANEVARI - MSFT SEE Protocol Documentation Team
  • Thursday, July 24, 2008 3:06 PMJohn D. RossMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    After you changed the credentials did you start/stop the service?

    John
    SharePoint911: SharePoint Consulting
    http://www.rossonmoss.com
  • Thursday, July 24, 2008 3:19 PMFrancesco Sodano Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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
  • Thursday, July 24, 2008 3:23 PMDan-D-maN Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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
  • Thursday, July 24, 2008 3:25 PMDan-D-maN Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Still got the same message.
    Daniel Siconnelli There is neither good nor evil... only mogwais and gremlins
  • Friday, July 25, 2008 8:08 AMLambert QinModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    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

  • Friday, July 25, 2008 11:31 AMFrancesco Sodano Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    tha actual password.
    www.sharepointinside.it
    • Marked As Answer byDan-D-maN Wednesday, July 30, 2008 7:26 PM
    •