Remove EnterpriseOne (E1) Environment Selection Screen

In our () 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 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 .INI file in the 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.

Related Posts with Thumbnails Tags: , , , , , , , , , ,

Related posts

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!