Getting invalid environment override when accessing HTML Web Server

Vinayak Jallapelli

Member
Hi,
I have installed a HTML Web Server application on a WebSphere Application Server(V6.1). However, when I access the application login page using link 'http://localhost:9080/jde/index.jsp' and enter the credentials (for env: DV811, role: *ALL), it gives me the following error:

"No environment assigned for User/Role"

I can also see following lines in jas log file:

27 Oct 2009 20:06:19,417 [SEVERE] - [JAS] Invalid Environemt Override
27 Oct 2009 20:06:19,463 [SEVERE] - [JAS] User PSFT can't login due to invalid environment override

I tried to add environment "DV811" to user "PSFT" using fat client, but still it didn't worked.

We are using the following setup:
JDE 811 on Windows 2003 Server
Toolset - 8.97

Please help.
Thanks in advance.

Vinayak.
 
1.Check "Pathcodes" settings in jas.ini. It should be PathCodes=("DV900"). DO not prefix with "J".
2. Check environments tied to all the users at the group level.
 
I removed all the entries from PATHCODES and added DV811 i.e.
PATHCODES=('DV811').
I restarted Websphere... but still it is giving me same problem.

Please find attached config values for jas.ini, jdbj.ini and jde.ini in one file 'config.txt'
 

Attachments

  • 152261-config.txt
    34.3 KB · Views: 257
You miss the name of the SecurityServer in JDE.ini, also you have # [JDBj-SPEC DATA SOURCE]
with comments , uncomment and you want to use you local spec name=Local – DV811 ?
 
1. Security server is not defined in Jde.ini
2. jdenet ports are mismatching in jas.ini and jde.ini
3. comment the entries which are not required under JDBC Driver settings (i.e [jdbc settings]) in jas.ini
 
Back
Top