Application Configuration List (key/value) in SharePoint 2013

What is the best way to have a application configuration list in SharePoint 2013? Think of a SharePoint portal with around 50 key/value pairs that needs to be configured
(Similar to configuration manager that we had as part of Microsoft patterns and practices library - These libraries are not yet updated for SharePoint 2013)
pratap R

As a quick answer, you may go with hidden list -
link, however what is your environment (O365/On Prem). Site property Bag also another way. Actually it depends on situation and NFRs.
Regards Sudip Misra [email protected] +1-412-237-5435 Pittsburgh, PA

Similar Messages

  • PowerShell command To configure Access Service 2010 in sharepoint 2013 server

    HI ,
    can any body give reference for Powershell command for
    Access Service 2010
    I am currently able to run powershell command for
    Access Service .
    But in sharepoint 2013,Access Service 2010 is a new service, but i am not able to see any refernce blog for command.

    Hi,
    According to your description, you want to configure Access Service 2010 in SharePoint 2013 server by using a Windows PowerShell.
    Take a look at an articles about configuring services and service applications in SharePoint 2013:
    http://technet.microsoft.com/en-us/library/ee794878(v=office.15).aspx
    Updates on how to do a lot of these (include
    configure Access Service 2010 ) with PowerShell haven't really been released yet. 
    Here is an article about configuring a service application by using a Windows PowerShell script (SharePoint Server 2010), you can use as a reference:
    http://technet.microsoft.com/en-us/library/gg983005(v=office.14).aspx
    Best Regards,
    Lisa Chen
    Forum Support
    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]
    Lisa Chen
    TechNet Community Support

  • How to import column values into SharePoint 2013 Term Store Using Powershell(CSOM)

    Hi, 
    I do have SharePoint 2013 list with more than 500 items in it.Now I am trying to import column values into SharePoint 2013 Term Set A using Powershell scripts.
    I am new to Powershell(csom) and can anybody help me out to accomplish this task?
    Any help would be greately appreciated.
    Thank you,
    AA.
    AA.

    Hi
    check this doc
    http://wellytonian.com/2012/10/sharepoint-2010-2013-term-store-importer-using-csv/
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • List Custom filter in SharePoint 2013

    I recently upgraded my company's SharePoint 2010 site to SharePoint 2013. Now users are complaining for the List Custom Filter box that was available in SharePoint 2010 but is missing in SharePoint 2013.
    Is there a possibility to activate that feature in SharePoint 2013 in any way?

    Hi Alex,
    You can use Key filters to filter the list items per date entries.
    1. Go to Site settings --> activate 'Metadata Navigation and Filtering' feature.
    2. Go to List settings -->click 'Metadata navigation settings' under 'General Settings' -->Select the desired columns under 'Configure Key Filters' and click 'OK'.
    Please note:
    Fields that are available for use as navigation hierarchies include columns on this list that are one of the following types:
    - Content Type
    - Choice Field
    - Managed Metadata Field
    - Person or Group Field
    - Date and Time Field
    - Number Field
    Hope this info helps you!
    Thanks & Regards, Richlibran

  • Enable Team Collaboration Lists Feature via PowerShell - SharePoint 2013

    I need to enable the Team Collaboration Lists feature across the mysites 2013 web application that we have. I want our server team to do this programatically through powershell. I really have no experience with powershell but I think what we need is the
    feature name.
    Is there anyone that can provide assistance on this?
    Thanks!
    -Kyle

    DO something like:
    $WebApp = Get-SPWebApplication "http://<url of my site host root>"
    for($i = 0; $i < $WebApp.Sites.Count; $i++)
           $site = $WebApp.Sites[$i]
    for($j = 0; $j < site.Webs.Count; $j++)
    $web = $site.Webs[$j]
    $teamList = Get-SPFeature | Where{$_.Id -eq "00bfea71-4ea5-48d4-a4ad-7ea5c011abe5"}
    Enable-SPFeature -Url $web.Url -Identity $teamList
    $web.Dispose()
    $site.Dispose()
    Nikolas Charlebois-Laprade Microsoft Certified Professional Software Engineer and Senior SharePoint Advisor http://nikcharlebois.com

  • Steps to configure Information Rights Management in SharePoint 2013 On-Premise

    Hi,
    What are the steps to configure Information Rights Managment [IRM] on SharePoint 2013 On-Premise.
    Regards,

    2. PHases
    1. you will have to configure a IRM server
    2. You will have to integrate IRM iwth sp server. 
    Below article should explain all
    http://msmvps.com/blogs/ivansanders/archive/2012/06/08/check-out-the-weather-forecast-for-teched-2012.aspx

  • Configure Search Across farms in sharepoint 2013

    Hi,
    I'm setting up a farm to share services across differente farms but for some reason search isn't working. 
    I have done everything I thk i should, exchange certs, create trust relationship, publish service, service permissions, connect remote service app, s2s auth etc. I added the remote site url on the crawler, it runs without erros, then I created a result source
    with remotesharepoint but when I test I get an Unauthorized (401), or when I search on my Enterprise search.
    In the consumer farm I'm getting this error on the ULS: 
    SPApplicationAuthenticationModule: Error authenticating request, Error details: Header: 3000006;reason="Token contains invalid signature.";category="invalid_client", Body: {"error_description":"Invalid JWT token. Could not
    resolve issuer token."}
    I have changed my PS command according this guy(http://steve.thelineberrys.com/following-sites-across-farms-with-sharepoint-2013-mysites/)  that had the same problem but with the UPS, without any luck.
    What am I doing wrong? Does anyone had the same problem? Thks alot
    http://pontodepartilha.blogspot.com

    I am now able to search and get results from the Consumer site collection (crawler runs without errors) on a Search Portal on the Publisher farm.
    But everytime I try to open the Result Sources on my consumer site collection  for example I get a
    "Addresses for this application have not yet been fetched."
    I dont get service toplogy/permission errors on ULS, but I have tried the script harbar posted:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fb52cfd8-bdb5-45b2-a86b-a23f8179a8b7/addresses-for-this-application-have-not-yet-been-fetched?forum=sharepointadminprevious
    Any ideas? Tk you.
    http://pontodepartilha.blogspot.com

  • How to get the people & group field value in sharepoint 2013 editform.aspx using jquery

    i got in sharepoint 2010 by using following-
    var personfield= $("#ctl00_m_g_01cc9f37_2366_400e_aefc_afbe38c5caa5_ff51_ctl00_ctl00_UserField_upLevelDiv");
     var Assigned=personfield.find('span').attr('id');
    But,I want same for sharepoint 2013 .
    Please,tell me
    -Thanks,
    Swapnil

    Swapnil,
    See this link - 
    http://stackoverflow.com/questions/27519795/sharepoint-2013-editform-people-picker-new-value-not-saving
    http://www.sharepointcolumn.com/sp2013-setting-people-picker-value-in-newform-aspx/
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Update existing list item value in sharepoint using web service code

    I have the below code which I am trying to run for updating the list item value. "Settings" is the list name and the item in this list is having index of 1.
    Main()
            ListsSoapClient client = new ListsSoapClient();           
            client.ClientCredentials.Windows.ClientCredential = System.Net.CredentialCache.DefaultNetworkCredentials;
            client.ClientCredentials.Windows.AllowedImpersonationLevel = System.Security.Principal.TokenImpersonationLevel.Impersonation;
            string strListName = "Settings";          
            client.Open();          
            XElement listData = client.GetList(strListName);  
            string listID = listData.Attribute("ID").Value;
            string version = listData.Attribute("Version").Value;
            // string version = listData.Attribute("View").Value; Doesnt work
            // Method 1 : Make the call to SharePoint
            var listItems = client.GetListItems(strListName, null, null, null, null, null, null);
            List<XElement> results = listItems.Descendants().ToList();
            XElement updateItem = results[1];
            updateItem.SetAttributeValue("ows_Value", "value to update");
            client.UpdateListItems(strListName, updateItem); //Didnt work
            // Method 2 : Make the call to SharePoint
            string strBatch = "<Method ID='1' Cmd='Update'>" +
                            "<Field Name='ID'>1</Field>" +
                            "<Field Name='Title'>" + "999" + "</Field></Method>";
            XmlDocument xmlDoc = new System.Xml.XmlDocument();
            System.Xml.XmlElement elBatch = xmlDoc.CreateElement("Batch");
            //elBatch.SetAttribute("OnError","Continue"); //Not mandatory ?
            //elBatch.SetAttribute("ListVersion","1"); //Not mandatory ?
            //elBatch.SetAttribute("ViewName", "00F85842-35AD-4AED-8DF7-0F903FB850BE"); is it mandatory ?
            elBatch.InnerXml = strBatch;
            client.UpdateListItems(strListName, XmlElementToXelement(elBatch)); //doesnt work
            client.Close();
       public static XElement XmlElementToXelement(XmlElement e)
            return XElement.Parse(e.OuterXml);
    How do we get the ViewName value of the list using code ? why is it not mandatory in Method 2. At the end of the method1 i am getting the below exception.How do I fix this ?
     Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.

    you can get view name using below links:
    http://stackoverflow.com/questions/14857811/sharepoint-web-services-getlistitems-view-name
    http://www.a2zmenu.com/Blogs/SharePoint/Get-selected-view-name-of-a-SharePoint-List.aspx
    you can use SPList.getview method.

  • Error when running workflow form list item - workflow manager SharePoint 2013

    I am getting the following error in the workflow services log when I tried to run a SPD 2013 workflow from as list item. The workflow page comes up with an "An unexpected error has occurred"
    page when opened:
    Error processing management request. Method: GET, RequestUri: http://servername:12291/$Workflows/$Instances?$skip=0&$top=100&monitoringParameter=1f51aa43-2f1c-4fc5-a86d-f638ca57c00d, Error: System.Data.SqlClient.SqlException (0x80131904): The procedure "GetInstances" has no parameter named "@OtherWorkflowStatus".
    at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)
    at Microsoft.Workflow.Gateway.HttpAsyncResult.End[TAsyncResult](IAsyncResult result)
    at Microsoft.Workflow.Gateway.WorkflowServiceGateway.<>c__DisplayClass9d.<EndGetInstances>b__9c()
    at Microsoft.Workflow.Gateway.WorkflowServiceGateway.ExceptionFilter[T](Func`1 body)
    at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
    ClientConnectionId:d2039360-b352-4d81-9bb7-b647e2938d06
    Can't find anything on google.
    Edit: Ok, when I look at the error, it is saying the the "GetInstances" stored procedure in the WFInstanceManagementDB database does not have a parameter named "@OtherWorkflowStatus".
    For laughs, I added the parameter (which wasn't in there). Now I get the error:
    Procedure or function 'GetInstances' expects parameter '@OtherWorkflowStatus', which was not supplied
    It seems like there is something not right about my installation. Previously, I couldn't get the workflow backend service to run because there were config values missing from the workflow manager database. At the time I tried to uninstall/reinstall
    WFM to no avail. I eventually had to manually add the values to get it to work. Something is not right about the WFM install/config process.

    Here is what I had to do to get it working:
    Leave the WFM (Workflow Manager) farm using the WFM config tool
    Uninstall WFM, Service Bus, and the CU's from control panel
    Uninstall Workflow Manager Client if it exists in the control panel, it didn't in mine
    Delete the following databases in SQL Server:
    SbGatewayDatabase
    SbManagementDB
    SBMessageContainer01
    WFInstanceManagementDB
    WFManagementDB
    WFResourceManagementDB
    Delete the workflow proxy service in Central Admin (important)
    Application Management > Manage Service Applications
    Highlight (select) the Workflow Service Application Proxy service (don’t click the hyperlink)
    Select “Delete” from the ribbon.
    Restart the server
    Reinstall
    Enable the workflow proxy service in CA for the web app, the 2013 workflow option will not show up in SPD unless you do this.
    Application Management > Manage Web Applications
    Select your web app
    Select “Service Connections” from the ribbon
    Check the Workflow Service Application Proxy item and click “OK”

  • SITE_2 The application '/' does not exist IIS error - SharePoint 2013

    During stopping the service Microsoft SharePoint Foundation Web Application on an App server I haven't been able to get it started. When I try to stop it it gets stucked in
    STOPPING and when I try to start it gets stuck in STARTING.
    The problem now is some web applications work and some don't. But having a look at the app server I can see a web site stopped with the name SITE_19818... with no binding at all.
    On the web server I can see all web sites with bindings including the ones that are not loading/working.
    What do I need to:
    1) get the Microsoft SharePoint Foundation Web Application to start on both app and web server now its stuck STARTING :)
    ** I have ran all the powershell stopServerinstance and start commands with no luck.
    I keep getting the error the job timer is already being created etc..
    2) re- bind the websites back on the web server so I can at least get the web sites working
    Thanks in Advance

    Hi Patrick,
    According to your description, my understanding is that "Microsoft SharePoint Foundation Web Application" service got sutck in Starting.
    Please go to the stsadm directory i.e. cd \Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN, then type
    stsadm -o provisionservice -action start -servicetype spwebservice. After that, restart IIS.
    More information, please refer to the links:
    http://social.msdn.microsoft.com/Forums/en-US/80f72e1e-bf39-489b-a64b-af1a09a754d0/unable-to-restart-a-service-in-sharepoint-foundation-2010-from-central-administration?forum=sharepointgeneralprevious
    http://sharepointadminwiki.wordpress.com/2013/04/29/microsoft-sharepoint-foundation-web-application-service-stuck-on-starting/
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • What are high and low values in sharepoint 2013 user permissions?

    So I hit this api:
    http://win-a3q7ml82p8f/sharepoint_site/_api/web/roledefinitions/
    And got the different high and low values. But I am not clear with what they mean:
    For eg:
    High: 176, Low: 138612833
    and
    High: 176, Low: 138612801
    So for different values of Low how does it change the permissions?
    For 176 its binary is 10110000. So looking at this table here: http://www.dctmcontent.com/sharepoint/Articles/Permissions%20and%20Mask%20Values.aspx
    I can understand that 176 would mean the following set of permissions:
    DeleteVersions
    OpenItems
    ApproveItems
    But what's confusing me is, that user has OpenItems permissions but not ViewListItems permission? Am I wrong in understanding this?
    Also how does the value of Low change the overall user permissions?
    Note: I looked at this answer: http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9d6df168-e8f5-4323-8c34-0646c03eff68/rest-api-what-are-high-and-low-in-effectivebasepermissions-and-getusereffectivepermissions?forum=sharepointdevelopment
    But honestly I cant understand what that means. Can someone help please?

    check this blog may explain you...
    http://jamestsai.net/Blog/post/Understand-SharePoint-Permissions---Part-1-SPBasePermissions-in-Hex2c-Decimal-and-Binary---The-Basics.aspx
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Configuration of PerformancePoint Service in SharePoint 2013

    Hi,
    Recently I had configured Performancepoint Service in SharePoint Server 2013.
    But i had struck while deploying it into SharePoint through the Dashboard Designer.(i.e.,Deploy option has disable in Dashboard Designer).
    So,Could any one help me to produce further steps.
    Thanks in Advance.
    Regards,
    Dinesh 
    Regards, Dinesh R.

    Similar issue reported in 2010:
    http://social.technet.microsoft.com/Forums/en-US/26596046-0bcb-4a60-aea2-42aabd3e64d2/unable-to-deploy-a-dashboard-with-dashboard-designer-2010?forum=ppsmonitoringandanalytics
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • How to get site workflow tasks not list workflow tasks in SharePoint 2013 programatically ?

    i want to customize wrkstat.aspx based on site workflow not list workflow, so i want to filter section of tasks view to filtering based on site workflow, i made this to list workflow and i cannot do that to site workflow.
    Please advise me.
    Thanks.

    Hi Ramakrishnan,
    you can use the below code to post comments in newsfeed. I think this will helps you.
    var feedManagerEndpoint;  
    // Get the SPAppWebUrl parameter from the query string and build  
    // the feed manager endpoint.  
    $(document).ready(function () {  
        var appweburl;  
        var params = document.URL.split("?")[1].split("&");  
        for (var i = 0; i < params.length; i = i + 1) {  
            var param = params[i].split("=");  
            if (param[0] === "SPAppWebUrl") appweburl = param[1];  
        feedManagerEndpoint = decodeURIComponent(appweburl)+ "/_api/social.feed";  
        postToMyFeed();  
    // Publish a post to the current user's feed by using the   
    // "<app web URL>/_api/social.feed/my/Feed/Post" endpoint.  
    function postToMyFeed() {  
        $.ajax( {  
            url: feedManagerEndpoint + "/my/Feed/Post",  
            type: "POST",  
            data: JSON.stringify( {   
                'restCreationData':{  
                    '__metadata':{   
                        'type':'SP.Social.SocialRestPostCreationData'  
                    'ID':null,   
                    'creationData':{   
                        '__metadata':{   
                            'type':'SP.Social.SocialPostCreationData'  
                    'ContentText':'This post was published using REST.',  
                    'UpdateStatusText':false  
            headers: {   
                "accept": "application/json;odata=verbose",  
                "content-type":"application/json;odata=verbose",  
                "X-RequestDigest": $("#__REQUESTDIGEST").val()  
            success: getMyFeed,  
            error: function (xhr, ajaxOptions, thrownError) {   
                alert("POST error:\n" + xhr.status + "\n" + thrownError);  

  • How to retrieve start and end date values from sharepoint 2013

    Hi,
    How to retrieve start and end date values from new event form of calendar in SharePoint foundation2013
    Thanks
    Gowri Balaguru

    Hi Srini
    Yes i need to have parallel flow for both and in the cube where my reporting will be on monthly basis i need to read these 2 master data and get the required attributes ( considering last/first day of that month as per the requirement).......but i am just wondering this is common scenario....while there are so many threads written for populating 0employee from 0person......don't they have such requirement.....
    Thanks
    Tripple k

Maybe you are looking for

  • What is Finder looking for? How can I make it stop?

    I've just repaired permissions w/ Disk Utility and run MacJanitor (three times) and restarted. Finder cannot open any files, including my two mounted drives. Although I'm often connected to my antique OS9 PB3400, it was off at the time. Now when I at

  • Condition check through BPM...............response from IDOC

    Hi All,            I have a scenario like this: The data is coming from a system through a webservice and the SOAP data to be mapped to idoc.But the trick is the idoc is aasynchronous one and the webservice expects a response in return as its designe

  • Lion can't find my external Time Machine Drive

    Anyone having a problem with Lion identifying the external Time Machine drive? When I go to Time Machine set up all I get is "Set Up other Time Capsule". Connections seem OK and drive is on and worked fine previous to the upgrade. Any ideas?

  • How to read checkbox value

    hi experts, I have a reqiurement .If i select certain records  by using the check box and press execute(push button) ,these records must be displayed in next screen but i am facing problem in getting the selected records as the status of checkbox is

  • Toast 7.02 Bug?

    Anyone else having this problem? Toast 7.02 using the "ToastAnywhere" Recorder Sharing feature. Simulation Mode is NOT doing a simulation at all. Laser of shared recorder is live and simulation mode really burns discs when using a shared recorder ove