Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] graph does not work in report caster but works in web focus

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] graph does not work in report caster but works in web focus
 Login/Join
 
Member
posted
I have a procedure I created using web focus that has a report and a graph. It runs fine in webfocus enviroment, but when i distribute it using report caster, the graphs dont come out. Messing aroun with it, i can get them to show up as a x and look at the java log and see the unknown source error. I looked up the error and some people say that it has to do with java and msn IM. so i removed the jave runtime and reinstalled it and I dont have any msn IM that i can see. it didnt work. I dont understand why it works fine in webfocus, but not reports caster.

can anyone help?

This message has been edited. Last edited by: Kerry,


Charles P

WebFOCUS 7.1.4
Win XP Pro 2002
service pack 3
 
Posts: 9 | Registered: October 21, 2008Report This Post
Expert
posted Hide Post
Put this at the beginning of your focexec:
SET GRAPHSERVURL=http://your_webserver/ibi_apps/IBIGraphServlet


Second, please go back to your profile and update your signature with your products, releases, and platforms so that we can better help you.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Member
posted Hide Post
Thanks for the reply, i tried setting the graphservurl, but it didnt work.


Charles P

WebFOCUS 7.1.4
Win XP Pro 2002
service pack 3
 
Posts: 9 | Registered: October 21, 2008Report This Post
Expert
posted Hide Post
Charles,

This is a stupid question but did you change the string 'your_webserver' to the name of your web server?

Also, please update your profile signature as requested above.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Member
posted Hide Post
quote:
http://your_webserver/ibi_apps/IBIGraphServlet


Yes, I changed the 'your_webserver' to my server and got nothing. the images still show up as a red X. if i right click on the image and got the java console, this is the last few lines of the log:

java.lang.ClassNotFoundException: ServerSidePngGraph.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
load: class ServerSidePngGraph.class not found.
java.lang.ClassNotFoundException: ServerSidePngGraph.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


been working on this for 2 days now and don't inderstand why it would work fine in the developer studio but not in the library


Charles P

WebFOCUS 7.1.4
Win XP Pro 2002
service pack 3
 
Posts: 9 | Registered: October 21, 2008Report This Post
Expert
posted Hide Post
You need to open a case with IBI. They can go over your installation with you and make sure that everything is set properly in your configuration.

Also make sure that you go through your installation manual with a fine tooth comb looking for anything that has to do with graphs especially with Report Caster.

As an example, I'm on a Unix system using Xwindows for graphics and I have to make sure that I set the DISPLAY variable in my reporting server and Report Caster startup scripts. Now this doesn't apply to you but is just meant to give you an example of the kind of examination you need to do. IBI CSS can help you with that.

Good luck.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Silver Member
posted Hide Post
Your procedure contains a report and a graph so I presume it is a Compound Report. What format are you using when you schedule it in ReportCaster? You should not have a problem if you use PDF because the image should already be rendered. There may be a problem if you select HTML and you distribute by email since rendering the image requires connectivity to WebFOCUS. Similar problems can occur in images sent to the Report Library in HTML format.


WebFOCUS All Releases
 
Posts: 45 | Location: NYC | Registered: September 21, 2007Report This Post
Member
posted Hide Post
i was using html. I tried creating the graphs in a seperate procedure and still coudnt get it to work. I also tried using the pdf file format and it also didnt work. I also tried changing the distribution from report library to email and still no progress.

thanks for your help though. any other ideas? the tech help is uploading some sample files for me to try, i will post my results, if any.


Charles P

WebFOCUS 7.1.4
Win XP Pro 2002
service pack 3
 
Posts: 9 | Registered: October 21, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] graph does not work in report caster but works in web focus

Copyright © 1996-2020 Information Builders