E1 Tips The Tips & Tricks of a CNC Administrator on Oracle JDEdwards EnterpriseOne

Archive for the ‘EnterpriseOne – JAS (Java Application Server)’ Category

How To Clear The UDC Cache

Did your users add a User Defined Code (UDC) and now they can’t use it? Well, you have to clear the JAS server cache of UDC values.  Unfortunately, there isn’t an obvious JDBj Database Cache listing in Server Manager as UDC Cache.  So, which one needs to be cleared? => JDBj Service Cache <sarcasm>Wow, that ...

Set WebSphere Application Servers To Auto Start

The following is an excerpt from Jeff Stevenson’s Technology Blog: To have the application servers automatically restart, set the Node restart state to RUNNING in the Servers> Application Servers> server_name > Server Infrastructure > Java and Process Management > Monitoring Policy section of the WebSphere Integrated Solutions Console. Click OK, save your changes, and test. ...

Unable To Launch Change Assistant

While trying to resolve the “Unable To Launch Change Assistant” error, we ended up installing the latest version which meant that we also had to install Java 6.  Unfortunately, this did not resolve the issue. It was resolved by going in to the Java Control Panel: C:\Program Files (x86)\Java\jre6\bin\javacpl.exe – be sure to do a ...

How To Manually Disable WebSphere Admin Console Security

In trying to setup Tools Release 8.98.3.2, I ran across an issue where the Server Manager would not install a J2EE server for an EnterpriseOne HTML server to be installed to. In order to fix the issue I had to disable the Websphere Admin Console Security. The steps below are what I followed: Make a ...

Testing JSP Changes In IBM WebSphere Without ReStarting The Service

This is a follow-up to my previous post “Restricting The EnterpriseOne Evironment On The JAS Server”. While coming up with my solution to how to restrict users to an environment when logging on to a JAS server that hosted a path code with multiple environments attached to it, I wanted to be able to test ...

Restricting The EnterpriseOne Evironment On The JAS Server

The organization has a requirement to have a user only login to a certain environment from a certain JAS server instance. With a basic install of EnterpriseOne, this would be very easy. However, the 2 environments that are required to be separated are build on top of the same pathcode. Within the JAS settings there ...

Server Management Will Not Start After Update

We are updating our EnterpriseOne Tools Release to 8.98.2.2 and had an issue with updating the Server Manager Agent on our Windows web servers. After following the steps to do the update of the Server Manager Agent it would not restart. I was able to find a document (Doc ID 983043.1) on Oracle Support that ...

EnterpriseOne Tools Release Upgrade From 8.96 to 8.97 Rough Outline

IBM iSeries/AS400/System i Backup libraries and IFS directories Register Pristine Environment in Server Manager Create Server Manager Server Group for Pristine Upgrade Pristine Web Server Create IBM WebSphere Application Server in Server Manager Create IBM HTTP Server in Server Manager General HTML landing page: update links and info Change DNS entries Copy the code used ...

Simple E1 URLs

Jeff Stevenson has a very good post on his blog about simplifying how users access EnterpriseOne using Apache virtual hosts, DNS mappings, host aliases and redirects. Make a URL that looks like this: http://server.company.com:82/jde/owhtml Look like this: http://e1.company.com or http://e1 Thanks, Jeff! ...

Handy eGen Tweak

In order to shorten the time that it takes to run the eGen process, I modify a couple settings in the gen.bat file.  They modify the memory that is used by the JVM. ms128m –> ms512m mx512m –> mx1024m The full line in the gen.bat looks like the following: %JAVA_PGM% -Xss1m -ms512m -mx1536m -Ddefault_path=%INI_DIR% -classpath ...