I have this problem with a WebI 6.1a server, when I try to create a WebI report with Java Panel: WIJ Error 20002. What it happens? How can I resolve this problem? With HTML Panel I do not have any problems.
The Web Server is Apache, the application server is Tomcat.
J’ai ce probléme avec un Server WebI 6.1a, quand je cherche de créér un report WebI avec le Java Panel: Il me donne l’erreur WIJ 20002. Quoi arrivet-il? Comment peut-on resoudre le probléme? Avec le HTML Panel je n’ai pas aucun probléme.
Le Web Server est Apache, l’application server est Tomcat.
Io ho il seguente problema con un Server WebI 6.1a, quando tento di creare un report WebI con il Java Panel: mi dà l’errore WIJ 20002. Cosa succede? Come si può risolvere il problema?. Con l’HTML Panel non ho alcun problema.
Il Web Server é Apache, l’application server é Tomcat.
We were having this problem on one universe in particular. I finally discovered that it was related to a numeric object that had a number format with brackets for a negative number like this: <#,##0>
I changed this to parentheses like this: ( #,##0) and everything works now.
I guess since a bracket is a html tag, it was causing webi to have a fit (makes sense to me).
Error: using the java panel this is the error you get (WIJ 20002) but if you are using the HTML panel you will get “universe not found”.
Issue: there are at least 2 tables in the universe with the same name yet there are case differences between them. Reconcile the cases and the issue will be fixed.
I’m using webi 6.5 and i’m sure that there is not problem on the universe becouse i can create reprots by reporter but in the webi it stalls in the middle of the process (“Launching new document”) then i take the wij20002 error…
I has same problem as ssusantez: I installed a WEBI 6.5 under AIX and DB2 as bo repository. The webserver/app server used are IHS/WebSphere.
We opened a bo case and took long time to solve this. Ths solution was to install and deploy apache/tomcat using the xwconfigtool under a graphical environment. Next to this we run again the wdeploy scripts to configure websphere and ihs. Once done this the java query panel works fine with every universe.
It seems as if xwconfigtool do something in addtion to config apache/tomcat. Finally we stop apache/tomcat, in order to just leave webpshere/ihs working.