Re: SP Online, Quick Parts in Word Templates

2017-04-17 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,

Paul
On Mon, 17 Apr 2017 at 4:10 pm, Nigel Witherdin 
wrote:

> Hi,
>
>
>
> Im trying to create a Word document template which I want to associate to
> a content type. I want the template to use quick parts to display the
> values of some of the content type fields set against the item. In this
> case 2 managed metadata fields (multiple values) and a single line of text
> field.
>
>
>
> To create the template, I:
>
>1. create a document in the document set,
>2. edit it (formatting and content) and add in the quick parts (which
>are now available as the document is associated to the content type).
>3. then save that locally as a dotx,
>4. finally, upload that dotx as the content type's document template.
>
>
>
> However now when I create a new document using that content type, when the
> document is opened in word online the quick parts show the field values
> from when the document template was created (not the field values for the
> current document), and when opened in Word 2010 the quick parts show the
> correct values, however word crashes immeadiately. These are the details
> captured in Event Viewer:
> *Faulting application name: WINWORD.EXE, version: 14.0.7177.5000, time
> stamp: 0x582c882f*
> *Faulting module name: mso.dll, version: 14.0.7180.5002, time stamp:
> 0x58e0ab6f*
> *Exception code: 0xc005*
> *Fault offset: 0x00170451*
> *Faulting process id: 0x1fb0*
> *Faulting application start time: 0x01d2b408413a8253*
> *Faulting application path: C:\Program Files (x86)\Microsoft
> Office\Office14\WINWORD.EXE*
> *Faulting module path: C:\Program Files (x86)\Common Files\Microsoft
> Shared\office14\mso.dll*
>
>
>
>- Am I following the correct process to create the template, and if
>not, what should I be doing?
>- Why doesn't Word Online show the correct values in the quick part
> fields?
>- Any idea why Word 2010 Client is crashing?
>
>
>
> Any guidance would be very much appreciated!
>
>
>
> Thanks,
>
>
>
> Nigel
>
> ___
> Sponsored by Infotext - Amazing Search for Microsoft SharePoint -
> http://www.infotext.com/
> ozmoss mailing list
> ozmoss@ozmoss.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Re: ozmoss Digest, Vol 74, Issue 6

2017-03-12 Thread Paul Noone
Is be similarly interested, Nige.

Outside of third-party apps, the options are limited. CSOM is growing too
slowly for my liking.


On Sat, 11 Mar 2017 at 6:25 am, Nigel Witherdin <nigel_wither...@hotmail.com>
wrote:

> thanks all. What I'm trying to do with the PnP engine is create a way for
> us to promote change from a development sites collection in our o365
> tenancy to a staging sites collection, and the to the product one.
>
> Be interested to hear anyone else's thoughts on managing the release cycle
> in o365 for new developments and for maintaining existing ones
>
> Thanks!
>
> Sent from my iPhone
>
> On 10 Mar 2017, at 5:32 pm, John Liu <john-...@outlook.com> wrote:
>
> Hey Nigel,
>
>
>
> I was thinking about this and went to read the issues on PnP-PowerShell
> GitHub.  The replies, especially from Erwin seems to imply that lookup
> fields are double-parsed in the provisioning engine.
>
>
>
> So I was suspicious of what I was doing, and went to check the XML
> template:
>
>
>
> Here’s the offending Lookup XML.
>
>
>
>  EnforceUniqueValues="FALSE" List="{{listid:Report Request Form - Campaign
> Details}}" WebId="{1bd2b971-c571-4fd6-8145-a28c162b24a1}"
> ShowField="LinkTitleNoMenu" UnlimitedLengthInDocumentLibrary="FALSE"
> Group="Custom Admin Media Columns"
> ID="{51d58405-081b-4af6-8439-a7f6eca2b148}"
> SourceID="{1bd2b971-c571-4fd6-8145-a28c162b24a1}" StaticName="CampaignName"
> Name="CampaignName" />
>
>
>
>
>
> See the WebID being a fixed guid.  That seems to be the problem.  It
> should be {{siteid}}
>
>
>
>  EnforceUniqueValues="FALSE" List="{{listid:Report Request Form - Campaign
> Details}}" WebId="{{siteid}}" ShowField="LinkTitleNoMenu"
> UnlimitedLengthInDocumentLibrary="FALSE" Group="Custom Admin Media Columns"
> ID="{51d58405-081b-4af6-8439-a7f6eca2b148}"
> SourceID="{1bd2b971-c571-4fd6-8145-a28c162b24a1}" StaticName="CampaignName"
> Name="CampaignName" />
>
>
>
>
>
> If the WebID is fixed – then the lookup will work for that web, but if we
> are taking the definitions to a separate site collection, that webid won’t
> be valid – I think that’s where our problems begin.
>
>
>
> I’m not sure the syntax, it should be {{siteid}}.  Going to do some
> testing.  But I saw the same issues with TaxonomyFieldTypeMulti
>
>
>
>  StaticName="Wiki_x0020_Page_x0020_Categories"
> Name="Wiki_x0020_Page_x0020_Categories"
> ID="{e1a5b98c-dd71-426d-acb6-e478c7a5882f}"
> SourceID="{1bd2b971-c571-4fd6-8145-a28c162b24a1}"
> List="{{listid:TaxonomyHiddenList}}"
> WebId="{1bd2b971-c571-4fd6-8145-a28c162b24a1}" ShowField="Term1033"
> ShowInEditForm="TRUE" Mult="TRUE" Sortable="FALSE">
>
>
>
>
>
> Anyway, I saw your later comment about crossing site collections and I
> think this is probably the key.
>
>
>
> 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 subscribe or unsubscribe via the World Wide Web, visit
> http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
> or, via email, send a message with subject or body '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. Re: ozmoss Digest, Vol 74, Issue 3 (Paul Noone)
>
>
> --
>
> Message: 1
> Date: Thu, 09 Mar 2017 20:59:44 +
> From: Paul Noone <pano...@gmail.com>
> Subject: Re: ozmoss Digest, Vol 74, Issue 3
> To: ozMOSS <ozmoss@ozmoss.com>
> Message-ID:
> <
> caj22gfwpe7ny_svrbyxadbfuxgy95whxrs4j4udousphv83...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Your practice sounds like good practice to me, Nigel.
>
> I usually deliver my code solutions via a pure CSOM console app. It's a
> little more  work but I've had consistent success creating a standard list
> and then updating the settings as required.
>
> On Fri, 10 Mar 2017 at 5:33 am, Nigel Witherdin <
> ni

Re: ozmoss Digest, Vol 74, Issue 3

2017-03-09 Thread Paul Noone
Your practice sounds like good practice to me, Nigel.

I usually deliver my code solutions via a pure CSOM console app. It's a
little more  work but I've had consistent success creating a standard list
and then updating the settings as required.

