• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Crystal Report Hangs in AIX

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Crystal Reports to generate a report that has to be displayed to the user using java/j2ee

When i use

clientDoc.open(reportName,0);



the report gets generated and is displayed when the project is deployed in the windows environment.But when the same project is deployed in AIX environment the code hangs at the line that was mentioned above.All the crystal reports jars have been placed in the WEB-INF/lib path of the project. Can you please help me to resolve the problem.Are there different sets of Crystal reports jar for Windows and AIX that has to be used?
Thanks in Advance

Thanks and Regards,
Sriram
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic