Re: SP Online, Quick Parts in Word Templates

2017-04-17 Thread Nigel Witherdin
Thanks Paul, I'll give it a crack Sent from my iPhone On 17 Apr 2017, at 4:58 pm, Paul Noone mailto:pano...@gmail.com>> wrote: Nigel, Word Online has limitations with some field types and managed metadata fields are fraught with issues everywhere. You might have an Office version conflict lo

Re: SP Online, Quick Parts in Word Templates

2017-04-16 Thread Paul Noone
Nigel, Word Online has limitations with some field types and managed metadata fields are fraught with issues everywhere. You might have an Office version conflict locally? Have you tried saving the template back up as a docx instead? That sometimes works for me when nothing else does Cheers, P

Re: ozmoss Digest, Vol 74, Issue 6

2017-03-12 Thread Sutha Thavaratnarajah
rward to see the answer from others. Sutha. From: ozmoss-boun...@ozmoss.com on behalf of Nigel Witherdin Sent: Monday, 13 March 2017 10:51 AM To: ozMOSS Subject: Re: ozmoss Digest, Vol 74, Issue 6 Thanks Paul - John / Sutha (and anyone else) - any comments o

Re: ozmoss Digest, Vol 74, Issue 6

2017-03-12 Thread Nigel Witherdin
Thanks Paul - John / Sutha (and anyone else) - any comments on how to manage the release cycle within a SharePoint online tenancy? Also, I raised the question re: the PnP engine on Microsoft Tech Community, and it was confirmed as an problem and an issue has been raised in the PnP GitHub

Re: ozmoss Digest, Vol 74, Issue 6

2017-03-12 Thread Paul Noone
t; > > > jliu > > > > *From: *ozmoss-requ...@ozmoss.com > *Sent: *Friday, 10 March 2017 12:14 PM > *To: *ozmoss@ozmoss.com > *Subject: *ozmoss Digest, Vol 74, Issue 6 > > > > Send ozmoss mailing list submissions to > ozmoss@ozmoss.com > > To

Re: ozmoss Digest, Vol 74, Issue 6

2017-03-10 Thread Nigel Witherdin
or, via email, send a message with subject or body 'help' to ozmoss-requ...@ozmoss.com<mailto:ozmoss-requ...@ozmoss.com> You can reach the person managing the list at ozmoss-ow...@ozmoss.com<mailto:ozmoss-ow...@ozmoss.com> When replying, please edit your Subject

RE: ozmoss Digest, Vol 74, Issue 6

2017-03-09 Thread John Liu
t your Subject line so it is more specific than "Re: Contents of ozmoss digest..." Today's Topics: 1. Re: ozmoss Digest, Vol 74, Issue 3 (Paul Noone) -- Message: 1 Date: Thu, 09 Mar 2017 20:59:44 +

Re: ozmoss Digest, Vol 74, Issue 3

2017-03-09 Thread Paul Noone
Witherdin wrote: > Thanks sutha and John - I guess I have to play with it a bit more! > > It's frustrating as there are bugs listed as completed in the project from > a few years ago re: the engine needing to create lists used by lookup cols > prior to creating the fields. > &g

Re: ozmoss Digest, Vol 74, Issue 3

2017-03-09 Thread Nigel Witherdin
Thanks sutha and John - I guess I have to play with it a bit more! It's frustrating as there are bugs listed as completed in the project from a few years ago re: the engine needing to create lists used by lookup cols prior to creating the fields. Maybe it's because my lookups are

RE: ozmoss Digest, Vol 74, Issue 3

2017-03-09 Thread John Liu
our Subject line so it is more specific than "Re: Contents of ozmoss digest..." Today's Topics: 1. PnP Provisioning Engine - Issue with Lookup Field (Nigel Witherdin) -- Message: 1 Date: Wed, 8 Mar 2017

Re: PnP Provisioning Engine - Issue with Lookup Field