On Fri, 10 Mar 2017 at 5:33 am, Nigel 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.
>
> Maybe it's because my lookups are also site cols applied via content
> types. Maybe I should change that design practice
>
> Sent from my iPhone
>
> On 9 Mar 2017, at 10:17 pm, John Liu  wrote:
>
>
>
> In my experience with PnP scripts – it’s tricky with lookup lists.
>
>
>
> You want to do pretty much what you would do manually – create list first,
> then add the lookup, then add the site/list content type to that list.
>
>
>
> I find that I sometimes need to split the template into two pieces – one
> that creates lists with no content type.  And Fields that points to those
> lists.
>
>
>
> Then I run apply a second time to apply the entire template again – and
> since PnP provisioning template is additive, it gets the job done.
>
>
>
> But it’s a lot of trial and error.  Makes me hate lookup fields a lot.
>
>
>
> jliu
>
>
>
> *From: *ozmoss-requ...@ozmoss.com
> *Sent: *Wednesday, 8 March 2017 1:09 PM
> *To: *ozmoss@ozmoss.com
> *Subject: *ozmoss Digest, Vol 74, Issue 3
>
>
>
> Send ozmoss mailing list submissions to
> ozmoss@ozmoss.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
> or, via email, send a message with subject or body '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. PnP Provisioning Engine - Issue with Lookup Field
>   (Nigel Witherdin)
>
>
> --
>
> Message: 1
> Date: Wed, 8 Mar 2017 01:53:09 +
> From: Nigel Witherdin 
> Subject: PnP Provisioning Engine - Issue with Lookup Field
> To: OzMoss 
> Message-ID:
> <
> by2pr01mb175128a544c654455479d92c8f...@by2pr01mb1751.prod.exchangelabs.com
> >
>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi All,
>
>
> Having an issue trying to use the PnP Provisioning Engine PowerShell
> cmdlets to template a site that contains Lookup columns. The site is an
> O365 site, and the commands I am using are:
>
>
> Connect-SPOnline "https://scentregroup.sharepoint.com/sites/scgpmo;
>
> Get-PnPProvisioningTemplate -Out c:\temp\pmo.xml -PersistBrandingFiles
> -Handlers Lists, ContentTypes, Fields, Files, Navigation, Pages,
> RegionalSettings, SiteSecurity, TermGroups, Workflows
>
> Connect-SPOnline "https://scentregroup.sharepoint.com/sites/pmo_trial;
> Apply-PnPProvisioningTemplate -Path c:\temp\pmo.xml -Handlers Lists,
> ContentTypes, Fields, Files, Navigation, Pages, RegionalSettings,
> SiteSecurity, TermGroups, Workflows
>
>
>
> The "Apply-PnPProvisioningTemplate" fails with the error:
>
>
> Apply-PnPProvisioningTemplate : The field was found invalid:
> {{listid:PriorLookUpStratAlign1}
>
>
>
> I believe the line in the pmo.xml file that is causing the issue is the
> first (of a few) lookup fields. I understand that the engine is using a
> token to represent the list id, which should be replaced with an actual
> list id when the list on the new site is actually created
>
>
>  DisplayName="SCG_PMO_PriorityStrategicAlignment:Score1"
> List="{{listid:PriorLookUpStratAlign1}}"
> WebId="df9b6d5e-4f8b-4abe-99f9-1776e3928e22" ShowField="Score1"
> FieldRef="b1b6ed05-a2e1-4699-b3c8-12a1838c44ef"
> UnlimitedLengthInDocumentLibrary="FALSE" Group="SCG PMO"
> ID="{656200e0-d1ad-44f8-8c1a-e83a433f46b1}"
> SourceID="{df9b6d5e-4f8b-4abe-99f9-1776e3928e22}"
> StaticName="SCG_PMO_PriorityStrategicAlignment_x003a_Score1"
> Name="SCG_PMO_PriorityStrategicAlignment_x003A_Score1" ReadOnly="TRUE" />
>
>
> Dont really understand why the "WebId" parameter is not also using some
> sort of token replacement logic?
>
>
> Has anyone used the engine to template sites including lookup fields? If
> so, can you offer any advice as to where I am going wrong?
>
>
> I have also attached the full pmo.xml file in case that helps
>
>
> Thanks!
>
>
> Nigel
> -- next part --
> An HTML attachment was scrubbed...
> URL:
> http://prdlxvm0001.codify.net/pipermail/ozmoss/attachments/20170308/8abeefd3/attachment.html
> -- next part --
> A non-text attachment was scrubbed...
> Name: pmo.xml
> Type: text/xml
> 

Re: ozmoss Digest, Vol 74, Issue 1

2017-02-28 Thread Paul Noone
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  wrote:

>
>
> I’m taking a stab in the dark, but I’d say you need to turn of Minimum
> Download Strategy.
>
>
>
> Because javascript libraries are missing.
>
>
>
> jliu
>
>
>
> *From: *ozmoss-requ...@ozmoss.com
> *Sent: *Tuesday, 28 February 2017 12:29 PM
> *To: *ozmoss@ozmoss.com
> *Subject: *ozmoss Digest, Vol 74, Issue 1
>
>
>
> Send ozmoss mailing list submissions to
> ozmoss@ozmoss.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
> or, via email, send a message with subject or body '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 2016 Integration mode reports display
>   (sasikanth Pamulapati)
>
>
> --
>
> Message: 1
> Date: Tue, 28 Feb 2017 01:28:53 +
> From: sasikanth Pamulapati 
> Subject: ISSUE with SSRS 2016 Integration mode reports display
> To: "ozmoss@ozmoss.com" 
> Message-ID:
> <
> sy3pr01mb0202ee7c8604d8ff6bd15760d0...@sy3pr01mb0202.ausprd01.prod.outlook.com
> >
>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi there,
>
> I was just wondering if any of you had experienced/experimented SSRS 2016
> reports with sharepoint 2016 integration mode
>
> We have configured it on SharePoint 2016 shared role , configuration all
> went well but when trying to render reports from WFE , the report doesn`t
> display with below errors
> Screenshot of report display
> [cid:image002.png@01D291BE.38DAE8D0]
>
>
> Errors in the console
>
> [cid:image003.png@01D291BE.38DAE8D0]
>
> Report displays well in the in the application server (local url)
>
> Tried reconfiguring etc
>
> Any suggestions
>
>
> Regards
> PSK
> -- next part --
> An HTML attachment was scrubbed...
> URL:
> http://prdlxvm0001.codify.net/pipermail/ozmoss/attachments/20170228/b23b216a/attachment.html
> -- next part --
> A non-text attachment was scrubbed...
> Name: image002.png
> Type: image/png
> Size: 7975 bytes
> Desc: image002.png
> Url :
> http://prdlxvm0001.codify.net/pipermail/ozmoss/attachments/20170228/b23b216a/attachment.png
> -- next part --
> A non-text attachment was scrubbed...
> Name: image003.png
> Type: image/png
> Size: 62528 bytes
> Desc: image003.png
> Url :
> http://prdlxvm0001.codify.net/pipermail/ozmoss/attachments/20170228/b23b216a/attachment-0001.png
>
> --
>
> ___
> ozmoss mailing list
> ozmoss@ozmoss.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
>
>
> End of ozmoss Digest, Vol 74, Issue 1
> *
>
>
> ___
> Sponsored by Infotext - Amazing Search for Microsoft SharePoint -
> http://www.infotext.com/
> ozmoss mailing list
> ozmoss@ozmoss.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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 Thavaratnarajah 
sutha1...@hotmail.com wrote:

 Dear All,

 I require to usage stats for our corporate intranet, Our platform is SP
 2013 however UI still 2010.

 Anyone has idea, how I get the usage stats?

 thanks.

 Sutha.

 ___
 Sponsored by Infotext - Amazing Search for Microsoft SharePoint -
 http://www.infotext.com/
 ozmoss mailing list
 ozmoss@ozmoss.com
 http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Technical reference

2015-04-29 Thread Paul Noone
Hi guys,

I was wondering if anyone on the list would provide a verbal technical
reference for me, for a SharePoint role, based on your knowledge of me
through OzMOSS and other avenues.

If so, please email me directly with your best contact number.

Previous references have proven either unreliable or too difficult to
contact due to the time elapsed.

Kind regards,

Paul Noone
___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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 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 pano...@gmail.com wrote:
 
  Hi guys,
 
  I was wondering if anyone on the list would provide a verbal technical
 reference for me, for a SharePoint role, based on your knowledge of me
 through OzMOSS and other avenues.
 
  If so, please email me directly with your best contact number.
 
  Previous references have proven either unreliable or too difficult to
 contact due to the time elapsed.
 
  Kind regards,
 
  Paul Noone
  ___
  Sponsored by Infotext - Amazing Search for Microsoft SharePoint -
 http://www.infotext.com/
  ozmoss mailing list
  ozmoss@ozmoss.com
  http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
 ___
 Sponsored by Infotext - Amazing Search for Microsoft SharePoint -
 http://www.infotext.com/
 ozmoss mailing list
 ozmoss@ozmoss.com
 http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: SharePoint 2013 Modal Dialogs

2015-02-17 Thread Paul Noone
When it’s browser-related it’s usually due to an update.

Next th8ing to check is if it’s just your Chrome or everybody’s.

Do you have an external URL we can check?

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ajay
Sent: Tuesday, February 17, 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 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
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.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com] On Behalf 
Of Ajay
Sent: Tuesday, February 17, 2015 12:42 PM
To: ozMOSS
Subject: SharePoint 2013 Modal Dialogs

Hi Guys,

Suddenly OOTB dialogs show blank.
This is also happening on the system pages, using OSLO masterpage
Will anyone know why is this happening
I have removed references to my custom masterpage and its still not resolving

Thanks
A
[cid:image001.png@01D04B54.FA02FBE0]
​

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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
To: ozMOSS
Subject: SharePoint 2013 Modal Dialogs

Hi Guys,

Suddenly OOTB dialogs show blank.
This is also happening on the system pages, using OSLO masterpage
Will anyone know why is this happening
I have removed references to my custom masterpage and its still not resolving

Thanks
A
[cid:image001.png@01D04AB0.D168CBF0]
​

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Different masterpages in site collection

2015-02-09 Thread Paul Noone
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 system masterpage and 
perform the rest of the work in layouts.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ishai Sagi
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 if you want a single page in the same site as other pages is 
to edit the masterpage instruction in the page markup itself. You can do it 
either in sharepoint designer or you can download the aspx page to your desktop 
and edit it in notepad and then upload it back. SharePoint designer sometimes 
restricts editing pages like that, so I prefer the latter.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-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.commailto: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 includes footer in content section, and rest 
of the site it's outside content block.
It's a  design heavy responsive site and I don't want to play with supplied 
html, that's why going this way.

Cheers
A

On Tue, Feb 3, 2015 at 10:27 AM, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Why not just create a new layout for the homepage and put your custom footer in 
there?

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.commailto: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

thanks guys,
I can see it's too much work and unnecessary complexity with 2 masterpages.
I had different markup for footer for pages other than homepage, and will 
include in masterpage but do a simple display:none for rest of the sites footer 
in home page layout and include homepage footer in it's layout.

Cheers
A

On Thu, Jan 29, 2015 at 5:11 PM, Rob Bayly 
rob.ba...@sharingminds.com.aumailto:rob.ba...@sharingminds.com.au wrote:
If it's sub-sites, and not pages, then this may help. I forget where I found 
the original PowerShell script - but the following may work for updating 
sub-sites

//INDIVIDUAL
PS C:\path $web = Get-SPWeb 
http://site/subwebhttp://%3csite%3e/%3csubweb
//just to confirm it's set
PS C:\path $web
Url
---
http://site/subwebhttp://%3csite%3e/%3csubweb
//check current master page
PS C:\path $web.MasterUrl
/site/subweb/_catalogs/masterpage/v4.master
//set new master
PS C:\path $web.MasterUrl 
=/site/subweb/_catalogs/masterpage/NEW.master
//check it
PS C:\path $web.MasterUrl
/site/subweb//_catalogs/masterpage/NEW.master
PS C:\path $web.Update()

ALL/BATCH
foreach($subSite in (Get-SPWeb http://sitehttp://%3csite%3e).Webs)
{
 $subSite.MasterURL = /site/subweb/_catalogs/masterpage/NEW.master
 $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 Jan 2015 20:46:18 +
From: Nigel Hertz 
nigel.he...@stockland.com.aumailto:nigel.he...@stockland.com.au
Subject: RE: Different masterpages in site collection
To: ozMOSS ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Message-ID:

8e9a6d933a414688a50743539f4dc...@cdcexh011.stocklandnet.com.aumailto:8e9a6d933a414688a50743539f4dc...@cdcexh011.stocklandnet.com.au
Content-Type: text/plain; charset=utf-8

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.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com] On Behalf 
Of Ajay
Sent: Friday, 23 January 2015 9:30 PM
To: ozMOSS
Subject: Different masterpages in site collection

Hi guys,
i want to use 2 different masterpages in site collection, one for home page and 
other for rest of the site.

how to go about

RE: Different masterpages in site collection

2015-02-09 Thread Paul Noone
Yes, I noticed. Which is why I always apply my own master. I thought maybe 
there was a reason they used the minimal master but I’ve yet to find one. ☺

In fact the whole Search Center sucks. I usually create my own and then apply 
my search layout pages which include refiner web parts and 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 
separate from the default.master or whatever master page you select (which is 
why you don’t get navigation in the search sites by default – which sucks).
Maybe you never noticed?


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[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 system masterpage and 
perform the rest of the work in layouts.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi
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 if you want a single page in the same site as other pages is 
to edit the masterpage instruction in the page markup itself. You can do it 
either in sharepoint designer or you can download the aspx page to your desktop 
and edit it in notepad and then upload it back. SharePoint designer sometimes 
restricts editing pages like that, so I prefer the latter.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-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.commailto: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 includes footer in content section, and rest 
of the site it's outside content block.
It's a  design heavy responsive site and I don't want to play with supplied 
html, that's why going this way.

Cheers
A

On Tue, Feb 3, 2015 at 10:27 AM, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Why not just create a new layout for the homepage and put your custom footer in 
there?

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.commailto: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

thanks guys,
I can see it's too much work and unnecessary complexity with 2 masterpages.
I had different markup for footer for pages other than homepage, and will 
include in masterpage but do a simple display:none for rest of the sites footer 
in home page layout and include homepage footer in it's layout.

Cheers
A

On Thu, Jan 29, 2015 at 5:11 PM, Rob Bayly 
rob.ba...@sharingminds.com.aumailto:rob.ba...@sharingminds.com.au wrote:
If it's sub-sites, and not pages, then this may help. I forget where I found 
the original PowerShell script - but the following may work for updating 
sub-sites

//INDIVIDUAL
PS C:\path $web = Get-SPWeb 
http://site/subwebhttp://%3csite%3e/%3csubweb
//just to confirm it's set
PS C:\path $web
Url
---
http://site/subwebhttp://%3csite%3e/%3csubweb
//check current master page
PS C:\path $web.MasterUrl
/site/subweb/_catalogs/masterpage/v4.master
//set new master
PS C:\path $web.MasterUrl 
=/site/subweb/_catalogs/masterpage/NEW.master
//check it
PS C:\path $web.MasterUrl
/site/subweb//_catalogs/masterpage/NEW.master
PS C:\path $web.Update()

ALL/BATCH
foreach($subSite in (Get-SPWeb http://sitehttp://%3csite%3e).Webs)
{
 $subSite.MasterURL = /site/subweb/_catalogs/masterpage/NEW.master
 $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 Jan 2015 20:46:18 +
From: Nigel Hertz 
nigel.he

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 includes footer in content section, and rest 
of the site it's outside content block.
It's a  design heavy responsive site and I don't want to play with supplied 
html, that's why going this way.

Cheers
A

On Tue, Feb 3, 2015 at 10:27 AM, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Why not just create a new layout for the homepage and put your custom footer in 
there?

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.commailto: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

thanks guys,
I can see it's too much work and unnecessary complexity with 2 masterpages.
I had different markup for footer for pages other than homepage, and will 
include in masterpage but do a simple display:none for rest of the sites footer 
in home page layout and include homepage footer in it's layout.

Cheers
A

On Thu, Jan 29, 2015 at 5:11 PM, Rob Bayly 
rob.ba...@sharingminds.com.aumailto:rob.ba...@sharingminds.com.au wrote:
If it's sub-sites, and not pages, then this may help. I forget where I found 
the original PowerShell script - but the following may work for updating 
sub-sites

//INDIVIDUAL
PS C:\path $web = Get-SPWeb 
http://site/subwebhttp://%3csite%3e/%3csubweb
//just to confirm it's set
PS C:\path $web
Url
---
http://site/subwebhttp://%3csite%3e/%3csubweb
//check current master page
PS C:\path $web.MasterUrl
/site/subweb/_catalogs/masterpage/v4.master
//set new master
PS C:\path $web.MasterUrl 
=/site/subweb/_catalogs/masterpage/NEW.master
//check it
PS C:\path $web.MasterUrl
/site/subweb//_catalogs/masterpage/NEW.master
PS C:\path $web.Update()

ALL/BATCH
foreach($subSite in (Get-SPWeb http://sitehttp://%3csite%3e).Webs)
{
 $subSite.MasterURL = /site/subweb/_catalogs/masterpage/NEW.master
 $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 Jan 2015 20:46:18 +
From: Nigel Hertz 
nigel.he...@stockland.com.aumailto:nigel.he...@stockland.com.au
Subject: RE: Different masterpages in site collection
To: ozMOSS ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Message-ID:

8e9a6d933a414688a50743539f4dc...@cdcexh011.stocklandnet.com.aumailto:8e9a6d933a414688a50743539f4dc...@cdcexh011.stocklandnet.com.au
Content-Type: text/plain; charset=utf-8

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.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com] On Behalf 
Of Ajay
Sent: Friday, 23 January 2015 9:30 PM
To: ozMOSS
Subject: Different masterpages in site collection

Hi guys,
i want to use 2 different masterpages in site collection, one for home page and 
other for rest of the site.

how to go about it,,, google hasn't been very helpful

thanks
ajay



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us. If it has been sent to you by mistake, legal privilege is 
not waived or lost and you are not entitled to use it in any way. Stockland and 
its subsidiaries reserve the right to monitor e-mail communication through its 
networks.
-- next part --
An HTML attachment was scrubbed...
URL: 
http://prdlxvm0001.codify.net/pipermail/ozmoss/attachments/20150126/9051e263/attachment-0001.html

--

Message: 2
Date: Tue, 27 Jan 2015 01:35:42 +
From: Paul Noone p.no...@keller.com.aumailto:p.no...@keller.com.au
Subject: RE: Different masterpages in site collection
To: ozMOSS ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Message-ID:

5ff8bf2136ad534cafdeea7bc8cbf186a68...@ms-01.keller.com.aumailto:5ff8bf2136ad534cafdeea7bc8cbf186a68...@ms-01.keller.com.au
Content-Type: text/plain; charset=utf-8

Is there any reason why you need a new masterpage for a single page?

I find that a layout page or customizing the page can usually overcome most 
situations.

Regards,

Paul

From: ozmoss

RE: Different masterpages in site collection

2015-01-26 Thread Paul Noone
Is there any reason why you need a new masterpage for a single page?

I find that a layout page or customizing the page can usually overcome most 
situations.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Tuesday, January 27, 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 ‘reset subsites’ bit.

There may be a better way, but that’s the way I did it.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ajay
Sent: Friday, 23 January 2015 9:30 PM
To: ozMOSS
Subject: Different masterpages in site collection

Hi guys,
i want to use 2 different masterpages in site collection, one for home page and 
other for rest of the site.

how to go about it,,, google hasn't been very helpful

thanks
ajay



Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us. If it has been sent to you by mistake, legal privilege is 
not waived or lost and you are not entitled to use it in any way. Stockland and 
its subsidiaries reserve the right to monitor e-mail communication through its 
networks.

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

IIS 6 Site Migration to a new domain

2015-01-21 Thread Paul Noone
Hi guys,

I have almost zero experience in this area. Can anyone please advise how to 
move a legacy ASP 2 site onto a 2008 R2 server running IIS 7.5 in a new domain?

I'm currently looking at using Microsoft Web Deploy 3.5 because there are 
databases, app pools, script maps and other things to consider.

Any advice or pointers, please?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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 
Ajay
Sent: Monday, January 12, 2015 1:19 PM
To: ozMOSS
Subject: CQWP: page fields and list fields

Hi Guys,

SharePoint 2013 on premise.

I have to create a CQWP with four tabs.

Three tabs will have free text, coming from Rich text field, apart from one tab 
which will come from custom list.

Client has existing SharePoint list of pricing which we want to use in one the 
tabs which is pricing tab.

Now, my question is, if I add three TextBoxes on the page which has CQWP in the 
edit panel and in query for CQWP point it to pricing list,

Will the XSL able to read from in page fields and also the values coming from 
the query? Will it work?



Ideally we would not like to add columns of type Publishing HTML in the pricing 
list.

Thanks,
Ajay



__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: User profile sync service - SharePoint 2010

2015-01-18 Thread Paul Noone
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: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Maxine 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 method to find issues eventually traced back to sccm.

Trying to sync and viewing the logs should give you some answers.

Sent from Max's iPad

On 12 Jan 2015, at 8:21 am, Nigel Hertz 
nigel.he...@stockland.com.aumailto:nigel.he...@stockland.com.au wrote:
Hi Sutha,

Thanks for that – checking now. Interestingly, I performed a restart last 
Sunday and forgot to reprovision the service on the Monday – and there are 
absolutely no entries in the sync log details for the Monday. I’ll start 
digging now :)



From: ozmoss-boun...@ozmoss.commailto: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.commailto: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:\Program Files\Microsoft Office Servers\14.0\Synchronization Service\UIShell\

then run miisclient.exe

see the logs there. ( do not run any sycn there , thats not recommended.)

cheers.

sutha.

From: nigel.he...@stockland.com.aumailto:nigel.he...@stockland.com.au
To: ozmoss@ozmoss.commailto: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 unprovisioning. 
There doesn’t seem to be anything about ‘forefront identity manager’.

I think I might need to increase my logging levels :p

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@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 iPhone

On 12 Jan 2015, at 8:55 am, Nigel Hertz 
nigel.he...@stockland.com.aumailto:nigel.he...@stockland.com.au wrote:
Hi guys,

Does anyone know why I need to stop and start the “User Profile Synchronization 
Service” under “Services on this Server” each and every time I restart the 
server? If I don’t stop and restart it, the sync never runs. It’s rather 
bizarre.

Nigel



Nigel Hertz
SharePoint Administrator / Developer, Information Systems
Stockland, Level 23, 133 Castlereagh Street, Sydney NSW 2000

T +61 2 9035 2617  M +61 400 369 331
F +61 2 8988 2617  E   
nigel.he...@stockland.com.aumailto:nigel.he...@stockland.com.au
http://www.stockland.com.au/

BEFORE PRINTING THIS EMAIL PLEASE CONSIDER THE ENVIRONMENT




Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us. If it has been sent to you by mistake, legal privilege is 
not waived or lost and you are not entitled to use it in any way. Stockland and 
its subsidiaries reserve the right to monitor e-mail communication through its 
networks.
___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then 

RE: Updating old workflow activities

2014-12-09 Thread Paul Noone
Thanks Nigel.

Like most people I'm kinda steering clear of the 2013 WF platform but am 
concerned about the obsolete status of the namespace. :)

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Witherdin
Sent: Monday, December 8, 2014 4: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;
using System.Workflow.ComponentModel.Serialization;
using System.Workflow.Runtime;
using System.Workflow.Activities;
using System.Workflow.Activities.Rules;


From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: Updating old workflow activities
Date: Mon, 8 Dec 2014 03:24:36 +
Hi all,

I'm upgrading some MOSS workflow activities for an SP2013 project for use with 
the 2010 WF Platform.

VS is informingg me that  System.Workflow is obsolete and I should be using the 
System.Activities namespace?

Seems to me the System.Workflow class is still very much used (if not required) 
when developing 2010 workflow activities. Or am I mistaken?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.

This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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

2014-12-01 Thread Paul Noone
If you're dealing with non-reusable workflows in 2010 there's no easy method. 
The way you're currently doing it is one way but also has drawbacks. I've used 
the export to Visio method and then extracted and modified the XOML file 
manually but it's also 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 dev, stage and Prod.

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: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Sutha Thavaratnarajah
Sent: Monday, December 1, 2014 1:22 AM
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: Best way to move SP designer workflows between dev, stage and Prod.

Hi All,

I am wondering any body suggest best way to move SP desinger workflows between 
dev , stage and prod.

I don't have visio premium. Currently I am using export the entire site as wsp 
and build VS solution and remove the other files and get the workflow , then 
deploying WSP and activating feature.

but, I feel others may have better alternatives. if you have please suggest.

cheers.
Sutha.

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Powershell not listing all site groups

2014-11-25 Thread Paul Noone
Hi all,

I'm having a problem returning all groups for a site collection using either 
$web.Groups or $web.get_Groups() for each web in the site.

I'm simply not getting the complete list of groups listed via the UI through 
groups.aspx.

I've even tried getting one of the missing groups by ID but receive no results.

Is there another method to get ALL groups for a site? Are these groups 
corrupted perhaps?

Regards,

Paul
--
Paul Noone
SharePoint Admin/Developer,
Keller Australia Group
P: 1800 001 985 [Ext 1256]
E: p.no...@keller.com.aumailto:p.no...@keller.com.au
W: www.keller.com.auhttp://www.keller.com.au/
[Keller Australia | Global Scale, Local Focus]
Suite 607, 2-8 Brookhollow Ave
Baulkham Hills NSW 2153


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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 all site groups

Hey,

I use $web.SiteGroups (in SP2010)

Cheers,

Nigel

From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto: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 or $web.get_Groups() for each web in the site.

I'm simply not getting the complete list of groups listed via the UI through 
groups.aspx.

I've even tried getting one of the missing groups by ID but receive no results.

Is there another method to get ALL groups for a site? Are these groups 
corrupted perhaps?

Regards,

Paul
--
Paul Noone
SharePoint Admin/Developer,
Keller Australia Group
P: 1800 001 985 [Ext 1256]
E: p.no...@keller.com.aumailto:p.no...@keller.com.au
W: www.keller.com.auhttp://www.keller.com.au/
[Keller Australia | Global Scale, Local Focus]
Suite 607, 2-8 Brookhollow Ave
Baulkham Hills NSW 2153

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.

This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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 [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ajay
Sent: Wednesday, 12 November 2014 8:48 AM
To: ozMOSS
Subject: SharePoint 2013 patching

Hi Guys
I am getting following error in Health analyzer, client is using Enterprise 
edition of SharePoint 2013

This customer is on RTM version and never applied any CU or service pack.

Is the below error coming because they haven't' applied any patches.


Thanks


Product patch level :  15.0.4420.1017


Title

Product / patch installation or server upgrade required.

Severity

1 - Error

Category

Configuration

Explanation

All required products must be installed on all servers in the farm, and all 
products should have the same patching and upgrade level across the farm.

Upgrade is required on server x. Without the upgrade, the server is not in 
a supported state.



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

[SP2013] Web part menu control box is missing

2014-11-09 Thread Paul Noone
Hi all,

I'm unable to see the web part control menu for any web part except when the 
page is in edit mode.

[cid:image002.png@01CFFCDC.DB905E30]

All advanced settings are checked.

[cid:image003.png@01CFFCDC.DB905E30]

Can anyone tell me if this is expected behaviour, or if there's a way to 
re-enable it globally?

Regards,

Paul
--
Paul Noone
SharePoint Admin/Developer,
Keller Australia Group
P: 1800 001 985 [Ext 1256]
E: p.no...@keller.com.aumailto:p.no...@keller.com.au
W: www.keller.com.auhttp://www.keller.com.au/
[Keller Australia | Global Scale, Local Focus]
Suite 607, 2-8 Brookhollow Ave
Baulkham Hills NSW 2153


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Getting reliable intellisense for JSOM in VS

2014-11-05 Thread Paul Noone
Hi all,

I've created an empty project and added reference paths to SP libraries in a 
javascript file.

I get intellisense for some objects but more often than not I get the following:

[cid:image001.png@01CFF9D8.C991C720]

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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 November 2014 12:01 PM
To: ozMOSS
Subject: SPD Workflow - The workflow could not check in the list item

Hi all,

I have a simple workflow that updates a field in an item and sends an email.

Draft Item security, Content Approval, Require Check Out and minor/major 
versions are all enabled.

The workflow checks out the item, updates the field and checks the item back in.

I'm continuing to get this error:

The workflow could not check in the list item. Make sure the item is already 
checked out.

But the item IS updated and checked in successfully. However the workflow 
errors out and doesn't send the email.

If I remove the Check In item step the workflow completes but the document is 
NOT checked in - obviously!

What am I doing wrong here??

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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

2014-11-02 Thread Paul Noone
Hi all,

I have a simple workflow that updates a field in an item and sends an email.

Draft Item security, Content Approval, Require Check Out and minor/major 
versions are all enabled.

The workflow checks out the item, updates the field and checks the item back in.

I'm continuing to get this error:

The workflow could not check in the list item. Make sure the item is already 
checked out.

But the item IS updated and checked in successfully. However the workflow 
errors out and doesn't send the email.

If I remove the Check In item step the workflow completes but the document is 
NOT checked in - obviously!

What am I doing wrong here??

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Modify the Request Changes behaviour of an Approval workflow task

2014-10-30 Thread Paul Noone
Hi all,

I have a custom approval workflow with Change Requests checked in the task 
settings.

I can't see a way to modify this or the Reassignment sub process within the 
overall task process.

Is it possible or should I uncheck this and add my own custom Task Outcomes?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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 all,

I got a response from Microsoft regarding the issue. I like to share with you 
all as seems many of us using this web part.

here is there response.
=

In late 2013, we identified a potential security vulnerability in the 
architecture of the Yammer for SharePoint 2010 web-part. The web-part was 
routing its cross-domain requests to Yammer through an Adobe Flash proxy which 
was using a local security policy file. The request to the local policy file 
enables Yammer to essentially whitelist any domain. This is a vulnerability 
because if an attacker is aware of this mechanism, s/he can make requests to 
arbitrary Yammer urls and scrape content. We fixed this security vulnerability 
by removing the flash proxy thereby routing those calls to Yammer APIs through 
SharePoint servers. The authentication now happens at the SharePoint server, 
thus preventing any cross-site request forgery attacks.

A bug was later filed about images failing to render in the feed due to the 
image request not being routed through the SharePoint servers; ergo, Yammer has 
no means to authenticate the request. The images not being rendered in the feed 
is in fact the right behaviour as it is preventing unauthorized requests to 
Yammer image urls. Fixing this bug would mean routing the image requests 
through SharePoint servers and authenticating them similar to other feed 
content.

It is not possible to roll-back the service to the previous state as this 
reintroduces a high security risk. It is also not possible to make a private 
fix since the change was made at a service level and cannot be undone to a 
specific customer/ Yammer network.
=

thanks all.

Regards
Sutha Thavaratnarajah


From: sutha1...@hotmail.commailto:sutha1...@hotmail.com
To: ozmoss@ozmoss.commailto: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.com/en-us/f/176/t/227685.aspx



Sutha.

From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: RE: Yammer web part.
Date: Tue, 14 Oct 2014 01:15:20 +
I'm out of ideas. Seems bizarre that text loads and you can reply but the 
images give a 401.
Is there anything different about the image location? Same domain and 
permissions?

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Sutha Thavaratnarajah
Sent: Tuesday, 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.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto: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 SharePoint environment? yes.
* Does the web part load the images correctly if you're logged into 
Yammer in another tab? yes.
* Does the Activity Stream Token you're using have full access to the 
content?yes.
* Have you tried adding Yammer to trusted sites?yes.

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto: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.commailto:ozmoss@ozmoss.com
Subject: RE: Yammer web part.

Hi Nigel,

I am using OOB,

I am not able to see the images only. all other components ok.

I notice few things.

https://www.yammer.com/api/v1/oauth/tokens.json?access_token=WGLk8mv8nFUM9Ykw
 HTTPS  GET401  text/html
https://www.yammer.com/api/v1/uploaded_files/24962470/version/47819/thumbnail
 HTTPS  GET401  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.commailto:nigel_wither...@hotmail.com
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: RE: Yammer web part.
Date: Tue, 14 Oct 2014 00:10:50 +
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 

RE: sharepoint with outlook

2014-10-21 Thread Paul Noone
You can also drag and drop to synched folders which are sometimes prettier than 
network drives, handle credentials better, and also get created all in the same 
place.

The only downside is the synching. ☺


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ajay
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 
tony.finnem...@lookoutsoftware.com.aumailto:tony.finnem...@lookoutsoftware.com.au
 wrote:
Hi Ajay

I often wonder why MS makes it so hard to use Outlook with SharePoint. We have 
spent a lot of resources on developing an Outlook plugin for our SharePoint CRM 
to provide the functions users expect.

My experience is that you really need a third party solution like Harmon.ie or 
OnePlaceMail – see http://sharepointreviews.com/sharepoint-email for these and 
other solutions

Regards
Tony Finnemore
APAC Manager | LookOut Software (APAC)
p: +61 (0)2 9878 4958 | m: +61 (0)412 643 498 |
Skype: tony.finnemore | LinkedInhttp://www.linkedin.com/in/sqltools  | 
lookoutsoftware.com.auhttp://www.lookoutsoftware.com.au/

From: 
ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');
 
[mailto:ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','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 drag and drop emails. We have setup a 
mapped network drive that points to the relevant SharePoint Doc library.

Cheers,

Marko

From: 
ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');
 
[mailto:ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');]
 On Behalf Of Paul Noone
Sent: Tuesday, 21 October 2014 12:29 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 pain to set up.

Regards,

Paul
--
Paul Noone
SharePoint Admin/Developer,
Keller Australia Group

From: 
ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');
 
[mailto:ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');]
 On Behalf Of Ajay
Sent: Tuesday, 21 October 2014 12:41 PM
To: ozMOSS
Subject: sharepoint with outlook

Hi Guys,

Is there OOTB way to make the SharePoint folders available directly to Outlook, 
which would allow someone to drag and drop email into any folder location they 
choose.


Thanks
Ajay

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal




--
Sent from Gmail for iPhone

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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: Site Columns (mngfield.aspx) extremely slow to load for sub sites

Hi all,

This problem may be pre-existing but only raised its ugly head when trying to 
add a new site column to a subsite through SharePoint Designer.

Designer times out and throws a generic error.

In the browser I loaded the root site's columns in a couple of seconds. But the 
target sub site took over three minutes.

This figure actually seems to increase with each request and is browser 
independent.

I've found quite a few posts with people facing the same issue. One suggested 
that MS have confirmed this is a bug which will be rectified in the Dec CU but 
I can find no reference to it.

Anyone else seeing this problem or have any ideas?

Fiddler and dev tools aren't helping. I'm starting to think it's a SQL query 
issue.

No recent updates anywhere. No third party tools or recently deployed 
customisations.

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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/Developer,
Keller Australia Group

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ajay
Sent: Tuesday, 21 October 2014 12:41 PM
To: ozMOSS
Subject: sharepoint with outlook

Hi Guys,

Is there OOTB way to make the SharePoint folders available directly to Outlook, 
which would allow someone to drag and drop email into any folder location they 
choose.


Thanks
Ajay

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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

2014-10-20 Thread Paul Noone
Hi all,

This problem may be pre-existing but only raised its ugly head when trying to 
add a new site column to a subsite through SharePoint Designer.

Designer times out and throws a generic error.

In the browser I loaded the root site's columns in a couple of seconds. But the 
target sub site took over three minutes.

This figure actually seems to increase with each request and is browser 
independent.

I've found quite a few posts with people facing the same issue. One suggested 
that MS have confirmed this is a bug which will be rectified in the Dec CU but 
I can find no reference to it.

Anyone else seeing this problem or have any ideas?

Fiddler and dev tools aren't helping. I'm starting to think it's a SQL query 
issue.

No recent updates anywhere. No third party tools or recently deployed 
customisations.

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Yammer web part.

2014-10-13 Thread Paul Noone
* Do you have  Yammer for SharePoint 2010 3.1.4 and deployed SSO for 
your SharePoint environment?

* Does the web part load the images correctly if you're logged into 
Yammer in another tab?

* Does the Activity Stream Token you're using have full access to the 
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 using OOB,

I am not able to see the images only. all other components ok.

I notice few things.

https://www.yammer.com/api/v1/oauth/tokens.json?access_token=WGLk8mv8nFUM9Ykw
 HTTPS  GET401  text/html
https://www.yammer.com/api/v1/uploaded_files/24962470/version/47819/thumbnail
 HTTPS  GET401  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.commailto:nigel_wither...@hotmail.com
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: RE: Yammer web part.
Date: Tue, 14 Oct 2014 00:10:50 +
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 request the images directly in the browser, or do you get 
denied access?

401 is unauthorized - what account is trying to access them?

Cheers,

Nigel

From: sutha1...@hotmail.commailto:sutha1...@hotmail.com
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: Yammer web part.
Date: Tue, 14 Oct 2014 10:34:56 +1100
Dear All,

Yammer web part ( Sharepoint 2010) in our intranet have an issue. Everything is 
looking fine except for the fact that no posted images are displayed in the 
Sharepoint.  I noticed from the fiddler 401 error on the image request. Could 
any one guide?thanks.

sutha.

___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Creating site content types and columns programmatically

2014-10-13 Thread Paul Noone
Hi Nigel,

Thanks for that but I'm wanting to rebuild all the old (declarative XML) 
content types programmatically as part of a feature receiver.

I'm sick of dealing with CT update and upgrade issues when deployed via XML. 
And MS have finally decided to push the programmatic approach 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: OzMoss
Subject: RE: Creating site content types and columns programmatically

Hey Paul,

Attached are some examples.

- The loose 'Elements.xml' is our core content types - what all the other ct's 
derive from.
- Bank Guarantees has examples of CT's for document sets and documents, using a 
variety of fields including Managed Metadata.
- Brandspace has a variety of CTs including docs, doc sets, images, and assets
- NSO Images demos doc set and image CT's
- Elements-2.xml has examples of using a document template - look at line 595 - 
the next 4 content types declare a document template

Cheers,

Nigel


From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: Creating site content types and columns programmatically
Date: Mon, 13 Oct 2014 03:53:49 +
I want to rebuild a few declarative ones but can't find any comprehensive 
examples that provide the functionality in my XML.

Can anyone provide any complex examples or documentation that include 
provisioning a document template, and field removal and ordering?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.

This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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!

From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto: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) 
content types programmatically as part of a feature receiver.

I'm sick of dealing with CT update and upgrade issues when deployed via XML. 
And MS have finally decided to push the programmatic approach 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.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Witherdin
Sent: Tuesday, 14 October 2014 11:25 AM
To: OzMoss
Subject: RE: Creating site content types and columns programmatically

Hey Paul,

Attached are some examples.

- The loose 'Elements.xml' is our core content types - what all the other ct's 
derive from.
- Bank Guarantees has examples of CT's for document sets and documents, using a 
variety of fields including Managed Metadata.
- Brandspace has a variety of CTs including docs, doc sets, images, and assets
- NSO Images demos doc set and image CT's
- Elements-2.xml has examples of using a document template - look at line 595 - 
the next 4 content types declare a document template

Cheers,

Nigel


From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: Creating site content types and columns programmatically
Date: Mon, 13 Oct 2014 03:53:49 +
I want to rebuild a few declarative ones but can't find any comprehensive 
examples that provide the functionality in my XML.

Can anyone provide any complex examples or documentation that include 
provisioning a document template, and field removal and ordering?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.

This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.

This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

RE: Yammer web part.

2014-10-13 Thread Paul Noone
I'm out of ideas. Seems bizarre that text loads and you can reply but the 
images give a 401.
Is there anything different about the image location? Same domain and 
permissions?

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Sutha Thavaratnarajah
Sent: Tuesday, 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.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto: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 SharePoint environment? yes.
* Does the web part load the images correctly if you're logged into 
Yammer in another tab? yes.
* Does the Activity Stream Token you're using have full access to the 
content?yes.
* Have you tried adding Yammer to trusted sites?yes.

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto: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.commailto:ozmoss@ozmoss.com
Subject: RE: Yammer web part.

Hi Nigel,

I am using OOB,

I am not able to see the images only. all other components ok.

I notice few things.

https://www.yammer.com/api/v1/oauth/tokens.json?access_token=WGLk8mv8nFUM9Ykw
 HTTPS  GET401  text/html
https://www.yammer.com/api/v1/uploaded_files/24962470/version/47819/thumbnail
 HTTPS  GET401  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.commailto:nigel_wither...@hotmail.com
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: RE: Yammer web part.
Date: Tue, 14 Oct 2014 00:10:50 +
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 request the images directly in the browser, or do you get 
denied access?

401 is unauthorized - what account is trying to access them?

Cheers,

Nigel

From: sutha1...@hotmail.commailto:sutha1...@hotmail.com
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: Yammer web part.
Date: Tue, 14 Oct 2014 10:34:56 +1100
Dear All,

Yammer web part ( Sharepoint 2010) in our intranet have an issue. Everything is 
looking fine except for the fact that no posted images are displayed in the 
Sharepoint.  I noticed from the fiddler 401 error on the image request. Could 
any one guide?thanks.

sutha.

___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.

This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more 

Creating site content types and columns programmatically

2014-10-12 Thread Paul Noone
I want to rebuild a few declarative ones but can't find any comprehensive 
examples that provide the functionality in my XML.

Can anyone provide any complex examples or documentation that include 
provisioning a document template, and field removal and ordering?

Regards,

Paul


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Missing Modified field in site

2014-10-01 Thread Paul Noone
Yes, it looks like “someone” did something of that nature.

Welcome to the world of legacy sites and unknown developers. ☺

Regards,

Paul
--
Paul Noone
SharePoint Admin/Developer,
Keller Australia Group

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ishai Sagi
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 think I blogged about that a few years back

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-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 is that the feature doesn’t appear to be specifically activated on 
any site so I’m reluctant to just do this.

Let me explain what I mean by the field doesn’t exist:


· It’s not visible through SP Manager or PowerShell.

· It is visible in list views and dispforms.

· It is available for editing via direct URL - 
/_layouts/15/FldEditEx.aspx?Field=Modified.

o   I can even update it this way!

But when I trying to edit a CQWP on a publishing page I receive the following 
error:

Invalid field name. {28cf69c5-fa48-462a-b5cd-27b6f9d2bd5f}

So I threw caution to the wind and just added it using the AddFieldAsXml method.

Now I’m getting the same error for another field – Created. ☺

Repeat…

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto: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 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 name and guid).

Regards,

Shahram.

On 29 September 2014 15:00, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Hi all,

No idea how this might’ve occurred but I’ve just realised that the Modified 
field is missing in a particular site.

All other sites contain both fields as expected.

NameInternalName
   Id

Modified  Last_x0020_Modified   
173f76c8-aebd-446a-9bc9-769a2bd2c18f
Modified  Modified  
28cf69c5-fa48-462a-b5cd-27b6f9d2bd5f

Does anyone know if running the config wizard or force-activating the fields 
feature might fix this?

Otherwise is there any major harm in recreating it myself using the same 
definition?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient

RE: Missing Modified field in site

2014-09-29 Thread Paul Noone
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 is that the feature doesn’t appear to be specifically activated on 
any site so I’m reluctant to just do this.

Let me explain what I mean by the field doesn’t exist:


· It’s not visible through SP Manager or PowerShell.

· It is visible in list views and dispforms.

· It is available for editing via direct URL - 
/_layouts/15/FldEditEx.aspx?Field=Modified.

o   I can even update it this way!

But when I trying to edit a CQWP on a publishing page I receive the following 
error:

Invalid field name. {28cf69c5-fa48-462a-b5cd-27b6f9d2bd5f}

So I threw caution to the wind and just added it using the AddFieldAsXml method.

Now I’m getting the same error for another field – Created. ☺

Repeat…

Regards,

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 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 name and guid).

Regards,

Shahram.

On 29 September 2014 15:00, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Hi all,

No idea how this might’ve occurred but I’ve just realised that the Modified 
field is missing in a particular site.

All other sites contain both fields as expected.

NameInternalName
   Id

Modified  Last_x0020_Modified   
173f76c8-aebd-446a-9bc9-769a2bd2c18f
Modified  Modified  
28cf69c5-fa48-462a-b5cd-27b6f9d2bd5f

Does anyone know if running the config wizard or force-activating the fields 
feature might fix this?

Otherwise is there any major harm in recreating it myself using the same 
definition?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Missing Modified field in site

2014-09-28 Thread Paul Noone
Hi all,

No idea how this might've occurred but I've just realised that the Modified 
field is missing in a particular site.

All other sites contain both fields as expected.

NameInternalName
   Id

Modified  Last_x0020_Modified   
173f76c8-aebd-446a-9bc9-769a2bd2c18f
Modified  Modified  
28cf69c5-fa48-462a-b5cd-27b6f9d2bd5f

Does anyone know if running the config wizard or force-activating the fields 
feature might fix this?

Otherwise is there any major harm in recreating it myself using the same 
definition?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Get specific element file from feature element definitions

2014-09-26 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-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Friday, 26 September 2014 2:54 PM
To: ozMOSS
Subject: Get specific element file from feature element definitions

Hi all,

In my feature receiver I get the collection of element definitions and then 
check for the element type of Module.

var ElementDefinitions = 
properties.Definition.GetElementDefinitions(CultureInfo.CurrentCulture);

foreach (SPElementDefinition ElementDefinition in ElementDefinitions)
{
   if (ElementDefinition.ElementType == Module)
   {

But this seems to be as deep as I can go using the SPElementDefinition class 
and I'm really only concerned with the Module within a specific elements file.

Is there a way to either get this file directly, or filter my Module collection 
above to get its Name attribute??

Module Name=masterpage_ ... 

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Get specific element file from feature element definitions

2014-09-25 Thread Paul Noone
Hi all,

In my feature receiver I get the collection of element definitions and then 
check for the element type of Module.

var ElementDefinitions = 
properties.Definition.GetElementDefinitions(CultureInfo.CurrentCulture);

foreach (SPElementDefinition ElementDefinition in ElementDefinitions)
{
   if (ElementDefinition.ElementType == Module)
   {

But this seems to be as deep as I can go using the SPElementDefinition class 
and I'm really only concerned with the Module within a specific elements file.

Is there a way to either get this file directly, or filter my Module collection 
above to get its Name attribute??

Module Name=masterpage_ ... 

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Unable to see New Item in SharePoint:FormToolBar

2014-09-21 Thread Paul Noone
Try applying an OOTB masterpage and see if the problem persists. If not, it's 
likely a missing placeholder.

I just went through this issue again in my earlier post about the unique 
permissions block not being present on user.aspx.

I'm not sure which one was responsible but I now have the following in a hidden 
panel at the end of my master.

asp:Panel visible=false runat=server
asp:ContentPlaceHolder id=PlaceHolderTitleAreaClass runat=server /
asp:ContentPlaceHolder id=PlaceHolderGlobalNavigationSiteMap 
runat=server /
asp:ContentPlaceHolder id=PlaceHolderGlobalNavigation runat=server 
/
asp:ContentPlaceHolder id=PlaceHolderSearchArea runat=server /
asp:ContentPlaceHolder id=PlaceHolderHorizontalNav runat=server /
asp:ContentPlaceHolder id=PlaceHolderTopNavBar runat=server /
asp:ContentPlaceHolder id=PlaceHolderSiteName runat=server /
asp:ContentPlaceHolder id=PlaceHolderPageDescription runat=server 
/
asp:ContentPlaceHolder id=PlaceHolderPageImage runat=server /
asp:ContentPlaceHolder id=PlaceHolderTitleLeftBorder runat=server 
/
asp:ContentPlaceHolder id=PlaceHolderMiniConsole runat=server /
asp:ContentPlaceHolder id=PlaceHolderTitleRightMargin runat=server 
/
asp:ContentPlaceHolder id=PlaceHolderTitleAreaSeparator 
runat=server /
asp:ContentPlaceHolder id=PlaceHolderNavSpacer runat=server /
asp:ContentPlaceHolder id=PlaceHolderLeftNavBarBorder runat=server 
/
asp:ContentPlaceHolder id=PlaceHolderBodyLeftBorder runat=server /
asp:ContentPlaceHolder id=PlaceHolderBodyRightMargin runat=server 
/
asp:ContentPlaceHolder id=WSSDesignConsole runat=server /
asp:ContentPlaceHolder id=SPNavigation runat=server /
/asp:Panel

-Original Message-
From: ozmoss-boun...@ozmoss.com [mailto: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. 

 Have you upgraded the site “experience” to 2010?
No - I didnt 

Thanks,
Zara

On Mon, 22/9/14, Paul Noone p.no...@keller.com.au wrote:

 Subject: RE: Unable to see New Item in SharePoint:FormToolBar
 To: ozMOSS ozmoss@ozmoss.com
 Received: Monday, 22 September, 2014, 8:24 AM
 
 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 Australia Group 
 
    
 
 
 From: ozmoss-boun...@ozmoss.com
 [mailto:ozmoss-boun...@ozmoss.com]
 On Behalf Of Zahra Zamanikia
 
 Sent: Sunday, 21 September 2014 4:43 PM
 
 To: ozMOSS
 
 Subject: Unable to see New Item in
 SharePoint:FormToolBar 
 
 
    
 
 
 Hi
 Guys, 
 
 
 
   
 
 
   I have recently migrated an
 application from SP2007 to SP2010. I have noticed that after  the upgrade, 
toolbar is not showing New Item.
 Please note that,
  I haven't upgraded look  feel of the
 application. 
 
 
    
 
 
 I can
 see TEMPLATE/SiteTemplates/SRCHCEN/LISTS/Tabs/schema.xml
 has reference to New Item, Edit
 Item, Delete Item etc. but I am not sure what is  required
  to have New Item to appear in the tool  bar. 
 
 
    
 
 
 Any pointers or
 suggestions? 
 
 
    
 
 
 Thanks 
 
 
 Zahra 
 
 
 
 
 The
 content of this email is confidential to the intended  recipient at the email  
address to which it has been addressed. It may not be  disclosed to, or used 
by,  anyone other than this addressee, nor may it be copied in  any way. If 
received  in error, please contact the author and then delete the  message from 
your  system. 
 Please note that neither Keller
 Australia nor the sender accepts any
 responsibility for viruses and it is your responsibility to  scan the email 
and  attachments (if any).
 Visit http://www.keller.com.au/ for more  information. 
  
 
 
 
 This e-mail message has been
 scanned for Viruses and Content and
 cleared by MailMarshal 
  
 
 
 
 
 -Inline Attachment Follows-
 
 ___
 Sponsored by Infotext - Amazing Search for  Microsoft SharePoint - 
http://www.infotext.com/  ozmoss mailing list  ozmoss@ozmoss.com  
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/ ozmoss mailing list ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone

Missing Placeholder to show unique permissions block?

2014-09-18 Thread Paul Noone
Hi all,

I'm performing a permissions review and clean-up on a site and noticed that 
User.aspx isn't displaying the permission inheritance block below.

[cid:image002.png@01CFD40C.3FDD7D90]

Does anyone know which placeholder is responsible for this functionality so I 
can then look at updating the system masterpage?

Regards,

Paul


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Recovering manually deleted Timer job Workflow

2014-09-10 Thread Paul Noone
Hi Nigel,

How did they delete the timer job?

I wonder if just running the config wizard would've restored it.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Witherdin
Sent: Thursday, 11 September 2014 11:37 AM
To: OzMoss; Conrad Grobler
Subject: RE: Recovering manually deleted Timer job Workflow


In case anyone else suffers this in the future, I have found that adding a new 
server to the farm re-installs this timer job. So the process I have followed 
is to remove an existing server from the farm, then re-add it, and confirm the 
timer job exists in the definitions

Cheers

Nigel


From: nigel_wither...@hotmail.commailto:nigel_wither...@hotmail.com
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com; 
conrad.grob...@gmail.commailto:conrad.grob...@gmail.com
Subject: Recovering manually deleted Timer job Workflow
Date: Wed, 10 Sep 2014 06:03:44 +
Hi All,

On one of our Farms, the ootb timer job Workflow was manually deleted (ARGH!) 
Can anyone suggest how to re-install this timer job - is it installed by a 
feature, or by PSConfig etc??

Any help greatly appreciated!

Cheers,

Nigel

___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Problems with Following using SP.UserProfiles

2014-09-10 Thread Paul Noone
Well someone’s usually here to point me in the wrong direction when I get 
really stuck.

And I think people have got used to me (and others?) using this list as a 
thinking out loud mechanism. ☺

--
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ajay
Sent: Thursday, 11 September 2014 12:18 PM
To: ozMOSS
Subject: Re: Problems with Following using SP.UserProfiles

Thx for giving credit to us 

On Thursday, 11 September 2014, James Boman 
james.bo...@ipmo.com.aumailto:james.bo...@ipmo.com.au wrote:

  I love the way you guys always push me to find my own solutions. :P
We do our best ☺

J.

From: 
ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');
 
[mailto:ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','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 SP.UserProfiles

I love the way you guys always push me to find my own solutions. :P
The username is now being escaped correctly and all is good in the world.
As usual, I’m happy to share the solution with anyone who’s interested.
From: 
ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');
 
[mailto:ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');]
 On Behalf Of Paul Noone
Sent: Wednesday, 10 September 2014 9:28 AM
To: ozMOSS
Subject: RE: Problems with Following using SP.UserProfiles

Right! So I’ve resolved issue 1. Passing in a valid user does wonders. :P

Would still appreciate any advice on issue 2 -  the best place and method to 
modify the username.


From: 
ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');
 
[mailto:ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');]
 On Behalf Of Paul Noone
Sent: Wednesday, 10 September 2014 8:21 AM
To: ozMOSS
Subject: RE: Problems with Following using SP.UserProfiles

OK. Making progress. I’m now getting stuck on two things.


1.   The username is being passed into the function as a string. Because 
domain\first.last contains a backslash,  Javascript is seeing it as 
domainfirst.last. So I need to pass the original value in as domain\\first.last.

Currently I’m passing it in raw from a MenuItemTemplateItem like so:

FollowMe.ClientOnClickScript = getFollowingStatus('%UserName%');

And Username is defined in my entity as:

emp.UserName = (String)profile[PropertyConstants.AccountName].Value;

2.  I can’t seem to get the following status for my “actorInfo”. :\ Has anyone 
had any success with this?

// Get the current client context.
   clientContext = SP.ClientContext.get_current();

   // Get the SocialFeedManager instance.
   followingManager = new SP.Social.SocialFollowingManager(clientContext);

   // Create a SocialActorInfo object to represent the target user.
   actorInfo = new SP.Social.SocialActorInfo();
   actorInfo.set_accountName(user);

   // Find out whether the current user is following the target user.
 isFollowed = followingManager.isFollowed(actorInfo);
Any help appreciated.

Regards,

Paul

From: 
ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');
 
[mailto:ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');]
 On Behalf Of Paul Noone
Sent: Tuesday, 9 September 2014 11:04 AM
To: ozMOSS
Subject: Problems with Following using SP.UserProfiles

Hi all,

I borrowed some javascript from 
MSDNhttp://msdn.microsoft.com/en-us/library/dn155790%28v=office.15%29.aspx#bk_FollowPeople
 for a simple Follow/Unfollow link.

For whatever reason it’s throwing undefined for:

Unable to get property 'SocialFollowingManager' of undefined or null reference

And:

Unable to get property 'SocialActorInfo' of undefined or null reference

Viewing source I can see that SP.UserProfiles.debug is already loaded by 
default.

RegisterSod(userprofile, \u002f_layouts\u002f15\u002fsp.userprofiles.debug…

I’ve also tried loading SP.UserProfiles.js using both methods below but 
continue to have problems.

SP.SOD.executeOrDelayUntilScriptLoaded(getFollowingStatus, 
'SP.UserProfiles.js');
SP.SOD.executeFunc('SP.UserProfiles.js, 'SP.Social', getFollowingStatus);

Does anyone have any suggestions before I paste the full source?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned

RE: Problems with Following using SP.UserProfiles

2014-09-09 Thread Paul Noone
OK. Making progress. I'm now getting stuck on two things.


1.   The username is being passed into the function as a string. Because 
domain\first.last contains a backslash,  Javascript is seeing it as 
domainfirst.last. So I need to pass the original value in as domain\\first.last.

Currently I'm passing it in raw from a MenuItemTemplateItem like so:

FollowMe.ClientOnClickScript = getFollowingStatus('%UserName%');

And Username is defined in my entity as:

emp.UserName = (String)profile[PropertyConstants.AccountName].Value;


2.  I can't seem to get the following status for my actorInfo. :\ Has anyone 
had any success with this?

// Get the current client context.
   clientContext = SP.ClientContext.get_current();

   // Get the SocialFeedManager instance.
   followingManager = new SP.Social.SocialFollowingManager(clientContext);

   // Create a SocialActorInfo object to represent the target user.
   actorInfo = new SP.Social.SocialActorInfo();
   actorInfo.set_accountName(user);

   // Find out whether the current user is following the target user.
 isFollowed = followingManager.isFollowed(actorInfo);


Any help appreciated.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Tuesday, 9 September 2014 11:04 AM
To: ozMOSS
Subject: Problems with Following using SP.UserProfiles

Hi all,

I borrowed some javascript from 
MSDNhttp://msdn.microsoft.com/en-us/library/dn155790%28v=office.15%29.aspx#bk_FollowPeople
 for a simple Follow/Unfollow link.

For whatever reason it's throwing undefined for:

Unable to get property 'SocialFollowingManager' of undefined or null reference

And:

Unable to get property 'SocialActorInfo' of undefined or null reference

Viewing source I can see that SP.UserProfiles.debug is already loaded by 
default.

RegisterSod(userprofile, \u002f_layouts\u002f15\u002fsp.userprofiles.debug...

I've also tried loading SP.UserProfiles.js using both methods below but 
continue to have problems.

SP.SOD.executeOrDelayUntilScriptLoaded(getFollowingStatus, 
'SP.UserProfiles.js');
SP.SOD.executeFunc('SP.UserProfiles.js, 'SP.Social', getFollowingStatus);

Does anyone have any suggestions before I paste the full source?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Upload Multiple Pictures

2014-09-09 Thread Paul Noone
Same boat here, Iain.

I was hoping the Office 2013 Upload Center might’ve been upgraded to something 
useful with a drag and drop interface and some image editing capabilities.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Iain Carlin
Sent: Wednesday, 10 September 2014 9:05 AM
To: ozmoss@ozmoss.com
Subject: Upload Multiple Pictures

With upgrades to Windows 8.1 and Office 2013, Microsoft Picture Manager 
disappears as does the Upload Multiple Pictures feature in a Sharepoint 2010 
image gallery.

Just when I was getting everyone used to using it to automatically upload and 
resize photos to image galleries.

We have deployed Microsoft Picture Manager to all our machines, but that still 
doesn't bring back the option in the SharePoint toolbar. Best work around I can 
find for that is to hit F12 in IE and set the document mode manually to IE7 - 
hardly useful for my user demographic.

I've spent hours trying to find a reasonable solution and so far it looks like 
there isn't one.

Has anybody come up with a reasonable alternative that can upload multiple 
pictures AND resize at the same time?

(I really wish Microsoft would stop deprecating useful features such as this!)

Cheers,

Iain Carlin

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Problems with Following using SP.UserProfiles

2014-09-09 Thread Paul Noone
Right! So I've resolved issue 1. Passing in a valid user does wonders. :P

Would still appreciate any advice on issue 2 -  the best place and method to 
modify the username.


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 10 September 2014 8:21 AM
To: ozMOSS
Subject: RE: Problems with Following using SP.UserProfiles

OK. Making progress. I'm now getting stuck on two things.


1.   The username is being passed into the function as a string. Because 
domain\first.last contains a backslash,  Javascript is seeing it as 
domainfirst.last. So I need to pass the original value in as domain\\first.last.

Currently I'm passing it in raw from a MenuItemTemplateItem like so:

FollowMe.ClientOnClickScript = getFollowingStatus('%UserName%');

And Username is defined in my entity as:

emp.UserName = (String)profile[PropertyConstants.AccountName].Value;

2.  I can't seem to get the following status for my actorInfo. :\ Has anyone 
had any success with this?

// Get the current client context.
   clientContext = SP.ClientContext.get_current();

   // Get the SocialFeedManager instance.
   followingManager = new SP.Social.SocialFollowingManager(clientContext);

   // Create a SocialActorInfo object to represent the target user.
   actorInfo = new SP.Social.SocialActorInfo();
   actorInfo.set_accountName(user);

   // Find out whether the current user is following the target user.
 isFollowed = followingManager.isFollowed(actorInfo);

Any help appreciated.

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 9 September 2014 11:04 AM
To: ozMOSS
Subject: Problems with Following using SP.UserProfiles

Hi all,

I borrowed some javascript from 
MSDNhttp://msdn.microsoft.com/en-us/library/dn155790%28v=office.15%29.aspx#bk_FollowPeople
 for a simple Follow/Unfollow link.

For whatever reason it's throwing undefined for:

Unable to get property 'SocialFollowingManager' of undefined or null reference

And:

Unable to get property 'SocialActorInfo' of undefined or null reference

Viewing source I can see that SP.UserProfiles.debug is already loaded by 
default.

RegisterSod(userprofile, \u002f_layouts\u002f15\u002fsp.userprofiles.debug...

I've also tried loading SP.UserProfiles.js using both methods below but 
continue to have problems.

SP.SOD.executeOrDelayUntilScriptLoaded(getFollowingStatus, 
'SP.UserProfiles.js');
SP.SOD.executeFunc('SP.UserProfiles.js, 'SP.Social', getFollowingStatus);

Does anyone have any suggestions before I paste the full source?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft

Problems with Following using SP.UserProfiles

2014-09-08 Thread Paul Noone
Hi all,

I borrowed some javascript from 
MSDNhttp://msdn.microsoft.com/en-us/library/dn155790%28v=office.15%29.aspx#bk_FollowPeople
 for a simple Follow/Unfollow link.

For whatever reason it's throwing undefined for:

Unable to get property 'SocialFollowingManager' of undefined or null reference

And:

Unable to get property 'SocialActorInfo' of undefined or null reference

Viewing source I can see that SP.UserProfiles.debug is already loaded by 
default.

RegisterSod(userprofile, \u002f_layouts\u002f15\u002fsp.userprofiles.debug...

I've also tried loading SP.UserProfiles.js using both methods below but 
continue to have problems.

SP.SOD.executeOrDelayUntilScriptLoaded(getFollowingStatus, 
'SP.UserProfiles.js');
SP.SOD.executeFunc('SP.UserProfiles.js, 'SP.Social', getFollowingStatus);

Does anyone have any suggestions before I paste the full source?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread Paul Noone
Hi Prashanth,

Redirecting to the target page and appending the query is no problem.

However the Staff Lookup web part on the target page is a custom part. I want 
to perform a search on page load if the key/value is present and then clear it 
on postback. Hope that makes sense.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Prashanth Thiyagalingam
Sent: Monday, 1 September 2014 8:11 PM
To: ozMOSS
Subject: Re: Passing query string param to filter expression on ObjectDataSource

If you are using OOTB search web part then you can do this in client side, get 
the query string in js and then do a redirection to the target page with the 
query string value
Cheers,
Prashanth

Sent from my iPhone

On Sep 1, 2014, at 1:58 PM, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Hi all,

I have a custom people search web part which uses a simple form, SPGrid and a 
DataTable.

image003.jpg

I’d like to extend this so that people can search for staff from another page 
via a Search Box.

image004.png …where k=”Paul…

What I want to do is:


1.   Check if the k param has a value.

2.   Use it in my query and apply it to the datasource’s filter expression.

3.   Clear the query string on postback.

I’ve added the following to the OnLoad event but it throws a NullReference 
exception.

Any help appreciated.

// Get URL and check for k query string param in case of search from another 
page
String txtNameFromQuery = HttpContext.Current.Request.QueryString[k];

if(!String.IsNullOrEmpty(txtNameFromQuery))
{
   // Set txtName field to query string value for additional searches
   txtName.Text = txtNameFromQuery;

   // Define the search query
   String q = Name LIKE '% + txtNameFromQuery + %';

   // Apply query to filterexpression
   ds.FilterExpression = q;
   ViewState[FilterExpression] = (String)ds.FilterExpression;

   // Remove any query string parameters from the URL
   HttpContext.Current.Request.QueryString.Clear();
}

Regards,

Paul


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread Paul Noone
That makes sense. I initially had it redirecting.

Would it be just as good to add the query string check into the click handler 
for the Search button?
if (!String.IsNullOrEmpty(queryString)) {
  Button1.PostBackUrl = queryString;
}
And would Request.QueryString.Remove(k) be just as effective?

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Tuesday, 2 September 2014 9:51 AM
To: ozMOSS
Subject: RE: Passing query string param to filter expression on ObjectDataSource

Paul,

HttpContext.Current.Request.QueryString.Clear();

This will clear the querystring on the request object that is about to be 
destroyed, so is probably not going to be a strategy that will work.  You might 
want to look into modifying the response object, but probably more likely to 
succeed 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 ■ Mobile: 
+61417857298callto:+61417857298 ■ Skype: JDBomancallto:JDBoman ■ Web: 
www.ipmo.com.auhttp://www.ipmo.com.au/


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 2 September 2014 8:45 AM
To: ozMOSS
Subject: RE: Passing query string param to filter expression on ObjectDataSource

Hi Prashanth,

Redirecting to the target page and appending the query is no problem.

However the Staff Lookup web part on the target page is a custom part. I want 
to perform a search on page load if the key/value is present and then clear it 
on postback. Hope that makes sense.

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Prashanth Thiyagalingam
Sent: Monday, 1 September 2014 8:11 PM
To: ozMOSS
Subject: Re: Passing query string param to filter expression on ObjectDataSource

If you are using OOTB search web part then you can do this in client side, get 
the query string in js and then do a redirection to the target page with the 
query string value
Cheers,
Prashanth

Sent from my iPhone

On Sep 1, 2014, at 1:58 PM, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Hi all,

I have a custom people search web part which uses a simple form, SPGrid and a 
DataTable.

image003.jpg

I’d like to extend this so that people can search for staff from another page 
via a Search Box.

image004.png …where k=”Paul…

What I want to do is:


1.   Check if the k param has a value.

2.   Use it in my query and apply it to the datasource’s filter expression.

3.   Clear the query string on postback.

I’ve added the following to the OnLoad event but it throws a NullReference 
exception.

Any help appreciated.

// Get URL and check for k query string param in case of search from another 
page
String txtNameFromQuery = HttpContext.Current.Request.QueryString[k];

if(!String.IsNullOrEmpty(txtNameFromQuery))
{
   // Set txtName field to query string value for additional searches
   txtName.Text = txtNameFromQuery;

   // Define the search query
   String q = Name LIKE '% + txtNameFromQuery + %';

   // Apply query to filterexpression
   ds.FilterExpression = q;
   ViewState[FilterExpression] = (String)ds.FilterExpression;

   // Remove any query string parameters from the URL
   HttpContext.Current.Request.QueryString.Clear();
}

Regards,

Paul


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any

RE: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread Paul Noone
Yes, of course. OnPreRender lets me modify the controls after 
CreateChildControls. Thanks.

Not worried about the user seeing it at all. Just wanting to remove it after 
the query has it.

So I now have the following and it’s working like a charm. Thanks, James!

protected override void OnInit(EventArgs e)
{
   base.OnInit(e);

   // Set query string keyword var if it exists
   txtNameFromQuery = HttpContext.Current.Request.QueryString[k];

}

protected override void OnPreRender(EventArgs e)
{
   base.OnPreRender(e);

   if (!String.IsNullOrEmpty(txtNameFromQuery))
   {
  // Set txtName field to query string value for additional searches
  txtName.Text = txtNameFromQuery;

  // Define the search query
  String q = Name LIKE '% + txtNameFromQuery + %';

  // Apply query to filterexpression
  ds.FilterExpression = q;
  ViewState[FilterExpression] = (String)ds.FilterExpression;

  // Set clean postback URL to clear query string
  String pageUrl = SPContext.Current.Web.Url + 
SPContext.Current.File.Url;
  btnSearch.PostBackUrl = pageUrl;
  btnClear.PostBackUrl = pageUrl;   }
}

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Tuesday, 2 September 2014 10:23 AM
To: ozMOSS
Subject: RE: Passing query string param to filter expression on ObjectDataSource

Paul I think the click handler would be too late.  I think you want to do it in 
the initial pre-render

The life cycle would then be:


1.   User clicks search in search webpart, cause navigation to URL with k 
in query string

2.   Your onload/prerender runs, receives the k param, filters the dataset, 
renders the result back out to the user, sets the postbackurl on the search 
button
(k param is visible in the URL bar at this point)

3.   User clicks on the search button in your custom webpart, the postback 
url does not include the k param because it has a custom postback url.

4.   Your onload/prerender runs (there is no k param this time), normal 
search activities are processed and results rendered to the user.
(k param disappears)

If the objective is for the user ever to see the k parameter then you can add 
to the above solution with javascript to hide it using 
pushstatehttps://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history:

Example:
Suppose http://mozilla.org/foo.html executes the following JavaScript:
var stateObj = { foo: bar };
history.pushState(stateObj, page 2, bar.html);
This will cause the URL bar to display 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: JDBomancallto:JDBoman ■ Web: 
www.ipmo.com.auhttp://www.ipmo.com.au/
From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 2 September 2014 9:38 AM
To: ozMOSS
Subject: RE: Passing query string param to filter expression on ObjectDataSource

That makes sense. I initially had it redirecting.

Would it be just as good to add the query string check into the click handler 
for the Search button?
if (!String.IsNullOrEmpty(queryString)) {
  Button1.PostBackUrl = queryString;
}
And would Request.QueryString.Remove(k) be just as effective?

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of James Boman
Sent: Tuesday, 2 September 2014 9:51 AM
To: ozMOSS
Subject: RE: Passing query string param to filter expression on ObjectDataSource

Paul,

HttpContext.Current.Request.QueryString.Clear();

This will clear the querystring on the request object that is about to be 
destroyed, so is probably not going to be a strategy that will work.  You might 
want to look into modifying the response object, but probably more likely to 
succeed 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 ■ Mobile: 
+61417857298callto:+61417857298 ■ Skype: JDBomancallto:JDBoman ■ Web: 
www.ipmo.com.auhttp://www.ipmo.com.au/


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 2 September 2014 8:45 AM
To: ozMOSS
Subject: RE: Passing query string param to filter expression on ObjectDataSource

Hi Prashanth,

Redirecting to the target page and appending the query is no problem.

However the Staff Lookup web part on the target page is a custom

Passing query string param to filter expression on ObjectDataSource

2014-08-31 Thread Paul Noone
Hi all,

I have a custom people search web part which uses a simple form, SPGrid and a 
DataTable.

[cid:image003.jpg@01CFC5FD.7B1E1300]

I'd like to extend this so that people can search for staff from another page 
via a Search Box.

[cid:image004.png@01CFC5FD.291E67D0] ...where k=Paul...

What I want to do is:


1.   Check if the k param has a value.

2.   Use it in my query and apply it to the datasource's filter expression.

3.   Clear the query string on postback.

I've added the following to the OnLoad event but it throws a NullReference 
exception.

Any help appreciated.

// Get URL and check for k query string param in case of search from another 
page
String txtNameFromQuery = HttpContext.Current.Request.QueryString[k];

if(!String.IsNullOrEmpty(txtNameFromQuery))
{
   // Set txtName field to query string value for additional searches
   txtName.Text = txtNameFromQuery;

   // Define the search query
   String q = Name LIKE '% + txtNameFromQuery + %';

   // Apply query to filterexpression
   ds.FilterExpression = q;
   ViewState[FilterExpression] = (String)ds.FilterExpression;

   // Remove any query string parameters from the URL
   HttpContext.Current.Request.QueryString.Clear();
}

Regards,

Paul


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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

2014-08-27 Thread Paul Noone
Hi James,

That was my suspicion too. I only ever see it in modals so assume they're 
getting referenced by a service app.

I wound up doing a global search for every web.config file and set customerrors 
to off.

While it did the trick I'm not real pleased with the solution.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 27 August 2014 2:21 PM
To: ozMOSS
Subject: RE: Server Error in '/' Application -- in modal dialogs

Just remember that the web.config in the WSS Root is not the only Web.config 
the settings need to be changed in.

If your error is coming out of the LAYOUTS folder you may need to change the 
web.config there as well to see the actual error message.

Cheers,
  James.

James Boman ■ Phone: +61872001100callto:+61872001100 ■ Mobile: 
+61417857298callto:+61417857298 ■ Skype: JDBomancallto:JDBoman ■ Web: 
www.ipmo.com.auhttp://www.ipmo.com.au/
From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Wednesday, 27 August 2014 8:59 AM
To: ozMOSS
Subject: Server Error in '/' Application -- in modal dialogs

Hi all,

Lately I've been receiving the dreaded custom error settings screen below in a 
few modal diaologs.

CustomErrors are Off, CallStack and Debug are off for this web app, so I'm not 
really sure what to do to get my errors displayed in the browser.

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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

2014-08-26 Thread Paul Noone
Hi all,

Lately I've been receiving the dreaded custom error settings screen below in a 
few modal diaologs.

CustomErrors are Off, CallStack and Debug are off for this web app, so I'm not 
really sure what to do to get my errors displayed in the browser.

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: SPS2010 - custom views

2014-08-26 Thread Paul Noone
The only catch with dataview conversions is that changes to the list fields 
won't be reflected in your custom web part.

Tracking these customisations over time can be a right pain.

Have you considered creating a render template and using the JSLink method? 
Personally I've had no luck with either and usually just whack a Script Editor 
web part on the page with my JSOM code.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Tuesday, 26 August 2014 6:20 PM
To: ozMOSS
Subject: RE: SPS2010 - custom views

Thanks Maxine,

I'll give that a try/

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Maxine Harwood
Sent: Tuesday, 26 August 2014 6:01 PM
To: 'ozMOSS'
Subject: RE: SPS2010 - custom views

I've experienced the same thing myself and didn't find a solution . in the end 
I created a xlst list view web part in the page to get the exact formatting I 
wanted.

You could try converting it to an xlst list view on the page, see if that gives 
you more options?

Maxine Harwood | Solutions Architect
Red Box IT
0410 525 989 | 07 3056 1725 (VoIP)
www.redboxit.com.auhttp://www.redboxit.com.au
max...@redboxit.com.aumailto:max...@redboxit.com.au
ABN: 96 189 767 742 | ACN: 125 489 278

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Hertz
Sent: Tuesday, 26 August 2014 4:25 PM
To: ozMOSS (ozmoss@ozmoss.commailto:ozmoss@ozmoss.com)
Subject: SPS2010 - custom views

Hi guys,

I've created a custom view of a document library using the modify view in 
SharePoint Designer (a bit of xml and xsl customization to move things around).

It shows up fine in designer, and when I change the view in the browser it also 
seems to work fine.

However, if I then add that library web part to a page, and try change the view 
to my custom view, it throws a hissy fit. Does anyone have any ideas?


This is my custom view in my library:
[cid:image001.png@01CFC1DE.B1D1F060]

Adding the library web part to a page shows the standard view, despite changing 
the settings.
[cid:image002.png@01CFC1DE.B1D1F060]

Does anyone have any suggestions?

Nigel

Nigel Hertz
SharePoint Administrator / Developer, Information Systems
Stockland, Level 23, 133 Castlereagh Street, Sydney NSW 2000

T +61 2 9035 2617  M +61 401 034 605
F +61 2 8988 2617  E   
nigel.he...@stockland.com.aumailto:nigel.he...@stockland.com.au
http://www.stockland.com.au/

BEFORE PRINTING THIS EMAIL PLEASE CONSIDER THE ENVIRONMENT




Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us. If it has been sent to you by mistake, legal privilege is 
not waived or lost and you are not entitled to use it in any way. Stockland and 
its subsidiaries reserve the right to monitor e-mail communication through its 
networks.

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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

2014-08-19 Thread Paul Noone
Yeah, I keep hoping MS will play catch-up with each new version but I can't 
really wait that long. :)

Citrix desktop cannot achieve what we want apparently. There's a limitation 
with the wauy it handles profiles. Yey strangely they offerr what we need as an 
app for iOS and Android. Sadly that doesn't help me.

I'll keep tinkering and see what I can do.

Ishai, I will no doubt need your elite coding skills if I go the custom 
connector route!

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Victor Isakov
Sent: Tuesday, 19 August 2014 4:08 PM
To: 'ozMOSS'
Subject: RE: Use a newtwork share as the source for a document library

Hmmm...

Looks like it's no longer a free product. That's a shame... (Only had a very 
quick look.)

DocAve 5 Extender was a free product when I talked about RBS at a some 
conference a couple of years back:
http://www.avepoint.com/news/2010/02/24/avepoint-introduces-free-tool-for-sharepoint-blob-management/
http://www.avepoint.com/assets/pdf/doc5/DocAve_Extender_v5_Datasheet.pdf

Looks like the product has morphed into DocAve 6 Storage Manager. Ouch! But not 
unexpected I suppose. 
http://www.avepoint.com/assets/pdf/doc6/DocAve_Storage_Manager_for_SharePoint_Storage_Management.pdf
Perhaps you can still use the free product?

The quicker the SharePoint team integrate with the full feature stack of SQL 
Server, and start using things like FILETABLE the better...

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 19 August 2014 3:27 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

I was hoping to a void a third-party solution, Ishai, but the DocAve solution 
does look very good.
Nothing's going to solve latency when off-network.
I might look at demoing both and will let you know.
From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Victor Isakov
Sent: Tuesday, 19 August 2014 1:40 PM
To: 'ozMOSS'
Subject: RE: Use a newtwork share as the source for a document library

Which is why I suggested Drop Box.

Offsite back = good
Over the Internet access from virtually all popular O/Ss = good

And it integrates into NASs, file servers, etc seamlessly without affecting 
what you do at the SPS level or anything else.

But I completely understand if a business does not want to due to IP / security 
concerns...

Wait until your whole 2TB storage solution fails / corrupts :)

I'll be curious what you end up doing in the end.

NetApp also have solutions in this space (they OEM AvePoint anyway)

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi
Sent: Tuesday, 19 August 2014 1:20 PM
To: ozMOSS
Subject: Re: Use a newtwork share as the source for a document library

Looks like the solution i suggested- which doesn't solve your over-the-internet 
problem.

Thanks, Ishai Sagi
Extelligent Design
www.extelligentdesign.comhttp://www.extelligentdesign.com
Sent from my phone
+61 488 789 786

On 19 Aug 2014, at 13:16, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Bamboo Solutions have a 2013 solution that does what I want - File Share 
Library.

http://store.bamboosolutions.com/sharepoint-file-share-library.aspx
The ability to specify a connection for each library is hard to beat.
Would love to know how they achieved this...
From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 19 August 2014 12:52 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

We don't want any third party solutions or off-site storage.

From what I can find (and information is hard to come by) I can bind the BDC 
model to an assembly, which means I can write custom actions for file 
interactions.

Is it hard just to expose them as a list (filename,size,modified date) and 
allow download/upload capabilities?

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Victor Isakov
Sent: Tuesday, 19 August 2014 12:43 PM
To: 'ozMOSS'
Subject: RE: Use a newtwork share as the source for a document library

What about something like DropBox?

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 19 August 2014 12:25 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

SharePoint is available over the Internet. I mean when the user is not directly 
connected to the network.

I agree speed will be an issue. But this is more about providing remote access 
when required. They need read/write capability.

I've never seen an example of a BDC connected list in action so don't even know 
what it can and can't do.

Regards,

Paul

From

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

2014-08-19 Thread Paul Noone
It's not encouraging to see that the last post on the Microsoft Business 
Connectivity Services Team Bloghttp://blogs.msdn.com/b/bcs/ was over 4 years 
ago. SO are all the examples I've found. :\

This example is the best I could find but it only includes read operations.

http://pholpar.wordpress.com/2010/09/19/publishing-files-stored-in-the-file-system-through-external-list/

But I can't find any examples on how to create, copy and delete. Is it even 
supported? Any assistance would be greatly appreciated.

Seems like it should all happen in System.IO.FileInfo.

I'd also like to return the file size but it looks like Int64 is unsupported 
for external  lists, at least as of SP2010.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Wednesday, 20 August 2014 8:13 AM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Yeah, I keep hoping MS will play catch-up with each new version but I can't 
really wait that long. :)

Citrix desktop cannot achieve what we want apparently. There's a limitation 
with the wauy it handles profiles. Yey strangely they offerr what we need as an 
app for iOS and Android. Sadly that doesn't help me.

I'll keep tinkering and see what I can do.

Ishai, I will no doubt need your elite coding skills if I go the custom 
connector route!

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Victor Isakov
Sent: Tuesday, 19 August 2014 4:08 PM
To: 'ozMOSS'
Subject: RE: Use a newtwork share as the source for a document library

Hmmm...

Looks like it's no longer a free product. That's a shame... (Only had a very 
quick look.)

DocAve 5 Extender was a free product when I talked about RBS at a some 
conference a couple of years back:
http://www.avepoint.com/news/2010/02/24/avepoint-introduces-free-tool-for-sharepoint-blob-management/
http://www.avepoint.com/assets/pdf/doc5/DocAve_Extender_v5_Datasheet.pdf

Looks like the product has morphed into DocAve 6 Storage Manager. Ouch! But not 
unexpected I suppose. 
http://www.avepoint.com/assets/pdf/doc6/DocAve_Storage_Manager_for_SharePoint_Storage_Management.pdf
Perhaps you can still use the free product?

The quicker the SharePoint team integrate with the full feature stack of SQL 
Server, and start using things like FILETABLE the better...

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 19 August 2014 3:27 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

I was hoping to a void a third-party solution, Ishai, but the DocAve solution 
does look very good.
Nothing's going to solve latency when off-network.
I might look at demoing both and will let you know.
From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Victor Isakov
Sent: Tuesday, 19 August 2014 1:40 PM
To: 'ozMOSS'
Subject: RE: Use a newtwork share as the source for a document library

Which is why I suggested Drop Box.

Offsite back = good
Over the Internet access from virtually all popular O/Ss = good

And it integrates into NASs, file servers, etc seamlessly without affecting 
what you do at the SPS level or anything else.

But I completely understand if a business does not want to due to IP / security 
concerns...

Wait until your whole 2TB storage solution fails / corrupts :)

I'll be curious what you end up doing in the end.

NetApp also have solutions in this space (they OEM AvePoint anyway)

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi
Sent: Tuesday, 19 August 2014 1:20 PM
To: ozMOSS
Subject: Re: Use a newtwork share as the source for a document library

Looks like the solution i suggested- which doesn't solve your over-the-internet 
problem.

Thanks, Ishai Sagi
Extelligent Design
www.extelligentdesign.comhttp://www.extelligentdesign.com
Sent from my phone
+61 488 789 786

On 19 Aug 2014, at 13:16, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Bamboo Solutions have a 2013 solution that does what I want - File Share 
Library.

http://store.bamboosolutions.com/sharepoint-file-share-library.aspx
The ability to specify a connection for each library is hard to beat.
Would love to know how they achieved this...
From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 19 August 2014 12:52 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

We don't want any third party solutions or off-site storage.

From what I can find (and information is hard to come by) I can bind the BDC 
model to an assembly, which means I can write custom actions for file 
interactions.

Is it hard just to expose them as a list (filename,size,modified date) and 
allow download

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

2014-08-18 Thread Paul Noone
Thank Victor. I couldn't agree with you more! So much damn contradictory info.

And thanks for the explanation, Ishai.

All the files already exist on a file share. Users download large files to 
their system to work on to avoid network latency.

My goal is simply to give them access to this file share when they are off the 
network. I'm assuming a business data connector to SharePoint will allow this 
to happen by managing the connection itself.

Please let me know if I'm wrong.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ishai Sagi
Sent: Tuesday, 19 August 2014 10:02 AM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Paul - the collaboration refers to databases that are used for about equal 
amounts of read\write, as opposed to document repository (think document 
centres and record centres) which is a mostly read, rarely write database - and 
Microsoft supports up to 4TB in those types of databases - with some heavy 
instructions of the kind of IO you should have for those databases if you 
expect proper performance.
I would suggest that leaving huge CAD documents out of sharepoint is the best 
approach.
Instead, I see two options:

1.   Cheap, quick and homemade: have a list in sharepoint with the 
metadata, including a link to the file in the file share.  Develop a timer job 
to refresh that list every night when someone adds\deletes a file from the file 
share. Users are trained to add files to the file share, and not through 
sharepoint.
This has the advantage of not affecting backup or upgrades.

2.   AvePoint connector: exposes the file share into sharepoint - allowing 
users to upload using sharepoint interface (assuming the huge files will not 
time out in IIS on the way...). More expensive, and you are relying on a 3rd 
party for upgrade, but if you use them for backup less worries.


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Monday, 18 August 2014 1:56 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Well I can disable download availability per library thank goodness.

But the following limitations are potential blockers unless there's an easy way 
to expand out to new databases as each one fills up.


· The use of RBS-enabled content databases larger than 200GB with 
collaboration sites is not supported.

o   Not entirely sure what's meant by collaboration unless they're referring 
to the Team Site template.

· If you are using Remote BLOB Storage (RBS), the total volume of 
remote BLOB storage and metadata in the content database must not exceed the 
200GB limit.

o   Am I right in assuming this does not include the files themselves??

· You cannot upload any document larger than 2GB to an RBS-enabled 
content database.

o   Pretty sure this will be the case for CAD project files.

If they're talking about terabytes worth of content then I have limited 
options. They're not after a SharePoint user experience. They just need a way 
to access and dump files. I think metadata is also unrequired.

Third party apps always bite me on the ass come upgrade, so it looks like a 
customer connector is probably the only avenue left to me.

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ivan Wilson
Sent: Monday, 18 August 2014 1:44 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

My experience with OneDrive for Business has been very poor. It only supports a 
limited number of files and folders in a sync location (20,000 in your My Site 
library, 5,000 in other libraries - 
linkhttp://support.microsoft.com/kb/2933738). It has constantly run into 
issues for me, with the only option being to start syncing again from scratch.

There are third party products out there that expose a file share as a document 
library. I know AvePoint have one. This will complicate your backup/restore/DR 
strategy though. I've also found that exposing an existing file share as a 
document library isn't always a wonderful experience. You won't have any 
metadata (initially at least) and a deep folder structure is a poor user 
experience in SharePoint.

I recently saw a presentation from CADAC. These guys specialise in linking CAD 
drawings with SharePoint. One of their products 
(Organicehttp://www.cadac.com/organice/en/solutions/Pages/default.aspx) will 
link AutoDesk's Vault repository with SharePoint. Vault seems to be a common 
product used by people that work with drawings, but the licencing gets pricey. 
CADAC's Organice allows people that don't have Vault licences to access and 
review drawings. I haven't used these products, so don't have any practical 
experience to share.

Ivan

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss

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

2014-08-18 Thread Paul Noone
SharePoint is available over the Internet. I mean when the user is not directly 
connected to the network.

I agree speed will be an issue. But this is more about providing remote access 
when required. They need read/write capability.

I've never seen an example of a BDC connected list in action so don't even know 
what it can and can't do.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ishai Sagi
Sent: Tuesday, 19 August 2014 12:10 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

If the user is off the network, doesn't that mean that sharepoint will not be 
available either? Or is sharepoint available through the internet - which only 
raises more worries - a CAD file would make a dent in most download allowances, 
not to mention potential speed issues with the uplink...
I think a RemoteDesktop is a better solution for a situation like this.


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 19 August 2014 11:40 AM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Thank Victor. I couldn't agree with you more! So much damn contradictory info.

And thanks for the explanation, Ishai.

All the files already exist on a file share. Users download large files to 
their system to work on to avoid network latency.

My goal is simply to give them access to this file share when they are off the 
network. I'm assuming a business data connector to SharePoint will allow this 
to happen by managing the connection itself.

Please let me know if I'm wrong.

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi
Sent: Tuesday, 19 August 2014 10:02 AM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Paul - the collaboration refers to databases that are used for about equal 
amounts of read\write, as opposed to document repository (think document 
centres and record centres) which is a mostly read, rarely write database - and 
Microsoft supports up to 4TB in those types of databases - with some heavy 
instructions of the kind of IO you should have for those databases if you 
expect proper performance.
I would suggest that leaving huge CAD documents out of sharepoint is the best 
approach.
Instead, I see two options:

1.   Cheap, quick and homemade: have a list in sharepoint with the 
metadata, including a link to the file in the file share.  Develop a timer job 
to refresh that list every night when someone adds\deletes a file from the file 
share. Users are trained to add files to the file share, and not through 
sharepoint.
This has the advantage of not affecting backup or upgrades.

2.   AvePoint connector: exposes the file share into sharepoint - allowing 
users to upload using sharepoint interface (assuming the huge files will not 
time out in IIS on the way...). More expensive, and you are relying on a 3rd 
party for upgrade, but if you use them for backup less worries.


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Monday, 18 August 2014 1:56 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Well I can disable download availability per library thank goodness.

But the following limitations are potential blockers unless there's an easy way 
to expand out to new databases as each one fills up.


· The use of RBS-enabled content databases larger than 200GB with 
collaboration sites is not supported.

o   Not entirely sure what's meant by collaboration unless they're referring 
to the Team Site template.

· If you are using Remote BLOB Storage (RBS), the total volume of 
remote BLOB storage and metadata in the content database must not exceed the 
200GB limit.

o   Am I right in assuming this does not include the files themselves??

· You cannot upload any document larger than 2GB to an RBS-enabled 
content database.

o   Pretty sure this will be the case for CAD project files.

If they're talking about terabytes worth of content then I have limited 
options. They're not after a SharePoint user experience. They just need a way 
to access and dump files. I think metadata is also unrequired.

Third party apps always bite me on the ass come upgrade, so it looks like a 
customer connector is probably the only avenue left to me.

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ivan Wilson
Sent: Monday, 18 August 2014 1:44 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

My experience with OneDrive for Business has been very poor. It only supports a 
limited number of files and folders in a sync location (20,000 in your My Site 
library

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

2014-08-18 Thread Paul Noone
We don't want any third party solutions or off-site storage.

From what I can find (and information is hard to come by) I can bind the BDC 
model to an assembly, which means I can write custom actions for file 
interactions.

Is it hard just to expose them as a list (filename,size,modified date) and 
allow download/upload capabilities?

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Victor Isakov
Sent: Tuesday, 19 August 2014 12:43 PM
To: 'ozMOSS'
Subject: RE: Use a newtwork share as the source for a document library

What about something like DropBox?

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 19 August 2014 12:25 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

SharePoint is available over the Internet. I mean when the user is not directly 
connected to the network.

I agree speed will be an issue. But this is more about providing remote access 
when required. They need read/write capability.

I've never seen an example of a BDC connected list in action so don't even know 
what it can and can't do.

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi
Sent: Tuesday, 19 August 2014 12:10 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

If the user is off the network, doesn't that mean that sharepoint will not be 
available either? Or is sharepoint available through the internet - which only 
raises more worries - a CAD file would make a dent in most download allowances, 
not to mention potential speed issues with the uplink...
I think a RemoteDesktop is a better solution for a situation like this.


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 19 August 2014 11:40 AM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Thank Victor. I couldn't agree with you more! So much damn contradictory info.

And thanks for the explanation, Ishai.

All the files already exist on a file share. Users download large files to 
their system to work on to avoid network latency.

My goal is simply to give them access to this file share when they are off the 
network. I'm assuming a business data connector to SharePoint will allow this 
to happen by managing the connection itself.

Please let me know if I'm wrong.

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi
Sent: Tuesday, 19 August 2014 10:02 AM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Paul - the collaboration refers to databases that are used for about equal 
amounts of read\write, as opposed to document repository (think document 
centres and record centres) which is a mostly read, rarely write database - and 
Microsoft supports up to 4TB in those types of databases - with some heavy 
instructions of the kind of IO you should have for those databases if you 
expect proper performance.
I would suggest that leaving huge CAD documents out of sharepoint is the best 
approach.
Instead, I see two options:

1.   Cheap, quick and homemade: have a list in sharepoint with the 
metadata, including a link to the file in the file share.  Develop a timer job 
to refresh that list every night when someone adds\deletes a file from the file 
share. Users are trained to add files to the file share, and not through 
sharepoint.
This has the advantage of not affecting backup or upgrades.

2.   AvePoint connector: exposes the file share into sharepoint - allowing 
users to upload using sharepoint interface (assuming the huge files will not 
time out in IIS on the way...). More expensive, and you are relying on a 3rd 
party for upgrade, but if you use them for backup less worries.


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Monday, 18 August 2014 1:56 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Well I can disable download availability per library thank goodness.

But the following limitations are potential blockers unless there's an easy way 
to expand out to new databases as each one fills up.


· The use of RBS-enabled content databases larger than 200GB with 
collaboration sites is not supported.

o   Not entirely sure what's meant by collaboration unless they're referring 
to the Team Site template.

· If you are using Remote BLOB Storage (RBS), the total volume of 
remote BLOB storage and metadata in the content database must not exceed the 
200GB limit.

o   Am I right in assuming this does not include the files themselves??

· You cannot upload any document larger

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

2014-08-18 Thread Paul Noone
I was hoping to a void a third-party solution, Ishai, but the DocAve solution 
does look very good.
Nothing's going to solve latency when off-network.
I might look at demoing both and will let you know.
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Victor Isakov
Sent: Tuesday, 19 August 2014 1:40 PM
To: 'ozMOSS'
Subject: RE: Use a newtwork share as the source for a document library

Which is why I suggested Drop Box.

Offsite back = good
Over the Internet access from virtually all popular O/Ss = good

And it integrates into NASs, file servers, etc seamlessly without affecting 
what you do at the SPS level or anything else.

But I completely understand if a business does not want to due to IP / security 
concerns...

Wait until your whole 2TB storage solution fails / corrupts :)

I'll be curious what you end up doing in the end.

NetApp also have solutions in this space (they OEM AvePoint anyway)

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi
Sent: Tuesday, 19 August 2014 1:20 PM
To: ozMOSS
Subject: Re: Use a newtwork share as the source for a document library

Looks like the solution i suggested- which doesn't solve your over-the-internet 
problem.

Thanks, Ishai Sagi
Extelligent Design
www.extelligentdesign.comhttp://www.extelligentdesign.com
Sent from my phone
+61 488 789 786

On 19 Aug 2014, at 13:16, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Bamboo Solutions have a 2013 solution that does what I want - File Share 
Library.

http://store.bamboosolutions.com/sharepoint-file-share-library.aspx
The ability to specify a connection for each library is hard to beat.
Would love to know how they achieved this...
From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 19 August 2014 12:52 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

We don't want any third party solutions or off-site storage.

From what I can find (and information is hard to come by) I can bind the BDC 
model to an assembly, which means I can write custom actions for file 
interactions.

Is it hard just to expose them as a list (filename,size,modified date) and 
allow download/upload capabilities?

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Victor Isakov
Sent: Tuesday, 19 August 2014 12:43 PM
To: 'ozMOSS'
Subject: RE: Use a newtwork share as the source for a document library

What about something like DropBox?

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 19 August 2014 12:25 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

SharePoint is available over the Internet. I mean when the user is not directly 
connected to the network.

I agree speed will be an issue. But this is more about providing remote access 
when required. They need read/write capability.

I've never seen an example of a BDC connected list in action so don't even know 
what it can and can't do.

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi
Sent: Tuesday, 19 August 2014 12:10 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

If the user is off the network, doesn't that mean that sharepoint will not be 
available either? Or is sharepoint available through the internet - which only 
raises more worries - a CAD file would make a dent in most download allowances, 
not to mention potential speed issues with the uplink...
I think a RemoteDesktop is a better solution for a situation like this.


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 19 August 2014 11:40 AM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Thank Victor. I couldn't agree with you more! So much damn contradictory info.

And thanks for the explanation, Ishai.

All the files already exist on a file share. Users download large files to 
their system to work on to avoid network latency.

My goal is simply to give them access to this file share when they are off the 
network. I'm assuming a business data connector to SharePoint will allow this 
to happen by managing the connection itself.

Please let me know if I'm wrong.

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ishai Sagi
Sent: Tuesday, 19 August 2014 10:02 AM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Paul - the collaboration refers to databases that are used for about equal 
amounts of read\write, as opposed

RE: Get currently filtered view using JSOM

2014-08-17 Thread Paul Noone
Where were you two days ago? :)

That's exactly what I wound up doing after spending far too long examining the 
various SP js classes to work out how they achieved it internally.

I wound up writing my own average code to strip out the filter key/value pairs 
and then apply them dynamically to the query.

It works but is also limited to text/choice fields at the moment. I might take 
it a step further and get the field type so I can modify the query's value type 
for each field as required.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ishai Sagi
Sent: Friday, 15 August 2014 10:06 AM
To: ozMOSS
Subject: RE: Get currently filtered view using JSOM

From the URL query string?

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Wednesday, 13 August 2014 9:01 AM
To: ozMOSS
Subject: Get currently filtered view using JSOM

Hi all,

Does anyone know if it's possible to get the view query from a list view page 
that will include any filters applied by the end user?

view.get_viewQuery() will return the CAML for the view itself. I need to get 
any user applied filtering.

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Use a newtwork share as the source for a document library

2014-08-17 Thread Paul Noone
Hi all,

Has anyone successfully achieved this?

I have terabytes worth of CAD files and other types that are simply not 
suitable to storing in a DB.

I want to provide a Document Library view of this location and provide basic 
read/write (upload) functionality.

Would my best option be a custom BCS connector that interacts with the file 
system directly?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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

2014-08-17 Thread Paul Noone
Hi James,

I'm open to both. My understanding is they want to a way to easily access or 
dump files (when offline) for these types of files.


· Does using SharePoint synch button on a library physically copy the 
entire library to the local PC?


· Can I specify a UNC path to a remote server using FILESTREAM?

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Monday, 18 August 2014 12:16 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

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: +61872001100callto:+61872001100 ■ Mobile: 
+61417857298callto:+61417857298 ■ Skype: JDBomancallto:JDBoman ■ Web: 
www.ipmo.com.auhttp://www.ipmo.com.au/
From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Monday, 18 August 2014 9:56 AM
To: ozMOSS
Subject: Use a newtwork share as the source for a document library

Hi all,

Has anyone successfully achieved this?

I have terabytes worth of CAD files and other types that are simply not 
suitable to storing in a DB.

I want to provide a Document Library view of this location and provide basic 
read/write (upload) functionality.

Would my best option be a custom BCS connector that interacts with the file 
system directly?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

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

2014-08-17 Thread Paul Noone
Well I can disable download availability per library thank goodness.

But the following limitations are potential blockers unless there's an easy way 
to expand out to new databases as each one fills up.


· The use of RBS-enabled content databases larger than 200GB with 
collaboration sites is not supported.

o   Not entirely sure what's meant by collaboration unless they're referring 
to the Team Site template.

· If you are using Remote BLOB Storage (RBS), the total volume of 
remote BLOB storage and metadata in the content database must not exceed the 
200GB limit.

o   Am I right in assuming this does not include the files themselves??

· You cannot upload any document larger than 2GB to an RBS-enabled 
content database.

o   Pretty sure this will be the case for CAD project files.

If they're talking about terabytes worth of content then I have limited 
options. They're not after a SharePoint user experience. They just need a way 
to access and dump files. I think metadata is also unrequired.

Third party apps always bite me on the ass come upgrade, so it looks like a 
customer connector is probably the only avenue left to me.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ivan Wilson
Sent: Monday, 18 August 2014 1:44 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

My experience with OneDrive for Business has been very poor. It only supports a 
limited number of files and folders in a sync location (20,000 in your My Site 
library, 5,000 in other libraries - 
linkhttp://support.microsoft.com/kb/2933738). It has constantly run into 
issues for me, with the only option being to start syncing again from scratch.

There are third party products out there that expose a file share as a document 
library. I know AvePoint have one. This will complicate your backup/restore/DR 
strategy though. I've also found that exposing an existing file share as a 
document library isn't always a wonderful experience. You won't have any 
metadata (initially at least) and a deep folder structure is a poor user 
experience in SharePoint.

I recently saw a presentation from CADAC. These guys specialise in linking CAD 
drawings with SharePoint. One of their products 
(Organicehttp://www.cadac.com/organice/en/solutions/Pages/default.aspx) will 
link AutoDesk's Vault repository with SharePoint. Vault seems to be a common 
product used by people that work with drawings, but the licencing gets pricey. 
CADAC's Organice allows people that don't have Vault licences to access and 
review drawings. I haven't used these products, so don't have any practical 
experience to share.

Ivan

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of James Boman
Sent: Monday, 18 August 2014 12:35 PM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Paul,

Does using SharePoint synch button on a library physically copy the entire 
library to the local PC?

Yes - as far as I know it will copy the entire library to the local machine for 
offline use.  Dumping of files into the same path will cause OneDrive for 
Business upload them in the background.  I find this feature very handy.

Can I specify a UNC path to a remote server using FILESTREAM?

From my understanding, the FILESTREAM feature of SQL server is an 
implementation (not the only one) of the BLOB storage API in SharePoint.  A 
document library in a content database with FILESTREAM enabled behaves no 
differently from a user point of view.  While you can see the filesystem that 
SQL uses to store the BLOBs, you can't/shouldn't make changes to that 
filesystem.  Mapping of UNC paths would continue to work the same way it does 
for all document libraries (via WebDAV) using 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: JDBomancallto:JDBoman ■ Web: 
www.ipmo.com.auhttp://www.ipmo.com.au/


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Monday, 18 August 2014 11:55 AM
To: ozMOSS
Subject: RE: Use a newtwork share as the source for a document library

Hi James,

I'm open to both. My understanding is they want to a way to easily access or 
dump files (when offline) for these types of files.


· Does using SharePoint synch button on a library physically copy the 
entire library to the local PC?


· Can I specify a UNC path to a remote server using FILESTREAM?

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of James Boman
Sent: Monday, 18 August 2014 12:16 PM
To: ozMOSS
Subject: RE

Get currently filtered view using JSOM

2014-08-12 Thread Paul Noone
Hi all,

Does anyone know if it's possible to get the view query from a list view page 
that will include any filters applied by the end user?

view.get_viewQuery() will return the CAML for the view itself. I need to get 
any user applied filtering.

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Get current list view and filters with JSOM

2014-08-05 Thread Paul Noone
Hi all,

I've created a Google Map web part (yes, another one) that renders items from a 
list.

Currently the query just grabs all list items but I'd really like to grab the 
current list view via context and dynamically apply any end-user filtering via 
AJAX.

I'm having a bugger of a time finding what I need in the API so if anyone can 
po8int me in the right direction it'd be much appreciated.

There's an object called WPQ2SchemaData which SP loads that has a View I can 
access via WPQ2SchemaData.View. But I'm not sure how consistent this object 
value is across all list types.

clientContext = SP.ClientContext.get_current();
web = clientContext.get_web();
clientContext.load(web);

var listId = _spPageContextInfo.pageListId;
listId = listId.replace(/[{}]/g, );
list = web.get_lists().getById(listId);
list = web.get_lists().getById(_spPageContextInfo.pageListId);
clientContext.load(list);

// Create the query
var query = new SP.CamlQuery();
query.set_viewXml('ViewQueryWhereEqFieldRef Name=Title/Value 
Type=Text//Eq/Where/Query/View');

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Unable to get filtered row count from ObjectDataSource

2014-07-31 Thread Paul Noone
I don't Ishai. Very frustrating for such a seemingly simple request.

I've tried it all over the place with the same result. All the examples I found 
seemed to prefer the Selected event which should be right.

I wound up using this result as the total and added a grid row count in the row 
databound method. It only returns the displayed results, so isn't perfect if 
paging is enabled. But it'll do for now.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ishai Sagi
Sent: Thursday, 31 July 2014 5:11 PM
To: ozMOSS
Subject: RE: Unable to get filtered row count from ObjectDataSource

Move the code to a different event? For example, the prerender event?

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Thursday, 31 July 2014 1:29 PM
To: ozMOSS
Subject: Unable to get filtered row count from ObjectDataSource

Hi all,

I have a web part which displays user profiles for a site. The profiles are 
rendered using an SPGridView with paging and filtering enabled.

The grid is connected to an ObjectDataSource which uses the SelectMethod to 
pull results from a DataTable.

I want to get the result count after any filtering occurs. But this always 
returns the TOTAL! :{

protected void ds_Selected(object sender, ObjectDataSourceStatusEventArgs e)
{
   if (e.Exception == null)
   {
   resultCount.Text = ((DataTable)e.ReturnValue).Rows.Count.ToString();
   }
}

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

SPMenuField with MenuTemplate not displaying onclick

2014-07-28 Thread Paul Noone
Hi all,

Having problems getting a MenuTemplate field to display when the field is 
clicked.

The mouseover event works, just not the click event that actually displays the 
menu. :\

Pretty sure there's nothing wrong with the code behind.

// Menu Field for Name
SPMenuField nameWithMenu = new SPMenuField();
nameWithMenu.HeaderText = Name;
nameWithMenu.TextFields = Name;
nameWithMenu.SortExpression = Name;
nameWithMenu.MenuTemplateId = nameMenu;
nameWithMenu.NavigateUrlFields = Uri;
nameWithMenu.NavigateUrlFormat = {0};
nameWithMenu.TokenNameAndValueFields = Uri=Uri,Name=Name,Email=Email;

// Menu Template for Name
MenuTemplate nameMenuTemplate = new MenuTemplate();
nameMenuTemplate.ID = nameMenu;
nameMenuTemplate.Visible = true;

// Menu Teplate Item - Profile
MenuItemTemplate ViewProfile = new MenuItemTemplate(
View Profile, ~/_layouts/15/images/mysitePersonal.png);
ViewProfile.ClientOnClickNavigateUrl = %Uri%;
nameMenuTemplate.Controls.Add(ViewProfile);

// Menu Teplate Item Seperator
MenuSeparatorTemplate nameMenuSeparator = new MenuSeparatorTemplate();
nameMenuTemplate.Controls.Add(nameMenuSeparator);

// Menu Teplate Item - Documents
MenuItemTemplate ViewDocuments = new MenuItemTemplate(
My Documents, ~/_layouts/15/images/ICVTX.PNG);
ViewDocuments.ClientOnClickNavigateUrl = 
~/searchcenter/Pages/peopleresults.aspx?k=%Name%;
nameMenuTemplate.Controls.Add(ViewDocuments);

// Menu Teplate Item - Email
MenuItemTemplate Email = new MenuItemTemplate(
Send Email, ~/_layouts/15/images/EML16.GIF);
Email.ClientOnClickNavigateUrl = 
javascript:document.location.href='MailTo:%Email%;;
nameMenuTemplate.Controls.Add(Email);

this.Controls.Add(nameMenuTemplate);
this.oGrid.Columns.Add(nameWithMenu);

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Mirroring prod to uat - SPS2010

2014-07-27 Thread Paul Noone
Nigel,

I'm assuming this only affects publishing pages? If so, it'll be the old URL 
Page Layout reference.

Add the Layout Page column to a page library and check the URL. If it's 
poi8nting to prod then you have a few options out there.

I find a simple PS script is the easiest and most flexible. Depending on the 
number of sites and webs you may want to tackle them individually.

Check out this script as an example: 
http://gallery.technet.microsoft.com/office/Fix-Publishing-Pages-which-1e0deb22

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Monday, 28 July 2014 8:03 AM
To: ozMOSS (ozmoss@ozmoss.com)
Subject: Mirroring prod to uat - SPS2010

Hi guys,

I ran across this issue a few years back, but cannot for the life of me 
remember how I got around it.

I've migrated a copy of our PROD database to our UAT environment (SharePoint 
2010); it seems to work fine, until I edit a page, and then check it back in - 
as soon as I check it back in, it comes up with an error value isn't in 
range. Checking through things, I decided to try edit the page through 
SharePoint Designer, where it opens it in the browser;  however, when doing so 
it opens the PROD page, and not the UAT page. Trying to edit the page layout 
does the same thing - a new instance of SharePoint Designer opens, loading the 
PROD site. I'm assuming that somewhere there is a reference missing or 
something wasn't configured properly. I know I had the same issue previously, 
but can't find the resolution.

Does anyone here know why the UAT copy would reference the page layouts on PROD?



Nigel Hertz
SharePoint Administrator / Developer, Information Systems
Stockland, Level 23, 133 Castlereagh Street, Sydney NSW 2000

T +61 2 9035 2617  M +61 401 034 605
F +61 2 8988 2617  E   
nigel.he...@stockland.com.aumailto:nigel.he...@stockland.com.au
http://www.stockland.com.au/

BEFORE PRINTING THIS EMAIL PLEASE CONSIDER THE ENVIRONMENT




Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us. If it has been sent to you by mistake, legal privilege is 
not waived or lost and you are not entitled to use it in any way. Stockland and 
its subsidiaries reserve the right to monitor e-mail communication through its 
networks.

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

SP2013 Virtual Directory settings in IIS

2014-07-27 Thread Paul Noone
I just came across the most frustrating 404 error with some resources (images, 
CSS etc.)  I'd deployed as part of a solution.

I was using /_layouts/ as the root path when referencing resources located 
within the root and /Images directory and continued to receive a 404 error.

So I changed the URL to point to a few OOTB images and continued to get hit and 
miss results. What was going??

I checked file permissions, toyed with different file formats and extensions. 
There was no pattern to this madness!

I belatedly decided to take a look at the virtual directory mappings in IIS and 
- lo and behold - all was revealed.

The _layouts path points to 2010's 14 hive...

[cid:image002.png@01CFAA5B.29039440]

Lesson learnt. Always include the hive version in the path.

Regards,

Paul
--
Paul Noone
SharePoint Admin/Developer,
Keller Australia Group
M: 0409 283 961
E: p.no...@keller.com.aumailto:p.no...@keller.com.au
W: www.keller.com.auhttp://www.keller.com.au/
[Keller Australia | Global Scale, Local Focus]
Suite 607, 2-8 Brookhollow Ave
Baulkham Hills NSW 2153


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Mirroring prod to uat - SPS2010

2014-07-27 Thread Paul Noone
You're welcome. Hit that same problem quite a few times myself. :)

I've had much greater success with site collection backup and restore but I 
understand that option isn't always viable.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Monday, 28 July 2014 11:53 AM
To: ozMOSS
Subject: RE: Mirroring prod to uat - SPS2010

Worked like a charm; thanks Paul :)


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Monday, 28 July 2014 8:38 AM
To: ozMOSS
Subject: RE: Mirroring prod to uat - SPS2010

Nigel,

I'm assuming this only affects publishing pages? If so, it'll be the old URL 
Page Layout reference.

Add the Layout Page column to a page library and check the URL. If it's 
poi8nting to prod then you have a few options out there.

I find a simple PS script is the easiest and most flexible. Depending on the 
number of sites and webs you may want to tackle them individually.

Check out this script as an example: 
http://gallery.technet.microsoft.com/office/Fix-Publishing-Pages-which-1e0deb22

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Hertz
Sent: Monday, 28 July 2014 8:03 AM
To: ozMOSS (ozmoss@ozmoss.commailto:ozmoss@ozmoss.com)
Subject: Mirroring prod to uat - SPS2010

Hi guys,

I ran across this issue a few years back, but cannot for the life of me 
remember how I got around it.

I've migrated a copy of our PROD database to our UAT environment (SharePoint 
2010); it seems to work fine, until I edit a page, and then check it back in - 
as soon as I check it back in, it comes up with an error value isn't in 
range. Checking through things, I decided to try edit the page through 
SharePoint Designer, where it opens it in the browser;  however, when doing so 
it opens the PROD page, and not the UAT page. Trying to edit the page layout 
does the same thing - a new instance of SharePoint Designer opens, loading the 
PROD site. I'm assuming that somewhere there is a reference missing or 
something wasn't configured properly. I know I had the same issue previously, 
but can't find the resolution.

Does anyone here know why the UAT copy would reference the page layouts on PROD?



Nigel Hertz
SharePoint Administrator / Developer, Information Systems
Stockland, Level 23, 133 Castlereagh Street, Sydney NSW 2000

T +61 2 9035 2617  M +61 401 034 605
F +61 2 8988 2617  E   
nigel.he...@stockland.com.aumailto:nigel.he...@stockland.com.au
http://www.stockland.com.au/

BEFORE PRINTING THIS EMAIL PLEASE CONSIDER THE ENVIRONMENT




Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us. If it has been sent to you by mistake, legal privilege is 
not waived or lost and you are not entitled to use it in any way. Stockland and 
its subsidiaries reserve the right to monitor e-mail communication through its 
networks.

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Health Analyzer - Missing server side dependencies...

2014-07-22 Thread Paul Noone
Hi all,

I have a couple of remaining items which are proving very stubborn to clean up.


1.Missing Feature.


* Used PowerShell to query all sites and webs. No feature found.

* Checked 15 Hive. Feature not present.

* Queried  the Features and FeatureTracking tables in the content 
database. No match.

Does anyone have any idea what query is being used by the Health Analyzer?


2.Missing Assembly...which is referenced in the EventReceivers table 
for the same content database.


* It's a feature receiver that enables publishing on new sites which  
I've enabled and disabled several times.

* The HostId returns nothing so my guess is that the web it was 
activated on has since been deleted.

Can I ignore this? ...or quietly delete the table row?


Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Show document's SharePoint title in search results

2014-07-21 Thread Paul Noone
I ran another full crawl this morning and everything is now appearing. AND the 
document Title is being used. :)

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Monday, 21 July 2014 12:01 PM
To: ozMOSS
Subject: RE: Show document's SharePoint title in search results

Well I wound up deleting the properties and reindexing on Friday.

As a result the crawl results are now far fewer and I'm getting no documents 
returned whatsoever.

I'm going to attempt another full crawl before trying to rollback changes.

Hope you have better luck.


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[ozmoss-boun...@ozmoss.com] on behalf of Maxine Harwood 
[maxinetechg...@gmail.com]
Sent: Sunday, 20 July 2014 4:40 PM
To: 'ozMOSS'
Subject: RE: Show document's SharePoint title in search results
I will be working on my issue on Monday/Tuesday this week - so I will let you 
know if I have success.

Maxine Harwood | Solutions Architect
Red Box IT
0410 525 989 | 07 3056 1725 (VoIP)
www.redboxit.com.auhttp://www.redboxit.com.au
max...@redboxit.com.aumailto:max...@redboxit.com.au
ABN: 96 189 767 742 | ACN: 125 489 278

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Friday, 18 July 2014 8:45 AM
To: ozMOSS
Subject: RE: Show document's SharePoint title in search results

Well that's truly discouraging.

I could ask the client to re-work all their documents so that the business name 
in the footer isn't formatted as H1...

But I'd much prefer to bash SharePoint until it does what it advertises. :P


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Maxine Harwood
Sent: Thursday, 17 July 2014 6:59 PM
To: ozMOSS
Subject: Re: Show document's SharePoint title in search results

i've had no luck yet - and its driving me nuts! i have found some blog posts 
that indicated that unless you remove the metadataextractortitle completely, it 
won't work. i have tried that but still can't seam to get the precise title i 
need - but thats another issue

Maxine

On 17 Jul 2014, at 3:27 pm, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:

Has anyone had success with getting search to honour a document's SharePoint 
title, as opposed to the dodgy choice it interprets through full text scanning?

From MSDN blog: 
http://blogs.msdn.com/b/spses/archive/2013/10/31/show-more-relevant-titles-in-search-results-in-sharepoint-2013-plus-some-other-improvements.aspx

* I'm running SP1
* I've re-ordered the mapped crawled properties for Title so that 
TermTitle is first.
* I've run a full crawl.

No change.

All these documents have valid SharePoint titles. From what I can discern it's 
grabbing the first Heading 1 it can find and giving it precedence.

Last resort will be deleting the MetadataExtractorTitle and Office:2 properties 
and resetting the index.

Regards,

Paul


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received

RE: Show document's SharePoint title in search results

2014-07-20 Thread Paul Noone
Well I wound up deleting the properties and reindexing on Friday.

As a result the crawl results are now far fewer and I'm getting no documents 
returned whatsoever.

I'm going to attempt another full crawl before trying to rollback changes.

Hope you have better luck.


From: ozmoss-boun...@ozmoss.com [ozmoss-boun...@ozmoss.com] on behalf of Maxine 
Harwood [maxinetechg...@gmail.com]
Sent: Sunday, 20 July 2014 4:40 PM
To: 'ozMOSS'
Subject: RE: Show document's SharePoint title in search results

I will be working on my issue on Monday/Tuesday this week – so I will let you 
know if I have success.

Maxine Harwood | Solutions Architect
Red Box IT
0410 525 989 | 07 3056 1725 (VoIP)
www.redboxit.com.auhttp://www.redboxit.com.au
max...@redboxit.com.aumailto:max...@redboxit.com.au
ABN: 96 189 767 742 | ACN: 125 489 278

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Friday, 18 July 2014 8:45 AM
To: ozMOSS
Subject: RE: Show document's SharePoint title in search results

Well that’s truly discouraging.

I could ask the client to re-work all their documents so that the business name 
in the footer isn’t formatted as H1…

But I’d much prefer to bash SharePoint until it does what it advertises. :P


From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Maxine Harwood
Sent: Thursday, 17 July 2014 6:59 PM
To: ozMOSS
Subject: Re: Show document's SharePoint title in search results

i’ve had no luck yet - and its driving me nuts! i have found some blog posts 
that indicated that unless you remove the metadataextractortitle completely, it 
won’t work. i have tried that but still can’t seam to get the precise title i 
need - but thats another issue

Maxine

On 17 Jul 2014, at 3:27 pm, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:

Has anyone had success with getting search to honour a document’s SharePoint 
title, as opposed to the dodgy choice it interprets through full text scanning?

From MSDN blog: 
http://blogs.msdn.com/b/spses/archive/2013/10/31/show-more-relevant-titles-in-search-results-in-sharepoint-2013-plus-some-other-improvements.aspx

• I’m running SP1
• I’ve re-ordered the mapped crawled properties for Title so that 
TermTitle is first.
• I’ve run a full crawl.

No change.

All these documents have valid SharePoint titles. From what I can discern it’s 
grabbing the first Heading 1 it can find and giving it precedence.

Last resort will be deleting the MetadataExtractorTitle and Office:2 properties 
and resetting the index.

Regards,

Paul


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail

RE: repair of sp2013 fails? help?

2014-07-17 Thread Paul Noone
Hi Maxine,

What do you mean by the server fails?

Does it boot up? Can you load CA or any sites? Any error messages in the 
browser, Event viewer or ULS logs?

Has anyone admitted to doing anything exceeedingly stupid while you ere away? :)

It's highly unlikely to be database corruption.

If you can't load anything or run a repair, you might have to conisder a 
reinstall and db attach...as a last resort.

Regards,

Paul

-Original Message-
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Maxine Harwood
Sent: Thursday, 17 July 2014 7:03 PM
To: ozMOSS
Subject: repair of sp2013 fails? help?

ironically, on my return from the australian sharepoint conference 2014, my 
clients sharepoint server fails just hours after i get back to the office.

i suspect a corruption in the database itself but tried to run a repair of 
sharepoint as my first serious repair option (after an iisreset and reboot of 
all servers).

when trying to repair, i get an error message - the file 
'conversion.cultures.office.odf' cannot be installed because the file cannot be 
found in the cabinet file 'patch.cab'. this could indicate a network error, an 
error reading from the cd rom or a problem with this package.

any solutions on how i might try a repair of the sharepoint server?

SP2013 service pack 1?

any ideas
Maxine
___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/ ozmoss mailing list ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Show document's SharePoint title in search results

2014-07-17 Thread Paul Noone
Well that's truly discouraging.

I could ask the client to re-work all their documents so that the business name 
in the footer isn't formatted as H1...

But I'd much prefer to bash SharePoint until it does what it advertises. :P


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Maxine Harwood
Sent: Thursday, 17 July 2014 6:59 PM
To: ozMOSS
Subject: Re: Show document's SharePoint title in search results

i've had no luck yet - and its driving me nuts! i have found some blog posts 
that indicated that unless you remove the metadataextractortitle completely, it 
won't work. i have tried that but still can't seam to get the precise title i 
need - but thats another issue

Maxine

On 17 Jul 2014, at 3:27 pm, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:


Has anyone had success with getting search to honour a document's SharePoint 
title, as opposed to the dodgy choice it interprets through full text scanning?

From MSDN blog: 
http://blogs.msdn.com/b/spses/archive/2013/10/31/show-more-relevant-titles-in-search-results-in-sharepoint-2013-plus-some-other-improvements.aspx

* I'm running SP1
* I've re-ordered the mapped crawled properties for Title so that 
TermTitle is first.
* I've run a full crawl.

No change.

All these documents have valid SharePoint titles. From what I can discern it's 
grabbing the first Heading 1 it can find and giving it precedence.

Last resort will be deleting the MetadataExtractorTitle and Office:2 properties 
and resetting the index.

Regards,

Paul


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

SP2013 CUs and SPs

2014-07-16 Thread Paul Noone
Hi all,

Am I correct in assuming that these still need to be manually downloaded and 
installed?
I'm getting ready to patch some servers which are up-to-date with Windows 
Updates and have all current Update for Microsoft SharePoint Enterprise Server 
2013 patches applied, but still show RTM version (15.0.4420.1017) in Servers in 
Farm.

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: SP2013 CUs and SPs

2014-07-16 Thread Paul Noone
Thanks James. That was my understanding too.

I had run the wizard after the last round of Windows Updates but these patches 
all had RTM version, which is what led me to download and install SP1 manually. 
Only took half an hour and no restart required. Most surprised!

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Thursday, 17 July 2014 12:56 PM
To: ozMOSS
Subject: RE: SP2013 CUs and SPs

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  ■ 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.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Thursday, 17 July 2014 11:51 AM
To: ozMOSS
Subject: SP2013 CUs and SPs

Hi all,

Am I correct in assuming that these still need to be manually downloaded and 
installed?
I'm getting ready to patch some servers which are up-to-date with Windows 
Updates and have all current Update for Microsoft SharePoint Enterprise Server 
2013 patches applied, but still show RTM version (15.0.4420.1017) in Servers in 
Farm.

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: SP2013 CUs and SPs

2014-07-16 Thread Paul Noone
Not lucky. I use a little PS script that kills certain services and pauses the 
SSA.
Original version here: 
http://blogs.msdn.com/b/russmax/archive/2013/04/01/why-sharepoint-2013-cumulative-update-takes-5-hours-to-install.aspx

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Thursday, 17 July 2014 2:27 PM
To: ozMOSS
Subject: RE: SP2013 CUs and SPs

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 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.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Thursday, 17 July 2014 1:39 PM
To: ozMOSS
Subject: RE: SP2013 CUs and SPs

Thanks James. That was my understanding too.

I had run the wizard after the last round of Windows Updates but these patches 
all had RTM version, which is what led me to download and install SP1 manually. 
Only took half an hour and no restart required. Most surprised!

Regards,

Paul

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of James Boman
Sent: Thursday, 17 July 2014 12:56 PM
To: ozMOSS
Subject: RE: SP2013 CUs and SPs

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  ■ 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.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Thursday, 17 July 2014 11:51 AM
To: ozMOSS
Subject: SP2013 CUs and SPs

Hi all,

Am I correct in assuming that these still need to be manually downloaded and 
installed?
I'm getting ready to patch some servers which are up-to-date with Windows 
Updates and have all current Update for Microsoft SharePoint Enterprise Server 
2013 patches applied, but still show RTM version (15.0.4420.1017) in Servers in 
Farm.

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001

Show document's SharePoint title in search results

2014-07-16 Thread Paul Noone
Has anyone had success with getting search to honour a document's SharePoint 
title, as opposed to the dodgy choice it interprets through full text scanning?

From MSDN blog: 
http://blogs.msdn.com/b/spses/archive/2013/10/31/show-more-relevant-titles-in-search-results-in-sharepoint-2013-plus-some-other-improvements.aspx


* I'm running SP1

* I've re-ordered the mapped crawled properties for Title so that 
TermTitle is first.

* I've run a full crawl.

No change.

All these documents have valid SharePoint titles. From what I can discern it's 
grabbing the first Heading 1 it can find and giving it precedence.

Last resort will be deleting the MetadataExtractorTitle and Office:2 properties 
and resetting the index.

Regards,

Paul


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Javascript in DOM question

2014-07-08 Thread Paul Noone
Are you referring to Google analytics?

If the script is in the page where it needs to be it should just work, Ajay.

You will, of course, require an account to test it.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ajay
Sent: Tuesday, 8 July 2014 1:40 PM
To: ozMOSS
Subject: Javascript in DOM question

Hi Guys,

I have created code for e-commerce for analytics; it's in DOM and I can see 
this from console.
The analytics js is on the page.

My question is, will this get submitted to google when that page is loaded.

Is things in DOM similar like having them on the page

I will try by actually setting a testing analytics account; but if anyone has 
idea will be appreciated

Cheers
A

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Javascript in DOM question

2014-07-08 Thread Paul Noone
Yes it should do. But you won’t really know until you test it.

I don’t have any experience with the ecommerce side.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Ajay
Sent: Wednesday, 9 July 2014 2:57 PM
To: ozMOSS
Subject: Re: Javascript in DOM question

Hi Paul
Yep; google analytics for ecommerce.
I have added required google function in the page;

For ecommerce tags; There's Json object on the confirmation page with order 
details and I created required tags using JavaScript ; the tags etc are in the 
dom I verified via the chrome console.

I believe it will work even when some parts are in the DOM isn't it?


Yes, client has account and will give it to her for testing ; once I am sure 
coveted what we could


On Wednesday, July 9, 2014, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Are you referring to Google analytics?

If the script is in the page where it needs to be it should just work, Ajay.

You will, of course, require an account to test it.

From: 
ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');
 
[mailto:ozmoss-boun...@ozmoss.comjavascript:_e(%7B%7D,'cvml','ozmoss-boun...@ozmoss.com');]
 On Behalf Of Ajay
Sent: Tuesday, 8 July 2014 1:40 PM
To: ozMOSS
Subject: Javascript in DOM question

Hi Guys,

I have created code for e-commerce for analytics; it's in DOM and I can see 
this from console.
The analytics js is on the page.

My question is, will this get submitted to google when that page is loaded.

Is things in DOM similar like having them on the page

I will try by actually setting a testing analytics account; but if anyone has 
idea will be appreciated

Cheers
A

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal




--
Sent from Gmail for iPhone

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

OOTB resource strings not resolving

2014-07-08 Thread Paul Noone
Hi all,

The resource strings for all OOTB web parts are not resolving.

Is there a quick fix for this?

[cid:image001.png@01CF9B89.2D400970]

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Open with Explorer...epic fail

2014-07-07 Thread Paul Noone
Hi all,

I'm running IE10 on Windows 8 Pro and simply cannot get Explorer view to work 
for document libraries. The button is active but throws the following error.

[cid:image001.png@01CF9AA9.FF943FD0]

Desktop Experience feature is installed and WebClient service is running 
locally and on the server.

I've tried everything, including the hotfix [KB2846960] and some suggested 
registry changes. Still won't work.

What's crazy is that I can map a network drive and also use the Synch option 
successfully from the Document library ribbon.

All suggestions welcome.

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Open with Explorer...epic fail

2014-07-07 Thread Paul Noone
No, I'm using 32-bit.

I should also add that this is only affecting SSL sites.

It's starting to look like the WebClient service doesn't support SNI. This 
would really not be good.

Wondering if a multi-domain certificate would resolve the problem. I'm not 
going down the unique IP route for each web app.

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Sutha Thavaratnarajah
Sent: Tuesday, 8 July 2014 12:46 PM
To: ozmoss@ozmoss.com
Subject: RE: Open with Explorer...epic fail

Hi Paul,

Just wondering, Are you using 64 bit IE? Did you try the 32 bit?

thanks.
Sutha.

From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: Open with Explorer...epic fail
Date: Tue, 8 Jul 2014 02:44:15 +
Hi all,

I'm running IE10 on Windows 8 Pro and simply cannot get Explorer view to work 
for document libraries. The button is active but throws the following error.

[cid:image001.png@01CF9AAB.AA90B890]

Desktop Experience feature is installed and WebClient service is running 
locally and on the server.

I've tried everything, including the hotfix [KB2846960] and some suggested 
registry changes. Still won't work.

What's crazy is that I can map a network drive and also use the Synch option 
successfully from the Document library ribbon.

All suggestions welcome.

Regards,

Paul
The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.

This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE:

2014-07-06 Thread Paul Noone
Malware scan? :)
-Original Message-
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Witherdin
Sent: Sunday, 6 July 2014 6:57 AM
To: OzMoss
Subject: 

Hi OzMoss

http://dichvuchothuexemaynhatrang.com/wp-includes/fonts/ready.php?frfcrbtyg2523egucdm


Nigel Witherdin
___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/ ozmoss mailing list ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


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

2014-06-22 Thread Paul Noone
Thanks James. That's basically the code I used. :)

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Friday, 20 June 2014 3:32 PM
To: ozMOSS
Subject: RE: RESOLVED: [SP2013]Up Folder button or Folder path breadcrumbs

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 ■ Mobile: +61 (0) 
417 857 298tel:+61417857298 ■ Skype: JDBomanskype:JDBoman?call ■ Web: 
www.ipmo.com.auhttp://www.ipmo.com.au

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Friday, 20 June 2014 1:29 PM
To: 'ozMOSS'
Subject: RESOLVED: [SP2013]Up Folder button or Folder path breadcrumbs

Created a new placeholder and stuck it within:

!--SPM:SharePoint:AjaxDelta id=DeltaBreadcrumbDropdown runat=server--
!--SPM:SharePoint:PopoutMenu...

Using the ListSiteMapPath provider.

Seems like a lot of overkill but it works so I'm not complaining.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Friday, 20 June 2014 12:54 PM
To: 'ozMOSS'
Subject: [SP2013]Up Folder button or Folder path breadcrumbs

Hi all,

Having a world of problems with breadcrumbs in general - and for lists in 
particular.

I'd like to show Site-Subsite-Library-Folder but can't seem to find the 
right sitemapprovider and settings for 2013 .

I'd happily settle for an Up Folder link at this stage to avoid having a 
system masterpage. The one in the ribbon is to obscured for end-users.

Does anyone know how I can replicate the same functionality in my masterpage 
without adding wads of custom javascript? What function is called from the 
ribbon?

Cheers,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: [SP2013] Search (or alternative techniques) - Finding current user's accessible sites

2014-06-22 Thread Paul Noone
The search web parts have the benefit of built-in security trimming.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Sezai Komur
Sent: Friday, 20 June 2014 4:39 PM
To: ozMOSS
Subject: Re: [SP2013] Search (or alternative techniques) - Finding current 
user's accessible sites

Trevor,

Have you investigating using the out of the box Content Search Web Part? That's 
what I would try and use.
You should be able to apply a ContentClass = ‘STS_Site or ContentClass = 
‘STS_Web’ type filter within the query configuration for this web part. You can 
then style the output utilising a Display Template.

Regards,

Sezai

On Fri, Jun 20, 2014 at 1:51 PM, Trevor Andrew 
tand...@tassoc.com.aumailto:tand...@tassoc.com.au wrote:
Hi Paul,

I'm trying to build a relatively simple Web Part that provides a dynamic list 
of sub-sites of the current site that the currently authenticated user has 
access to. So I'm trying to invoke this query programmatically from within a 
web part and display the results.

So I'm very happy to be told that I'm doing this the hard way; it's just that I 
assumed using a search-based approach would be more efficient than a 
brute-force (and recursive) traversal of the appropriately security-trimmed 
sub-site collections. Does that make sense?

And of course if I'm missing the bleeding obvious, and there's a much easier 
way to achieve this that I've overlooked, please let me know!

I must admit just now looking at whether I can traverse the AllWebs 
collection of the Site Collection the site belongs to and a) seeing if those 
sites URL's are based below the current site, and b) does the current user 
have access to them, but once again this seems really brute force.

Cheers,
Trevor

On 20 June 2014 15:10, Paul Noone 
p.no...@keller.com.aumailto:p.no...@keller.com.au wrote:
Trevor,

It’s an annoying change to how we used to work. My greatest gripe is that you 
can’t add a search box and results web part to a page and have it return 
nothing until a query term is entered.

How and where are you applying your query?

You could add this as a new content source, or apply it directly to a search 
results web part with less struggle.

I’ve even had some success passing query string parameters through to a results 
page from a hyperlink. But the docos are so sketchy that it becomes a painful 
result of trial and error.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com] On Behalf 
Of Trevor Andrew
Sent: Friday, 20 June 2014 2:48 PM
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: [SP2013] Search (or alternative techniques) - Finding current user's 
accessible sites

Hi All,

I may be barking up the wrong tree here, but I've found this Full Text Search 
query which purports under 2010 to determine the child sites accessible to a 
user from the current site context:

Select url, title
From Scope()
Where Scope = ‘All Sites’
And (ContentClass = ‘STS_Site or ContentClass = ‘STS_Web’)

Not having too much joy migrating this sort of query to the context of 2013 
for a number of reasons, and wondering whether someone else has got a better 
approach.

With Scopes replaced with Result Sources, it isn't clear to me whether I should 
create a Result Source that equates to the old All Sites scope, or whether 
there is simply a better way to dynamically, simply and obviously efficiently 
obtain a list of Child Sites that the currently logged on user has permission 
to access.

Any help appreciated.

Cheers,
Trevor



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than

[SP2013]Up Folder button or Folder path breadcrumbs

2014-06-19 Thread Paul Noone
Hi all,

Having a world of problems with breadcrumbs in general - and for lists in 
particular.

I'd like to show Site-Subsite-Library-Folder but can't seem to find the 
right sitemapprovider and settings for 2013 .

I'd happily settle for an Up Folder link at this stage to avoid having a 
system masterpage. The one in the ribbon is to obscured for end-users.

Does anyone know how I can replicate the same functionality in my masterpage 
without adding wads of custom javascript? What function is called from the 
ribbon?

Cheers,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Render Multi Choice control as Select Boxes

2014-06-19 Thread Paul Noone
Any time. Wish I could be more help.

At least you still have Design view in SP Destroyer though. :P

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Witherdin
Sent: Thursday, 19 June 2014 12:30 PM
To: OzMoss
Subject: RE: Render Multi Choice control as Select Boxes


No dramas - thanks for replying.

I am thinking I might leave it as a Lookup rather then a choice, and see if I 
cant do the filtering of the DVWP with a connected filter web part...



From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: RE: Render Multi Choice control as Select Boxes
Date: Wed, 18 Jun 2014 23:56:59 +
I haven't looked at it that closely.
Easiest solution would probably be jQuery but I don't have a 2010 farm to play 
with.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Witherdin
Sent: Wednesday, 18 June 2014 3:02 PM
To: OzMoss; Conrad Grobler
Subject: RE: Render Multi Choice control as Select Boxes

Hey,

I want to have a choice field that allows selection of multiple options to 
render as to select boxes with add/remove buttons (see attached image), not as 
a bunch of checkboxes).

I should mention that I am using SP 2010 (which doesn't have JSLink), so I 
guess this makes overwriting any of the rendering of the control quite a bit 
more difficult. Because this control type is used for mult select Lookup 
fields, I was hoping someone might know a trick to get the Choice field render 
using this control.

Failing that, I was hoping someone might know of a way to allow Lookup fields 
to be used in metadata filtering (or column filtering in DVWP)

Cheers,

Nigel


From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: RE: Render Multi Choice control as Select Boxes
Date: Wed, 18 Jun 2014 04:28:28 +
I'm not really sure what you mean Nigel.

Do you mean a drop-down list that allows multiple selections?

This should be manageable with a custom render template and JS Link, or maybe 
just pure jQuery.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Witherdin
Sent: Wednesday, 18 June 2014 1:56 PM
To: OzMoss; Conrad Grobler
Subject: Render Multi Choice control as Select Boxes

Hey All,

I have a requirement to:
- use an SP Choice field
- allow multiple selections
- render this as select boxes with add/remove buttons (like the multi lookup 
field)

I know I can use SPServices to render a multi choice field (checkboxes) into 
multiple columns, which is better then having a huge list of checkboxes down 
the screen, but I would really rather have use the select boxes with add/remove 
buttons.

I could use a list and a lookup field, but then I lose the ability to use this 
field in metadata filtering, or by column header filtering in a DVWP

Anybody got any ideas?

Cheers,

Nigel
The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.

This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.

This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


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

2014-06-19 Thread Paul Noone
Created a new placeholder and stuck it within:

!--SPM:SharePoint:AjaxDelta id=DeltaBreadcrumbDropdown runat=server--
!--SPM:SharePoint:PopoutMenu...

Using the ListSiteMapPath provider.

Seems like a lot of overkill but it works so I'm not complaining.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Noone
Sent: Friday, 20 June 2014 12:54 PM
To: 'ozMOSS'
Subject: [SP2013]Up Folder button or Folder path breadcrumbs

Hi all,

Having a world of problems with breadcrumbs in general - and for lists in 
particular.

I'd like to show Site-Subsite-Library-Folder but can't seem to find the 
right sitemapprovider and settings for 2013 .

I'd happily settle for an Up Folder link at this stage to avoid having a 
system masterpage. The one in the ribbon is to obscured for end-users.

Does anyone know how I can replicate the same functionality in my masterpage 
without adding wads of custom javascript? What function is called from the 
ribbon?

Cheers,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: [SP2013] Search (or alternative techniques) - Finding current user's accessible sites

2014-06-19 Thread Paul Noone
Trevor,

It’s an annoying change to how we used to work. My greatest gripe is that you 
can’t add a search box and results web part to a page and have it return 
nothing until a query term is entered.

How and where are you applying your query?

You could add this as a new content source, or apply it directly to a search 
results web part with less struggle.

I’ve even had some success passing query string parameters through to a results 
page from a hyperlink. But the docos are so sketchy that it becomes a painful 
result of trial and error.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Trevor Andrew
Sent: Friday, 20 June 2014 2:48 PM
To: ozmoss@ozmoss.com
Subject: [SP2013] Search (or alternative techniques) - Finding current user's 
accessible sites

Hi All,

I may be barking up the wrong tree here, but I've found this Full Text Search 
query which purports under 2010 to determine the child sites accessible to a 
user from the current site context:

Select url, title
From Scope()
Where Scope = ‘All Sites’
And (ContentClass = ‘STS_Site or ContentClass = ‘STS_Web’)

Not having too much joy migrating this sort of query to the context of 2013 
for a number of reasons, and wondering whether someone else has got a better 
approach.

With Scopes replaced with Result Sources, it isn't clear to me whether I should 
create a Result Source that equates to the old All Sites scope, or whether 
there is simply a better way to dynamically, simply and obviously efficiently 
obtain a list of Child Sites that the currently logged on user has permission 
to access.

Any help appreciated.

Cheers,
Trevor



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Render Multi Choice control as Select Boxes

2014-06-19 Thread Paul Noone
Well isn't that what it does best? Especially in the hands of your average end 
user who installs it and has suitable permissions? :)

Removal of the Design view was the greatest single catastrophe for SharePoint 
developers IMO. And the excuse for it was just as tragic.

I read it as Because we failed at making it stable or remotely reliable, we 
decided to drop it and get back to drinking more.

Can't wait to see them do the same with workflows.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Witherdin
Sent: Friday, 20 June 2014 2:50 PM
To: OzMoss
Subject: RE: Render Multi Choice control as Select Boxes

Ha Destroyer - love it!

From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: RE: Render Multi Choice control as Select Boxes
Date: Fri, 20 Jun 2014 03:03:34 +
Any time. Wish I could be more help.

At least you still have Design view in SP Destroyer though. :P

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Witherdin
Sent: Thursday, 19 June 2014 12:30 PM
To: OzMoss
Subject: RE: Render Multi Choice control as Select Boxes


No dramas - thanks for replying.

I am thinking I might leave it as a Lookup rather then a choice, and see if I 
cant do the filtering of the DVWP with a connected filter web part...



From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: RE: Render Multi Choice control as Select Boxes
Date: Wed, 18 Jun 2014 23:56:59 +
I haven't looked at it that closely.
Easiest solution would probably be jQuery but I don't have a 2010 farm to play 
with.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Witherdin
Sent: Wednesday, 18 June 2014 3:02 PM
To: OzMoss; Conrad Grobler
Subject: RE: Render Multi Choice control as Select Boxes

Hey,

I want to have a choice field that allows selection of multiple options to 
render as to select boxes with add/remove buttons (see attached image), not as 
a bunch of checkboxes).

I should mention that I am using SP 2010 (which doesn't have JSLink), so I 
guess this makes overwriting any of the rendering of the control quite a bit 
more difficult. Because this control type is used for mult select Lookup 
fields, I was hoping someone might know a trick to get the Choice field render 
using this control.

Failing that, I was hoping someone might know of a way to allow Lookup fields 
to be used in metadata filtering (or column filtering in DVWP)

Cheers,

Nigel


From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: RE: Render Multi Choice control as Select Boxes
Date: Wed, 18 Jun 2014 04:28:28 +
I'm not really sure what you mean Nigel.

Do you mean a drop-down list that allows multiple selections?

This should be manageable with a custom render template and JS Link, or maybe 
just pure jQuery.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Witherdin
Sent: Wednesday, 18 June 2014 1:56 PM
To: OzMoss; Conrad Grobler
Subject: Render Multi Choice control as Select Boxes

Hey All,

I have a requirement to:
- use an SP Choice field
- allow multiple selections
- render this as select boxes with add/remove buttons (like the multi lookup 
field)

I know I can use SPServices to render a multi choice field (checkboxes) into 
multiple columns, which is better then having a huge list of checkboxes down 
the screen, but I would really rather have use the select boxes with add/remove 
buttons.

I could use a list and a lookup field, but then I lose the ability to use this 
field in metadata filtering, or by column header filtering in a DVWP

Anybody got any ideas?

Cheers,

Nigel
The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.

This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
The content of this email is 

RE: Render Multi Choice control as Select Boxes

2014-06-18 Thread Paul Noone
I haven't looked at it that closely.
Easiest solution would probably be jQuery but I don't have a 2010 farm to play 
with.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Witherdin
Sent: Wednesday, 18 June 2014 3:02 PM
To: OzMoss; Conrad Grobler
Subject: RE: Render Multi Choice control as Select Boxes

Hey,

I want to have a choice field that allows selection of multiple options to 
render as to select boxes with add/remove buttons (see attached image), not as 
a bunch of checkboxes).

I should mention that I am using SP 2010 (which doesn't have JSLink), so I 
guess this makes overwriting any of the rendering of the control quite a bit 
more difficult. Because this control type is used for mult select Lookup 
fields, I was hoping someone might know a trick to get the Choice field render 
using this control.

Failing that, I was hoping someone might know of a way to allow Lookup fields 
to be used in metadata filtering (or column filtering in DVWP)

Cheers,

Nigel


From: p.no...@keller.com.aumailto:p.no...@keller.com.au
To: ozmoss@ozmoss.commailto:ozmoss@ozmoss.com
Subject: RE: Render Multi Choice control as Select Boxes
Date: Wed, 18 Jun 2014 04:28:28 +
I'm not really sure what you mean Nigel.

Do you mean a drop-down list that allows multiple selections?

This should be manageable with a custom render template and JS Link, or maybe 
just pure jQuery.

From: ozmoss-boun...@ozmoss.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Nigel Witherdin
Sent: Wednesday, 18 June 2014 1:56 PM
To: OzMoss; Conrad Grobler
Subject: Render Multi Choice control as Select Boxes

Hey All,

I have a requirement to:
- use an SP Choice field
- allow multiple selections
- render this as select boxes with add/remove buttons (like the multi lookup 
field)

I know I can use SPServices to render a multi choice field (checkboxes) into 
multiple columns, which is better then having a huge list of checkboxes down 
the screen, but I would really rather have use the select boxes with add/remove 
buttons.

I could use a list and a lookup field, but then I lose the ability to use this 
field in metadata filtering, or by column header filtering in a DVWP

Anybody got any ideas?

Cheers,

Nigel
The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.

This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal


___ Sponsored by Infotext - Amazing 
Search for Microsoft SharePoint - http://www.infotext.com/ ozmoss mailing list 
ozmoss@ozmoss.commailto:ozmoss@ozmoss.com 
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Render Multi Choice control as Select Boxes

2014-06-17 Thread Paul Noone
I'm not really sure what you mean Nigel.

Do you mean a drop-down list that allows multiple selections?

This should be manageable with a custom render template and JS Link, or maybe 
just pure jQuery.

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Witherdin
Sent: Wednesday, 18 June 2014 1:56 PM
To: OzMoss; Conrad Grobler
Subject: Render Multi Choice control as Select Boxes

Hey All,

I have a requirement to:
- use an SP Choice field
- allow multiple selections
- render this as select boxes with add/remove buttons (like the multi lookup 
field)

I know I can use SPServices to render a multi choice field (checkboxes) into 
multiple columns, which is better then having a huge list of checkboxes down 
the screen, but I would really rather have use the select boxes with add/remove 
buttons.

I could use a list and a lookup field, but then I lose the ability to use this 
field in metadata filtering, or by column header filtering in a DVWP

Anybody got any ideas?

Cheers,

Nigel

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Social comments webpart

2014-06-05 Thread Paul Noone
I've never used it. What type of control is it? Can you view HTML source?

From what I can see it's splitting lines at around column 72 but I'd need a 
bigger sample to see.

As a photographer, it's important to read the quot;Tamp;C'squot; on t
he VIVID Facebook page before posting to their page. You basically lose a
ll rights to images you post on their page.

I've seen this occur with textareas in different browsers. Why it's not treated 
as a single string is a mystery.

Have you applied any kind of hard limits to the width? Does Firebug or the 
Developer Toolbar reveal anything?

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Hertz
Sent: Friday, 6 June 2014 8:15 AM
To: ozMOSS (ozmoss@ozmoss.com)
Subject: Social comments webpart

Hi guys,

We use the Social Comment web part on a couple of pages to allow people to 
add comments (mainly on new stories). They don't get used all that often, but 
I've noticed that when they do, there's some interesting things that crop up.

Randomly, the font changes (which I've hopefully fixed using the stylesheet) 
and line breaks appear or disappear).

The most irritating bug, though, is that it randomly inserts spaces into words 
(see below). I typed that in manually, and can guarantee those spaces weren't 
there before clicking post. Does anyone know what might be causing that issue?

Nigel

[cid:image001.png@01CF816D.C541B5B0]



Nigel Hertz
SharePoint Administrator / Developer, Information Systems
Stockland, Level 22, 133 Castlereagh Street, Sydney NSW 2000

T +61 2 9035 2617  M +61 401 034 605
F +61 2 8988 2617  E   
nigel.he...@stockland.com.aumailto:nigel.he...@stockland.com.au
http://www.stockland.com.au/

BEFORE PRINTING THIS EMAIL PLEASE CONSIDER THE ENVIRONMENT




Stockland Notice: If this communication has been sent to you by mistake, please 
delete and notify us. If it has been sent to you by mistake, legal privilege is 
not waived or lost and you are not entitled to use it in any way. Stockland and 
its subsidiaries reserve the right to monitor e-mail communication through its 
networks.

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

RE: Workflow Manager in multi-server farm

2014-06-03 Thread Paul Noone
Thanks James,

So if I have a SharePoint farm with only two server, I should just install it 
on one then?

If I install on a WFE is there anything else I need to do apart from join it to 
the farm?

Regards,

Paul

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
James Boman
Sent: Wednesday, 4 June 2014 1:39 PM
To: ozMOSS
Subject: RE: Workflow Manager in multi-server farm

When you have more than one Workflow Manager server, you group them into Farms 
just like SharePoint and OWA servers are grouped into their own Farms.

For reasons that are not clear to me (perhaps some sort of quorum system) high 
availability scenarios are only available for Workflow Manager when you have 
odd numbers of Workflow Manager servers.

From msdn:http://msdn.microsoft.com/en-us/library/jj193451(v=azure.10).aspx
High Availability

Workflow Manager farm supports a farm of a single computer running both 
Workflow Manager farm and the required Service Bus farm. If you require high 
availability you must expand the farm to three computers. Refer to Joining an 
Existing 
Farmhttp://msdn.microsoft.com/en-us/library/jj193433(v=azure.10).aspx on how 
to expand farm. Two node farms cannot guarantee high availability.


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.commailto:ozmoss-boun...@ozmoss.com 
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Noone
Sent: Tuesday, 3 June 2014 1:42 PM
To: ozMOSS
Subject: Workflow Manager in multi-server farm

Hi all,

I was pretty keen to get Workflow Manager installed so I can start using the 
SP2013 workflow platform...until I came across this well obscured statement in 
a related TechNet 
articlehttp://technet.microsoft.com/en-us/library/jj193434.aspx.

Workflow Manager only supports a farm with 1 computer or a farm with 3 
computers.

Which completely contradicts 
http://technet.microsoft.com/en-us/library/jj658588(v=office.15).aspx#section4

...if you have a farm that contains five servers ...you will still need to 
install the Workflow Manager Client on the four additional servers

And nowhere does it mentions what DBs are created, or whether you also need to 
install it on the SQL server.

Can someone who has been through this installation please help clarify?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system.
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information.



This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal



The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Workflow Manager in multi-server farm

2014-06-02 Thread Paul Noone
Hi all,

I was pretty keen to get Workflow Manager installed so I can start using the 
SP2013 workflow platform...until I came across this well obscured statement in 
a related TechNet 
articlehttp://technet.microsoft.com/en-us/library/jj193434.aspx.

Workflow Manager only supports a farm with 1 computer or a farm with 3 
computers.

Which completely contradicts 
http://technet.microsoft.com/en-us/library/jj658588(v=office.15).aspx#section4

...if you have a farm that contains five servers ...you will still need to 
install the Workflow Manager Client on the four additional servers

And nowhere does it mentions what DBs are created, or whether you also need to 
install it on the SQL server.

Can someone who has been through this installation please help clarify?

Regards,

Paul

The content of this email is confidential to the intended recipient at the 
email address to which it has been addressed. It may not be disclosed to, or 
used by, anyone other than this addressee, nor may it be copied in any way. If 
received in error, please contact the author and then delete the message from 
your system. 
Please note that neither Keller Australia nor the sender accepts any 
responsibility for viruses and it is your responsibility to scan the email and 
attachments (if any).
Visit http://www.keller.com.au/ for more information. 


This e-mail message has been scanned for Viruses and Content and cleared by 
MailMarshal 

___
Sponsored by Infotext - Amazing Search for Microsoft SharePoint - 
http://www.infotext.com/
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

  1   2   3   4   5   6   7   8   9   10   >