Re: InfoPath form upgrade support for next version of SharePoint

2014-05-27 Thread Bill Williamson
What does fully supported mean. Does it mean that the app will be abandoned but get security updates if necessary, or that future versions of SharePoint will fully work with customised forms made with it and that future versions of office will come with the editor? My guess is the first. On

Re: SP 2003 blobs

2014-03-25 Thread Bill Williamson
What metadata do you need? If only filename, and you can rename duplicates blah.doc.2 blah.doc.3 for duplicates, this is well under 200 lines of code or powershell talking direct to the db. Since it's decomissioned there's no danger, and the file content column is simply the exact file contents.

Re: sharepoint 2010 cumulative updates April vs February

2013-05-09 Thread Bill Williamson
There is a HUGE issue with any CU which includes KB2687418. March and April CU have it. It completely breaks managed metadata on any published item, including the OOTB enterprise wiki. It also gives all published pages an invalid security validation. We have a sev 1 PSS call open about it. On

install-spsolution -allwebapplications ... add new webapp?

2012-11-28 Thread Bill Williamson
What is the right way to get web.config changes made by an installed solution into NEW web applications? We install with -allwebapplciations, which makes the changes to existing apps, but does not add it to new apps as you might expect. Running install again does not work unless you choose

Re: install-spsolution -allwebapplications ... add new webapp?

2012-11-28 Thread Bill Williamson
any required solutions after provisioning the web app. On 29 November 2012 11:28, Bill Williamson b...@bbqninja.com wrote: allwebapplciations ___ ozmoss mailing list ozmoss@ozmoss.com http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Re: Large Lists

2012-10-31 Thread Bill Williamson
Just to play devils advocate, why sharepoint as the data storage mechanism? This seems so far outside its use case as to be hilarious. What's the actual use case here? I'd hope you're not planning to do any reporting on those list items, as that will be subject to the 5000 item issue. I'd

Re: SPS2010 and Outlook calendar integration

2012-05-03 Thread Bill Williamson
Are psts disabled? On Thursday, May 3, 2012, Nigel Hertz wrote: Hi guys ** ** One of our business users got this error message today, when trying to connect a calendar from a SPS2010 site to Outlook 2010. I can’t seem to find anything relating to this error for Office 2010 – only 2K3

Re: Ping!

2010-10-21 Thread Bill Williamson
do what now? On Thu, Oct 21, 2010 at 6:05 PM, James Boman james.bo...@i-pmo.com.auwrote: Please ignore this message. -- James Boman Solution Architect [image: Description: Description: i-pmo] [image: Description: Description: i-pmotl] Telephone: +61

Re: Sharepoint 2010 RTM on Windows 7

2010-05-17 Thread Bill Williamson
It'll be related to ax plugins. On Monday, May 17, 2010, Read, Kevin kevin.r...@act.gov.au wrote: I know – very bizarre – I was doing my head in until I tried that option. Maybe it’s linked to the Office 64 bit v 32 bit issue as well Kevin From:

Re: SP2010 RTM's!

2010-04-16 Thread Bill Williamson
That means it was sent to the cd gnomes. So unless you have a friend in the pressing facility you'll still have to wait for rtw On Saturday, April 17, 2010, Daniel Brown dan...@danielbrown.id.au wrote: FYI http://blogs.msdn.com/sharepoint/archive/2010/04/16/sharepoint-2010-reaches-rtm.aspx

Re: Data view web part

2010-03-13 Thread Bill Williamson
-the connection string is stored in plain text, accessible to anyone with designer. For this reason you should REALLY use passthrough/kerberos authentication. On Fri, Mar 12, 2010 at 8:14 PM, Ajay akhanna...@gmail.com wrote: Hi Guys, If I create a data view web part in which has to access data

Re: Site Usage Summaries Again

2010-03-09 Thread Bill Williamson
IIS logs are basically worthless. On Wed, Mar 10, 2010 at 12:14 PM, Mark Burns mbu...@aal.com.au wrote: I have made the decision to abandon MOSS Usage Reporting and go with a solution of parsing logs into a SQL database. The question is, do I parse the IIS logs or the MOSS usage logs.

Re: The SharePoint + Domain Controller situation

2010-02-04 Thread Bill Williamson
His question was why? everyone knows the advice, but apart from a bug in RC1 VM (which was years ago now) I've never heard a reason. So it's handy to have someone from ms in this thread, as you could likely answer: -what goes wrong and more importantly -why On Friday, February 5, 2010, Aaron

Re: KPIs

