Jasperserver 8.0.0 has input checks flaws - jasperserver

Well, I will explain the case, this is the third time that it happens to me that the reports that I make in Jasperserver work perfectly for me, and after 3 days that I use the program again, without any explanation one of the input parameters (That has a query) stops working, the report is loading and after that it doesn't happen, the only solution I've found is to remove and reinstall jasperserver (community version) but it becomes tedious, some explanation about it or does it only happen to me?
Edit: Now I am placing the wrong query with data that is not in the database and the loading continues to appear... it does not even mark an error, it is a simple selection query.

Related

Typo3 (8.731) Plugin Controller ignored the first time, every call after that works fine

I have a typo3 plugin, that handles the /code/xyz.
When a code is called the first time it doesn't work and results in a 404. When it's called the second time it's running into the controller (I've set breakpoints there).
What could be the reason for the difference of behavior between the two calls. With nothing changed by me two calls right after each other exhibit the same behavior.
Thanks in advance.
Ok, this one was a hard one to crack.
Even though we thought is was Realurl the problem was a different one.
The integrator doing the upgrade from 7 to 8 missed one breaking change:
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.5/Breaking-78002-EnforceCHashArgumentForExtbaseActions.html

Neos 1.2.9 error during loading image

I have problem with Neos 1.2.9. It's error "The identifier Persistence_Object_Identifier is missing for a query of TYPO3\Media\Domain\Model\Image". It's happened when I add image to backend. Not every time, only sometimes. there is no principle why. One time everything is fine, next time I had this error.
I tried to do update Neos to 1.2.19 but bug still exists.
I have wasted many hours to try solution, but no result. The same image one time is loaded correctly, next time I had this error. After that I have to remove this node from database, because backend can't loading node tree.
./flow node:repair doesn't work - I have to remove manually all crashed node from database.
You are working with quite an old version. If you look at the release roadmap you will see that your version will run out of support.
Go to https://www.neos.io/community/social-media.html there you find the official channels (Slack or Discourse. There are much more people who can help you.

SSRS report won't load in browser

I am new to SSRS, but have begun migrating our reports to that for my organization. I have 3 reports set up at this time, but have run into a problem. Viewing any of the reports in Report Builder works just fine, but viewing 2 of the 3 in IE (also tried Chrome, Firefox, Opera) is only sporadically successful. Report server is set up on database server, and nothing in the queries being run would tax the system.
I know the security settings are correct, as I can access everything without permissions errors; I know the reports work, as I can freely use them in Report Builder and sometimes from the browser; and I am able to always access one of my three reports through the browser. All have the same security, are in the same folder, and I have gone through the same steps to load each of them. The only difference is that the one that always loads is much simpler than the other two as far as volume of data.
Now, to explain what I actually see when this happens. I set my parameters, and click View Report, and the loading icon pops up for about 1/10th of a second, then disappears. The toolbar does not appear, no data appears, and no error message is present. Every once in a while, it all works perfectly. Most of the time, only 1 of the 3 reports works. I've tried without success to find this issue raised elsewhere -- my apologies if I missed it. Any help on this would be greatly appreciated, thanks in advance.
edit details: SQL Server 2008 R2, on Windows Server 2008 R2, IE9 from a Windows 7 desktop.
If you inspect the SSRS error log it may reveal more of the issue. Sounds like a processing error that was not gracefully handled. Inspect the file \SERVER\\MSRSXX.MSSQLSERVER\Reporting Services\LogFiles and find the current log file to view the exception. Depending on how the client is set up some errors may not show.

Crystal Report corruption

Unsure if anyone on here could lend a hand, but I thought I'd give it a shot. Google wasn't too useful.
I have a report that I was working on all yesterday in Crystal Reports XI. I thought it was all good and working, so I closed the file (big mistake). Now, I try and open it again, and it's not letting me.
I get the following errors:
"An Ole object in this report could
not not be loaded. It has been
replaced with a blank object"
So then crystal tries to load my report with it's changes (I think), and then I get:
" This document could not
be opened. It does not appear to be a
Crystal Report document. This document
has the expected file extension
(.RPT), but it seems to be corrupted.
If this report used to work, try
opening it with a different version of
Crystal reports and if that still does
not work, please contact your
administrator".
I don't have another version of Crystal to check it with, and I'm pretty much the local admin for crystal, and I have no idea what to do.
Crystal wasn't letting me save over previous versions of this report yesterday, and now none of the 6+ versions I have are loading.
Can anyone suggest anything to help?
I got around this error by recreating the entire report.
I have no idea what the issue was, but after I spend 2 hours recreating it, it now works as intended.
I'm guessing that if anyone else receives the terminal Corruption error, they should just throw it away and start again.
You can try opening it in Visual Studio, which may or may not have the same version of Crystal. But it's a binary file, and if that gets munched, I'm not sure you have much recourse.

Strange CrystalReportsViewer toolbar behaviour

I have a problem with the CrystalReportsViewer's toolbar that puzzles me. Let's say I have a report that consists of five pages.
If I click the next button, I get to page two as expected, but if I press it again, page two reloads!
I can click the last page button and get to the last page, but if I try to go to the previous page from there, I end up on page one again.
So, no matter how many pages my report has, I can only get to the first, the second and the last one!
These problems began when we migrated from Windows Server 2003 to 2008. We're running Crystal Reports 10 which perhaps have problems under 2008? Can any of 2008's new security stuff be responsible for this?
Has anyone seen this behaviour before and know how to solve it? Thanks!
Never seen that Dev tool before so it won't be in our supported platforms.
I recall something similar and it was due to the screen resolution or zoom level.
Have a look at the source code of the page to see what it is doing. Compare it to a VS .NET ASP.NET app to see what the differences are.
I haven't seen this weird behavior before, but I know from a project I worked on a few months ago that Crystal Reports isn't supported on Win2k8 / IIS7 yet. I wish I could find a link that stated that for you, but I remember running into that problem.
I had to go the route of setting up a virtual server to host Win2k3, just so I could publish some reports.
Oops, it seems this isn't considered programming related (even though there's been a certain amount of programming to show the reports and that the CrystalReportViewer is a server control), so sorry about that.
Thanks Ken for your input. I bet i doesn't help that we're running an old version of CR as well. Maybe your route with the virtual 2003 machine is the best to go.