2017-03-07 Thread Sutha Thavaratnarajah
Hi Nigel, I got few wired error with cmdlets. I gave up and did with .exe. Technically I dont see any reason. but worked after using .exe. Thats seems less pain. Here is my code. static void Main(string[] args) { OfficeDevPnP.Core.AuthenticationManager authMgr

RE: ozmoss Digest, Vol 74, Issue 1

2017-02-28 Thread sasikanth Pamulapati
-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Tuesday, 28 February 2017 9:51 PM To: ozMOSS Subject: Re: ozmoss Digest, Vol 74, Issue 1 Good stab, John. That's a popular fix for many things. Glad to see this list is still alive. On Tue, 28 Feb 2017 at 9:25 pm, John Liu mailto

Re: ozmoss Digest, Vol 74, Issue 1

2017-02-28 Thread Paul Noone
rson managing the list at > ozmoss-ow...@ozmoss.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ozmoss digest..." > > > Today's Topics: > >1. ISSUE with SSRS 2016 Integration mode reports display

RE: ozmoss Digest, Vol 74, Issue 1

2017-02-28 Thread John Liu
dy 'help' to ozmoss-requ...@ozmoss.com You can reach the person managing the list at ozmoss-ow...@ozmoss.com When replying, please edit your Subject line so it is more specific than "Re: Contents of ozmoss digest..." Today's Topics: 1. ISSUE with SSRS

RE: SP2013 WAS - Word-to-PDF missing Styles in TOC after

2016-05-24 Thread Rob Bayly
Part1 - 2 days of research and testing, and it's appears to be down to a corrupt embedded font used in the TOC Title above the TOC table Part 2 - I'm suggesting look at part 1. Thanks Rob 1. RE: SP2013 WAS - Word-to-PDF missing Styles in TOC after conversion

RE: SP2013 WAS - Word-to-PDF missing Styles in TOC after conversion

2016-05-23 Thread Rob Bayly
Hi All, Got a Word Automation Services issue that's not being easy to resolve. My client has a number of documents in various libraries in on-premise SP2013. We're using a script to traverse the libraries and when a Word Document meets the criteria, pass to WAS for conversion to PDF. The Docx

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

2015-11-29 Thread James Boman
Paul, Using the JSOM for this is hard work. I would fire off a REST request like this: https://tenant.sharepoint.com/_vti_bin/listdata.svc/ListName/$count?$filter=Field eq Value You should get back just the number of rows that match the filter. No XML or JSON to worry about – ju

Re: Useage Stats in SP 2013

2015-05-12 Thread Sutha Thavaratnarajah
Yes, the path does not allow as it is redirect from layout/15 path. So get error if I try the path. I got powershell script ( codeplex) which gives little solution. But not complete solution. Sutha 0450076504 Sent from my iPhone > On 13 May 2015, at 9:19 am, Paul Noone wrote: > > I haven't r

Re: Useage Stats in SP 2013

2015-05-12 Thread Paul Noone
I haven't run into this before but I also upgraded all sites to the 2013 experience. Are the links not available from Site ad Site Collection Settings screens? Have you tried appending the page paths to the site URL to see if you can sill load them? On Tue, May 12, 2015 at 11:58 AM, Sutha Thavar

Re: Technical reference

2015-05-03 Thread Ajay
Hi Paul, I am happy to help, you been very active and helpful member of this group. Cheers Ajay On Thu, Apr 30, 2015 at 2:51 PM, Paul Noone wrote: > Hi Sutha, > > Thank you very much. But I was looking for phone or LinkedIn references > from some of the guys here that I've had more direct deali

Re: Technical reference

2015-04-29 Thread Paul Noone
Hi Sutha, Thank you very much. But I was looking for phone or LinkedIn references from some of the guys here that I've had more direct dealings with. :) Cheers, Paul On Thu, Apr 30, 2015 at 11:49 AM, Sutha Thavaratnarajah < sutha1...@hotmail.com> wrote: > > I am happy to give a reference to yo

Re: Technical reference

2015-04-29 Thread Sutha Thavaratnarajah
I am happy to give a reference to you Paul. Contact me directly on the below details. Sutha 0450076504 sutha1...@hotmail.com Sent from my iPhone > On 30 Apr 2015, at 11:45 am, Paul Noone wrote: > > Hi guys, > > I was wondering if anyone on the list would provide a verbal technical > refere

RE: permissions help

2015-04-15 Thread Sutha Thavaratnarajah
seems you have broken the inheritance permission. assigned uniquely. Sutha From: chris.gr...@beachenergy.com.au To: ozmoss@ozmoss.com Subject: permissions help Date: Thu, 16 Apr 2015 01:51:49 + Can anyone explain why this would be the case? Chris Grist | SharePoint

Re: Development Environment After upgrade 2013...

2015-03-17 Thread Sutha Thavaratnarajah
Hi Ishai, Thanks for your comment , If I upgrade will it work with my sites which are pending for UI upgrade? Thanks. Sutha 0450076504 Sent from my iPhone > On 18 Mar 2015, at 12:00 pm, Ishai Sagi wrote: > > That is a warning, not an error. Since you know you are keeping your > solutio

RE: Development Environment After upgrade 2013...

2015-03-17 Thread Ishai Sagi
That is a warning, not an error. Since you know you are keeping your solutions as 2010, you already made the choice to use old software as the warning tells you you are doing. However, I'd redevelop the solutions if I were you, and upgrade them to use the 15 components, and the 15 hive for resou

RE: SharePoint 2013 Public facing Community sites

2015-03-01 Thread Ishai Sagi
Also, check licensing… From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Sutha Thavaratnarajah Sent: Monday, 2 March 2015 6:43 AM To: ozMOSS Subject: Re: SharePoint 2013 Public facing Community sites Technically no issue to have this, you may consider to speak with

Re: SharePoint 2013 Public facing Community sites

2015-03-01 Thread Sutha Thavaratnarajah
Technically no issue to have this, you may consider to speak with your network team to create a zone for this. Cheers. Sutha 0450076504 Sent from my iPhone > On 28 Feb 2015, at 6:32 am, vijaykumar raavi wrote: > > Hi, > > Is it feasible to create public facing SharePoint 2013 community sites

RE: content type hub in v 15, subcriber in 14.

2015-02-23 Thread Sutha Thavaratnarajah
14 version first, then consume, then I will do the upgrade. bit hassle however no choice. Thanks for you comments Ishai. sutha. From: is...@exd.com.au To: ozmoss@ozmoss.com Subject: RE: content type hub in v 15, subcriber in 14. Date: Mon, 23 Feb 2015 22:56:30 + Sorry to be of no real

RE: content type hub in v 15, subcriber in 14.

2015-02-23 Thread Ishai Sagi
Sorry to be of no real help, but my best recommendation - do not use a content type hub. The implementation is not robust enough. I recommend to clients to develop own scripts to replicate content type and site column changes. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] O

