Categorie: SharePoint 2007

Het Checkout probleem

Om een webpart te sluiten , ga je naar de “Web Part Page Maintenance: default” pagina. Hoe je hier komt? voeg “?Contents=1” toe aan je url. De volgende link geeft aan hoe je een webpart kunt sluiten.http://sharepointservices.wordpress.com/tag/not-able-to-close-web-part/ De reports page kon in niet vinden , dus moest op zoek naar wat anders ik heb een…
Read more

Checking out

Met designer lukt het niet om een pagina uit te checken, ik heb de volgende workaround gevonden. bron: http://sharepointservices.wordpress.com/tag/not-able-to-close-web-part/

Edit Page url

Once you are at the page you want to add a web part to, add the following to the URL:To change everyone’s view of a particular page, append ?PageView=Shared&ToolPaneView=2 to the URL. bron: http://sharepointblog.spaces.live.com/blog/cns!74C8FB1191265567!250.entry Lijst: http://blogs.msdn.com/danielmcpherson/archive/2004/10/11/240863.aspx

Web Part Page Maintenance: default

De webpart maintenance pagina is te vinden via.. ?contents=1

STS ADM / SharepointConsole

Ik had een grote Batch bestand , alleen kan de SharepointConsole geen enters aan. hiervoor had ik het volgende gevonden: to perform an enter in a batch file you must first create a support file to accompany it and then use file input/output redirection using the ‘< ' symbol: -enter.dat-[carriage return – just press your…
Read more

Webparts bouwen, boodschappenlijst

Visual studio of course… en.. You need to install Visual Studio Extensions for SharePoint, inorder to have a SharePoint Webpart ‘V S Template’. You can find the latest version @http://www.microsoft.com/downloads/details.aspx?familyid=3E1DCCCD-1CCA-433A-BB4D-97B96BF7AB63&displaylang=en Also, check out WSP Builder, it is of gr8 help to packaging your custom webparts, events etc.http://www.codeplex.com/wspbuilder/Release/ProjectReleases.aspx?ReleaseId=11603 If you are a newbie and want to…
Read more

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