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.
I explored over it on internet and found the issue related to -INCLUDE but unable to get any fix.
make sure that you are not using these special characters in fex name Correct Syntax
-INCLUDE IBFS:/WFC/Repository/demo/Expandrow.fex OR -INCLUDE IBFS:/WFC/Repository/demo/Expand_row.fex
InCorrect
IBFS:/WFC/Repository/demo/Expand row.fex
I checked over the .fex file names as it was not having any certain special characters & the -INCLUDE statement is also correctly written. But when i run few reports, it gives me error as below:
Error Names cannot contain any of the following characters: Space&*()|\:;",?/
I explored over it on internet and found the issue related to -INCLUDE but unable to get any fix.
make sure that you are not using these special characters in fex name Correct Syntax
-INCLUDE IBFS:/WFC/Repository/demo/Expandrow.fex OR -INCLUDE IBFS:/WFC/Repository/demo/Expand_row.fex
InCorrect
IBFS:/WFC/Repository/demo/Expand row.fex
I checked over the .fex file names as it was not having any certain special characters & the -INCLUDE statement is also correctly written. But when i run few reports, it gives me error as below:
Error Names cannot contain any of the following characters: Space&*()|\:;",?/
I would like to mention one more thing that this error is coming for the entire .fex files inside certain folders in spite of all the statements written correctly.
Adding, the same .fex files are working properly in dev81 server from where these were migrated.
If you are using a lot of parameter substitution, you can debug your code by adding a -SET &ECHO=ALL; to the beginning of your code and when you have an error, the substituted values will tell you what the problem is.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
We had a problem like this earlier. Are your problem procedures perhaps doing a -READ on a file? You might try setting default values for your variables:
-DEFAULTH &my_variable=' ';
WebFocus 8201m on Windows; App Studio 8201; Procedures: WebFocus with SQL; HTML Parameter Pages & Dashboard; Output: Excel, HTML, & PDF.
Posts: 88 | Location: MI | Registered: July 23, 2009