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     [CLOSED] FOC1517 error

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] FOC1517 error
 Login/Join
 
Silver Member
posted
Hi Fellow Focusers!

I need some help here. I have an application was was built in Apps Studio 8009. I'm trying to convert it to our new version 8202M. When I click on a link that should open up an html file and pass a variable named account_number, I keep getting a FOC1517 error. Anyone seen this before? What can I do to get rid of it? Any help will be greatly appreciated. See error image below.

Also here's the section of code that creates the link. This file runs perfect at run time, its when I click the link that I get the error.

PS. this all worked perfectly in the 8009 version.

TYPE=DATA,
     COLUMN=N3,
     TARGET='mapoutput',
     FOCEXEC=1_patient_bed_recommendation.htm( \
     ACCOUNT_NUMBER=ACCOUNT_NUMBER \
     ),
$


This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS App Studio 8202M
Windows, All Outputs
 
Posts: 34 | Registered: May 22, 2014Report This Post
Virtuoso
posted Hide Post
Are you running these from the Domain or leaving them on the ibi/apps directory?

Does this open in App Studio without error?


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Silver Member
posted Hide Post
quote:
Are you running these from the Domain or leaving them on the ibi/apps directory?


I'm running it in the ibi/apps directory. Yes it opens up and runs with no error until I click my link


WebFOCUS App Studio 8202M
Windows, All Outputs
 
Posts: 34 | Registered: May 22, 2014Report This Post
Virtuoso
posted Hide Post
You're running an HTML file as if it were a FOCEXEC. No wonder the interpreter complains.

You probably should use URL= instead of FOCEXEC= in your drilldown.

That, or your HTML file also contains FOCUS code, in which case it should have a .fex extension and wrap the HTML inside -HTMLFORM BEGIN and END statements.


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
 
Posts: 1669 | Location: Enschede, Netherlands | Registered: August 12, 2010Report This Post
Virtuoso
posted Hide Post
Are you saying that in 8009 this drill down actually works? Was the FOCEXEC= hand coded? I don't think App Studio will allow you to set an HTM file to Execute Procedure from the GUI.


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Silver Member
posted Hide Post
quote:
Are you saying that in 8009 this drill down actually works?


Hi BabaNYC, yes it does work in 8009. Yes the FOCEXEC was handcoded.


WebFOCUS App Studio 8202M
Windows, All Outputs
 
Posts: 34 | Registered: May 22, 2014Report This Post
Virtuoso
posted Hide Post
Then 8009 was allowing a technique that's not quite legit. Sometimes, those back doors get locked without notice. Any possibility you'd consider changing your approach? Perhaps there's an easier way to accomplish the same thing that won't put you in an unsupported/undocumented technique. What does the HTM file accomplish? A drilldown usually passes a value to another report/chart.


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Expert
posted Hide Post
Is this in a "-HTMLFORM BEGIN / END" code block?
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Silver Member
posted Hide Post
quote:
Then 8009 was allowing a technique that's not quite legit. Sometimes, those back doors get locked without notice.

Ok thanks guys. I'll start the process over in 8202M and see what I can accomplish.


WebFOCUS App Studio 8202M
Windows, All Outputs
 
Posts: 34 | Registered: May 22, 2014Report This Post
Silver Member
posted Hide Post
quote:
Is this in a "-HTMLFORM BEGIN / END" code block?

Hi Doug, No its not.


WebFOCUS App Studio 8202M
Windows, All Outputs
 
Posts: 34 | Registered: May 22, 2014Report This Post
Master
posted Hide Post
Try replacing your drill down with this:
  
TYPE=DATA,
    COLUMN=N3,
    TARGET='mapoutput',
    URL=/ibi_apps/run.bip?( \
    BIP_REQUEST_TYPE='BIP_LAUNCH' \
    BIP_folder='IBFS:/WFC/Repository/[path to the folder that contains your report]/' \
    BIP_item='1_patient_bed_recommendation.htm' \
    ACCOUNT_NUMBER=ACCOUNT_NUMBER \
    ),
$

Of course making sure that BIP_folder contains the correct path to the folder that has your htm file in it.


Hallway

 
Prod: 8202M1
Test: 8202M4
Repository:
 
OS:
 
Outputs:
 
 
 
 
 
Posts: 608 | Location: Salt Lake City, UT, USA | Registered: November 18, 2015Report This Post
Silver Member
posted Hide Post
Thanks Hallway, I'll try that.


WebFOCUS App Studio 8202M
Windows, All Outputs
 
Posts: 34 | Registered: May 22, 2014Report 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     [CLOSED] FOC1517 error

Copyright © 1996-2020 Information Builders