We are curently running WebI 6.1b on AIX 5.1. We have encountered the following error many times while opening the WebI Java Report Panel.
“The WebIntelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your BusinessObjects administrator. (Error: WIJ 20002)”
We currently have a case open with Business Objects. We have not found the exact cause of the problem yet.
I have seen a topic on this issue before in BOB, but yet to see the resolution. If anyone has any ideas on how to fix this problem please share it with us.
Got wij2002 consistently before (using 6.1a/weblogic6.1sp2/windows2000sp4). I have installed the system in Pilot, DEV, and QA, in my environment, mostly this problem is solved by having ./lib/xalan.jar in classpath (and some more modification in the web-inf folder.
This is what we do (IIS and weblogic 6.1 - DMZ config) in WEB-INF folder:
(also I do not use the auto config tool, we deploy the webi manually (the war file)
in WEB-INF/classes folder – verify the following files exist:
.cfg,
webi.properties file with the following entries:
other modification: go to classes files (this one is outside the WEB-INF class) (ie: wijsp/classes) do the following (notice there are 2 files there: thincadenza.cab and thincadenza.jar (the base code for java applet). I think what happened is when we download the java panel in IE, it looks at different path - which is BO bug in my opinion):
Replace the folder name into boclasses
Go to wijsp/scripts - find CDZPopup.jsp (replace the word classes into boclasses) – about 2 entries there
This works for manual deployment in weblogic. (be sure you make the back-up before applying these changes so you can roll back)
We did the manual deployment of weblogic but (sunone as webserver). We are facing the same issue and searched for the thincadenza.* file. Cannot find that anywhere. what part of the deployment did we miss out.
Please explain.