STSADM -o backup -directory: Error Cannot open backup device Operating system error 5 (error not found)

By peter.stilgoe









STSADM -o backup -directory: Error Cannot open backup device Operating system error 5 (error not found)

Ensure the SQL service account is a domain account and it has permissions to
the Shared folder.

Also ensure the account used to execute the backup command has the correct rights on the DB’s as per MS recommendations ie. Owner, creator etc.

Share

Leggi tutto

Sharepoint 2010 Service Pack 1 (SP1) – Features

By peter.stilgoe









Sharepoint 2010 SP1 new features include:

- The usual stability, performance and security enhancements rolled up.

- A site recycle bin, basically we could always recover files etc from the recyclye bin but in SP1 you can now recover whole Sharepoint site collections & sites aswell!

- A new improved storage space allocation feature enabling site collection owners to have a better understanding of their storage usage, similar to the one in MOSS 2007 but better.

- Remote storage support for shadow copies ensuring better reliability and recoverability.

- New Powershell cmdlet (Move-spsite) for moving Site Collections between databases without moving content back in the db when using remote blob storage.

- Improved backup & restore functionality for Sharepoint Server 2010

- Project Professional synchronises scheduled tasks with Sharepoint task lists

- Google Chrome Support for SharePoint 2010 and Office Web Apps

Share

Leggi tutto

Custom Designed Stationery – www.stationerystall.co.uk

By peter.stilgoe









