UCM integration sharepoint search webparts ajax error

Context
I am looking at an error with the Search page in the SharePoint web part integration with Oracle UCM.
There are two web servers in the SharePoint web farm handing incoming requests.
The search page has the Search Query and Search Results web parts on it.
Problem
When opening the Search page it contacts the Oracle server to populate the menu items: saved queries etc.
Sometimes this causes an error...
AJAX error:
Status: 400
Status Text: Bad Request
Message:
StellentWebRequestHandlers.SearchMgr error: The WSS cache file 'C:Program Files
(x86)\Oracle\WSS\WebSupportServerCache\WSS<random characters>\SessionSearches_Name_
Content_Cache.xml' could not be loaded. Requested as RequestResource.
This appears in a dialog box over the browser presumably thrown by client AJAX code.
The folder exists only on one of the two servers. The file is missing from that folder.
Question
I am looking for any information on the way the cache works. E.g.:
- How it should be configured in a load-balanced web farm environment?
- What permissions are required?
Thanks for any advice and sources of information.
Peter

Can the images selected in wysiwyg editor come from external sources like sharepoint system?Yes and no. If you want to use UCM's features (like selecting the correct rendition, using UCM 's security model, etc.) you will have to check in the item to UCM. However, you can also use just a link to an external resource (with no guarantee that it will be available, though). I'm not sure how much this approach integrates with wysiwyg.
Can the WCM content be pushed to sharepoint server on publish? Can webparts be used for this? What is the format of content that will be sent to sharepoint. I mean, can sharepoint understyand and create the imported content in it's system? Please help.In general, you can publish content from UCM almost anywhere - for instance, you can publish documents to create a static website, which is not run by UCM at all. However, you will most likely want to have not only the content itself, but also metadata.
The cardinal question is: why do you want to have two repositories? If MSSO is a must, you could use it as front-end only and UCM would be back-end storing all the documents. This would resolve both problems in one go. And moreover, this is actually quite a common scenario, so there is an experience to support your implementation.

