Webtechy
This Month
August 2010
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
Year Archive
About Me
Ben Weeks
Name: Ben Weeks
Title: SharePoint Consultant
Company: Webtechy
D of B: 25th May 1978
Login
User name:
Password:
Remember me 
View Article  Event ID: 12289 (Volume Shadow Copy Service error: Unexpected error RegOpenKeyExW)
If you see the following error in the event log:

Event ID: 12289
Source: VSS
Volume Shadow Copy Service error: ...   more »
View Article  SharePoint Errors 7888 and 5555 ("Login failed", "Access Denied" and "Failure to sync web application")

On our SharePoint servers, we were seeing the following errors:

Event ID: 7888
Source: Office SharePoint Server
A runtime exception ...   more »

View Article  Event ID: 10016 (The application-specific permission settings do not grant Local Activation permission for the COM Server application)

On our SharePoint server, we were seeing:

Event ID: 10016
Source: DistributedCOM
The application-specific permission settings do not grant Local ...   more »

View Article  File C:\SomeFolder\SomeScript.ps1 cannot be loaded because the execution of scripts is disabled on this system
When first trying to run your own scripts, you may get:

File C:\SomeFolder\SomeScript.ps1 cannot be loaded because the execution of ...   more »
View Article  Run as Command Prompt as a Certain User (runas cmd)
To run a command prompt as a certain user, you can do the following, go to Start > Run and ...   more »
View Article  Teething Problems for London's Barclays Cycle Hire Scheme
I just thought I would have my say on my recent experiences of the Boris Bikes (Barclays Cycle Hire Scheme to use to true terminology). I had "hire" hopes for the scheme, which could save me having to lug my Brampton style bike on and off the train at Kings Cross ...   more »
View Article  Moving SharePoint Content Databases (Office SharePoint Server 2007)
In this article, I shall run through the SQL database transfer process for SharePoint 2007. The addition we are making ...   more »
5 Attachments
View Article  Office SharePoint Server, Event ID 6482 (Access to the path 'C:\Windows\system32\drivers\etc\HOSTS' is denied)
Event ID 6482 was repeating in the event log:

Event ID: 6482
Source: Office SharePoint Server
Application Server Administration job ...   more »
View Article  Using PowerShell to Get Multiple Website Statuses Iteratively
The other week, I posted an example of how to get a website status using PowerShell. I have now extended ...   more »
2 Attachments
View Article  How to Increase the Performance of Microsoft SharePoint Search Crawl (Indexer)
A couple of days ago, I noticed that the performance of a customers SharePoint search crawl was quite slow, and ...   more »
View Article  How to Get a Website Status Code Using PowerShell (e.g. 200, 400, 401, 500, etc.)
Here's something I was looking for today on Google and couldn't find - how to get the website status code ...   more »
View Article  Multiple Signatures in GMail for Different E-Mail Addresses
It's here at last - out-of-the-box GMail functionality to have multiple signatures. If like you me, you run a number of different e-mail addresses in Google for different things, and you wanted to have a separate signature for each of them, previously you had to use a GreaseMonkey script, browser plug-in, canned responses or something along those lines. However, I logged in today, to see under Settings > General under the signature section, you can now specify a different signature for each e-mail address that you have - as well as using colors and fonts that you wanted. Now if they could only be put at the bottom of my e-mail text, rather than the bottom of the message as a whole ;-)
View Article  How to View Unread Emails in GMail
Out-of-the-box, there's no "show unread emails" option in GMail or GoogleMail as you get in say Outlook. Fortunately, in addition to your own user defined labels, there's also some system labels that are not displayed in your list of labels in the left hand navigation. One of these labels enables you to view unread e-mails. To view all (and only) unread messages in your Gmail or GoogleMail account type "label:unread" (or "l:unread") (not including the quotation marks) in the Gmail search field then click on "Search Mail". You can also combine these with other criteria, such as "label:unread from:ben".
View Article  Hosted SharePoint Saas (Software as a Service)
As you can see in my recent blog, I've been delving more deeply into the SaaS (software as a service ...   more »
View Article  Stop and Start Microsoft SharePoint Services with PowerShell
To stop all the services related to SharePoint 2007, simply run the following PowerShell commands:

Stop-Service ssosrv
Stop-Service dclauncher
Stop-Service ...   more »
2 Attachments
View Article  Business in the Cloud (Kashflow, CapsuleCRM, ZenDesk, Magento, Google, Harvest, Beanstalk, FogBugz and GoToManage)
I thought I would take a moment to run through some of the online cloud tools we use at Webtechy ...   more »
View Article  How to Install SqlServerProviderSnapin and Add (without errors)
I needed to run some SQL commands from my local machine connecting to a remote SQL server, using something like:...   more »
View Article  Enable PowerShell Remoting
To enable PowerShell remoting (from one computer to another that are in the same domain), following steps 1 and 2:...   more »
View Article  File C:\some_file.psm1 cannot be loaded because the execution of scripts is disabled on this system
If you get the following error:

