I was running the JIRA content pack (https://powerbi.microsoft.com/en-us/blog/explore-your-jira-data-with-power-bi/) on Power BI without any problems until today. But now I'm facing a issue that I cannot fix.
The problem is, suddenly the template started to limit the rows that are loaded from REST API. I didn't changed anything before this and I also checked if my JIRA user had some permission edition. Anybody knows what could be happening?
Thank you very much!
I had the same problem, modify the number of results per page before it loops in the advanced editor: Source = FetchPages("", 100),
Related
The '/onenote/sections/{sectionId}/pages' endpoint doesn't return recently created pages. It used to work without issues. Since the past few days, it isn't returning newly created pages. Does anyone know how to fix this issue?
https://graph.microsoft.com/v1.0/me/onenote/sections/{sectionId}/pages?top=100
Thanks for reporting this issue Ajay! It's being investigated and will let you know when fixed.
Hi we are working in Team Foundation Server 2015, today I was trying to open a backlog item (yesterday I did it without any problem) but I got this error message "RecursionLimit exceeded ", then I noticed all backlog items have the same problem, what should I do to avoid it? Is there any limit configuration? Backlog item message error
You could use below ways to narrow down the issue:
Use another user account to see if the issue related to permission
Clear IE cache and try it again
Use another browser such as chrome instead of IE
Clear TFS cache
Try to use your account in another machine
At the end we resolved by removing some pools we have added recently.
I am using umbraco v 4.11.6 (Assembly version: 1.0.4834.19775) the issue is every time the server shuts down or restarts I need to republish the pages which are not loaded.
So please let me know the root cause for this issue if anyone knows or any other things that can be done to over come from this
Thanks in Advance
In version 4.6 there was an issue which had the same behavior when the SQL database was not available at boot time of the website. But with version 4.11 this should be fixed a long time.
I would investigate the logs (~/app_data/logs/). You might find some clue there. Append logs to your post if you can not find the issue.
This might be a problem with some ApplicationEventHandlers not running properly. Or with write permissions on the proper folders. Try adding more logs to the code, so you are sure what runs (and what doesn't).
If you can not find the answer, try the umbraco forums : http://our.umbraco.org/forum
I have configured TFS 2010, but when I try to load the project dashboard for a team project, it returns a reporting service error so I am not able to see the "Task Burndown (hours)" and " Burn Rate (hours/day)". Other parts of the page are working fine.
The error is as:
An error has occurred during report processing. (rsProcessingAborted) Get Online Help
Cannot impersonate user for data source 'TfsReportDS'. (rsErrorImpersonatingUser) Get Online Help
Log on failed. (rsLogonFailed) Get Online Help
For more information about this error navigate to the report server on the local server machine, or enable remote errors
I got resolution finally....
Go to analysis service.
You will see database named as TFS_Analysis.
Go to Roles node.
View properties of "TfsWarehouseDataReader".
Click on Data Sources.
Now you will see Tfs_AnalysisDataSource.
Change access to "Read" and check "Read Definition" box. Now Click OK and You are Done.
The main problem was with SCHEMA CONFLICTS.
First identify which fields are causing schema conflicts, invoke GetWarehouseStatus and observe the XML which fields got conflicted, and in which collection. once you found the filed names then rename the fields with the help of below link.
geekswithblogs.net/Natalia/Default.aspx
msdn.microsoft.com/en-us/library/ee921480(v=VS.100).aspx
then rebuild your warehouse from tfs admin console, take a back up of old database in sql database and delete it .wait for some time (depends on warehouse time to refresh the cube or check the GetWarehouseStatus next day and check the xml ). to check this use below link
type //localhost:8080/tfs/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx?op=GetProcessingStatus
I spend lot of time to resolve this issue, that's why posting the solution here, this may help some one... any queries related schema conflicts and Reporting services feel free to post me... iam not a expert but for sure i can help you out in this issues....
Please use Mark as Answer if my post solved your problem and use Vote As Helpful if a post was useful.
Although sharepoint administrator has full control over the sites of Sharepoint 2007, he can not add or edit content.
The owners of each of the sub-sites created a log time ago that, also, have the permission "Full Control" or other privileged permissions can not edit or add data to lists and documents. This problem arose from one day to another without having reasons for that behavior.
Any indications to solve this?
Regards.
Solved, a colleague of mine discovered that the problem was due to unavailable disk space in the the Configuration Database of SharePoint (SP), the log file contained into this database (something similar to archive logs of Oracle) grew unexpectedly and was not responding correctly to SP requests.
The log files of SharePoint and Event viewer were not very clear, they were only giving messages about the consequences.
My best regards.