2009-10-28 Thread Bill Williamson
KPIs as a whole are quite quirky and buggy. Neat idea, but not even fully supported by the API (try writing your own web part to show the value of a KPI without using reflection and disassembling MS's dlls...) On Thu, Oct 29, 2009 at 11:08 AM, Chris Grist cgr...@educationau.edu.auwrote: Wow,

Re: SharePoint Site Directory

2009-10-27 Thread Bill Williamson
Of 2007? HA, i kill me! On Wed, Oct 28, 2009 at 1:03 PM, Michael Nemtsev nemt...@msn.com wrote: Btw, BETA2 should be released November 18th From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Hertz Sent: Wednesday, 28 October 2009 11:09 AM To: ozMOSS

Re: Site Collection Admin - use group

2009-09-21 Thread Bill Williamson
Are you talking about in central admin? On Tue, Sep 22, 2009 at 2:10 PM, Paul Noone paul.no...@ceosyd.catholic.edu.au wrote: Has anyone found a nifty way to hack the site collection admin people picker field so it’ll accept groups?? SharePoint Manager won’t let me edit these fields. L

Re: Testing, testing, 1, 2, 3

2009-09-15 Thread Bill Williamson
Reply-to on this new list is set to the original poster. 15 years ago I'd have said that was a good thing, but most people nowadays click reply, not reply all, so perhaps it should be changed to reply-to the list? On Wed, Sep 16, 2009 at 9:08 AM, Nigel Hertz nigel.he...@stockland.com.au wrote:

Re: ozmoss post acknowledgement

2009-09-15 Thread Bill Williamson
AHA, you can turn this off in settings, but perhaps a default would be appropriate. Receive acknowledgement mail when you send mail to the list? is the setting. Good to be on MailMan, it's by far my favorite list manager for hosting yourself. On Wed, Sep 16, 2009 at 9:12 AM, Bill Williamson b

Re: Web part with dll reference

2009-07-28 Thread Bill Williamson
Turn on the dotnet assembly resolution logging, it will likely tell you what's wrong. My guesses: -assembly referenced from your filesystem. that makes it a non-strong reference. When it's copied to the GAC you are no longer finding it. In visual studio, are you referencing it from your GAC or

Bamboo web part suite

2009-07-27 Thread Bill Williamson
Anyone used it? Pros/cons/great/sucks/? Support procedure: http://www.codify.com/lists/support List address: ozmoss@ozmoss.com Subscribe: ozmoss-subscr...@ozmoss.com Unsubscribe: ozmoss-unsubscr...@ozmoss.com List

Re: Bamboo web part suite [SEC=UNCLASSIFIED]

2009-07-27 Thread Bill Williamson
DEV boxes. If you have say 10 developers, it's not cheap. -Original Message- From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Bill Williamson Sent: Tuesday, 28 July 2009 11:38 AM To: ozmoss@ozmoss.com Subject: Bamboo web part suite Anyone used it? Pros/cons/great

Re: Security - document libraries

2009-06-03 Thread Bill Williamson
@ozmoss.com [mailto:ozm...@ozmoss.com] *On Behalf Of *Bill Williamson *Sent:* Wednesday, 3 June 2009 4:04 PM *To:* ozmoss@ozmoss.com *Subject:* Re: Security - document libraries And when they connect via fileshare? IMO views are not a replacement for security. This sounds like something

Re: Diagnostics on running workflows

2009-06-03 Thread Bill Williamson
workflow? *From:* ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] *On Behalf Of *Bill Williamson *Sent:* Wednesday, 3 June 2009 3:27 PM *To:* ozmoss@ozmoss.com *Subject:* Re: Diagnostics on running workflows But there's no list property that says I have a workflow active... Or is there? CAML

Re: Custom Timer Job failed without error

2009-05-18 Thread Bill Williamson
There's also funniness that there is no way to guarantee it will always run. Even with none it runs on every server THAT WAS THERE when you submitted the job. Say you have two WFE servers. If you add two more servers later, it won't run on them. If you then decommission your original servers

Re: Sharepoint security concern

2009-03-30 Thread Bill Williamson
site admin however the public will browse the site annonymously. May I know why you are asking about this? I'm curious if the solution differ from one scenario to another in securing the public facing sharepoint site. Regards, Christian Bill Williamson b

Re: Feb 2009 CTP of Visual Studio 2008 extensions for Windows SharePoint Services 3.0 has been released!

2009-02-23 Thread Bill Williamson
Please tell me you can install it on Xp On Tue, Feb 24, 2009 at 4:05 PM, Aaron Saikovski aaron.saikov...@microsoft.com wrote: Not sure if you guys have heard but we have updated and released the Feb 2009 CTP of the VS2008 extensions for WSSV3.0. More details can be found here:

Re: Outlook integration and pst files

2009-02-04 Thread Bill Williamson
Unfortunately it requires them. That rules out us using it period as we're not allowed local PST files by policy. On Wed, Feb 4, 2009 at 12:57 PM, Caroline Specker (AU) caroline.spec...@didata.com.au wrote: Has anyone figured out a way to integrate outlook with SharePoint * without*

Re: Outlook integration and pst files

2009-02-04 Thread Bill Williamson
Online Developer, ICT CEO Sydney *From:* ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] *On Behalf Of *Bill Williamson *Sent:* Wednesday, 4 February 2009 7:30 PM *To:* ozmoss@ozmoss.com *Subject:* Re: Outlook integration and pst files Unfortunately it requires them. That rules out us using

Re: SSP Restore

2009-01-28 Thread Bill Williamson
. The recovery can take a few minutes to start. *Note*: If either the content index or search database recovery process is not successful, you must reset the index and perform a full crawl before search and indexing will work. *From:* ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] *On Behalf Of *Bill

Re: SSP Restore

2009-01-27 Thread Bill Williamson
We've never had SSP restores work. MS advised us that recreation of the SSP from configuration documenation is the supported methodology. On Thu, Jan 22, 2009 at 1:56 PM, Simon Ashworth si...@vividgroup.com.auwrote: Hey Guys, I'm currently performing a migration of an SQL server including