RE: Re: PowerShell Script help with writing back to SharePoint

2015-02-22 Thread Ishai Sagi
Or...get an app for that: http://www.kwizcom.com/sharepoint-admin-tools/find-replace/overview/ From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Salonen, Marko J Sent: Monday, 23 February 2015 9:22 AM To: ozMOSS Subject: RE: Re: PowerShell Script help with writing

RE: Re: PowerShell Script help with writing back to SharePoint

2015-02-22 Thread Salonen, Marko J
Awesome, thanks Tony. I will give that a go. Regards, Marko From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Tony McGee Sent: Friday, 20 February 2015 11:11 PM To: ozMOSS Subject: [EXTERNAL]Re: PowerShell Script help with writing back to SharePoint Is using the

Re: PowerShell Script help with writing back to SharePoint

2015-02-20 Thread Tony McGee
Is using the WebDAV share an available option? e.g. $file = '\\server\site\library\filename.htm' Get-Content $file |% { $_ -replace 'String1','String2' } | Set-Content $file If you're changing multiple files you could even map the site as a drive temporarily: New-PsDrive -Name SiteDocs -Root

RE: SharePoint 2013 Modal Dialogs

2015-02-17 Thread Paul Noone
, 2015 1:01 PM To: ozMOSS Subject: Re: SharePoint 2013 Modal Dialogs Thanks Paul, Good catch, it's working fine on firefox. What to look for, it was working fine till yesterday on Chrome and now is not rendering, Cheers A On Tue, Feb 17, 2015 at 2:54 PM, Paul Noone mailto:p.no...@keller.c

Re: SharePoint 2013 Modal Dialogs

2015-02-16 Thread Ajay
Thanks Paul, Good catch, it's working fine on firefox. What to look for, it was working fine till yesterday on Chrome and now is not rendering, Cheers A On Tue, Feb 17, 2015 at 2:54 PM, Paul Noone wrote: > Iframe security? All browsers? > > > > Have you taken a look with Firebug to see if th

RE: SharePoint 2013 Modal Dialogs

2015-02-16 Thread Paul Noone
Iframe security? All browsers? Have you taken a look with Firebug to see if the content source is actually being rendered, or not coming through at all? Regards, Paul From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ajay Sent: Tuesday, February 17, 2015 12:42 PM

RE: this task is currently locked by a running workflow and cannot be edited.

2015-02-12 Thread Joshua Haebets .
--Original Message- From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Friday, 13 February 2015 8:46 AM To: ozMOSS Subject: RE: this task is currently locked by a running workflow and cannot be edited. Hi Zahra, Nintex support are your best option

