Tuesday, July 8, 2014

The data source no longer exists or you do not have permissions to view it. Additional details have been logged for your administrator



The data source no longer exists or you do not have permissions to view it. Additional details have been logged for your administrator

Issue: While using Performance Point’s Dashboard Designer, I received the following error. The data source no longer exists or you do not have permissions to view it. Additional details have been logged for your administrator.

Exception Details: The data source no longer exists or you do not have permissions to view it. Additional details have been logged for your administrator.
Inner Exception Message:
Stack Trace: at Zicrosoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportWithParameters(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer)
at Microsoft.PerformancePoint.Analytics.ServerRendering.OLAPBase.OlapViewBaseControl.ExtractReportViewData()
at Microsoft.PerformancePoint.Analytics.ServerRendering.OLAPBase.OlapViewBaseControl.CreateRenderedView(StringBuilder sd)
at Microsoft.PerformancePoint.Scorecards.ServerRendering.NavigableControl.RenderControl(HtmlTextWriter writer)

Performance Point Services error code 20604.

Cause: The performance point is not working as expected is of many reasons.

Solutions: Ensure to check the below to work the PP service as expected.

1.   Performance Point doesn't support claims-based authentication.

2.   Make sure the account you use to logon the server has proper permissions to the data connection list since when SharePoint open dashboard designer from client side, it use the current account of the server not the current account of the SharePoint site.

3.   Ensure  the web app pool identity have permissions to connect to performance point service application.

4.   Ensure to configure the unattended service account


6.   The service account that runs the IIS app pools had to be added as a reader in the BI Center.
 

 

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Monday, July 7, 2014

How to find the Correlation ID error



How to find the Correlation ID error

             Correlation ID Error

One frustrating error SharePoint users will occasionally experience is the  'red X' with a cryptic correlation ID error. The SharePoint Administrator must perform the task of looking through the logs to find the cause of the error.

there was a command that will search the log files for the correlation ID.  

The command Merge-SPlogfile will automatically search the logs for the error ID. the command will search ALL the servers in the farm and place a log file on the server that you will run the command.  Here is an example of the  Merge-SPlogfile command:

Merge-SPLogFile –Path –Correlation <Guid>
(I run the command like this using the Correlation Id from sample error above.)

Merge-SPlogfile –Path c:\log.log –Correlation ba05e237-0680-403a-b9f6-e49f96ac55d4
(That will place a .log file on the C drive of the server which will only contain errors with the correlation ID.)

   

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Friday, July 4, 2014

Deployment of solutions



Deployment of solutions

Below are the commands that use to deploy or remove the solutions in the farm.
Add-SPSolution
Add-SPSolution –LiteralPath(path of .WSP located)

Install-SPSolution
Install-SPSolution –Identity( nameofyoursolution.wsp) –GACDeployment

Uninstall-SPSolution
Uninstall-SPSolution –Identity( nameofyoursolution.wsp)

Remove-SPSolution
Remove-SPSolution –Identity( nameofyoursolution.wsp)

Update-SPSolution
Update-SPSolution –Identity( nameofyoursolution.wsp) -LiteralPath c(path of .WSP located)-GACDeployment
 

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

The amount of data that was returned by a data connection has exceeded the maximum limit that was configured



The amount of data that was returned by a data connection has exceeded the maximum limit that was configured    

                     

 Issue: When you try to get data from Data Connection. You see the following error:

“The amount of data that was returned by a data connection has exceeded the maximum limit that was configured by the server administrator. 

Cause: The Default data connection response size if set to 1500kb for Form Services, If the response from the data connection size exceeds the default limit the warning will be shown on screen.

Resolution: Ensure to follow the below steps.
                                         i.    Open the central administration
                                        ii.    Go to General Application Settings
                                       iii.    InfoPath Form Services
                                      iv.    Configure InfoPath Form Services
                                       v.    Click on Data Connection Response Size
                                      vi.    By default it is 1500 kilobytes
                                     vii.    Change the Response Size in kilobytes (Increase the number).
 
                               

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

ShareThis

X