JAS Server Name… GOTCHA!
Share
There is a thread on JDEList that highlights a pretty quirky Inertnet Explorer limitation on the name of a JAS/Web server.
The issue is explained further in Microsoft KB article 909264.
Essentially, it only accepts cookies from valid URLs Which means that they have to conform to the LDH (Letters Digits Hyphen) rule of DNS, no underscores.
Even if you have an underscore in the name of the JAS server you can get by that by assigning a valid name in your companies DNS. For example at my employers we use erp.company.com.
Author
Stewart Schatz
More Stories
How To Change The WebLogic Admin Password Using WLST
Follow the steps below to change the WebLogic Administrator's password using WLST: /u01/Oracle/Middleware/Oracle_Home/oracle_common/common/bin/wlst.sh connect('weblogic','welcome1','t3://SERVER_NAME:7001') cd('/SecurityConfiguration/DOMAIN/Realms/myrealm/AuthenticationProviders/DefaultAuthenticator') cmo.resetUserPassword('weblogic','welcome2') exit() You should now...
How To Disable Client Package Deployment
If you have a development client that has been neglected and JDE wants you to install 15 update packages but...
Oracle JD Edwards EnterpriseOne Multi-Foundation
Oracle JD Edwards EnterpriseOne Multi-Foundation configuration is used to run at least two separate tools releases on the same installation....
3 Ways To Find Your Oracle Weblogic Version
There are at least 3 different ways to find the version of Oracle Weblogic Server that you are running: Using...
EnterpriseOne Business Services (BSSV) Error: Security Token Failed To Validate
Every once in a while we get the following error on a system that interacts with EnterpriseOne using business services...
Average Rating