File C:\some_file.psm1 cannot be loaded because the execution of scripts is disabled on this ...   more »
View Article  Example SharePoint Information Architecture for ABC Inc. (Visio & PDF Download)
This document is born out of a digital agency scenerio in developing Intranet applications. This is a sample document of ...   more »
2 Attachments
View Article  SharePoint SSP: This page is accessible only from an SSP admin site
Received an odd error message when trying to restore an SSP from one farm to another as follows when trying ...   more »
View Article  Installing SharePoint 2010 Beta on a (VMWare WorkStation) Windows Server 2008 R2 (64-bit)
Am just going to run through the process for installing SharePoint 2010 (free download from Microsoft) on VMWare workstation. Some ...   more »
View Article  Central Administration has HTTP Error 503 After SSP Creation
OK, I have come across an issue, that I had earlier today after "playing" around with SSPs (recreating an SSP), ...   more »
View Article  Unable to Resolve Domain User Accounts
I was trying to add domain accounts to SharePoint, and although no specific errors, when submitting using the people picker, ...   more »
View Article  Installing SharePoint 2007 on a Fresh Install of Windows Server 2008 R2 64-bit
I just thought I would run through the process (for my own reference as well) to install SharePoint 2007 on ...   more »
View Article  PowerShell: Get-Content From a File with Carriage Returns
When trying to output a text file to the screen using PowerShell and the following command ...   more »
View Article  No Response When Click OK Button in Central Administration
Came across this one on a new development install of Windows Server 2003 and SharePoint 2007. I went into Central ...   more »
View Article  Deleting the SSP
Having trouble deleting the default Shared Services Provider (SSP) from the GUI? For example, the delete option is greyed out. ...   more »
View Article  Error While Installing SharePoint That ASPX Extentions are Not Enabled
While trying to install Windows SharePoint Server 2007 on a Windows Server 2003 machine (which had ASP.Net 2 SP 2 ...   more »
View Article  Twittering from Windows Mobile 6

Found a great post and bit of software at the following address:

http://dalelane.co.uk/blog/?p=244

Download the CAB to your mobile device ...   more »

View Article  How to Create a Text Resize Function Using Just JavaScript
In many hosting platforms, CMS products and alike, it's not always possible that you can (or at least have permission) to create server side code to perform text resizing. The usual way to acheive this is to write out a different CSS based on the users preferences.   more »
View Article  Creating Daily Summary E-Mail Alerts for Workflow Tasks

By default, SharePoint 2007 sends an e-mail notification for each workflow task that is assigned to you (or your users). ...   more »

View Article  Displaying Embedded Documents in a SharePoint Web Page
Let's suppose you want to display Word documents within a SharePoint web page. Here's one possible solution that uses IFrames to accomplish this.   more »
View Article  Installing TomTom Navigator 5 on Windows Mobile 5 (Orange SPV M600)
I thought it was about time I purchased a GPS navigation software for my Orange SPV M600 after upgrading from my Nokia 6680. I used to use NaviCore, which wasn't too bad (can you believe all I had to do was insert the storage card they sent me into the device and it worked?). The features of TomTom sounded enticing though with the ability to use my contacts addresses, rather than having to type in all the addresses again like I did for NaviCore. So, it was either CoPilot Live 6 or TomTom Navigator 5. I thought as market leader, there must be good reason to go for TomTom, so went ahead and purchased TomTom Navigator 5 Software and Maps of Western Europe.   more »
View Article  How to Test Your SMTP Server
Having problems sending mail through your own SMTP server?   more »
View Article  Enabling the WSS Search
If the standard yellow box in the top right isn't appearing in a WSS site, then you need to enable searching. To enable the search, you must do a number of things, as outlined in this short post.   more »
View Article  Inserting a Large Banner Image into SharePoint Portal
If you use the regular Site Settings > Change portal site properties and SharePoint site creation settings to insert a large banner image, you may find this expands the page too much as the Site Settings, Help and My Site links will get pushed further to the right.   more »
View Article  Customizing the Portal
Here's my suggestion for best practice for making changes to the Portal. The idea is to basically leave the standard Microsoft SharePoint files alone, so that any changes we make can be easily undone, and if a service pack or fix is released, then it's got less chance of affecting our changes made.   more »