Re: Passing query string param to filter expression on ObjectDataSource

2014-09-01 Thread Prashanth Thiyagalingam
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.au wrote: Hi all,

RE: SharePoint 2010 with LDAPS

2014-01-30 Thread Prashanth Thiyagalingam
Are you trying to configrue PplPicker to filter AD accounts based on LDAP queries, if so I have done this previously for a client. Refer http://technet.microsoft.com/en-us/library/gg602075.aspx#section8 From: nigel_wither...@hotmail.com To: ozmoss@ozmoss.com Subject: SharePoint 2010 with LDAPS

Re: Problem passing input value to dropdown list

2013-08-11 Thread Prashanth Thiyagalingam
Looks like you are not rebounding the values back to the dropdown Cheers, Prashanth Sent from my iPhone On Aug 12, 2013, at 7:50 AM, Web Admin web.ad...@syd.catholic.edu.au wrote: Hi all, I have two dropdown lists on a page, Category and Product, where Product is a child list filtered by

Re: Prevent Site Deleting Access

2013-04-10 Thread Prashanth Thiyagalingam
, Chris Grist chris.gr...@beachenergy.com.au wrote: if you dont want custom dev, you can achieve this sort of governance with axceler controlpoint quite easily. From: ozmoss-boun...@ozmoss.com [ozmoss-boun...@ozmoss.com] on behalf of Prashanth Thiyagalingam [prashanth...@hotmail.com] Sent

RE: SharePoint 2007 Upgrade Path

2012-12-02 Thread Prashanth Thiyagalingam
Looks like MOSS 2007 content needs to be migrated to SP 2010 first before moving to SP 2013.Custom solutions will have to be upgraded as well. Date: Mon, 3 Dec 2012 17:56:12 +1100 Subject: SharePoint 2007 Upgrade Path From: code...@gmail.com To: ozmoss@ozmoss.com Does anyone know if it’s

Re: SharePoint Newsletter Subscription Feature

2012-11-21 Thread Prashanth Thiyagalingam
We have developed custom functionality for newsletter subscriptions for number of clients with exact same requirements as yours, I am not sure of any components in the market. Cheers, Prashanth Sent from my iPhone On Nov 22, 2012, at 8:09 AM, Rinaldo De Paolis rina...@connectedsystems.com

RE: ForeFron Identity error after installing using AutoSPInstaller

2012-08-23 Thread Prashanth Thiyagalingam
These are related services/service applications and they are not mandatory for the creation of UPS, they are required if you want make use of the full social computing features of SharePoint 2010.http://technet.microsoft.com/en-us/library/ee662538.aspx#related For debugging UP Synchronisation

Re: ForeFron Identity error after installing using AutoSPInstaller

2012-08-20 Thread Prashanth Thiyagalingam
Check the FIM services are running else manually start them manually in the windows services and the try user profile and sync Cheers, Prashanth Sent from my iPhone On Aug 21, 2012, at 10:07 AM, Marko Salonen marko.salo...@moretonbay.qld.gov.au wrote: Hi I am still trying get the User

RE: crawling link to document external content

2012-04-27 Thread Prashanth Thiyagalingam
Do you get any error in the crawl logs? I would try crawling the link seperately to isoloate the issue and make sure the crawler can index the page. From: chris.gr...@loftusit.com.au To: ozmoss@ozmoss.com Subject: crawling link to document external content Date: Fri, 27 Apr 2012 05:07:34

RE: crawling link to document external content

2012-04-27 Thread Prashanth Thiyagalingam
-free - virus scanning is the responsibility of the recipient and is recommended. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Prashanth Thiyagalingam Sent: Friday, 27 April 2012 3:35 PM To: ozmoss@ozmoss.com Subject: RE: crawling link to document external

Re: Workflow Action Feature Receiver

2012-04-22 Thread Prashanth Thiyagalingam
Are you doing this in a load balanced multiple WFEs environment? Cheers, Prashanth Sent from my iPhone On Apr 23, 2012, at 10:16 AM, Paul Noone paul.no...@ceosyd.catholic.edu.au wrote: Hi all, I’ve deployed a workflow action and am trying to add it as an authorizedType to the web.config

