Re: Missing Modified field in site

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

415 Error, Unsupported Media Type on TMG/WAC

2014-02-20 Thread Shahram Banihashem
Hi All, We have a single server office web app 2013 (WAC) farm installed internally which works with SharePoint 2013 Enterprise with no problem. I checked the health status and it was reported as healthy. We exposed this environment with TMG for external users which provides single sign on functi

Re: Refresh a Choice or Lookup Field without losing Form Data

2013-07-30 Thread Shahram Banihashem
Hi Nigel, I would go with Managed Metadata field and open Termset since SharePoint provides the exact interface you need for this requirement. It's much cleaner than look up to a list. In case of using a Choice Field, you need to update the column definition which is not an ideal solution speciall

Re: Crawling files in external application

2013-05-30 Thread Shahram Banihashem
ying that the > crawler is ignoring it? > > Not sure where the block is occurring. > > > On 30 May 2013 13:17, Shahram Banihashem wrote: > >> When you create you external content type, you can create a profile page >> which displays the item properties (metadata). Thi

Re: Crawling files in external application

2013-05-29 Thread Shahram Banihashem
8483 > e: paul.no...@syd.catholic.edu.au > w: http://www.ceosyd.catholic.edu.au/ > > > On 30 May 2013 12:19, Shahram Banihashem wrote: > >> Hi All, >> >> I need to get my SharePoint 2013 search to crawl files sitting in an >> external (non-SharePoint) ap

Crawling files in external application

2013-05-29 Thread Shahram Banihashem
Hi All, I need to get my SharePoint 2013 search to crawl files sitting in an external (non-SharePoint) application. The files are not accessible as a network drive or similar. They can be accessed over HTTP only through the hosting application, like a web service with the document Id. I've tried

Re: SP2010 - Mysites

2013-01-23 Thread Shahram Banihashem
Hi Ajay, You may allow the users to personalize the pages. So, they can update existing pages and the changes will be seen by only themselves. Regards, Shahram. [Sent from my Smart Phone] On 24/01/2013, at 7:10 AM, Ajay wrote: > Hi Guys, > > I am implementing a BI solution in SP2010, . >

Re: Hit counter for Announcement List Item

2012-10-16 Thread Shahram Banihashem
Hi, I doubt you have SPContext available in pages sitting in Layouts folder like DispForm which is causing the null reference error. You should be able to identify the exact problem by debugging your web part code. Attach the visual studio debugger to IIS and see what's going on.   Regards,   S

Re: 2010 CUs and SPs

2012-01-30 Thread Shahram Banihashem
Hi Paul,   You need to install SP1 but not June Update before installing December CU.  The word "cumulative" in cumulative update means that a CU contains all earlier CUs. So December CU contains October, August, ... CUs Regards,   Shahram. From: Paul Noone To

SharePoint online / Office 365 - Archiving Solutions

2012-01-22 Thread Shahram Banihashem
Hi All,   Just wondering if any of you have come across any automated backup/archiving solution to local computer (on-premise) for SharePoint Online and Exchange (apart from going for Exchange Hybrid)?   Regards,   Shahram.___ ozmoss mailing list ozmoss

Re: Check null or empty on it field

2011-10-19 Thread Shahram Banihashem
This is the way I go: country = (item["Country"] ?? "No Country").ToString(); All in one line, neat and easy!   Regards,   Shahram. From: Salman Ahmad To: ozmoss@ozmoss.com Sent: Wednesday, 19 October 2011 10:21 PM Subject: RE: Check null or empty on it field

Re: MOSS - Web Part chrome is locked

2011-09-27 Thread Shahram Banihashem
Hi Paul,   This change to elements.xml won't help. Similar change has to be applied to .webpart file:   ...       None Regards,   Shahram. From: Paul Noone To: ozMOSS Sent: Tuesday, 27 September 2011 3:04 PM Subject: RE: MOSS - Web Part chrome is locked Hi