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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
on demand paging
 Login/Join
 
Member
posted
Is there a way to functionally perform on demand paging without the Webviewer? I thought that there was a way to do this before the Webviewer?
My reports are timing out and the viewer does not work well into our system design.
 
Posts: 28 | Location: New Jersey | Registered: July 11, 2005Report This Post
Expert
posted Hide Post
Hi Allen,

Has this issue regarding on demand paging without Webviewer been resolved?

I ran a quick search on Information Builder's online documentations and came across the following topics which may be of interest.

Symptom - ON DEMAND PAGING: 'You are not allowed to access viewer file'
http://techsupport.informationbuilders.com/sps/42741099.html

Report in WebViewer shows incorrect page number on 2nd page http://techsupport.informationbuilders.com/sps/81621075.html

NETSCAPE: Blank browser page for EXCEL and WEBVIEWER reports http://techsupport.informationbuilders.com/sps/60241076.html

You will need to have a userid and password to access these documents.

Hope this helps.

Cheers, Big Grin

Kerry
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Expert
posted Hide Post
Hi Allen,

Based on what I heard from one of our senior consultants, it would help if you could provide answers to the following questions:

* Are you using CGI or servlet
* Are you getting a CGI timeout or a browser timeout
* Is the browser timeout default still 5 minutes or has it been increased
* Please explain in detail how is the webviewer not working

We could simulate the webviewer by creating multiple reports that goto PDF output. However, it won't be exact. Each report would be small enough not to time out.

This should work but it would be more helpful if we knew what type of data and how many records being reported off of as well as expected in the answer set.

TABLE FILE CAR
PRINT CAR BY COUNTRY
WHERE COUNTRY EQ 'ENGLAND'
ON TABLE PCHOLD FORMAT PDF OPEN
END
-RUN
SET FOCFIRSTPAGE=&FOCNEXTPAGE
TABLE FILE CAR
PRINT CAR BY COUNTRY
WHERE COUNTRY EQ 'FRANCE'
ON TABLE PCHOLD FORMAT PDF
END
-RUN
SET FOCFIRSTPAGE=&FOCNEXTPAGE
TABLE FILE CAR
PRINT CAR BY COUNTRY PAGE-BREAK
WHERE COUNTRY NE 'FRANCE' OR 'ENGLAND'
ON TABLE PCHOLD FORMAT PDF CLOSE
END

The above breaks the report below into 3 separate reports:
SET WEBVIEWER=ON
TABLE FILE CAR
PRINT CAR BY COUNTRY PAGE-BREAK
END

Hope this helps.

Cheers, Big Grin

Kerry
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Expert
posted Hide Post
Sorry Kerry, but I think you've missed the point. Allen was asking to achieve ODP without the WebViewer.
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Member
posted Hide Post
Thanks Tony,
That is exactly correct. I am trying to functionally do what ODP does, without using ODP. When we insert this command we get the catch all client data transfer error -12, or something like that. I suspect because we are embedding our report into are own HTML, we may be getting this error. We self service application developers are here to stay. Thanks folks.

Allen
 
Posts: 28 | Location: New Jersey | Registered: July 11, 2005Report This Post
Expert
posted Hide Post
Hi Tony,

I double checked with our consultant, and I heard back that the example above did not include ODP. It used PDF.

Cheers, Big Grin

Kerry
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Expert
posted Hide Post
Hi Kerry,

'Tis true that the example shows ODP simulation via PDF but your references to documents in your prior post only mentioned WebViewer.

I really think Allen wants HTML output from the sound of things Smiler
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Member
posted Hide Post
Hi
I think this was possible a long long time ago, I just can't remember what I did to accomplish it. I believe it was a combination of setting lines equal to a certain value and some other parameter. It was before the webviewer. It just may not be possible to functionaly do ODP without using the current commands.

Allen
 
Posts: 28 | Location: New Jersey | Registered: July 11, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders