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.
Does anyone know of a way to run a FEX without running EDASPROF.
The reason we need to do this is because we change settings in EDASPROF and if we have a problem then we need to know if a SET command in the EDASPROF is causing it. Without EDASPROF SET is returned to its defaults.
Currently I have a -GOTO END which I uncomment after the base OPSYS CONNECTION is defined (would not be able to login otherwise). However this means disruption to other users and I have to do this late at night which is a pain.
Or would I be better putting SET commands in the site profile.
How do people out there solve this problem?
Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2 Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006
I don't think that there is a way that you can bypass edasprof, but you could set up a user profile for your ID which could reset the values that your setting in the server profile.
Windows: WF 7.6.2: SQL Server 2008 R2
Posts: 86 | Location: Chicago | Registered: August 03, 2007
Or set up a second SERVICE on the server, each Service can have their own profile. But gthen you would have to use a different server name on the client side.
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
every connection to the server intially references the EDASPROF by design. That's what it is- EDA Server PROFile, meaning if you use the server, those are the settings you get. I don't think there's a way around that one. As mentioned, you do have options by using the user profiles as well (or -INCLUDEs as Francis mentions.)
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Darin is correct. If you don't at least have an EDAPATH or APP set the server won't be able to find the fex in any case. However your fex can then reset anything that would normally be in edasprof. You can set a new EDAPATH, you can set Connection strings etc.
Posts: 140 | Location: Adelaide South Australia | Registered: October 27, 2006