Duarte Nobrega
 

How To Delete Sharepoint Timer Job Definition

16

Dec

If you would like to delete Sharepoint Timer Job Definitions follow these steps:

1.  Go to Central Administration > Operations

2.  Click on Timer Job Definitions

3.  In this page go to the job that you wish to delete

4.  Copy the GUID shown in the URL field of the browser (something like below:

    http://centraladmin.company.com/_admin/JobEdit.aspx?JobId=99346da8%2D1cba%2D4691%2D8c18%2D4e257650aa72

5. Copy to NotePad and replace the %2D characters by a dash "-"

5.  Then go stsadm and run the following command:

     stsadm.exe -o deleteconfigurationobject -id <ObjectGUID>

The command stsadm.exe -o deletessptimerjob  is for deleting Shared Services timer jobs. Which rarely is needed...

 

Good luck!

Duarte Nobrega schreef

Comments (0)

Duarte Nobrega

SharePoint 2007 WorkFlow notifications not beeing sent to user/approver

11

Dec

This issue can happen for many reasons:

1. The Email server is down, or the server is not allowing your SharePoint server to send emails. Check each SharePoint Server in the farm individually.

2. Check if your Windows SharePoint Services Timer service is running. To start it go to my article: http://blogs.tamtam.nl/duarte/2008/12/19/SharePoint2007TimerJobsNotWorking.aspx

 

If these don't help, let me know what was your problem & solution in the comments below! :)

 

Duarte Nobrega schreef

Comments (0)

Duarte Nobrega

SharePoint 2007 automatic user profile removal

11

Dec

In SharePoint 2007 the inactive user profiles are deleted by a timer job called “My Site Cleanup Job” (Central Administration > Operations > TimerJobs Definitions > My Site Cleanup Job").

 

It is NOT after the third consecutive failed import that the automatic profile deletion happens.

So if your profiles are still appearing after import check the following:

1. Is your LDAP filter importing disable profiles?

    The LDAP filter must be something like to avoid importing disabled profiles:

    (&(objectCategory=person)(objectClass=user)( !(userAccountControl:1.2.840.113556.1.4.803:=2)))

    check this article: http://support.microsoft.com/kb/827754

 

2. Is your "My Site Cleanup" timer job enable? (see above)

   Central Administration > Operations > TimerJobs Definitions > My Site Cleanup Job").

   Enable it!

3. Is "Windows SharePoint Services Timer " service running?

   Administrative Tools > Services > Windows SharePoint Services Timer  

   Start it!

Duarte Nobrega schreef

Comments (0)

Duarte Nobrega

Moss2007: “_spBodyOnLoadFunctionNames” undefined function

04

Sep

When editing an hyperlink and you get the error “_spBodyOnLoadFunctionNames” undefined function:
 

 

To fix this:

 

1. to the file RteDialog.aspx, located at C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS

2. Add the following tag before the core.js JavaScript tag:
<script src="/_layouts/<=System.Threading.Thread.CurrentThread.CurrentUICulture.LCID%>/init.js"

temp_src="/_layouts/<%=System.Threading.Thread.CurrentThread.CurrentUICulture.LCID%>/init.js">

</script>

Duarte Nobrega schreef

Comments (0)

Duarte Nobrega

Script to change List items values for a specific field

22

Jul

When you have an extensive Sharepoint list, and for some reason you need to change the value of the list items, it is handy to have a script for such job. The following script to changes a field value for all items in a SharepPoint list.


To use the script:

  1.  Go to the live Sharepoint server
  2. Place the script TamTam.SharePoint.ChangeContentTypeScript.exe”  in the C:\SharepointScripts folder
  3. Run the script:
    1. TamTam.SharePoint.ChangeContentTypeScript.exe SPListURL LisName FieldName FieldValue
    2. Ex:
      1.  TamTam.SharePoint.ChangeContentTypeScript.exe http://mossdev/news/ Pages  NewsCategory MediaIntranet

If you wish to change the value only when a certain value already exists, for instance if a field named NewsType has the value “MediaIntranet”, should be changed to “Intranet”, do the following:

a. TamTam.SharePoint.ChangeContentTypeScript.exe http://mossdev/news/ Pages  NewsCategory MediaIntranet Intranet
b. TamTam.SharePoint.ChangeContentTypeScript.exe SPListURL LisName FieldName FieldValue NewFieldValue

Below are the executable and the source code for this script:

TamTam.SharePoint.ChangeFieldValue.exe.zip (3.24 KB)TamTam.SharePoint.ChangeFieldValue.source..zip (15.88 KB)

Duarte Nobrega schreef

Comments (0)

Duarte Nobrega
Previous Page Page 3 of 3 in the Moss category

Zoeken

Categorie

Archief


Sign In