Error while printing using crystal report - crystal-reports

I have created crystal layout (invoice) which has been working ok for the last one month. i started getting an error "cannot retrieve data from database. vendor code number 339" the last two days. Going to the crystal report am getting this error while i try to preview the layout. Kindly help
I have tried to upload a working layout but getting the same error. I have not done any changes or updates to the system off-late.

Related

Failed to load databse information: SAP Crystal Reports ActiveX Designer when create Dataset

I am having this issue again and again after applying multiple solutions like update web.config with code:
. But not working.
As i want to add database fields to report using ADO.Net datasets it give this error message. Screen shot is attached...enter image description here

Crystal Reports: Adding new data table to results data set

We are using SAP Crystal Reports with Visual Studio 2010.
To enhance our program with a new report, we have created a new data table and added it to our results data set. The problem however is that it is not possible to refresh the results data set in the Crystal Reports editor. As the screenshot shows, a window appears where we are supposed to enter connection credentials, and then we get an error message.
We have already had this problem several times before. Once, when we did essentially the same thing (add a new data table), it worked. So it seems to work sometimes, and sometimes it does not. But: How can we avoid this problem? It is really annoying and so far, I have been unable to add the data table which I have created today. This is a big problem.

Crystal Reports Loading Database info

I have SAP Crystal Reports 2011 and use it to edit reports we use with JobBOSS ERP system. These reports were all put in place before I started here and am just now learning Crystal Reports. I am trying to edit the reports but am having issues.
So when I open the report in Crystal Reports the Field Explorer is showing that the file being used to pull fields into the reports is a TTX file. I know nothing about TTX files and assumed I could just find the data in my tables and import it in but apparently that wont mix well from what I am understanding. I have no clue what to do with the TTX and being able to populate the fields on the page with data from another table.
Where do I start with this? All of my forms use the TTX to pull data. Does anyone have any resources that can help me with this?
To change this report, you must use the report version in the JobBoss production report folder (.rpt). Save the .rpt to a work area. Make changes and then place back in the folder retrieved from. You can add tables to this kind of report but cannot change the .ttx table. The report must be run from within Jobboss. Save the original .rpt to a save folder first. Call with questions.

How to filter data in report based on current date on JasperReports Server?

I've created a report in iReport 5.0.1 and trying to figure out how to select records from today. This will be a scheduled report to run at the end of the day without user intervention. I've tried searching and not found anything yet. I'm sure this is simple but I can't figure it out.

crystal reports export to excel cutting off rows

I am using Crystal Reports for Visual Studio 2010 in an ASP.NET 4.0 web forms application. I have set the report to export in ExcelDataOnly. The report in the builder runs properly and returns thousands of rows. When I export it to Excel I am only getting 145 rows! Does anyone have any idea why this might be? I have no null values in any columns so it is not that. I am setting my content type to application/vnd.ms-excel and I think this is correct, so I am at a loss!!!
Any suggestions would be appreciated!
Turns out the issue was saved data in the report. No matter what I did I could only get the exact same 145 rows. In the end, I recreated the report and now it works perfectly. I have no idea why the data was trapped in that state, but since recreating fixed it, it is fixed.
There is a possibility that you have checked/ selected the option of saving the data with the report. You can go to File--> Below Save AS is the option of selecting the Data to be saved with the Report. Pls uncheck the option and see if it helps.
HTH