RE: MySite Access Denied for SC admins

2010-02-21 Thread James Boman
From what I know, the complicating factor may be that each MySite is actually an independent Site Collection - so to get access you will need to add yourself as a site collection administrator to each one :( May need to write yourself a little script - or a Feature Staple to add some

RE: Excel Fill Handle

2010-02-22 Thread James Boman
I think the tag should be: meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 / Also - remember if your using IE8 64-bit, it is classed as a Level 2 browser for SharePoint 2007 and DataSheet view is unsupported, or this documentation is out of date:

RE: Difference between Publishing Portal and Collaboration Portal?

2010-05-05 Thread James Boman
the page fine Surely someone has bumped into this before? From: ozmoss-boun...@ozmoss.com [ozmoss-boun...@ozmoss.com] On Behalf Of James Boman [james.bo...@dws.com.au] Sent: Wednesday, 5 May 2010 4:50 PM To: ozmoss@ozmoss.com Subject: Difference between Publishing

RE: Difference between Publishing Portal and Collaboration Portal?

2010-05-09 Thread James Boman
Of James Boman Sent: Monday, 10 May 2010 12:30 PM To: ozMOSS Subject: RE: Difference between Publishing Portal and Collaboration Portal? We have done everything as per Microsoft advicehttp://technet.microsoft.com/en-us/library/cc263468.aspx on exposing anonymous sites, so I will log a support

RE: Screen recordings

2010-06-08 Thread James Boman
-1 Camtasia: My experience with it was poor because the resulting videos always needed some custom TechSmith codec installed on the viewer's machine :( +1 Expression Media Encoder: Creates Windows Media Player compatible files straight out of the gate, requiring no transcoding afterward to get

RE: What's New web part with exclusion

2010-08-05 Thread James Boman
Could you get the web url into your query result (see posts about CommonViewFields) and then put the exclusion in your ItemStyle.xslt? Something like: xsl:if test=!starts-with($WebURL,'/News') div class=myStyle !-- Content goes here -- /div /xsl:if From: ozmoss-boun...@ozmoss.com

August CU's

2010-09-05 Thread James Boman
. James Boman Solution Architect [Description: Description: i-pmo] [Description: Description: i-pmotl] Telephone: +61 (08) 7200 1100 [Description: Description: i-pmotl] Mobile: +61 (0) 417 857 298 [Description: Description: i-pmotl] Web : http://www.i-pmo.com.auhttp://www.i-pmo.com.au

RE: Programmatically creating subsites (MOSS)

2010-09-27 Thread James Boman
, James. James Boman iPMO [Description: Description: i-pmotl] Telephone: +61 (08) 7200 1100 [Description: Description: i-pmotl] Mobile: +61 (0) 417 857 298 [Description: Description: i-pmotl] Web : http://www.i-pmo.com.auhttp://www.i-pmo.com.au

RE: Edit Blog with Word through ISA and FBA

2010-09-27 Thread James Boman
Perhaps you could also try Windows Live Writer for updating SharePoint Blogs - as it handles more authentication scenarios. Cheers J. Sent from my HTC HD2 From: Jag SRK jag@live.com Sent: Monday, 27 September 2010 5:04 AM To: ozmoss@ozmoss.com

SPS2010: Assigning a Farm-unique number to list items?

2010-10-21 Thread James Boman
* Custom Field Type with same custom webservice backing. * Hmmm... a better way? Any ideas? Cheers, J. James Boman Solution Architect [Description: Description: Description: i-pmo] [Description: Description: Description: i-pmotl

RE: Can't access site collection scopes

2010-11-14 Thread James Boman
When you go to view the search scopes page, does the URL have ?mode=ssp on the end? From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Monday, 15 November 2010 2:47 PM To: ozMOSS Subject: Can't access site collection scopes Has nyone seen this

RE: Help with 401 errors on public site

2010-11-18 Thread James Boman
I know it might not be immediately helpful, but on the topic of 401's in Internet facing sites there is something to be to be aware of that might be contributing to your 401 woes... If you use the ViewFormPagesLockDown feature (as all public facing MOSS sites should) it has security

RE: Help with 401 errors on public site

2010-11-21 Thread James Boman
understand it, that only resolved issues for internal staff accessing the site; the problem still remained for external anonymous users. Cheers, Chris From: James Boman james.bo...@i-pmo.com.aumailto:james.bo...@i-pmo.com.au Reply-To: ozMOSS ozmoss@ozmoss.commailto:ozmoss@ozmoss.com Date: Thu, 18 Nov

RE: Help with 401 errors on public site

2010-11-22 Thread James Boman
issues for internal staff accessing the site; the problem still remained for external anonymous users. Cheers, Chris From: James Boman james.bo...@i-pmo.com.aumailto:james.bo...@i-pmo.com.au Reply-To: ozMOSS ozmoss@ozmoss.commailto:ozmoss@ozmoss.com Date: Thu, 18 Nov 2010 23:53:57 + To: ozMOSS

RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread James Boman
I can confirm - Publishing Pages don't work properly outside the Pages library. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Wednesday, 24 November 2010 1:43 PM To: ozMOSS Subject: RE: Publish Page creation location - MOSS 2007 I don't think

RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread James Boman
...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of James Boman Sent: Wednesday, 24 November 2010 2:19 PM To: ozMOSS Subject: RE: Publish Page creation location - MOSS 2007 I can confirm - Publishing Pages don't work properly outside the Pages library. From: ozmoss-boun...@ozmoss.com

RE: Publish Page creation location - MOSS 2007

2010-11-23 Thread James Boman
or requests with the IT Service Centre. When logging calls, please include a detailed description of the problem.* From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of James Boman Sent: Wednesday, 24 November 2010 3:27 PM To: ozMOSS Subject: RE: Publish Page creation location

RE: Updating list item permissions via SharePoint Web Services

2010-12-16 Thread James Boman
Joseph, You should probably use Microsoft.SharePoint.Client and not use the webservices directly. See here: http://msdn.microsoft.com/en-us/library/ee535228.aspx using System; using Microsoft.SharePoint.Client; using SP = Microsoft.SharePoint.Client; namespace

RE: Updating list item permissions via SharePoint Web Services

2010-12-16 Thread James Boman
Subject: Re: Updating list item permissions via SharePoint Web Services Ah, that's the new client model in SP2010? It looks awesome! I have to support both SP2010 and MOSS/WSS3 unfortunately :( On Fri, Dec 17, 2010 at 1:01 PM, James Boman james.bo...@i-pmo.com.aumailto:james.bo...@i-pmo.com.au wrote

RE: Profile database and photos (MOSS 2007)

2011-03-02 Thread James Boman
Nigel, I remember I implemented the Write-Back for your SharePoint 2003 installation - was this re-implemented in some fashion for your SharePoint 2007 installation? Cheers, J. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of

RE: Encode XSL field value

2011-03-06 Thread James Boman
Could you try something like this? input type=button value=Enquire Now name=btnFormAction onclick=var strTitle = encodeURIComponent('{@Title}'); window.location.href='../Apply/Apply.aspx?title=' + strTitle; return false; / From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On

RE: MultiColumn Custom Field Problem

2011-03-08 Thread James Boman
and are requested to delete it immediately. Any opinion expressed in this e-mail may not necessarily be that of DWS Pty Ltd. Please consider the environment before printing this email. From: ozmoss-boun...@ozmoss.com [ozmoss-boun...@ozmoss.com] on behalf of James Boman [james.bo

RE: MOSS 2007 - 2010 upgrade path and host headers

2011-03-14 Thread James Boman
Paul, You should be able to set up the new 2010 farm with the identical host headers of your production farm without causing any issues just remember: * Change the TTL on the SOA record in DNS to a low value now, before you need to do the cutover. * If using

RE: SharePoint 2010 and Rights Management Services?

2011-03-15 Thread James Boman
crickets From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Jeremy Thake Sent: Tuesday, 15 March 2011 7:39 PM To: ozMOSS Subject: RE: SharePoint 2010 and Rights Management Services? tumbleweed ;-) From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com]

RE: moving dbs

2011-05-31 Thread James Boman
for installations already using the default instance of a SQL Server the STSADM -o renameserver was the best approach. My memory is a bit rusty on this - so am happy to be corrected if wrong. Cheers, James. James Boman ■ Telephone: +61 (08) 7200

RE: Custom Workflow Activity

2011-12-18 Thread James Boman
Luck, James. James Boman ■ Telephone: +61 (08) 7200 1100 ■ Mobile: +61 (0) 417 857 298 ■ Web: http://www.ipmo.com.au || http://www.projectserver.com.au From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi Sent

RE: Hidden Risk list fields reappearing

2012-03-12 Thread James Boman
. James Boman ■ Telephone: +61 (08) 7200 1100 ■ Mobile: +61 (0) 417 857 298 ■ Web: http://www.ipmo.com.au || http://www.projectserver.com.au From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Kirk Barrett Sent: Thursday, 8 March 2012 6:06

RE: [RESOLVED] VS2010 can't connect to ListData.svc

2012-03-19 Thread James Boman
Its so unsatisfying when that fixes it. [cid:image001.jpg@01CD069B.5C97EB50] James Boman ■ Telephone: +61 (08) 7200 1100 ■ Mobile: +61 (0) 417 857 298 ■ Web: http://www.ipmo.com.au || http://www.projectserver.com.au From: ozmoss-boun...@ozmoss.com [mailto:ozmoss

RE: Parser error with custom field control

2012-03-25 Thread James Boman
into the manifest.xml automatically. Cheers, James. [cid:image003.png@01CD0B64.7CF41AE0] James Boman ■ Telephone: +61 (08) 7200 1100 ■ Mobile: +61 (0) 417 857 298 ■ Web: http://www.ipmo.com.au || http://www.projectserver.com.au From: ozmoss-boun

RE: Parser error with custom field control

2012-03-26 Thread James Boman
this: public partial class MyFieldEditor : UserControl, IFieldEditor Cheers, J. James Boman ■ Telephone: +61 (08) 7200 1100 ■ Mobile: +61 (0) 417 857 298 ■ Web: http://www.ipmo.com.au || http://www.projectserver.com.au From: ozmoss-boun

RE: Parser error with custom field control

2012-03-27 Thread James Boman
. James Boman ■ Telephone: +61 (08) 7200 1100 ■ Mobile: +61 (0) 417 857 298 ■ Web: http://www.ipmo.com.au || http://www.projectserver.com.au From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Wednesday, 28 March 2012 12:46 PM To: 'ozMOSS' Subject

RE: SPS2010 User Profiles

2012-04-02 Thread James Boman
. James Boman ■ Telephone: +61 (08) 7200 1100 ■ Mobile: +61 (0) 417 857 298 ■ Web: http://www.ipmo.com.au || http://www.projectserver.com.au From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Chris Grist Sent: Monday, 2 April 2012 6:10 PM To: ozMOSS

Discussion Boards after SP1 + March 2012 CU?

2012-04-18 Thread James Boman
. James Boman ■ Telephone: +61 (08) 7200 1100 ■ Mobile: +61 (0) 417 857 298 ■ Web: http://www.ipmo.com.au || http://www.projectserver.com.au ___ ozmoss mailing list ozmoss@ozmoss.com http://prdlxvm0001.codify.net/mailman

RE: Content deployment question

2012-06-20 Thread James Boman
stored in the itemstyle.xsl file that has not been deployed with the content deployment job. Manually moving this file over to PROD may help render the output. ... or it could be something else. Cheers, James. James Boman ■ Telephone: +61 (08

RE: Filter certain fields from available field types

2012-11-21 Thread James Boman
Paul, Perhaps you could just display fields where Hidden = False? That narrows the number of fields down considerably. J. James Boman ■ Telephone: +61 (08) 7200 1100 ■ Mobile: +61 (0) 417 857 298 ■ Web: http://www.ipmo.com.au || http

RE: Question on sharepoint 2013 with SSL offloading

2014-02-19 Thread James Boman
. Cheers, James. James Boman ■ Office: +61 (08) 7200 1100tel:+61872001100 ■ Mobile: +61 (0) 417 857 298tel:+61417857298 ■ Skype: JDBomanskype:JDBoman?call ■ Web: www.ipmo.com.auhttp://www.ipmo.com.au From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun

RE: some event receivers not firing when scanning into sharepoint

2014-02-20 Thread James Boman
. James Boman ■ Office: +61 (08) 7200 1100tel:+61872001100 ■ Mobile: +61 (0) 417 857 298tel:+61417857298 ■ Skype: JDBomanskype:JDBoman?call ■ Web: www.ipmo.com.auhttp://www.ipmo.com.au From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi Sent

RE: [SP2013] Duplicate Database Servers in Servers in Farm

2014-03-12 Thread James Boman
. After a quick look the STSADM command appears to have been migrated to powershell herehttp://technet.microsoft.com/en-us/library/ff607556.aspx. James Boman ■ Office: +61 (08) 7200 1100tel:+61872001100 ■ Mobile: +61 (0) 417 857 298tel:+61417857298 ■ Skype

RE: InfoPath form upgrade support for next version of SharePoint

2014-05-27 Thread James Boman
SharePoint lists. Once this is available, then people can re-author their customised SharePoint list forms. Cheers, James. James Boman ■ Office: +61 (08) 7200 1100tel:+61872001100 ■ Mobile: +61 (0) 417 857 298tel:+61417857298 ■ Skype

RE: Workflow Manager in multi-server farm

2014-06-03 Thread James Boman
. James Boman ■ Office: +61 (08) 7200 1100tel:+61872001100 ■ Mobile: +61 (0) 417 857 298tel:+61417857298 ■ Skype: JDBomanskype:JDBoman?call ■ Web: www.ipmo.com.auhttp://www.ipmo.com.au From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul

RE: RESOLVED: [SP2013]Up Folder button or Folder path breadcrumbs

2014-06-19 Thread James Boman
Have you tried thishttp://academy.bindtuning.com/lets-bring-the-breadcrumb-back-to-sharepoint-2013/? Simple and works for me. Don't forget to change the ThemeKey to spcommon Cheers James. James Boman ■ Office: +61 (08) 7200 1100tel:+61872001100

RE: SP2013 CUs and SPs

2014-07-16 Thread James Boman
Paul, YES - AFAIK, and regardless of the binary patches you install - the version in your database will not be updated until you run the PT wizard on the servers which then upgrades the database to match. Cheers, J. James Boman

RE: SP2013 CUs and SPs

2014-07-16 Thread James Boman
You are lucky - I have seen SP1 and later CU's take 6 hours to install and another 3 hours on the PT wizard. It does depend to some extent on how much content needs to be upgraded, and if you have search deployed. J. James Boman ■ Office: +61 (08) 7200

RE: Use a newtwork share as the source for a document library

2014-08-17 Thread James Boman
Paul, Have you considered using FILESTREAM storage on the SQL server for storing the files as files, while still keeping the benefits of housing them in a SharePoint document library? Cheers, James. James Boman ■ Phone

RE: Use a newtwork share as the source for a document library

2014-08-17 Thread James Boman
open in explorer mode ribbon button or using the connect to website feature in the map drive dialog. [cid:image001.png@01CFBADC.8AB0FCA0] Kind regards, James Boman ■ Phone: +61872001100callto:+61872001100 ■ Mobile: +61417857298callto:+61417857298 ■ Skype

RE: Server Error in '/' Application -- in modal dialogs

2014-08-26 Thread James Boman
. James Boman ■ Phone: +61872001100callto:+61872001100 ■ Mobile: +61417857298callto:+61417857298 ■ Skype: JDBomancallto:JDBoman ■ Web: www.ipmo.com.auhttp://www.ipmo.com.au/ From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Wednesday

RE: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread James Boman
is something like thishttp://blogs.msdn.com/b/tinghaoy/archive/2005/12/22/506852.aspx where you can alter the query string by setting the PostBackUrl on the search button on your page. Cheers, J. James Boman ■ Phone: +61872001100callto:+61872001100

RE: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread James Boman
http://mozilla.org/bar.html, but won't cause the browser to load bar.html or even check that bar.html exists. Cheers, James. James Boman ■ Phone: +61872001100callto:+61872001100 ■ Mobile: +61417857298callto:+61417857298 ■ Skype

RE: [RESOLVED] RE: Problems with Following using SP.UserProfiles

2014-09-10 Thread James Boman
? I love the way you guys always push me to find my own solutions. :P We do our best :) J. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Wednesday, 10 September 2014 1:42 PM To: ozMOSS Subject: [RESOLVED] RE: Problems with Following using

RE: CSOM - Syntactic issue with retrieved CAML query from list view

2015-11-29 Thread James Boman
– just a number. Cheers, J [cid:image001.png@01D12AFB.644D4B00] James Boman | Product Lead • T: +61872001100<callto:+61872001100> • M: +61417857298<callto:+61417857298> From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: W