Showing posts with label CA. Show all posts
Showing posts with label CA. Show all posts

April 04, 2013

Cannot Deploy Solution to SharePoint: Solved


Recently, while I was working on a SharePoint project, specifically on creating a custom web-part, so the VM  I was working on was old enough, and having a lot of issues ( I use it for testing ), and while deploying the solution the deployment stopped with an error that deployment of the solution have failed.
After investigation I found out that the "SharePoint 2010 Administration" service was stopped, I tried to start the service but that action would always fail. since I needed to test my solution I used the following command to actually deploy the solution again


stsadm.exe -o execadmsvcjobs 

what it did was it executed all the administrative jobs, and as one of the, deployment.

Good Luck !

August 21, 2012

Displaying a custom property My Settings

Displaying a custom property My Settings

During the creation of the custom property these are to be considered

o    'Default User Profile Subtype', 'Show in the profile properties section of the user's profile page'
o    'Show on the Edit Details page' are checked.
o    The Policy Setting is Optional,
o    the default privacy setting is everyone (and greyed out),
o    User can override is not checked (and greyed out),
o    Replicable is checked.
o    Allow users to edit values for this property is checked.
o    Index is checked

In Central Administration

o    Run the 'User Profile to SharePoint Quick Synchronization'
o    'User Profile to SharePoint Full Synchronization' timer jobs.




Thank You