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
[CLOSED] URL File
 Login/Join
 
Member
posted
How do I create a URL from script WEB FOCUS?

if I write

-SET &AREA_MANAGER=&STORE_D;
-RUN
-* Creazione Cartella STORES
-SET &NOMEDIR = 'MKDIR C:\ibi\apps\REPORTDATA\STORES\' || &STORE_D;
-DOS &NOMEDIR

-* Creazione url Report Broken_Size
-SET &NOMEDIR = 'C:\ibi\apps\REPORTDATA\STORES\' || &STORE_D ;
-RUN
-SET &NOMEFILE= &NOMEDIR ||'\Broken_Size_' || &STORE_D || '.url' ;
-SET &LINKURL= '/approot/REPORTDATA/Broken_size_' || &STORE_FILE || '.HTM';
FILEDEF FILEDOC DISK &NOMEFILE
-RUN
-WRITE FILEDOC &LINKURL
-CLOSE FILEDOC;



and then I copy the file created to the repository when I try to run it in IBI portal does not work.

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


WEBFOCUS 8.x
Windows, All Outputs
 
Posts: 6 | Registered: March 03, 2013Report This Post
Virtuoso
posted Hide Post
Add the statement
-SET &ECHO=ON ;

At the beginning of your code and see what you get.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Member
posted Hide Post
I have not explained well.

The code I wrote is correct.
The file creates the url in C:\ibi\apps\REPORTDATA.
To add it to Mobile Faves I have to copy the file generated in IBFS :/ .....
After the copy it doesn't run on MF or Portal, but it runs in Developer Studio

If I write
-SET &NOMEDIR = IBFS:/PRJv01/REPORT/STORE1 ;

does not work write


Is there a way to write it in IBFS :/ ....?


WEBFOCUS 8.x
Windows, All Outputs
 
Posts: 6 | Registered: March 03, 2013Report This Post
Expert
posted Hide Post
Hi FRANCULLO,

It looks like this is a configuration issue, which should be addressed by a case with Customer Support Services. If you have not done so, please call at 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders