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     [SOLVED] (FOC36232) UNABLE TO LOCATE END OF !IBI ESCAPE SEQUENCE.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] (FOC36232) UNABLE TO LOCATE END OF !IBI ESCAPE SEQUENCE.
 Login/Join
 
Member
posted
I am trying to pass an AMP variable from fex to htm but receive the following error:

(FOC36232) UNABLE TO LOCATE END OF !IBI ESCAPE SEQUENCE.

My fex is as follows:

  
-SET &WFV_REPORT_LOAD = 1;
-HTMLFORM &FILENAM
-RUN


My html is as follows:

  
<INPUT id=report_load style="LEFT: -100px; POSITION: absolute; TOP: -100px" type=hidden value=!IBI.AMP.WFV_REPORT_LOAD; name=report_load> 


When I run procedure, html displays but if I view source I see the following at end:

  
<!--
(FOC36232)  UNABLE TO LOCATE END OF !IBI ESCAPE SEQUENCE.

WebFOCUS Version 7.6.4 compiled and linked on Wed Nov 14 23:04:33 EST 2007 (Gen branch764:168)
-->


and value of hidden input tag is !IBI.AMP.WFV_REPORT_LOAD; and not 1 as I would expect.

This message has been edited. Last edited by: CDC,


WebFOCUS 7.6.4
WebFOCUS Client is on Windows 2000 Server running Tomcat Application Server. WebFOCUS Reporting Server on iSeries V5R4
Excel, HTML and PDF
 
Posts: 5 | Registered: September 24, 2009Report This Post
Member
posted Hide Post
OK, solved my own problem.

Had to modify FEX and HTML to the following:

FEX:
  
-SET &REPORT_LOAD = 1;
-HTMLFORM &FILENAM
-RUN


HTML:
  
<INPUT id=report_load style="LEFT: -100px; POSITION: absolute; TOP: -100px" type=hidden value="<!-- WEBFOCUS VAR REPORT_LOAD -->" name=report_load> 


I had to change name of var do to the following error I had received while testing.

  
(FOC36227) VARIABLE NAME WFV_REPORT_LOAD FOR WEBFOCUS VAR IS GREATER THAN 12
CHARACTERS

This message has been edited. Last edited by: CDC,


WebFOCUS 7.6.4
WebFOCUS Client is on Windows 2000 Server running Tomcat Application Server. WebFOCUS Reporting Server on iSeries V5R4
Excel, HTML and PDF
 
Posts: 5 | Registered: September 24, 2009Report 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     [SOLVED] (FOC36232) UNABLE TO LOCATE END OF !IBI ESCAPE SEQUENCE.

Copyright © 1996-2020 Information Builders