RE: Getting around _spBodyOnLoadWrapper

2008-12-21 Thread Wampers, Wilson [Talent International]
Hi Paul, I've successfully implemented: function _spBodyOnLoad() {yourFunctionCall()} function yourFunctionCall() { var doSomethingHere = "I'm doing it here"; alert(doSomethingHere ); } You probably want to test whether or not you're in PostBack, and so only embed Jav

RE: Permission issues

2009-02-05 Thread Wampers, Wilson [Talent International]
Hi Paul, I've encountered similar issues when using AD Groups combined with SharePoint Groups. (in a Kerberos environment). This appears to cause functionality loss in particular, Presence, Save-As functionality, Site Membership, and My SharePoint Sites and perhaps elsewhere to? When resortin

RE: Storing documents in a Pages library

2009-02-09 Thread Wampers, Wilson [Talent International]
Hi Ivan, You daredevil J! Have you considered the volume and size of documents and potential performance hit? I think this might play a significant role! Cheers, Wilson From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Paul Noone Sent: Tuesday, 10 February 2009 12:36 To: ozmoss@

RE: Welcome System Account when loading SharePoint

2009-03-10 Thread Wampers, Wilson [Talent International]
Hi Uzma, Clayton James writes the following in one of his excellent blog articles: It is strongly recommended that you use a dedicated account to log in and install Windows SharePoint Services and SharePoint Server 2007 servers. This account can also be used as the identity of the Central A

RE: Ideas: Access Web Service from Non-NTLM compliant app

2009-03-17 Thread Wampers, Wilson [Talent International]
Hi Brett, It sounds that you will have to integrate WCF and SharePoint ... have a look at this: http://channel9.msdn.com/posts/DavidAiken/VS2008-Training-Kit-Connected- Application-Foundations-using-WCF-WF-and-Windows-CardSpace/ http://www.codeplex.com/SPWCFSupport My personal view

RepliWeb Operational Synchronization for SharePoint (ROSS)

2009-09-03 Thread Wampers, Wilson [Talent International]
Hi, I'm doing some critical research in the SharePoint Content Deployment area. Has anyone been able to evaluate ROSS yet? http://www.repliweb.com/products/ross/index.php and what are your findings? Otherwise how does your organisation use Content Deployment, what's considered best pra

RE: Ghost - unghost - re-ghost

2009-11-05 Thread Wampers, Wilson [Talent International]
OSS Subject: RE: Ghost - unghost - re-ghost Have you tried, deactivating and reactivating the solution Might also be worth deploying it Cheers Josh From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Wampers, Wilson [Talent International] Sent: Thursday, 5

RE: Ghost - unghost - re-ghost

2009-11-05 Thread Wampers, Wilson [Talent International]
nyone? From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Wampers, Wilson [Talent International] Sent: Friday, 6 November 2009 11:12 AM To: ozMOSS Subject: RE: Ghost - unghost - re-ghost Hi Jeffery, Can't use SPD delete since these pages are in use. Cheers, Wi

Load Balancer hostname : access denied for farm search account

2009-11-05 Thread Wampers, Wilson [Talent International]
Hi, I wonder if anyone has come across this issue: The farm search account for UAT gets an 'access denied' error when trying to crawl the load balancer's host address. (== web application address) (Farm config: 2 Load balanced(network)WFE's + 1APPS/INDEXER + SQL 2005 CLUSTER) All Windows

RE: Load Balancer hostname : access denied for farm search account

2009-11-05 Thread Wampers, Wilson [Talent International]
Hi, Yes, indeed this fixes the issue! Cheers, Wilson From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Wampers, Wilson [Talent International] Sent: Friday, 6 November 2009 12:55 To: ozMOSS Subject: Load Balancer hostname : access denied for farm search account

Item Level Security

2009-11-12 Thread Wampers, Wilson [Talent International]
Hi All, Is there a recommended way of preventing (owner rights) users from breaking inheritance and even more remove the systems account from seeing content? Any suggestions? Kind Regards, Wilson Wampers ___ ozmoss mailing list ozmoss@ozmoss.com http

RE: Item Level Security

2009-11-12 Thread Wampers, Wilson [Talent International]
prevent people messing with permissions: Enumerate Permissions - Enumerate permissions on the Web site, list, folder, document, or list item. No idea if disabling this will have the desired affect though, its worth a shot. Sezai. On Fri, Nov 13, 2009 at 1:25 PM, Wampers, Wilson

RE: MasterPage feature - preview images

2010-02-03 Thread Wampers, Wilson [Talent International]
Hi Paul, I think many of us had that same fight. I've given up on finding out why, although I caught it once and then forgot how it went again. (I do remember that it had something to do with virtual path within virtual path etc..) Nowadays I solve it this way: http://schemas.microsoft.com/sh

RE: SSP Admin database

2010-02-03 Thread Wampers, Wilson [Talent International]
Hi Marko, As long as your SSP web Application is there you can add and remove databases (CA -> web application management -> content databases .. select your web application) In the worst case scenario you can create a new SSP web app and remove the original content database and add your old o

RE: From one problem to another (SP2 upgrade)

2010-02-08 Thread Wampers, Wilson [Talent International]
Hi Mark, I've not been following this thread, but I'd advise bringing your farm up to the latest cumulative update (Dec 2009). At least you're moving into a version that has most known issues resolved. Cheers, Wilson From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf O

RE: Deadlocks [SEC=UNOFFICIAL]

2010-02-09 Thread Wampers, Wilson [Talent International]
Hi, I have had a similar (Deadlock - SQL) issue for a while, but I think I've gotten rid of it now, not sure yet. Same story here windows 2003 server SP2 Net 3.5 etc. I used system.xml.xpath and xsl in a code class and neglected to null out after using it. I think xsl sorting in .Net caus

RE: RSS WebPart exception

2010-02-10 Thread Wampers, Wilson [Talent International]
Hi Paul, R u trying to connect to a corporate (intranet) feed? In that case you might need to resort to Kerberos authentication or download the feed as an xml file and feed on that. Kind Regards, Wilson Wampers From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of P