April 20, 2013

Dashboard Designer: Cannot Connect to PerformancePoint Service

After configuring my PerformancePoint Service on SharePoint 2013. This error hit me when trying to create a new data source from Dashboard Designer.


Here are the steps to make sure you have your PerformancePoint service configured properly.

  1. Make sure you have the PerformancePoint Service and Secure Store Service started.


    You can check this by going to Central Administration | Application Management | Service Applications |Manage services on server
  2. Make sure you have a Secure Store service application running.


     You can check this by going to Central Administration | Application Management | Service Applications | Manage service applications.

    Ensure that you have configured the service application properly.
  3. Make sure you have a PerformancePoint Service application running


    You can check this by going to Central Administration | Application Management | Service Applications | Manage service application.

    Ensure that you have configured the service application properly. Click on your performance point service application to take you to the management screen as shown below:
    Verify you application setting by selecting PerformancePoint Service Application Settings.

    Make sure you have your secure store displayed and you are using your appropriate unattended service account (If you are using the service account, click Change User and reenter the username and password).
  4. And finally check service application associations.

    Go to Central Administration | Application Management | Service Applications | Configure service application associations

    Click on default and ensure that your performance point service is selected.


These steps should ensure that you get your PerformancePoint service up and running.

February 28, 2011

How to execute custom queries on Recess framework

Working with Recess framework can be fun if you are ready to dig into the source code of the framework. Due to its small code footprint, going through the code is no trouble for even a beginner. In this article, we will have a look at how to execute custom mysql query.

February 23, 2011

Multiple file upload using ExtJS & ASP.Net MVC

Recently I had to build an image gallery for one of my project which used ExtJS & ASP.Net MVC. The gallery consisted of many components, and I will explain the multiple image file upload functionality used in this gallery.

February 14, 2011

Recess framework - An ignored PHP RAD tool!


My new personal project is being built on PHP stack instead of Java or .Net! My team (group of friends) not I are regular PHP coders and we decided to give PHP a try. Our application needed a simple MVC framework, REST support & small learning curve. During the search I stumbled upon Recess! - A RESTful PHP framework.

January 28, 2011

Cascading Combo box in ExtJS

This week, two Techno Paper readers had approached me with questions on cascaded loading of combo box in ExtJS. Rather than replying them with mails, I decided to put it up for on the blog so other readers can also get it. In this tutorial I will explain how to cascade the loading of combo box options.