2 problems...
I can't load my report. Does anyonw know what's wrong with it?
ReportViewerBean b = new ReportViewerBean();
b.setReportName("
URL = Parameters = cmd=get_ttl&ttl_info=&pversion=3&promptOnRefresh=1
Reader::" Exception caught.
Error reported : Can't connect to server
The second one.
All the reports get data from a txt file. Working with Windows it's just a matter of setting ODBC, but how can I do it with Linux?
Is it needed to send these parameters by Java? I only saw sending parameters when connecting to a database, but not accessing a txt file.
Thanks
I can't load my report. Does anyonw know what's wrong with it?
ReportViewerBean b = new ReportViewerBean();
b.setReportName("
URL = Parameters = cmd=get_ttl&ttl_info=&pversion=3&promptOnRefresh=1
Reader::" Exception caught.
Error reported : Can't connect to server
The second one.
All the reports get data from a txt file. Working with Windows it's just a matter of setting ODBC, but how can I do it with Linux?
Is it needed to send these parameters by Java? I only saw sending parameters when connecting to a database, but not accessing a txt file.
Thanks