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.
We are in the process of upgrading from 5.3 to 7.1.4.
I have a fex that when run on the 5.3 server returns a report as expected. However when I run the exact same fex on the 7.1.4 server I get the message:
"No query information to decode"
The following is the source code from the web page"
"<-HTML> <-HEAD><-Title>WebFOCUS Message[17]: NO_QUERY No query information to decode. <-/Title><-/Head> <-Body> <-H2> No query information to decode. <-/H2> <-/Body> <-/HTML>< !--
WebFOCUS Version 7.1.4 compiled and linked on Fri May 19 16:45:40 EDT 2006 (Gen branch714:284) -->"
I hope this displays correctly, I added the hyphens in the HTML.
Has anyone else experienced this issue, if so what do I need to check for to resolve it?
Any help will be greatly appreciated.
Thanks,
Rayden.
Web Focus version 7.1.4 Server Windows Server 2003
When I added the &ECHO line the fex ran and produced the report with no problems. When I remove the line I get the "No query information to decode" message.
Something tells me this is not what you, or I, would have expected. This fex is simply producing a EXL2K spreadsheet from two joined datafiles, there are a couple of defines but nothing too fancy.
Any futher suggestions?
Thanks,
Rayden.
Web Focus version 7.1.4 Server Windows Server 2003
We are in the process of testing 7.1.4 and had the same message...it involved an SQL passthru and when the hold file was created it changed and A8 field to A8V....IBI is researching.
In Focus since 1993. WebFOCUS 7.7.03 Win 2003
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005
If I add the line you suggested, the fex runs as expected and I get a report. When I remove the line I get the error as before, "No query information to decode".
Well I have narrowed down the issue now to be with the developer studio 71.
I have our 5.2 server and our 7.1 server defined in the studio client. When I open a procedure on the 5.2 server and click "run" all is good. When I open the same procedure on the 7.1 server and click run then I get the "No query information to decode" error.
What is odd is if I create the url to the procedure on the 71 server like so:
The echo results are, indeed, akin to a joblog and would normally be included in HTML output within a comment (< !-- and --> ) but for PDF and Excel output of course, you do not receive this.
If you have procedure tracing turned on then you could locate the output in the trace.
Years ago (and I mean years ) I came across a problem on MVS FOCUS where a job looped until killed. Adding a -RUN or even a comment line made it work. Weird eh? The problem was to do with the stack being a particular length and, seemingly, not being cleared correctly. Sometimes insane solutions win the day!
Good luck with your problem.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
The SQL passthru generating the A8V rather than the A8 is due to the way version 7.x now supports VARCHAR fields. In the WF Server profile, we had to add the line;
ENGINE DB2 SET VARCHAR OFF
Hope this helps,
Kevin
WF 7.6.10 / WIN-AIX
Posts: 141 | Location: Denver, CO | Registered: December 09, 2005
I would have to go back through my notes, but there were also a couple other server issues (probably related to DB2 and console functionality) that kept us from using the 7.1.4 release. We moved directly to 7.1.6.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
well, my program is generating N number of hold files based on user selection criteria. When the user selection criteria is creating some 10/15 hold files,the report is runnig fine. But when the user puts no selection criteia, it's creating some 900 hold files while processing.
i looked at the log, nothing going wrong, but i am getting the message >> "No Querry information to decode"
also sometimes this message >> "Internet Explorer cannot open the Internet Site http://webfadh.target.com/ibi_apps/WFServlet" "Operation Aborted" and onclick "OK" it's >> "The page cannot be displayed"
also sometimes this message >> "Internet Explorer cannot open the Internet Site http://webfadh.target.com/ibi_apps/WFServlet" "Operation Aborted" and onclick "OK" it's >> "The page cannot be displayed"
anybody any luck/discoveries on this ?? i tried all the tricks but all failing ??