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     Upgrade to 7.1.4 issue

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Upgrade to 7.1.4 issue
 Login/Join
 
Member
posted
Hi All,

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
 
Posts: 26 | Registered: May 24, 2006Report This Post
Expert
posted Hide Post
Rayden,

Place the code -SET &ECHO=ALL; at the beginning of your fex and rerun it to see if you can spot any errors or a no records returned situation.

If that doesn't move you forward then a little more info as to what your fex is doing and how (e.g. SQL passthru, hold files etc.)

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, 2004Report This Post
Member
posted Hide Post
Hi Tony,

That was magic Smiler

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
 
Posts: 26 | Registered: May 24, 2006Report This Post
Virtuoso
posted Hide Post
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, 2005Report This Post
Member
posted Hide Post
Hi Tony,

Ok that is magic Smiler

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".

This fex is simply producing
 
Posts: 26 | Registered: May 24, 2006Report This Post
Member
posted Hide Post
Hi Prarie,

So it is a reported issue, does it have a reference number?

I tried to run my procedure again and it fails with or without the SET &ECHO statement now, so I must have just got lucky.

Tony, what is the result of including the &ECHO, does it produce a detailed log of the run request? If so where do I see the results?

Thanks,

Rayden.


Web Focus version 7.1.4
Server Windows Server 2003
 
Posts: 26 | Registered: May 24, 2006Report This Post
Member
posted Hide Post
Hi All,

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:

http://xx.xx.xx.xx/ibi_apps/WFServlet?IBIF_ex=procedurename

This runs the report as expected, so it seems to be a disconnect between the studio client and the server.

I am opening a ticket with IBI. Has anyone else run into this issue?

Thanks,

Rayden.


Web Focus version 7.1.4
Server Windows Server 2003
 
Posts: 26 | Registered: May 24, 2006Report This Post
Virtuoso
posted Hide Post
Yes it is a reported issue...I'll have to get the number.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Expert
posted Hide Post
Rayden,

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 Wink) 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, 2004Report This Post
Platinum Member
posted Hide Post
Prarie and Rayden,

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, 2005Report This Post
Virtuoso
posted Hide Post
Thanks...Kevin..we'll try that.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Virtuoso
posted Hide Post
Thanks Kevin...we modified it to the following...and fixed the problem.

ENGINE SQLORA SET VARCHAR OFF


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Gold member
posted Hide Post
Does it matter where ENGINE SQLORA SET VARCHAR OFF is placed in the WF Server profile?


WF 766
Win2K
 
Posts: 50 | Location: North Carolina | Registered: May 16, 2006Report This Post
Virtuoso
posted Hide Post
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, 2007Report This Post
Gold member
posted Hide Post
Looks like the code is working where I placed it. Thanks!


WF 766
Win2K
 
Posts: 50 | Location: North Carolina | Registered: May 16, 2006Report This Post
Expert
posted Hide Post
Suzanne, I'd put it in edasprof.prf (accessable via the WF Server Console) or in individual fexes.

Glad it worked out.

Cheers.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Platinum Member
posted Hide Post
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"

any solution ??


WF Server: 7.1.4 on Z/OS and Linux, ReportCaster
Data: DB2, DB2/UDB, Adabas, SQL Server, Oracle Output: HTML,PDF,Excel2K
WF Client: Servlet, CGI
 
Posts: 133 | Registered: May 12, 2007Report This Post
Platinum Member
posted Hide Post
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"


WF Server: 7.1.4 on Z/OS and Linux, ReportCaster
Data: DB2, DB2/UDB, Adabas, SQL Server, Oracle Output: HTML,PDF,Excel2K
WF Client: Servlet, CGI
 
Posts: 133 | Registered: May 12, 2007Report This Post
Platinum Member
posted Hide Post
quote:
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 ??


WF Server: 7.1.4 on Z/OS and Linux, ReportCaster
Data: DB2, DB2/UDB, Adabas, SQL Server, Oracle Output: HTML,PDF,Excel2K
WF Client: Servlet, CGI
 
Posts: 133 | Registered: May 12, 2007Report 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     Upgrade to 7.1.4 issue

Copyright © 1996-2020 Information Builders