We are upgrading 7.1 to 7.6 and previously we used an Oracle database to validate the WebConsole login and that login information would be stored as an encrypted cookie whenever you needed to go to the database - to refresh a synonym, for instance.
The profiles directory in an installation contains a file admin.cfg with a simple list of names that once validated against Oracle will be given admin access. The default is to allow Administration Level: Basic User
admin_id = ifsappreport
BEGIN
admin_level = SRV
admin_password = B9F5C3704FE116EE830EC3653886DB1C
END
admin_id = webfocus.admin
BEGIN
admin_password = 5C5B9D17AA33DBBA
admin_level = SRV
END
admin_id = PNB\webfocus.admin
BEGIN
admin_password = 5C5B9D17AA33DBBA
admin_level = SRV
END
The admin id, ifsappreport, was added by using the following as suggested by IBI.
You can change/ADD your userid/password by doing the following:
1. Open a DOS box
2. Navigate to your ibi/srv/wfs/bin directory
3. Type the following: edastart -addadmin userid:password SRV
Now I ran the server start from the command line version not the service. This is contained in the Webfocus Server menu
C:\Documents and Settings\All Users\Start Menu\Programs\Information Builders\WebFOCUS 76 Server\Start With Alternative Security Modes\Start Security DBMS
The output in C:\wf76\ibi\srv76\wfs\edaprint.log clearly shows that it has been started in DBMS mode and that the admin id is ifsappreport
07/17/2007 19:08:51 Configured security is 'DBMS' as set by EDAEXTSEC variable
07/17/2007 19:08:51 Please note configured database must be up to ensure proper functionality of
07/17/2007 19:08:51 > server
07/17/2007 19:08:51 NOT accept trusted connections
07/17/2007 19:08:51 Configured 4 services
07/17/2007 19:08:51 Configured 5 administrators
07/17/2007 19:08:51 creating Workspace Manager memory (PTH)
07/17/2007 19:08:51 shared memory size is 790024 bytes
07/17/2007 19:08:51 NLS Config: Codepage = 437
07/17/2007 19:08:51 NLS Config: Language = AMENGLISH
07/17/2007 19:08:51 Main Configuration:
07/17/2007 19:08:51 configuration date: 12/07/2005 11:50:57
07/17/2007 19:08:51 build date: 06/26/2007 20:41:53
07/17/2007 19:08:51 gen number: 209
07/17/2007 19:08:51 release: 762
07/17/2007 19:08:51 source date: 06/26/2007 18:26:02
07/17/2007 19:08:51 wf jar seq number: 129
07/17/2007 19:08:51 wf jar release: 7.6.2
07/17/2007 19:08:51 build sys: Windows NT-5.0 x86 32bit
07/17/2007 19:08:51 support sys: Windows
07/17/2007 19:08:51 host name: ELECTRA
07/17/2007 19:08:51 server name: WebFOCUS 76 Server
07/17/2007 19:08:51 maximum number of adapters: 3
07/17/2007 19:08:51 security: DBMS
07/17/2007 19:08:51 effective server admin: ifsappreport
07/17/2007 19:08:51 server admin: ifsappreport, webfocus.admin,
07/17/2007 19:08:51 > PNB\webfocus.admin, userid, johnhammond
07/17/2007 19:08:51 application admin: -
07/17/2007 19:08:51 server operator: -
07/17/2007 19:08:51 security dbms: SQLORA
07/17/2007 19:08:51 security connection: WF_IFS
07/17/2007 19:08:51 total maximum queued connections: 10
And later when I try to access the console the login to Oracle is clearly successful since no error message is generated
07/17/2007 19:10:07 disconnect cmrpht000003 tscomid=5,sesid=1
07/17/2007 19:10:08 request by cmrpht000003 to exec <webconsole> u=ifsappreport, wsesid=1
07/17/2007 19:10:15 request by cmrpht000003 to get <wcblank.gif>
07/17/2007 19:10:15 accepting cmrpht000004 tcp=electra-ext:3826
07/17/2007 19:10:15 request by cmrpht000004 to get <wcblank.gif>
07/17/2007 19:10:15 request by cmrpht000003 to get <wcblank.gif>
07/17/2007 19:27:25 accepting cmrpht000005 tcp=electra-ext:3887
However when I get into the console and check my console > login status I am clearly not an administrator.
Updated: July 17 19:39:45
Security: DBMS
User: ifsappreport
Administration Level: Basic User
Authentication:explicit
Total Web Sessions: 1
I tried various login combinations thinking it may have become case sensitive and with and without the password but to no avail. The id ifsappreport clearly has been validated because it is able to run reports against the password protected Oracle database by using password passthru.
Help!
Has anyone encountered anything like this?
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