Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jayaramuds

    Formatting Cross-tab report

    We have a cross-tab report with 1 row and 1 column. In this report we have 2 summarised fields in the column aligned vertical. We wanted to display lines between summarised fields. By default crystal doesn't show vertical lines between summarised fields. So we inserted a line between the...
  2. jayaramuds

    help required for setting parameter values for sub reports

    Hi Turkbear If I set the values for parameters present in main report then crystal is throwing page for entering values for parameters present in sub report even though I have linked the parameters from main report to sub report. I am running reports in Java environment.
  3. jayaramuds

    help required for setting parameter values for sub reports

    I am using CE 11 for report generation. I am facing problem in setting parameter for a on-demand report which has sub reports. Can some body post the code, setting values for parameters of subreports? Thanks in advance Jayaramu
  4. jayaramuds

    CE 11 - RAS Hangs

    Is it a known problem of RAS or Business Objects is not aware of this?
  5. jayaramuds

    CE 11 - RAS Hangs

    I have installed CE 11 in java environment (Tomcat). Recently I have started facing problem with CE, RAS server in CE 11 suddenly hangs, during this time our application also stops responding. Our application is running on Tomcat which comes with CE 11 installation. If I check the the status...
  6. jayaramuds

    Bug or Feature of CE

    Hi I am new to Crystal Enterprise and I have installed Business Objects 11 on windows 2000 server, when I check the "Central Configuration Manager" there is only one "Crystal Reports Page Server", how ever if I open Windows Task manager there are 2 "pageserver.exe" are running. What is the...
  7. jayaramuds

    Multiple pageserver.exe running in Windows task manager

    Hi When I check in "Central Configuration Manager" only one "Crystal Reports Page Server", how ever if I open windows Task manager it shows 2 "pageserver.exe". What is the reason? is this to do some thing with configuration?? Jayaramu
  8. jayaramuds

    BO 11 - Page Server & Report Application Server

    Kingfisher [CECP] I opened "Central Configuration Manager" and checked there is only one "Crystal Reports Page Server", how ever if I open windows Task manager it shows 2 pageserver.exe, is this some thing to do with configuration? Jayaramu
  9. jayaramuds

    BO 11 - Page Server & Report Application Server

    Thanks for the information. How to increase or decrease the no. of page servers?
  10. jayaramuds

    BO 11 - Page Server & Report Application Server

    Hi Kingfisher [CECP] Thanks for the clarification. I think you have very well pointed out situation where to use PSReportFactory and RASReportService. I think I have to use PSReportFactory as our requirement is just generating report. One more thing I noticed is that there are two...
  11. jayaramuds

    BO 11 - Page Server & Report Application Server

    I am using sample code present in the zip file crXI_JavaReportingComponent_en.zip. I hope we can't do any thing other than generating the report output to the user with report source. In my case I am generating HTML and PDF output. So, I want to know specific advantages/disadvantages of each...
  12. jayaramuds

    BO 11 - Page Server & Report Application Server

    I have succesfully installed trial version of Business Objects 11. I am using custom code for generating report. I have a JSP, in which I use Crystal API to generate report. After logging into Crystal Enterprise, there are two ways we can create the report source (I found these options after...
  13. jayaramuds

    Javascript pop-up in CE XI

    Hi Kignfisher. From psvaishnav's posting I realised that they were using openPopup java script function for opening a page in new browser window. In designer, I asked him to change java script function to actual url. Old code in rpt --------------------------------------------...
  14. jayaramuds

    Javascript pop-up in CE XI

    As Kingfisher mentioned CR XI doesn't allow you to call java script functions. However if you are calling java script function just for opening the url in new browser window. Then you can do this by, CrystalReportViewer viewer = new CrystalReportViewer(); viewer.setHyperlinkTarget("_blank")...
  15. jayaramuds

    RAS Hangs

    Hi dchrist2. Thanks for sharing the similar experience. We have Crystal Enterprise RAS (which has only querysrv.exe). Please let me know how to open report que application. Thanks and Regards, Jayaramu
  16. jayaramuds

    Invalid Table number

    Hi Ido, Thanks for your suggestion. I did what u said, but still the report is not coming up. The subreports are working fine independently, when I include them in a single report I get the problem Thanks and Regards, Jayaramu
  17. jayaramuds

    RAS Hangs

    Yes. We have applied all the latest SPs, still we are facing RAS hang
  18. jayaramuds

    Invalid Table number

    We have developed web based application for generating reports using CE-RAS, iPlanet. One of the report has a 2 subreports when we run we are getting the following error. Ironically the same rpt and application code is working fine in another machine...
  19. jayaramuds

    RAS Hangs

    We are experiencing hang of the Crystal RAS very frequently, for no apparent reason - no error in the error log and no error in the Event Viewer. When this happens, the Crystal RAS process, querysrv.exe, does not respond to the Stop Service command, and the machine needs to be rebooted. Has...

Part and Inventory Search

Back
Top