RE: SPMetal and LINQ code generation

2012-02-14 Thread Prashanth Thiyagalingam
Hi Paul, Choice fields are normally a problem with SPMetal LINQ because SPMetal create an enum for the values in the choice field and they are bound to the field it self. Make sure you have values for Choice field and regenerate the SPMetal class. To double check all the values are

Re: SharePoint 2007 Menu Structure - Top Navigation

2012-02-08 Thread Prashanth Thiyagalingam
Make sure all the custom solutions are deployed, and try reactivating the features feature related to UI, if there is any Sent from my iPhone On Feb 9, 2012, at 11:51 AM, Paul Noone paul.no...@ceosyd.catholic.edu.au wrote: Was there a custom provider that was deployed via solution?

RE: PowerShell date calculations

2012-01-11 Thread Prashanth Thiyagalingam
you could use Get-Date -Format hh:mm:ss From: paul.no...@ceosyd.catholic.edu.au To: ozmoss@ozmoss.com Date: Thu, 12 Jan 2012 13:10:05 +1100 Subject: PowerShell date calculations I’ve managed to produce what I want below but have first had to convert the Get-Date objects to

RE: People search - wildcards (SPS2010)

2011-09-21 Thread Prashanth Thiyagalingam
...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Prashanth Thiyagalingam Sent: Thursday, 22 September 2011 11:20 AM To: ozmoss@ozmoss.com Subject: RE: People search - wildcards (SPS2010) Faced the same issue even with FAST Search 4 SP no default wildcard support... From: paul.no

RE: People Picker control in Custom Page Layout

2011-06-27 Thread Prashanth Thiyagalingam
Fixed it, used SharePointWebControls:FormField instead, and controlled the People Picker behaviour via the content type. From: prashanth...@hotmail.com To: ozmoss@ozmoss.com Subject: People Picker control in Custom Page Layout Date: Tue, 28 Jun 2011 04:02:56 + Hi Guys, I am

PowerShell cmdlet for Crawler Impact Rules (FAST/SP2010)

2011-06-07 Thread Prashanth Thiyagalingam
Hi All, As part of the configuration of FAST Farm for one of our customers, I need to add many (~50) Crawler Impact Rules. As usual the quickest way is to use PowerShell, but I have no luck in finding the correct cmdlet for this. Ofcourse I have added the Crawler Rules using PS. Can anyone

RE: Content Types and SharePoint 2010

2011-04-17 Thread Prashanth Thiyagalingam
SystemPage CT has already got the build-in Title field inherited from 'Item' CT, and this is what is causing the duplicate error. Date: Mon, 18 Apr 2011 10:29:26 +1000 Subject: Content Types and SharePoint 2010 From: a...@hobsonator.com To: ozmoss@ozmoss.com We have run into an

RE: Managed Metadata fields become invalid after content migration - SP2010

2011-02-03 Thread Prashanth Thiyagalingam
wouldn't mind getting a copy of that, have you got it posted up anywhere? Kind Regards, Chris Tomich On 1 February 2011 11:49, Prashanth Thiyagalingam prashanth...@hotmail.com wrote: Hi Chris, I wrote a PS script based on yours with some tweaks on permissions, checkouts and approvals

RE: Managed Metadata fields become invalid after content migration - SP2010

2011-01-31 Thread Prashanth Thiyagalingam
explanation and the script. http://mymemorysucks.wordpress.com/2011/01/07/invalid-terms-in-managed-metadata-field/ Hope this helps. Kind Regards, Chris Tomich On 7 January 2011 13:57, Prashanth Thiyagalingam prashanth...@hotmail.com wrote: Hi All, After migrating content (stsadm backup

Managed Metadata fields become invalid after content migration - SP2010

2011-01-06 Thread Prashanth Thiyagalingam
Hi All, After migrating content (stsadm backup/restore) from UAT to PROD, the metadata fields in pages show the error 'The term is not a valid term'. I know the link between metadata field and the Term Store is broken during the content migration and I have re linked it using a feature but

RE: Managed Metadata fields become invalid after content migration - SP2010