RE: this task is currently locked by a running workflow and cannot be edited.

2015-02-12 Thread Paul Noone
Hi Zahra, Nintex support are your best option here. The error seems pretty clear. If you're testing the workflow then there's a good chance you have more than one instance on the open task. Regards, Paul -Original Message- From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.

RE: Different masterpages in site collection

2015-02-09 Thread Ishai Sagi
...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Tuesday, 10 February 2015 11:09 AM To: ozMOSS Subject: RE: Different masterpages in site collection Yes, I noticed. Which is why I always apply my own master. I thought maybe there was a reason they used the minimal

RE: Different masterpages in site collection

2015-02-09 Thread Nigel Hertz
That’s pretty much what I do as well. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Tuesday, 10 February 2015 11:09 AM To: ozMOSS Subject: RE: Different masterpages in site collection Yes, I noticed. Which is why I always apply my own master. I

RE: Different masterpages in site collection

2015-02-09 Thread Paul Noone
whatever else is required. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi Sent: Tuesday, February 10, 2015 10:56 AM To: ozMOSS Subject: RE: Different masterpages in site collection The enterprise search site template relies on a minimal master page that is

RE: Different masterpages in site collection

2015-02-09 Thread Ishai Sagi
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Tuesday, 10 February 2015 8:29 AM To: ozMOSS Subject: RE: Different masterpages in site collection Why do you need a separate master for Search pages? Is there something I’m missing? I’ve always managed to get away with an application and

RE: Different masterpages in site collection

2015-02-09 Thread Paul Noone
Sent: Monday, February 9, 2015 4:28 PM To: ozMOSS Subject: RE: Different masterpages in site collection There is no reason why not have separate master pages. It is very valid. The search pages for example need to have a different master page to the rest of pages in the site. The way to do it

Re: embedding videos

2015-02-09 Thread Ajay
> Of *Ajay > *Sent:* Sunday, 8 February 2015 9:13 PM > *To:* ozMOSS > *Subject:* Re: embedding videos > > > > The rich html field has been added to list via Content type and does not > get saved. > > Bizarre thing is I create a list column of Multiple lines of text

RE: Different masterpages in site collection

2015-02-08 Thread Ishai Sagi
-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Tuesday, 3 February 2015 10:03 AM To: ozMOSS Subject: RE: Different masterpages in site collection Ah fair enough. You can’t argue with bad architecture. ☺ From: ozmoss-boun...@ozmoss.com<mailto:ozmoss-boun...@ozmoss.com> [mailto:ozmos

RE: embedding videos

2015-02-08 Thread Ishai Sagi
Sharepoint version I am guessing 2013? Under site collection administration, do you have a HTML Field Security option? From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ajay Sent: Sunday, 8 February 2015 9:13 PM To: ozMOSS Subject: Re: embedding videos The rich

Re: embedding videos

2015-02-08 Thread Ajay
The rich html field has been added to list via Content type and does not get saved. Bizarre thing is I create a list column of Multiple lines of text directly, it gets saved properly. On Sun, Feb 8, 2015 at 10:51 PM, Ajay wrote: > Hi Guys, > > I have a column of type Rich HTML field and I am try

RE: Different masterpages in site collection

2015-02-02 Thread Paul Noone
Ah fair enough. You can’t argue with bad architecture. ☺ From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ajay Sent: Tuesday, February 3, 2015 9:46 AM To: ozMOSS Subject: Re: Different masterpages in site collection Hi Paul, the supplied design for home page

Re: Different masterpages in site collection

2015-02-02 Thread Ajay
M, Paul Noone wrote: > Why not just create a new layout for the homepage and put your custom > footer in there? > > > > Regards, > > > > Paul > > > > *From:* ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] *On > Behalf Of *Ajay > *Sent:

RE: Different masterpages in site collection

2015-02-02 Thread Paul Noone
Why not just create a new layout for the homepage and put your custom footer in there? Regards, Paul From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ajay Sent: Saturday, January 31, 2015 11:03 PM To: ozMOSS Subject: Re: Different masterpages in site collection

Re: Different masterpages in site collection

2015-01-31 Thread Ajay
PS C:\> $web.Update() > > ALL/BATCH > foreach($subSite in (Get-SPWeb "http://").Webs) > { > $subSite.MasterURL = > "///_catalogs/masterpage/NEW.master" > $subSite.Update() > } > > Regards

RE: Different masterpages in site collection

