Blog

Verkenner weergave in Sharepoint

Kom geregeld nog mensen tegen die een document uploaden en dan vervolgens niet in de verkenner weergave documenten zien: microsoft:http://www.microsoft.com/downloads/details.aspx?familyid=c523ac7a-5724-48be-b973-641e805588f4&displaylang=en

Verkenner Verwerken

. Click Start, click Run, type regedit, and then click OK. 2. In Registry Editor, locate and then click the following registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa 3. Right-click Lsa, point to New, and then click DWORD Value. 4. Type DisableLoopbackCheck, and then press ENTER. 5. Right-click DisableLoopbackCheck, and then click Modify. 6. In the Value data box, type…
Read more

STSADM error log

Als je met stsadm een batch bestand maak met create site dan worden de site’s die al bestaan niet weggeschreven. gebruik het volgende commando om dit toch te kunnen loggen: BATCHfile.bat>>fulllog.log 2>errors.log fulllog.log is all het logerrors.log is alleen de errror BATCHFILE.bat is je commando een handige overzicht vind je op: http://www.robvanderwoude.com/redirection.html

ShortCut naar Webparts

Om snel naar een overzicht van alle actieve webpart te gaan van een sharepoint site type je achter de url het volgende: “ ?contents=1” https:/default.aspx ?contents=1

Identify which application pool is associated with which W3WP.exe process

Well this is a sticky: http://blogs.thesitedoctor.co.uk/tim/2007/10/16/Identify+Which+Application+Pool+Is+Associated+With+Which+W3WPexe+Process.aspx Identify which application pool is associated with which W3WP.exe process Today I needed to identify a site that was causing the W3WP.exe process to run at 100% CPU. I had hoped that there was some clever way of identifying the site from the process id but no such luck.…
Read more

stoping de OWSTIMER.exe

I have an IIS server, with no SharePoint just hosting some site, why did this started ? I don’t know but this was very helpfull: Click Start, and then click Run.In the Open box, type cmd, and then click OK.At the command prompt, type net stop mssql$sharepoint, and then press ENTER.Type net stop sptimer, and…
Read more