Remove EnterpriseOne (E1) Environment Selection Screen

In our EnterpriseOne (E1) configuration, I force the user to pick what environment they are going to go into before they login by presenting an HTML page that then gives them links to the different environments.

I have each environment on it’s own port, so that I can bring down one environment without disturbing the others.

Anyway, by default, after signing in E1 asks the user what environment they would like to log into. Since I have everything separated, they only get one choice.

The users were annoyed with this “extra” screen that didn’t really provide them with anything. So, I did some research and found a way to remove it on JDEList. I also specified a default role with these settings.

In the JAS.INI file in the WebSphere instance:

[OWWEB]
DefaultEnvironment=JPD811
DefaultRole=*ALL

[LOGIN]
DisplayEnvironment=Hidden
#Options: Show|Hidden|ReadOnly|UseDefault

Hope this helps. It was an easy way to be the Hero-of-the-day…10 minutes…few seconds.

Tags: e1, enterpriseone, EnterpriseOne - General, EnterpriseOne - JAS (Java Application Server), EnterpriseOne - Security, jas, oracle, peoplesoft

Related posts

Post a Comment