2011-01-06 Thread Prashanth Thiyagalingam
[mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Prashanth Thiyagalingam Sent: Friday, 7 January 2011 1:58 PM To: ozmoss@ozmoss.com Subject: Managed Metadata fields become invalid after content migration - SP2010 Hi All, After migrating content (stsadm backup/restore) from UAT to PROD, the metadata

RE: Managed Metadata fields become invalid after content migration - SP2010

2011-01-06 Thread Prashanth Thiyagalingam
] On Behalf Of Prashanth Thiyagalingam Sent: Friday, 7 January 2011 2:16 PM To: ozmoss@ozmoss.com Subject: RE: Managed Metadata fields become invalid after content migration - SP2010 Yes I am doing this programatically via the feature receiver and its the Term Set is linked to the field correctly

RE: Managed Metadata fields become invalid after content migration - SP2010

2011-01-06 Thread Prashanth Thiyagalingam
Regards, Chris Tomich On 7 January 2011 13:57, Prashanth Thiyagalingam prashanth...@hotmail.com wrote: Hi All, After migrating content (stsadm backup/restore) from UAT to PROD, the metadata fields in pages show the error 'The term is not a valid term'. I know the link between metadata field

RE: Limiting Scope in Search Center

2010-12-08 Thread Prashanth Thiyagalingam
You can set the scope in the results page, specifically in core results webpart. Subject: RE: Limiting Scope in Search Center Date: Thu, 9 Dec 2010 15:11:54 +1000 From: nathan.rho...@dataaspects.com.au To: ozmoss@ozmoss.com Sorry Paul. It’s 2007. If I modify the search box webpart I

RE: Podcasting Kit for SharePoint a Virtual Sound Card

2009-10-21 Thread Prashanth Thiyagalingam
I had it installed almost a year and a half ago for my previous employer in Sweden, it was not in a virtualized server though. During that time it was a beta release and was supporting windows media file formats only, in silver light player. It was pretty good and stable for a beta version.

RE: Thoughts about k2 Blackpoint / Blackpearl

2009-09-23 Thread Prashanth Thiyagalingam
product for workflow, I recommend it. /Prashanth Prashanth Thiyagalingam, Technical Consultant jEyLaBs - delivering process driven solutions www.jeylabs.com prasha...@jeylabs.com Subject: Thoughts about k2 Blackpoint / Blackpearl Date: Wed, 23 Sep 2009 19:20:55 +1000 From: rob

RE: navigation configuring problem

2009-09-16 Thread Prashanth Thiyagalingam
root which is not covered by this navigation control. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Prashanth Thiyagalingam Sent: Wednesday, 16 September 2009 3:49 PM To: ozmoss@ozmoss.com Subject: navigation configuring problem hi all, In one of our clients

RE: navigation configuring problem

2009-09-16 Thread Prashanth Thiyagalingam
...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Prashanth Thiyagalingam Sent: Wednesday, 16 September 2009 4:06 PM To: ozmoss@ozmoss.com Subject: RE: navigation configuring problem Yes, the Show pages checkbox is enabled and the publishing feature 'Office SharePoint Server

RE: navigation configuring problem

2009-09-16 Thread Prashanth Thiyagalingam
...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Prashanth Thiyagalingam Sent: Wednesday, 16 September 2009 4:27 PM To: ozmoss@ozmoss.com Subject: RE: navigation configuring problem Scheduling is also not activated for the pages library, anyway do you think any workaround for moving

RE: navigation configuring problem

2009-09-16 Thread Prashanth Thiyagalingam
...@ozmoss.com] On Behalf Of Prashanth Thiyagalingam Sent: Thursday, 17 September 2009 11:06 AM To: ozmoss@ozmoss.com Subject: RE: navigation configuring problem Thanks Paul, I did that but the problem is setting the breadcrumbs, they wont appear the correcty (site navigationfolder pagename.aspx

navigation configuring problem

2009-09-15 Thread Prashanth Thiyagalingam
hi all, In one of our clients environment we have this problem where the newly created pages (standard sharepoint welcome page with webpart) doesnt appear in 'Navigation Editing and Sorting' section in SiteActions - Modify Navigation, therefore we are not able to manage the 'quick navigation'