Focal Point
[CLOSED] BID login not using MRE's site.wfs?

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

February 12, 2009, 10:43 AM
ShawnS
[CLOSED] BID login not using MRE's site.wfs?
I adjusted our MRE site.wfs file to force all user IDs to lower case. It works for native MRE and dev studio, but not for BID. Does the BID login process skip the site.wfs? That doesn't sound right to me.

Here is my site.wfs:

make_string_lower(IBIMR_user)
IBIMR_user = &_make_string_lower
IBIC_user=&_make_string_lower (pass)
IBIMR_user (pass)
IBIMR_domain (pass)


Thanks,
Shawn

wf 767 running on windows 2k3 srvr

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


wf 767 running on w2k3 srvr
February 12, 2009, 12:55 PM
Francis Mariani
Shawn,

I think site.wfs is always applied (except, perhaps for ReportCaster).

BID uses the variable WORPUSER so you may have to use make_string_lower on that too.


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
February 12, 2009, 05:39 PM
ShawnS
I get a null value for WORPUSER. Has the name changed for that variable? IS there a way to find out what variables are available?


Thanks,
Shawn


wf 767 running on w2k3 srvr
February 23, 2009, 03:00 PM
MORPHEUS
Hi,
The parameters you can pass in the dashboard application can be found under
the WebFOCUS Security & Administration Version 7.61 manual starting on page
121 "Dashboard Sign-On Processing"

These include:

WORP_USER
WORP_PASS
IBIWF_language
WORP_MPV
GroupName
WORP_REQUEST_TYPE

Under the site.wfs located under ibi\WebFOCUS76\client76\wfc\etc you can set the following:

WORP_USER(pass)
February 23, 2009, 03:04 PM
Francis Mariani
WORPUSER in WF v5.3 has changed to WORP_USER in v7.6.

<set> WORP_USER = &WORP_USER (pass)


Shawn, I'm really sorry - it's not WORPUSER, but WORP_USER.


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