2015-01-28 Thread Rob Bayly
$subSite.Update() } Regards Rob Today's Topics: 1. RE: Different masterpages in site collection (Nigel Hertz) 2. RE: Different masterpages in site collection (Paul Noone) -- Message: 1 Date: Mon, 26 Ja

RE: Different masterpages in site collection

2015-01-26 Thread Paul Noone
, 2015 7:46 AM To: ozMOSS Subject: RE: Different masterpages in site collection Howdy Personally, I would set the one for ‘the rest of the site’ on the homepage, and tell it to “reset all subsites to inherit”. Once that’s done, change it to set the homepage masterpage as ‘live’, but DESELECT the

RE: Different masterpages in site collection

2015-01-26 Thread Nigel Hertz
Howdy Personally, I would set the one for ‘the rest of the site’ on the homepage, and tell it to “reset all subsites to inherit”. Once that’s done, change it to set the homepage masterpage as ‘live’, but DESELECT the ‘reset subsites’ bit. There may be a better way, but that’s the way I did it.

RE: User profile sync service - SharePoint 2010

2015-01-18 Thread Nigel Hertz
2015 10:00 AM To: ozMOSS Subject: RE: User profile sync service - SharePoint 2010 Nigel, You shouldn’t have to be reprovisioning this service after every restart. This suggests bigger issues. Both FIMs services should be set to automatic and run under the farm account. Regards, Paul From

RE: User profile sync service - SharePoint 2010

2015-01-18 Thread Paul Noone
Harwood Sent: Monday, January 12, 2015 1:01 PM To: ozMOSS Subject: Re: User profile sync service - SharePoint 2010 Try using a log viewer to monitor the logs and then start a sync from Central admin. I have had issues where the service was trying to recreate certificates. In sp 2013 I used the same

RE: CQWP: page fields and list fields

2015-01-18 Thread Paul Noone
I would suggest using 4 separate web parts and then grouping them into a single tab group using jQuery and other solutions out there. What RTF is the “free text” coming from? Do you mean list fields? Regards, Paul From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of

Re: CQWP

2015-01-11 Thread Ajay
Hi Nigel, Thanks, i was getting extra characters fp-tablecell etc on dev environment few days back. It's interesting to know that it works well for you, I will check that again. Cheers Ajay On Fri, Jan 9, 2015 at 2:51 PM, Nigel Witherdin wrote: > What's the junk that gets added if you have the

Re: User profile sync service - SharePoint 2010

2015-01-11 Thread Maxine Harwood
no entries in the sync log details for the Monday. I’ll start > digging now :) > > > > From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf > Of Sutha Thavaratnarajah > Sent: Monday, 12 January 2015 9:08 AM > To: ozmoss@ozmoss.com > Subject: RE:

RE: User profile sync service - SharePoint 2010

2015-01-11 Thread Nigel Hertz
s.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Sutha Thavaratnarajah Sent: Monday, 12 January 2015 9:08 AM To: ozmoss@ozmoss.com Subject: RE: User profile sync service - SharePoint 2010 Hi Nigel, you can see the profile sync log detials in the FIIM. go to following location in your server. C:\Pr

RE: User profile sync service - SharePoint 2010

2015-01-11 Thread Sutha Thavaratnarajah
. From: nigel.he...@stockland.com.au To: ozmoss@ozmoss.com Subject: RE: User profile sync service - SharePoint 2010 Date: Sun, 11 Jan 2015 22:03:08 + I’ve checked the logs going back two weeks, and the only references to ‘user profile sync’ are related directly to the provisioning and

RE: User profile sync service - SharePoint 2010

2015-01-11 Thread Nigel Hertz
...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Sutha Thavaratnarajah Sent: Monday, 12 January 2015 8:58 AM To: ozMOSS Subject: Re: User profile sync service - SharePoint 2010 Can you check any error msg on the FIIM? That will tell you the reason Sutha 0450076504 Sent from my

Re: User profile sync service - SharePoint 2010

2015-01-11 Thread Sutha Thavaratnarajah
Can you check any error msg on the FIIM? That will tell you the reason Sutha 0450076504 Sent from my iPhone > On 12 Jan 2015, at 8:55 am, Nigel Hertz wrote: > > Hi guys, > > Does anyone know why I need to stop and start the “User Profile > Synchronization Service” under “Services on this Se

Re: CQWP

