Focal Point
Run FEX without invoking EDASPROF

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6031093342

August 23, 2007, 01:41 PM
hammo1j
Run FEX without invoking EDASPROF
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
August 23, 2007, 02:14 PM
Francis Mariani
quote:
How do people out there solve this problem?

By not putting SET commands in EDASPROF, but instead, putting them in an INCLUDEd program or some other kind of profile.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
August 23, 2007, 04:29 PM
Gizmo
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
August 24, 2007, 10:44 AM
Brian Suter
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
August 24, 2007, 11:36 AM
Kamesh
You can override the Edasprof file.


WFConsultant

WF 8105M on Win7/Tomcat
August 27, 2007, 12:43 PM
Darin Lee
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
August 28, 2007, 08:57 AM
OPALTOSH
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.
September 02, 2007, 11:51 AM
FortuneCookie
You can try the "Service Profile"

http://documentation.informationbuilders.com/masterinde...vadm713/01intro6.htm

It's one level down from the EDASPROF and is basically another FEX that the server executes.

It may give you the desired affect.


Prod: WebFOCUS 7.1.6, Windows 2003

Dev: WebFOCUS 7.6.2, Windows 2003