The Stationery Stall (http://www.stationerystall.co.uk) specialise in custom-designed stationery, both printed and hand-made. With each design we combine our creativity and flair to co-ordinate your wedding accessories, from the initial save the date cards to the invitations, order of service, table plan, thank you cards and more. We will work closely with you to design your perfect wedding stationery, giving your wedding preparations and wedding day that added touch of luxury. To see examples of our work, please see the stationery gallery on our site at custom designed stationery

Share

Leggi tutto

Excel Web Services: Error http://myserver:56737/SharedServices1/ExcelCalculationServer/ExcelService.asmx exception: The request failed with HTTP status 403: Forbidden (Forbidden port)

By peter.stilgoe









Im having a problem on a MOSS 2007 farm where if I try & open a spreadsheet in Excel web services I get the error:

Excel Web Access

An error has occurred.

Please contact your system administrator if this problem persists

And in the Sharepoint logs:

Error http://myserver:56737/SharedServices1/ExcelCalculationServer/ExcelService.asmx exception: The request failed with HTTP status 403: Forbidden (Forbidden port)

If I search Google there doesnt appear to be any results for the error ‘The request failed with HTTP status 403: Forbidden (Forbidden port)’ and Im really stumped now.

If anyones got any ideas much appreciated !

TIA……..

UPDATE: If you get this problem the solution in my case was to by pass the proxy for local requests, this was done by editting the web.config for the relevant web app & adding:

<system.net>
   <defaultProxy>
   <proxy proxyaddress="http://<ProxyServer>:<port>" bypassonlocal = "true"/>
   </defaultProxy>
</system.net>

Some more info about bypassonlocal can be found here: ByPassOnLocal MS KB

Share

Leggi tutto

Sharepoint: Removing illegal characters from filenames prior to bulk uploading

By peter.stilgoe









If you are doing a migration from a filesystem to Sharepoint you will more than likely come across problems uploading documents to Sharepoint that contain illegal characters in their filenames.

In Sharepoint the following characters are classed as illegal characters – & ” : * ? <> # {} % ~ / \ Tab

The + character can also cause problems & should be avoided in filenames & sitenames.

Below are some useful Powershell scripts to help you remove the illegal characters prior to uploading your documents to Sharepoint.

List all files containing a specific character (in this case ‘&’)

gci -rec | ? {-not $_.psicontainer -and $_.name.Contains("&")}

Count the number of files containing a specific character (in this case ‘&’)

(gci -rec | ? {-not $_.psicontainer -and $_.name.Contains("&")}).Count

Replace a specific character with another, in our case the ‘&’ with the word ‘and’

gci -rec | ? {-not $_.psicontainer -and $_.name.Contains("&")} | % {rename-item $_.fullname -newname ($_ -replace "&","and")}

Share

Leggi tutto

K2 Blackpoint – Change the refresh interval of the ViewFlow

By peter.stilgoe









The Refresh interval can be changed in the web.config file by editing the value in the following node:

<add key="ViewFlowRefreshTime" value="30" />

The web.config file can be found in the following location:

Program Files\K2 blackpoint\WebServices\ViewFlow

Share

categoriaK2 Blackpoint commentoNo Comments dataMay 13th, 2011
Leggi tutto

K2 Blackpoint/Blackpearl In a one way trust environment – Error: MSMQ A queue with the same path name already exists

By peter.stilgoe









If youre K2 Blackpoint/Blackpearl in a one way trust environment & you get the following error when starting the K2Server Service:

Event ID 7030 “A queue with the same path name already exists”

Modify the following bold portions in these two configuration files in C:\Program Files\K2 blackpearl-blackpoint\Host Server\Bin folder.

SourceCode.EventBus.ClientRecorder.dll.config

#msmqpath#K2SERVER\Private$\EventBus#msmqpath#

SourceCode.EventBus.Server.config

#msmqpath#K2SERVER\Private$\EventBus#msmqpath#

#msmqerrorpath#K2SERVER\Private$\EventBus Error#msmqerrorpath#

Source: K2 Blackpoint Blackpearl using a one way trust

Share

Leggi tutto

Pingar – Discover new value from unstructured data

By peter.stilgoe









This looks very interesting tool & very useful in creating and maintaining your companies taxonomy.

“At PINGAR we have been building semantic search applications for business enterprises since 2007.

Consider the facts. The volume of data companies need to manage is growing 40 percent a year. Fifty percent of data searches are unsuccessful — employees may lose up to 25 percent of their productive time searching for information. And the cost to enterprises from failed searches is approximately USD $5.3 million per year, for every 1000 enterprise workers employed.

PINGAR’s research teams had three objectives:

•Deliver applications to assist enterprise workers to find more relevant data, faster
•Improve employees’ search experience
•Improve enterprise productivity and drive down costs.

These objectives were achieved with PINGAR’s Microsoft SharePoint 2007 and 2010, and Apache SOLR semantic search applications. Each can be purchased as an easy to install ‘plug-in’ server application, for distribution across enterprise networks.”

Find out more Pingar.com

Share

Leggi tutto

K2 Blackpoint In one way trust environment – process not showing as running in K2 Process Portal

By peter.stilgoe









Configuring K2 Blackpoint in a one way trust as per previous post. Deployed a new process & then triggered it by creating a new document. The process started & I could click on it & see it as ‘In progress’.

When I went to the K2 Process Portal the ‘Processes’ webpart showed the process as deployed with all the relevant data. However the process never displayed in the K2 Worklist webparts nor did it show as ‘Running’ in the K2 Instance Summary Webpart.

This is because the account that you are using to run your Sharepoint web application needs ‘Admin’ & ‘Impersonate’ rights on the K2 server.

Share

Leggi tutto

K2 Blackpoint/Blackpearl In a one way trust environment – Error: Authentication required for session

By peter.stilgoe









If you are trying to get K2 Blackpoint or K2 Blackpearl working in a one way trust environment using K2′s pass thru authentication there is a blog post here on how to get it to work:

Working with a one-way trust using K2 4.5 with KB001290

I followed the instructions but every time I tried to access the settings page in the K2 process portal (/_layouts/K2/PPManagementConsole.aspx) I would get the error:

Authentication required for session xxxxxxxxxxxxxxxxxxxx

This was because the account(s) running my Sharepoint app pool(s) also need to be in the trusted domain along with the K2server service account.

Hopefully this may help someone if they have similar problems!

Share

Leggi tutto

Sharepoint 2010: 2 service application databases with the same name showing in Central Admin –> Manage Databases Upgrade Status

By peter.stilgoe









I had a strange problem where if I went into:

Central Admin –> Manage Databases Upgrade Status

in Sharepoint 2010 I had 2 Business Data Connectivity Service databases with the same name! The status of the one in use was ‘No action required’ & the rogue one had ‘Database is too old and upgrade is required’

There was only one database showing on the SQL server, the one in use, if you find you get 2 service application databases with the same name (somehow!?) the command to delete it is:

Stsadm -o deleteconfigurationobject -id b9b3e713-9e53-42ab-a634-a2c54e90a0d6

(replace the guid with the rogue database guid)

Share

Leggi tutto

How to find the physcial machine name a virtual machine is hosted on

By peter.stilgoe









To find the physical machine name hosting your VM do the following:

Start –> Run –> Regedt32

Then navigate to:

HKLM\Software\Microsoft\Virtual Machine\Guest\Parameters\PhysicalHostName

Share

Leggi tutto