2015-01-08 Thread Nigel Witherdin
What's the junk that gets added if you have the html outside of the xsl:text tags? I don't think I see any extra stuff in my CQWPs - underneath the div for the webpart (class=ms-WPBody) I just see the html defined in my main, header and item xsl files Sent from my iPhone > On 9 Jan 2015, at 1

RE: Updating old workflow activities

2014-12-09 Thread Paul Noone
53 PM To: OzMoss Subject: RE: Updating old workflow activities We use it in most of our custom activities (for SP2010): using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Design; using System.Workflow.ComponentModel.Compiler;

RE: Updating old workflow activities

2014-12-07 Thread Nigel Witherdin
We use it in most of our custom activities (for SP2010): using System.Workflow.ComponentModel;using System.Workflow.ComponentModel.Design;using System.Workflow.ComponentModel.Compiler;using System.Workflow.ComponentModel.Serialization;using System.Workflow.Runtime; using

RE: Best way to move SP designer workflows between dev, stage and Prod.

2014-12-01 Thread Sutha Thavaratnarajah
Thanks Paul. Sutha. From: paul.no...@keller.com.au To: ozmoss@ozmoss.com Subject: RE: Best way to move SP designer workflows between dev, stage and Prod. Date: Mon, 1 Dec 2014 21:53:28 + If you’re dealing with non-reusable workflows in 2010 there’s no “easy” method. The way

RE: Best way to move SP designer workflows between dev, stage and Prod.

2014-12-01 Thread Paul Noone
a pain in the neck. In short, use reusable workflows or move to the 2013 workflow platform. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Wes MacDonald Sent: Monday, December 1, 2014 11:23 PM To: ozMOSS Subject: RE: Best way to move SP designer workflows between

RE: Best way to move SP designer workflows between dev, stage and Prod.

2014-12-01 Thread Wes MacDonald
I think this article will help you. You did not specify which version of SP you were on so I assumed 2013. Understanding how to package and deploy workflow in SharePoint 2013 with SharePoint Designer 2013 http://msdn.microsoft.com/en-us/library/office/jj819316(v=office.15).aspx Wes From: ozmo

RE: Powershell not listing all site groups

2014-11-25 Thread Paul Noone
Legend. That did it. It seems Groups only returns those with active permissions on each web. Regards, Paul From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Witherdin Sent: Wednesday, 26 November 2014 12:29 PM To: OzMoss Subject: RE: Powershell not listing

RE: Powershell not listing all site groups

2014-11-25 Thread Nigel Witherdin
Hey, I use $web.SiteGroups (in SP2010) Cheers, Nigel From: p.no...@keller.com.au To: ozmoss@ozmoss.com Subject: Powershell not listing all site groups Date: Wed, 26 Nov 2014 01:13:37 + Hi all, I’m having a problem returning all groups for a site collection using either $web.Groups

RE: SharePoint 2013 patching

2014-11-12 Thread Paul Noone
-- Paul Noone SharePoint Admin/Developer, Keller Australia Group From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ajay Sent: Wednesday, 12 November 2014 10:02 AM To: ozMOSS Subject: Re: SharePoint 2013 patching Hi Paul, This is single SharePoint server which has all

Re: SharePoint 2013 patching

2014-11-11 Thread Ajay
Hi Paul, This is single SharePoint server which has all required service apps installed, Sql is on a different server. Not sure what to check Thanks A On Wed, Nov 12, 2014 at 11:55 AM, Paul Noone wrote: > Have you compared the patch version on all servers? > > > > The error is pretty clear. T

RE: SharePoint 2013 patching

2014-11-11 Thread Paul Noone
Have you compared the patch version on all servers? The error is pretty clear. This usually occurs when a server requires an upgrade or has a lower patch level than other servers. Regards, Paul -- Paul Noone SharePoint Admin/Developer, Keller Australia Group From: ozmoss-boun...@ozmoss.com [ma

RE: SPD Workflow - The workflow could not check in the list item

2014-11-03 Thread Paul Noone
I've had to disable Require Check Out like so many other people. Not sure why the simple act of checking out and in causes so many issues when content approval is enabled. Regards, Paul From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Monday, 3

RE: Yammer web part.

2014-10-26 Thread Paul Noone
In other words, someone forgot about the images. Nice. :) And no mention of a public fix either. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Sutha Thavaratnarajah Sent: Sunday, 26 October 2014 7:51 AM To: ozmoss@ozmoss.com Subject: RE: Yammer web part. Hello

RE: Yammer web part.

