Hi all,
I have created a farm solution (for SP 2013 on prom) in Visual Studio 2012 (with whole bunch of site columns, content types, lists, libraries … – all declarative with element.xml files) and deployed to my client’s environment. Everything looks Ok, however, the Crawled & Managed properties related to my custom site columns are not generate as part of crawling the content! The search service is created, the site is fully crawled, and also there are enough content in the site to trigger the crawler to generate the managed properties. However, for some weird reasons, the Crawled & Managed properties aren’t being fully generated!! (Some site columns do have both managed property and crawled property, but not all of them!)
Anyone had the same/similar issue before? Appreciate any help or suggestions. J
Cheers,
Parrs just added a fuller description on Facebook … copied here …
TO my SharePoint friends. I am having issues with managed properties in SP2013 and was wondering if you could give me suggestions?
I have built a farm solution in Visual Studio 2012 for SharePoint 2013 with whole bunch of site columns, content types, lists, and libraries (plus some WF, event receivers, feature receivers, custom application pages, …). All site columns, content types, list definitions and lists are defined declaratively with element.xml files. In my DEV box, everything looks good, as it always works on developers’ machines! however, after developing the solution packages to the Client’s environment, I am experiencing below issues:Â
1. After building the site using the solution package and having enough content populated to the site, I run a full crawl on the site, but for some weird reasons I don’t get managed / crawled properties for the custom site columns, even though the site columns are in the lists and there are plenty of content with all those site columns filled out. Have you ever had the same issue? Any suggestions/hint to solve this issue will be a great help.
2. Also, I am using SP session state for ‘Shopping Trolley’ functionality. The Shopping Trolley is working fine on the DEV box, but it complains about not having session variable in the client’s environment. I am using SQL session state management and have enabled the session state management on the APP server using PowerShell scripts. Worth mentioning that there is 1x WFE, 1xWFE+APP, 1SQL and 1AD. I used the same PowerShell script to activate the SQL session state management on my DEV and the trolley works fine but it doesn’t work on the client’s environment. As we have 2 WFE’s on PROD, do I need to do any tweak to get the session management working?
I really appreciate any help.