RE:Smart Search indexes not being built
ErinYes, it does. I even tried setting full control to *everyone* just to be sure, but I'm still not able to get indexes to build.
View ArticleRE:Smart Search indexes not being built
christineIs there anything in the event log after you try to build the index?
View ArticleRE:Smart Search indexes not being built
kentico_jurajoHello,Could you please describe in details how is the index being set and also, how is the smart search worker role set for the local emulator environment?You have mentioned web farms -...
View ArticleRE:Smart Search indexes not being built
FroggEyeFor each server this site runs on in a web farm environment you will need to have a license for that unless its covered under the Azure install. When you setup the Webfarm module in the UI,...
View ArticleRE:Smart Search indexes not being built
ErinNothing in the event log (relating to this). :-(
View ArticleRE:Smart Search indexes not being built
ErinThe index is configured in the UI. I've tried many various analyzer types, batch sizes, index parameters (included & excluded), & combinations of these as well. The smart search worker role...
View ArticleDynamic Kentico Generated Reports using API
FroggEyeHas anyone created any dynamic reports using custom table data and the Kentico Report API? The examples and documentation are pretty stratight forward although pretty basic. I'd like some...
View ArticleRE:Adding markers to Google map from External data source
3allam-gmailDear FroggEye,I need your help if possible, I've a data coming from a sp 2007 list " Name, Address, Lat, Long" all I need to do is to post pins on google maps for those data including info...
View ArticleRE:Dynamic Kentico Generated Reports using API
SwainyHi Frogg,When you say API do you mean through code? Or through CMS Desk/Reporting -> Create new report?If you're using the CMS Desk/Reporting tab then just create a new report and select a...
View ArticleRE:Dynamic Kentico Generated Reports using API
FroggEyeMatt, Yes I mean API. I've got a client with an internal system I'll be integrating with and they want to display some of the reports from that internal system on their public facing website....
View ArticleRE:Adding markers to Google map from External data source
FroggEye@3allam did you read the article I mentioned in the previous posts? There is great detail on how you can take data from an external source and add it to a google map web part. It will involve...
View ArticleRE:Adding markers to Google map from External data source
3allam-gmail@Frogg Thank you so much for your reply, much much appreciated, actually i'm not using webPart as i'm new to sharepoint and i'm writing my code in a usercontrol and publishing it so my...
View ArticleRE:Adding markers to Google map from External data source
FroggEyeWhere is this Google Map residing? In your SharePoint site or within a Kentico site?
View ArticleRandom category and document
beau.cowan-rrpartnersWe are looking to give the user a unique experience on one of our sites, which means that we want to select a random parent category and a random document from that category.So far...
View ArticleRE:Random category and document
kentico_martind2Hi Beau,Yes, unfortunately there is nothing more that could be helpful in this scenario but feel free to share your working solution with other, I believe it could help somebody in the...
View ArticleRE:Export to Excel, CSV, XML via API Error
kentico_jurajoHi,If it was working before, we need to find what was changed that broke it. Would it be possible to post here more details about the code you are using and where it is used exactly?Thank...
View ArticleRE:Export to Excel, CSV, XML via API Error
FroggEyeAll I did was created a simple webpart with a unigrid, a few text boxes (search/filter abilities) and 3 link buttons. The 3 link buttons were the ones causing the problems. Within the webpart...
View ArticleFaceted smart search with dynamic data
ErinI need to create a faceted search based on dynamic data with the filter options changing upon drill-down, similar to Amazon's search. I'm using v7.0.28 along with a smart search dialog, a smart...
View ArticleAPI manipulation of ediatble text field works only in preview mode
nrinat-ecentricartsHelloI have an editable text field that I manipulate with API at a web part page load event:PageInfo pi = PageInfoProvider.GetPageInfo(CMSContext.CurrentDocument.DocumentGUID);string...
View ArticleRE:API manipulation of ediatble text field works only in preview mode
kentico_jurajoHi,Are you using workflows or versioning? Do you see the correct content in DocumentContent column in CMS_Document table?Have you tried using the LoadContent/SaveContent methods from...
View Article