2014-10-25 Thread Sutha Thavaratnarajah
: sutha1...@hotmail.com To: ozmoss@ozmoss.com Subject: RE: Yammer web part. Date: Tue, 14 Oct 2014 12:18:47 +1100 thanks for effort to find a solution. Same domain. seems they tighten the security for images. Few other people have similar issue. not sure, how they resolved.http://community.office365

RE: Site Columns (mngfield.aspx) extremely slow to load for sub sites

2014-10-21 Thread Paul Noone
After trying absolutely everything else I finally bounced the SQL server. While this is hardly an ideal solution, it did the trick. Regards, Paul From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Tuesday, 21 October 2014 4:06 PM To: ozMOSS Subject

RE: sharepoint with outlook

2014-10-21 Thread Paul Noone
Sent: Tuesday, 21 October 2014 3:12 PM To: tony.finnem...@lookoutsoftware.com.au; ozMOSS Subject: Re: sharepoint with outlook Thanks all, Looks like we need a third party product; I liked the suggestion of network drive mapped to sp Cheers Ajay On Tuesday, October 21, 2014, Tony Finnemore

Re: sharepoint with outlook

2014-10-20 Thread Ajay
/in/sqltools> > | lookoutsoftware.com.au <http://www.lookoutsoftware.com.au/> > > > > *From:* ozmoss-boun...@ozmoss.com > [mailto: > ozmoss-boun...@ozmoss.com > ] *On Behalf > Of *Salonen, Marko J > *Sent:* Tuesday, 21 October 2014 2:00 PM > *To:* ozMOSS &

RE: sharepoint with outlook

2014-10-20 Thread Tony Finnemore
<http://www.lookoutsoftware.com.au/> lookoutsoftware.com.au From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Salonen, Marko J Sent: Tuesday, 21 October 2014 2:00 PM To: ozMOSS Subject: RE: sharepoint with outlook Connect To Outlook doesn’t allow you to d

RE: sharepoint with outlook

2014-10-20 Thread Salonen, Marko J
PM To: ozMOSS Subject: [EXTERNAL]RE: sharepoint with outlook You mean beyond the Connect To Outlook button on the List/Library ribbon? Have you looked at Site Mailbox feature? It’s a half-assed replacement for Exchange public folders. I believe it will let you do what you want but it’s also a

RE: sharepoint with outlook

2014-10-20 Thread Paul Noone
You mean beyond the Connect To Outlook button on the List/Library ribbon? Have you looked at Site Mailbox feature? It’s a half-assed replacement for Exchange public folders. I believe it will let you do what you want but it’s also a pain to set up. Regards, Paul -- Paul Noone SharePoint Admin/

RE: Yammer web part.

2014-10-13 Thread Sutha Thavaratnarajah
thanks for effort to find a solution. Same domain. seems they tighten the security for images. Few other people have similar issue. not sure, how they resolved.http://community.office365.com/en-us/f/176/t/227685.aspx Sutha. From: p.no...@keller.com.au To: ozmoss@ozmoss.com Subject: RE: Yammer

RE: Yammer web part.

2014-10-13 Thread Paul Noone
esday, 14 October 2014 12:06 PM To: ozMOSS Subject: RE: Yammer web part. Hi Paul, answer is yes for all of your questions. :) But still no luck. sutha. From: p.no...@keller.com.au<mailto:p.no...@keller.com.au> To: ozmoss@ozmoss.com<mailto:ozmoss@ozmoss.co

RE: Creating site content types and columns programmatically

2014-10-13 Thread Paul Noone
Haha. No problem. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Witherdin Sent: Tuesday, 14 October 2014 12:09 PM To: OzMoss Subject: RE: Creating site content types and columns programmatically Sorry - should have read your subject line

RE: Creating site content types and columns programmatically

2014-10-13 Thread Nigel Witherdin
Sorry - should have read your subject line! From: p.no...@keller.com.au To: ozmoss@ozmoss.com Subject: RE: Creating site content types and columns programmatically Date: Tue, 14 Oct 2014 01:01:55 + Hi Nigel, Thanks for that but I’m wanting to rebuild all the old (declarative XML

RE: Yammer web part.

2014-10-13 Thread Sutha Thavaratnarajah
Hi Paul, answer is yes for all of your questions. :) But still no luck. sutha. From: p.no...@keller.com.au To: ozmoss@ozmoss.com Subject: RE: Yammer web part. Date: Tue, 14 Oct 2014 00:58:50 + · Do you have Yammer for SharePoint 2010 3.1.4 and deployed SSO for your

RE: Creating site content types and columns programmatically

