RE: Unexpected Error after database migration

2010-04-27 Thread Ken Thompson
I reset the web applications service accounts to network service, that seemed to resolve the issue. It must have been using a local SharePoint server account I had previously specified when trying to add to the database on the new server. All working nowtime for a beer I think :-) Ken T

RE: Unexpected Error after database migration

2010-04-27 Thread Paul Noone
Oh, and...were any items in draft, checked-out, unapproved state before migration? :) From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Wednesday, 28 April 2010 2:58 PM To: ozMOSS Subject: RE: Unexpected Error after database migration Does this pag

RE: Unexpected Error after database migration

2010-04-27 Thread Paul Noone
Does this page contain a dataview web part? Does the datasource specify the default value of 1? Is there a list item with ID 1? Regards, Paul Online Developer, ICT CEO Sydney From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ken Thompson Sent: Wednesday, 28 April 2

Re: Unexpected Error after database migration

2010-04-27 Thread Daniel Brown
Was the site collection marked as ready only prior to the backup? On Wed, Apr 28, 2010 at 2:05 PM, Ken Thompson wrote: > 04/28/2010 14:33:09.02 w3wp.exe (0x138C) > 0x10F8 CMS Publishing > 8vzhUnexpected PortalSiteMapProvider was unable to fetch > cur

Unexpected Error after database migration

2010-04-27 Thread Ken Thompson
04/28/2010 14:33:09.02 w3wp.exe (0x138C) 0x10F8 CMS Publishing 8vzhUnexpected PortalSiteMapProvider was unable to fetch current node, request URL: /bookingcentre/pstnrooms/default.aspx, message: Object reference not set to an instance of an object., sta

RE: Migrating Content DB...log file growing INSANELY!!

2010-04-27 Thread Ken Thompson
It got up to around 13.5GB and finished attaching the content db. After import I was able to shrink the file, back down to .55MB hahah. Ken Thompson IT Support - Systems Administrator HomeGround Services 68 Oxford Street, Collingwood, VIC 3066 Tel: 03 9288 9668 (Ex 668) Mob: 0404 852 325

RE: Migrating Content DB...log file growing INSANELY!!

2010-04-27 Thread Paul Turner
Do a full backup then a transaction log backup in SQL. After that you should be able to shrink the DB (in SQL Server tools). You *could* change the recovery model to simple (but I would not recommend that for production DB's), then shrink. Regards, Paul Turner Senior Solutions Specialist M

RE: Migrating Content DB...log file growing INSANELY!!

2010-04-27 Thread Paul Noone
Usually the rule of thumb for an import is twice the disk space of the content DB. But in this case you've already done that and are now just re-attaching? I've never watched this process through SQL so can't say if it's normal or not. Regards, Paul Online Developer, ICT CEO Sydney From: ozmo

Migrating Content DB...log file growing INSANELY!!

2010-04-27 Thread Ken Thompson
Hi Guys, I am migrating my content db from one SQL server to another, that has gone fine. I am no re-attaching the content db in MOSS Central admin, the DB is around 4GB. It looks to be going ok from the SharePoint server logs, but I'm watching the SQL server log file (LDF) of the database

Re: anyone know of a good reliable picture slide show web part?

2010-04-27 Thread Ishai Sagi
In a nut shell - you take a CQWP, change the XSL to render the pictures in a list (), and then use jquery to render the list as a slideshow. There are several jquery addons that do that. We used one called jquery.galleryview-1.1 You can look at the html we are rendering in that page to figure it o

[SOLVED] List item attachments open as ZIP files

2010-04-27 Thread Paul Noone
Hah! Solved. I hope you all enjoy this as much as I did. Scenario: A user adds an attachment to an agenda item in a MWS. The file to attach resides in a SharePoint document library on another site. The final attachment subsequently opens as a ZIP file on Windows-based PCs. Investigation: Suffic

Re: anyone know of a good reliable picture slide show web part?

2010-04-27 Thread Chris Denniss
Thanks Ishai This is great! (Silverlight is currently not an option on our intranet) Care to share any further details on how this comes together? Cheers Chris >>> Ishai Sagi 27/04/2010 4:41 pm >>> Something like the web in the home page of http://www.indigenous.gov.au/Pages/default.aspx?

RE: anyone know of a good reliable picture slide show web part?

2010-04-27 Thread Jeremy Thake
That's the first time I've seen my name in a CAPTCHA too ;-) LOL From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Wednesday, 28 April 2010 7:03 AM To: ozMOSS Subject: RE: anyone know of a good reliable picture slide show web part? If you're after

RE: anyone know of a good reliable picture slide show web part?

2010-04-27 Thread Paul Noone
If you're after a decent pack of quality web parts it's hard to go past the motion10 Solution Pack. For a non-developer it's a no-brainer and offers tons of missing functionality. It includes the following features and can be downloaded here: http://weblogs.asp.net/blogs/wesleybakker/ShareP

RE: anyone know of a good reliable picture slide show web part?

2010-04-27 Thread Jeremy Thake
My bros uses one from CodePlex on his WSS3.0 site which is Silverlight: http://www.nickthake.com/image.aspx spins through a picture library and just deploys as Farm Solution Package (wsp). http://sharepointslideshow.codeplex.com/ Cheers, Jeremy Thake SharePoint Evangelist Microsoft Virtual Techn