SSRS Email subscribtion fails after added expression - email

I have an SSRS reporting service which sends reports as email subscription. Everything was working fine.
Now I added a expression to one of the column. After that I was able to view the reports in the URL, but the timely subscribed emails are not flowing out. The status is pending for so long and finally it fails saying "Thread aborted"
Can anyone help on this ?

Usually, the error "System.Threading.ThreadAbortException: Thread was being aborted." occurs when we call Thread.Abort() explicit, or there is unhandled exception occurred.
In this case, it should be unhandled exception, as SQL Server Reporting Services(SSRS) catches almost all exceptions. Maybe you could enable verbose log for SSRS to trace more detailed error log, this may help us to troubleshooting the issue. If there is dump file generated. The dump files will be generated in the same folder of the log files.
Dont have the rep to post this a comment.

Related

How to solve oracle connector error in DataStage?

I am facing a sudden issue in my datastage job. when run the job it eventually aborts/fails and gives below error. whereas this was not happening earlier, I ran the job multiple times and it completed successfully.I have not made any changes.
I am getting this error in my source oracle connector.
following is the error:
Oracle_Connector: The connector could not access the oracle server using the specified Username.
Method: OCISessionBegin:OCI_CRED_RDBMS,
Error code:28040, Error message ORA-00000: normal,
successful completion.(CC_OraConnection::verifyConnection, file CC_OraConnection.cpp, line 5,171)
The most probable cause is that the password of the Oracle user has expired.

Flow does not run on Tableau Server - where can I see the actual error?

When I run a flow in Tableau Server, it fails with the following error message:
Unfortunately this error is not helpful in understanding the actual cause of the problem.
Is there a way to see the actual underlying error? Or how am I supposed to debug this?
The flow runs fine in my Tableau Prep.
(EDIT: I used state here that I used a different data source to test in prep, but this is no longer true)
Arguably that error log does give you a hint as to what the issue is. The issue is with the Output step. This is most likely due to a permissions error when Tableau Server goes to publish the output since you can do it locally in Tableau Prep.
Are credentials for your flows able to be embedded on server? This will impact whether the output will be accessible. Are all flows run using a service account? Make sure that service account has access to the output location.
If these troubleshooting steps don't work, check the server logs. For this you'll need to check the logs on Tableau Server using the command line to see if there is a more detailed response. If you have the access, run tsm maintenance ziplogs to zip the log files and investigate.

When exporting an Adhoc Report it gives an internal server error

When trying to export an report from the adhoc editor to any format it loads for a while, and then gives an "Internal Server Error".
The report has approx. 15.000 rows. But some are filled with large chunks of text.
Any ideas on how to solve this ?
I also looked at the logs but they aren't showing anything. The only thing i get in the browser is
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root#localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
The jasperserver.log and the catalina.out do not show any error stacktraces.
It looks like i'm getting a timeout ?

Unable to connect to update server when installing

I downloaded the installer and run it, but I get a message telling me to check my internet connection. My connection works fine, but I suspect there might be a proxy problem. Does anybody know how to remedy this?
I had this issue, but today when I started the installer (the same installer I downloaded two days ago) and there was no error message. I think the problem was caused by the smarface.io server(s).
Thus, when you get this error message while installing smartface:
"Unable to connect to update server. Please check you internet connection and try again. #1"
Just wait for a day or two and start the installer again. The error message will disappear!
I have a code improvement suggestion for smartface.io:
I hope the error message never occurs in the future, but if it does you should correct the spelling: the word "you" in the error message is incorrect. It should be "your".

SQL Server Reporting Services (MSSQLSERVER) is screw up

I’m trying to investigate for which reason sometime my service SQL Server Reporting Services (MSSQLSERVER) is screwed up and doesn’t respond, producing an error in my SSRS reports. When the users run their report they get an ambiguous and confusing error message like: Server Error in ‘/Reports’ application.
This problem was resolved only by stopping and restarting the service. It comes only a few times, but I don't want to get it again.
The stability of the reporting is the first priority for our team. I want to know the reason or how can we prevent this error in the future.