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] Style Sheet Path issues

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Style Sheet Path issues
 Login/Join
 
Gold member
posted
Hi All,

I'm having an issue with my production vs development server with style calls.

On my development server, I can call a style sheet with:

ON TABLE SET STYLE *
INCLUDE = endeflt,

but on my production server, it requires the path to be fully stated

INCLUDE = IBFS:/WFC/Repository/Shared_reports_files/Style_Sheets/endeflt.sty,

Here's an example of the error code:

?xml version="1.0" encoding="UTF-8" standalone="no" ?>
- ibfsrpc _jt="IBFSResponseObject" language="EN" localizeddesc="Cannot include resource specified endeflt" name="runItem" returncode="1020" returndesc="Cannot include resource specified endeflt" subreturncode="0" subsystem="" type="simple">
- ibfsparams size="4">
entry key="comp_pass" value="****" />
entry key="args" value="__null" />
entry key="path" value="IBFS:/WFC/Repository/Factbook/Factbook_Table07_Reg_by_Fall_Semester.fex" />
entry key="comp_user" value="__null" />
/ibfsparams>
- ibfserrorvalues size="1">
entry key="FEX_PATH" value="endeflt" />
/ibfserrorvalues>
/ibfsrpc>

Any thoughts?

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


WebFocus 8.104
Windows 7 Entreprise, SP1
 
Posts: 82 | Location: Abbotsford BC | Registered: March 15, 2010Report This Post
Virtuoso
posted Hide Post
When ran from EDASERVE (Data server)
INCLUDE = endeflt,
will work

When ran from Domains, you need the full path such as :
INCLUDE = IBFS:/WFC/Repository/Shared_reports_files/Style_Sheets/endeflt.sty,


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Gold member
posted Hide Post
MartinY, I see what you're saying. The development server is on the same server where the data is hosted, the production server is separate from that.


WebFocus 8.104
Windows 7 Entreprise, SP1
 
Posts: 82 | Location: Abbotsford BC | Registered: March 15, 2010Report This Post
Virtuoso
posted Hide Post
quote:
Originally posted by Max Nevill:
MartinY, I see what you're saying. The development server is on the same server where the data is hosted, the production server is separate from that.

Regardless of the above sentence.

When EDASERVE (Data Server) & Client (Domains) installed on the same server.
The below does work when ran from EDASERVE but not from Domains
TABLE FILE CAR
SUM CAR.BODY.SALES
BY  CAR.ORIGIN.COUNTRY
BY  CAR.COMP.CAR
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLEMBEDIMG ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     INCLUDE = endeflt.sty,
$
ENDSTYLE
END

The below does work either from EDASERVE or from the Domains
TABLE FILE CAR
SUM CAR.BODY.SALES
BY  CAR.ORIGIN.COUNTRY
BY  CAR.COMP.CAR
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLEMBEDIMG ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/endeflt.sty,
$
ENDSTYLE
END

If your issue is fixed, please update your first post then add [SOLVED] at the beginning of the subject/title.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Expert
posted Hide Post
Excellent explanation Martin.
May I suggest: "If your issue is fixed, please update your first post then add [SOLVED SHARING] at the beginning of the subject/title."
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Virtuoso
posted Hide Post
quote:
Originally posted by Doug:
May I suggest: "If your issue is fixed, please update your first post then add [SOLVED SHARING] at the beginning of the subject/title."

Good One


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report 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] Style Sheet Path issues

Copyright © 1996-2020 Information Builders