Similar Messages

  • [HELP REQ] [DEPLOYMENT ERROR]Silverlight Sharepoint 2010 Webpart Applicaiton [ERROR WHEN I DEPLOY] [HELP REQ]

    **This solution contains no resources scoped for a web application and cannot be deployed to a particular web application.**
    That is the error I get when I try to deploy the site I get this error.  I have tried adding a element file but I am not too sure if I have done it correct.  Either way no matter what and how I try to add this to my server when I do the following
    commands it returns me this error.
    Commands
    Add the feature:
    Add-SPSolution c:\sp2010\srg.wsp
    Install:
    **Install-spsolution -identity srg.wsp -webapplication http://my.kpl.gov <http://my.kpl.gov/>  -gacdeployment** -THIS IS THE COMMANDS THAT CREATES THE ERROR-

    Hi PsychoticcWMU,
    Thank you for supporting MSDN forum.
    I would like to move this question to a more approximate forum for a better support.
    Thanks for your understanding.
    --James
    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support
    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

  • List threshold error on SharePoint Documents webpart under Mysite Content tab

    Hi,
    Even though the list threshold limit has been increased for a team site to 40k in CA -> Web App -> Resource Throttling options when a user goes to his/her mysite and are member of a particular team site they get the following error message on the SharePoint
    Documents webpart:
    An error has occurred.
    The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator.
    The number of items in the document library for that particular team site are 14k where as the limit has been increased to 40k.
    Can anyone help why we are getting this error message? Thanks
    Regards,
    Kashif

    Hi,
    According to your post, my understanding is that you had List threshold error on SharePoint Documents webpart under Mysite Content tab.
    Items in the recycle bin count towards the limit, please make sure you did not delete items from this list recently and if you did, remove them from the recycle bin too.
    Please make sure you removed the 'Assigned to' criteria from the view.
    I also recommend to increase the threshold limit and see if that works, though it is not a good idea for the long term.
    The default value for this limit is based on farm and list performance and how SQL Server manages locks.
    Rather than bumping the List View Threshold or the List View Threshold for Auditors and Administrators, you should modify your query.  The best ways to do this are:
    Execute the query against a limited view rather than the default list view containing all items by specifying the view name in the new SPQuery object constructor.
    If you can’t execute your query against a limited view, create a column index for each column contained in the <Where> clause of your SPQuery.
    Here is a similar thread for you to take a look at:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/bb7cf9b5-1473-4ab8-be32-75a62a34dc10/the-attempted-operation-is-prohibited-because-it-exceeds-the-list-view-threshold-enforced?forum=sharepointadminprevious
    More information:
    http://thedotnetter.wordpress.com/2013/04/25/spquery-and-the-list-view-threshold/
    http://www.collabshow.com/2011/08/03/managing-large-lists-in-sharepoint-for-users-and-site-admins/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Content Search Webpart : Change Query Error

    Exception in Query Builder OnInit: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: An item with the same key has already been added. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: System.ArgumentException: An item with the same key has already been added.
    at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
    at Microsoft.Office.Server.Search.Administration.ManagedPropertyCollection.Populate()
    at Microsoft.Office.Server.Search.Administration.ManagedPropertyCollection..ctor(Schema schemaToUse)
    at Microsoft.Office.Server.Search.Administration.Schema.get_AllManagedProperties()
    at Microsoft.Office.Server.Search.Administration.SchemaOperations.QueryManagedProperties(String filterString, Int32 count, String lastPropertyName, Boolean forward, Int32 includeMappedCrawledPropertiesNum, Boolean useFilterOnAliases, SearchObjectOwner owner)
    at Microsoft.Office.Server.Search.Administration.SearchServiceApplication.QueryManagedProperties(String filterString, Int32 count, String lastPropertyName, Boolean forward, Int32 includeMappedCrawledPropertiesNum, B...).
    Error: Not able to connect to search service to retrieve valid settings.

    Hi Loki905,
    According  to your description, you got an error when you configured a Content Search Web Part.
    For  solving your issue, you can do as the followings:
     1.Make sure that  the status of SharePoint Server Search is started on server
     2.Make sure that you have created a Search Service Application
     3.Restart  your machine
    Here  is a similar post for your reference:
    http://social.technet.microsoft.com/Forums/en-US/3726ab37-c7e2-455c-8af5-a7171055c16a/issue-with-contnt-search-webpart?forum=sharepointgeneral
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Create document preview in sharepoint 2013 content search webpart slideshow

    I want to show preview of documents(word,excel,ppt or videos) in the content search webpart slideshow view. By default we can show images from picture library in the content search webpart slide show view. But i need to show preview of documents(like search
    results document preview) in the help me to content search webpart slider. 
    Please help me to solve this issue!
    Thanks in advance!
    SangeethaAjith

    Hi, Thanks for your reply. Actually m working with Sharepoint Online 2013. I need to show the doc preview
    in content search webpart slideshow. If u have any idea pls let me know.
    The content search webpart is fetching documents using query and we didnt know what results are going to come. For the result documents i need to show the preview.

  • Application error in Event viewer Event ID :6398 The Execute method of job definition Microsoft.SharePoint.Search.Administration.SPSearchJobDefinition

    Hi Friends,
    On SharePoint 2010 application server I can see this error on event viewer for every one hour it is repeating.  Please look at the screenshot below. I restarted the SharePoint search service 14 and SharePoint foundation search v4. but it is not solved
    the issue. 
    Please look at the error below and help me to fix this issue . 
    Thanks
    valmeekeshwar

    Try this
    https://sharemypoint.wordpress.com/2007/12/18/error-event-id-6398-and-6482-about-security-rights-of-osearch-service/
    Stacy www.sharepointpapa.com

  • What are the possibilities and limitation of using Out of the box content search webpart on SharePoint Online 2013/O365 ?

    Hi All,
    We are migrating from on-premise SharPoint 2010 to SharePoint online 2013.
    I have few questions below: 
    What are the possibilities and limitations of using Out of the box content search webpart?
    Also, how the cross site publishing will work in SharePoint online something with managed navigations and product catalog apporach? if it is not supported, then what are the alternatives to acheive the same?
    Appriciate any commnets/clarifications.Thanks in advance.
    Thanks,
    Dhananjay.

    Here are the possibilities of Content search webparts
    http://office.microsoft.com/en-in/office365-sharepoint-online-enterprise-help/configure-a-content-search-web-part-in-sharepoint-HA104119042.aspx
    http://office.microsoft.com/en-in/office365-sharepoint-online-enterprise-help/when-to-use-the-content-query-web-part-or-the-content-search-web-part-in-sharepoint-HA104206662.aspx
    Compare the strengths and limitations of the Web Parts
    It’s important that you understand the strengths and limitations of the two Web Parts because if you choose the wrong one, your site could run into performance problems. You can use both Web Parts to show content that is based on a query. In a simplified
    world, here’s how you can decide between the two:
    Use the CQWP when you have a limited amount of content, your query is simple, and you don’t expect your content to grow much in the future.
    Use the CSWP in all other scenarios when you want to show content that is based on a query.
    The table below gives a comparison of the two Web Parts:
    Web Part behavior
    Content Query Web Part
    Content Search Web Part
    Query configuration
    Easy
    You’ll need to know about certain search features such as
    managed properties.
    Query across large amounts of content
    Limited
    Yes
    Handle complex queries
    Limited
    Yes
    Scale to handle future content growth
    Limited
    Yes
    Display content from other site collections
    No
    Yes (see
    section below)
    Design of query results can be customized
    Yes, by using XSLT.
    Yes, by using HTML.
    Maintenance cost in a complex site architecture
    High
    Small (see
    section below)
    Narrow down the query results that are displayed in the Web Part
    No
    Yes, in combination with the
    Refinement Web Part.
    It was not there previously but then it was added to Office 365
    http://blogs.office.com/2013/10/29/search-innovations-for-site-and-portal-design-in-sharepoint-online/
    If this helped you resolve your issue, please mark it Answered

  • How to extend OOTB Content Search WebPart in SharePoint Online/0365 programmatically ?

    Hi All,
    We have some requirements wherein we need to extend some of the properties of Content Search WebPart in SharePoint Online/0365 using javascript (I am using 0365 NAPA tools). We are looking to create an App Part which functions same as content search webpart.
    To be specific I want to override "QueryText" property of CSWP (using javascript in NAPA tool).
    Any help would be greatly apprieciated.
    Thanks in advance,
    Dhananjay.

    If you're talking about affecting the CSWP within a host web from within an AppPart, then no it won't be possible as the AppPart runs within an iFrame.
    Perhaps a better approach might be to run your searches within the AppPart using the REST interface for search. Chris O'Brien has a pretty good example of this on his blog..
    http://www.sharepointnutsandbolts.com/2013/01/calling-sharepoint-search-using-rest-eg.html and I think Scott Hillier did a session at SPC which you should be able to find on Channel 9. (Just search for REST SEARCH API)
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • SharePoint Search not working (topology error)

    Hi Guys,
    I have took the farm backup and restore another environment , the only service application i get status error is 'Search application. I go to logs to check i found this below error.
    Unhandled page level exception. Path: /_admin/search/TopologyAppSettings.aspx, Error: SearchAdminWebServiceApplication for Search Application 'ShareIT Search' doesn't exist., Details: System.InvalidOperationException: SearchAdminWebServiceApplication for
    Search Application 'ShareIT Search' doesn't exist.   
     I tired the below solution that doesn't work for me.
    http://chugene.blogspot.co.uk/2012/10/listen-learned-sharepoint-2010-search.html
    Any help please.
    Thanks.
    kumar

    Hi,
    For your issue, delete the corrupt search service application and re-create it.
    Refer to the following links about how to delete the corrupt search service application:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/55c87d06-bbc8-4c2b-9c9a-04346cbf21cc/delete-search-service-application-topology-will-not-load
    http://blog.greenbrain.de/2013/11/removing-corrupted-search-service-from.html
    Besides, here is an blog about how to create search service application, you can use as a reference:
    http://blogs.technet.com/b/wbaer/archive/2009/11/23/step-by-step-provisioning-the-search-service-application.aspx
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Building Query for SharePoint content Search Webpart

    Hi,
    There is a content search webpart being used for displaying the Related Items from a Page library. Whenever a new item/Page is added into the Page library, there is a column that accepts multiple values.
    Now my requirement is, when a new page is added (which would be a part of custom page layout which has Search webpart) with a Column named say for Ex: 'Status' values as New, Old, Newer and when this page is opened, I want the search web part to display
    all other items/pages whose 'Status' column values would have one among these.
    As I do not have any idea on building the query with this webpart, any help/suggestions would be greatly appreciated.

    Dipti,
    How about replacing you line as below (with content class)
    var newQuery = 'ContentTypeId:0x0102*'+ ' ' +'EndDate'+ '>=' + date;
    with
    var newQuery = 'contentclass:STS_ListItem_Events'+ ' ' +'EndDate'+ '>=' + date;
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Search Result Page Error

    Hi All,
       We have a trouble in SharePoint search result. we have custom page where we have search result webpart in it. Here, the site is anonymous and extended for it.
       The search webpart and pagination is working fine for authenticate users. When anonymous users search the result shows and we we click on the next page we are getting sorry something went wrong. Below are the exceptions we are getting
    Entering monitored scope (Request (POST:http:0/en/_vti_bin/client.svc/ProcessQuery)). Parent No  
    12/04/2014 10:56:19.60  w3wp.exe (0x5914)                        0x4C98 SharePoint Foundation          Logging Correlation Data       xmnv Medium  
    Name=Request (POST:http://80/en/_vti_bin/client.svc/ProcessQuery) e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:19.60  w3wp.exe (0x5914)                        0x4C98 SharePoint Foundation          Authentication Authorization   agb9s Medium   Non-OAuth
    request. IsAuthenticated=False, UserIdentityName=, ClaimsCount=0 e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.00  w3wp.exe (0x5914)                        0x4100 SharePoint Foundation          Asp Runtime                
       aj1kl High     [Forced due to logging gap, cached @ 12/04/2014 10:56:19.60, Original Level: Verbose] SPRequestModule.PreRequestExecuteAppHandler e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.00  w3wp.exe (0x5914)                        0x4100 SharePoint Foundation          Monitoring                
        aeap2 High     [Forced due to logging gap, Original Level: Verbose] Set diagnostics context correlationid {0}, trace level {1}, isDevdashboardenabled {2} e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.00  w3wp.exe (0x5914)                        0x4100 SharePoint Foundation          CSOM                  
            agw10 Medium   Begin CSOM Request ManagedThreadId=111, NativeThreadId=16640 e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.00  w3wp.exe (0x5914)                        0x4100 SharePoint Foundation          Logging Correlation Data       xmnv Medium  
    Site=/ e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.02  w3wp.exe (0x5914)                        0x4100 SharePoint Foundation          CSOM                  
            ai3c0 Medium   Do not Check SPBasePermissions.UseRemoteAPIs permission. Site.ClientObjectModelRequiresUseRemoteAPIsPermission=False, IisSettings.ClientObjectModelRequiresUseRemoteAPIsPermission=True e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.02  w3wp.exe (0x5914)                        0x4100 SharePoint Portal Server       Microfeeds                  
      aizmk High     serviceHost_RequestExecuting e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.05  w3wp.exe (0x5914)                        0x4100 SharePoint Foundation          General                
           xxpk Medium   Unable to open Lookup list '{d7966e0d-e36c-40c2-a2fe-adea5b11239b}'.[Error was 0x81020026] e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.05  w3wp.exe (0x5914)                        0x4100 SharePoint Foundation          General                
           xxpk Medium   Unable to open Lookup list '{030c1db3-ae0c-4049-81f4-f8fccb68d7b2}'.[Error was 0x81020026] e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.07  w3wp.exe (0x5914)                        0x4100 SharePoint Foundation          Database                
          fa42 Monitorable A large block of literal text was sent to sql (length 44546).  This can result in blocking in sql and excessive memory use on the front end.  Verify that no binary parameters are being passed as literals, and
    consider breaking up batches into smaller components.  If this request is for a SharePoint list or list item, you may be able to resolve this by reducing the number of fields. Call stack:    at Microsoft.SharePoint.Utilities.SqlSession.OnPostExecuteCommand(SqlCommand
    command, SqlQueryData monitoringData)     at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean
    retryfordeadlock)     at Microsoft.SharePoint.SPSqlC... e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.07* w3wp.exe (0x5914)                        0x4100 SharePoint Foundation          Database                  
        fa42 Monitorable ...lient.ExecuteQuery(Boolean retryfordeadlock)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName,
    String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback,
    Boolean& pbMaximalView)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags,
    ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallbac... e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.07* w3wp.exe (0x5914)                        0x4100 SharePoint Foundation          Database                  
        fa42 Monitorable ...k, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)     at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient
    pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback,
    ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)     at Microsoft.SharePoint.SPListItemCollection.EnsureListItemsData()     at Microsoft.SharePoint.SPListItemCollection.get_Count()    
    at Microsoft.SharePoint.SPList.GetItemById(Str... e571d29c-2ca9-405a-40e9-cd516fdce52e
    12/04/2014 10:56:20.07* w3wp.exe (0x5914)                        0x4100 SharePoint Foundation          Database                  
        fa42 Monitorable
    Please help me out
    Thanks in advance 

    Hi Moorthy,
    can you please enable below setting to get search result for anonymous access.
    To get rid of it please do the following.
    Under the SharePoint Site go to Site Settings.  Search Administration -> Search and offline availability -> Indexing ASPX Page Content, Enable the option "Always index all
    Web Parts on this site"
    Under Search Service Application, do a Full Crawl for the content source to resolve this issue.
    see below link for more details
    http://blogs.msdn.com/b/sowmyancs/archive/2010/07/16/sharepoint-2010-search-not-showing-any-results-for-anonymous-users.aspx
    Hope this will help you.
    Regards
    Soni K

  • BPM 11.1.1.5.0 Features Pack: UCM integration issue

    Hi all,
    I have installed BPM SP4 FP successfully on Windows. But I have a problem with UCM integration.
    In Jdev, I configured the Human Task use UCM to store the documents. But after deploying on WLS, in BPM workspace, I cannot use attachment functionality. It show error message:
    "Document Store not available. Please configure the document store."
    Maybe need to configure Document Store of UCM in somewhere. But I don't know how to do it.
    Anyone can help?
    Thank you.

    All credit Goes to Alaa
    Provide UCM information. You need to provide username,
    password and UCM url.
    -- Go to EM. Click on SOA node. Click on soa-infra node. On the right panel,
    click on the "Soa Infrastructure" dropdown menu. In the dropdown, select "SOA Adminstration". In the
    sub-menu, "Workflow Task Service Properties".
    -- On this page, click the link at the bottom "More Workflow Taskservice
    Configuration Properties...".
    -- On this page, select node:
    - Application Defined MBeans - oracle.as.soainfra.config
    - Server: AdminServer
    HWFMailerConfig
    human-workflow
    - WorkflowConfig
    human-workflow<== Select this
    node
    - WorkflowIdentityConfig
    -- On the right panel, select "UcmIdcUrl". Set value pointing to UCM server.
    (Note: Only idc protocol is supported for now).
    For now, you can use the server at
    idc://adc6170580.us.oracle.com:4444
    Click apply.
    -- Now click on following node on the left panel in EM:
    FarmFarm_soainfra
    -- On this page, click on "Weblogic domain" dropdown. Select "Security" and
    then select "Credentials" from the sub-menu.
    -- On this page, click on "Create map". Enter "WF-ADMIN-USER" for the map
    name.
    -- Now click on "Create Key". Make sure, WF-ADMIN-USER is selected for map
    in the popup dialog. Enter WF-ADMIN-CREDENTIAL for key name. Enter
    username/password of user with admin privilege on UCM server.
    The values are weblogic/weblogic1 for the server mentioned above.
    Now you are ready to UCM attachments in your task.
    Also, if you are using your own UCM server, you need to change config file.
    -- Add your SOA server machine ip address, so it can connect to UCM server.
    Edit config.cfg and change following entry:
    original entry: SocketHostAddressSecurityFilter=127.0.0.1|0:0:0:0:0:0:0:1
    SocketHostAddressSecurityFilter=127.0.0.1|0:0:0:0:0:0:0:1|your_soa_server_ip_address
    - WebLogic Domain
    soainfra<== Click on this node
    e.g.
    SocketHostAddressSecurityFilter=127.0.0.1|0:0:0:0:0:0:0:1|10.232.129.113
    Also add new entry:
    IntradocServerPort=4444 ==> or whatever port you want to use.
    Based on the above entry, you will add UcmIdcUrl in em. E.g.
    idc://your_ucm_machine_name:4444
    Also,
    Check your $DOMAIN_HOME/config/fmwconfig/system-jazn-data.xml. Search for WF-ADMIN-USER.
    Check the jar name at the begining of grant elem. It has a typo in the path. It should oralce.soa.workflow
    instead of oralce.bpm.workflow. Make this change and restart the server. This bug was fixed just before
    GA release.
    Edited by: PerCo on Dec 12, 2011 12:21 AM

  • Display Search Results of Content Search WebPart in a Calendar Style

    Hi,
    I have currently the requirement to gather events from calendars (event list) that are spread among dozens of site collections. Calendar rollup or overlay only works within a sitecollection (right?). 
    I thought that I might be able to use the Content Search WebPart for this task. Is it possible to create displaytemplates that transform the search results into a calendar like view?
    Thanks
    Sven

    Hi Sven,
    As I tested, I can overlay SharePoint calendars across site collections in the same web application. However, by design it doesn't work across web applications.
    I'd like to confirm if you are overlaying calendars across site collections or web applications. If your situation is the former, did you recieve any error message?
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Sharepoint Search Service Application isn't crawling.

    Hi all,
    I am new to Sharepoint 2013 and I do not know how to troubleshoot the issue of sharepoint search service.
    My issue is that the sharepoint search service application is not crawling. How can I know the reason of this error and how to fix this.
    Please help me.
    Thanks.

    Hi Vishwajeet,
    if you facing any problem in search you can Use the crawl log and crawl-health reports to diagnose problems
    which is best recommended practices  from Microsoft.
    http://technet.microsoft.com/en-us/library/dn535606%28v=office.15%29.aspx
    for View Search diagnostic   and also check all the search related service whether its running or not
    http://technet.microsoft.com/en-us/library/jj219611%28v=office.15%29.aspx
    Please Mark as Answer and Vote me if it help to resolve your issue

  • Creation of SharePoint Search service with the help of powershell.

    Hi Team,
    Upgraded WSS 3.0 to SharePoint 2013 Foundation red the SharePoint search.
    We found log backup on the subjected server was failing due to database name,
    which is more than max allowed legth. To fix the same, we may need to rename the
    same to short name.
    failed-1073548784)
    Executing the query "BACKUP LOG [Search_Service_Application_AnalyticsRe..."
    failed with the following error: "Invalid device name. The length of the
    device name provided exceeds supported limit (maximum length is:259). Reissue
    the BACKUP statement with a valid device name.
    BACKUP LOG is terminating
    abnormally."
    Database Name :
    Search_Service_Application_AnalyticsReportingStoreDB_2e7b13e23fde4c8397ed0be06474966f
    To rename SharePoint Search it took more than 5 hours.
    Is it possible to create SharePoint search using PowerShell and will get support from Microsoft for search application built this way ?
    Please share information on how create SharePoint search using powershell.
    Our environment: SharePoint 2013 Foundation.
    Best Regards,
    Mahesh

    Hi Mahesh,
    To create Search Service Application in SharePoint Foundation 2013 by using PowerShell, you can refer to the links below for more details:
    http://www.andrewjbillings.com/sharepoint-2013-foundation-creating-the-search-service-with-powershell-and-removing-those-pesky-guids/
    http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    Best regards,
    Victoria Xia
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for