2014-10-13 Thread Paul Noone
we always knew was better. :) Unfortunately there's not a lot of good documentation and various approaches that can be used. Regards, Paul From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Witherdin Sent: Tuesday, 14 October 2014 11:25 AM To: OzM

RE: Yammer web part.

2014-10-13 Thread Paul Noone
e content? * Have you tried adding Yammer to trusted sites? Regards, Paul From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Sutha Thavaratnarajah Sent: Tuesday, 14 October 2014 11:33 AM To: ozmoss@ozmoss.com Subject: RE: Yammer web part. Hi Nigel, I am usi

RE: Yammer web part.

2014-10-13 Thread Sutha Thavaratnarajah
/47819/thumbnail HTTPS GET 401 text/html also, If I login to yammer and then open SharePoint , makes the images visible. Sounds like something not right with authentication tokens? thanks. Sutha. From: nigel_wither...@hotmail.com To: ozmoss@ozmoss.com Subject: RE: Yammer web part

RE: Yammer web part.

2014-10-13 Thread Nigel Witherdin
Hey Mate, Our yammer 2010 part is working correctly (displaying images etc.) The original 2010 Yammer web part (which we are still using) is out of support now, and they recommend you use a bunch of javascript to replace it with (presumably hosted in a CEWP). Which are you using? Are you able to

RE: Missing Modified field in site

2014-10-01 Thread Paul Noone
Sent: Tuesday, 30 September 2014 4:33 PM To: ozMOSS Subject: RE: Missing Modified field in site This happens if you have a feature that deploys a field with the same ID and name. you must have run some application that downloaded field definitions and used that as a base for a new application. I

RE: Missing Modified field in site

2014-09-29 Thread Ishai Sagi
-boun...@ozmoss.com] On Behalf Of Paul Noone Sent: Monday, 29 September 2014 4:14 PM To: ozMOSS Subject: RE: Missing Modified field in site Hi Shahram, When I said “fields” type feature I mean that’s actually the name of the feature containing the field. .. \15\TEMPLATE\FEATURES\fields The problem

RE: Missing Modified field in site

2014-09-28 Thread Paul Noone
, Paul From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Shahram Banihashem Sent: Monday, 29 September 2014 3:16 PM To: ozMOSS Subject: Re: Missing Modified field in site Hi Paul, Searching into files in hive for the guid will probably tells you which feature they are

Re: Missing Modified field in site

2014-09-28 Thread Shahram Banihashem
Hi Paul, Searching into files in hive for the guid will probably tells you which feature they are coming from and also whether the "fields" feature has the definition of not. Besides, you should be fine if you add the missing fields yourself as long as you keep the definition the same (including n

RE: Get specific element file from feature element definitions

2014-09-25 Thread Paul Noone
I think I got it. I've added a where clause to the Linq query in my helper class. Fingers crossed. :) Module module = (from m in xml.DescendantsAndSelf() where m.Attribute("Name").Value.Equals("masterpage_") select new Module { ... From: ozmoss-bou

Re: Unable to see "New Item" in SharePoint:FormToolBar

2014-09-22 Thread Zara
master. > > > > runat="server" /> > > > > > > > > > > > /> > > > > > > > > > -Original Message- > From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com

RE: Unable to see "New Item" in SharePoint:FormToolBar

2014-09-21 Thread Paul Noone
lto:ozmoss-boun...@ozmoss.com] On Behalf Of Zahra Zamanikia Sent: Monday, 22 September 2014 9:21 AM To: ozMOSS Subject: RE: Unable to see "New Item" in SharePoint:FormToolBar Hi Paul, Yes , it is missing from all list views. I created a new list as well and its missed even on new list.

RE: Unable to see "New Item" in SharePoint:FormToolBar

2014-09-21 Thread Zahra Zamanikia
Hi Paul, Yes , it is missing from all list views. I created a new list as well and its missed even on new list. Have you upgraded the site “experience” to 2010? No - I didnt Thanks, Zara On Mon, 22/9/14, Paul Noone wrote: Subject: RE: Unable

RE: Unable to see "New Item" in SharePoint:FormToolBar

2014-09-21 Thread Paul Noone
That’s the Search Center template and not related. Is the toolbar missing from all list view pages? Have you tried creating a new list to see if it’s present? I’d do that first. Have you upgraded the site “experience” to 2010? Regards, Paul -- Paul Noone SharePoint Admin/Developer, Keller Aust

  1   2   3   4   5   6   7   8   9   10   >