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

Posts Tagged ‘oracle’

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 ...

How To Start/Stop The Managed Agent On AS400

You can start/stop the managed agent from the command line (green screen) by following the steps below: Start the QSHELL by typing STRQSH at the command prompt. Change to the JDE_HOME/bin directory by typing <install_dir>/JDE_HOME/bin. *** The <install_dir> refers to the installation directory in the IFS To start the agent enter: startAgent & *** The ...

Presentations from Oracle OpenWorld 2009

JD Edwards and Oracle Application Integration Architecture: One Powerful Combination Red Stack Technology and JD Edwards EnterpriseOne 8.12: Future Is Bright for Orlando Utilities Commission Maximize your JD Edwards EnterpriseOne investment with Tools and Technologies The Benefits of Running JD Edwards EnterpriseOne on the Oracle Technology Stack Choosing the Right Technology Stack for JD Edwards ...

EnterpriseOne Minimum Technical Requirements

Recently, I found that the Minimum Technical Requirements for Oracle EnterpriseOne to be a little difficult to track down.  So I thought I should create a post about it here so that I don’t have to waste a bunch of time looking for it.  If I remember I did this, anyway.     JD Edwards ...

Oracle Give Away Extended Support

I got this email this morning: Dear JD Edwards EnterpriseOne Customer, During the recent COLLABORATE conference Oracle President Charles Phillips announced that Oracle will waive first year Extended Support fees for certain product lines. This includes 8.11 and 8.11 SP1 for JD Edwards EnterpriseOne. What is Extended Support? Many JD Edwards legacy programs are supported ...

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 ...

Simple Server Manger Improvement Suggestion

Have you used Oracle’s Server Manager for EnterpriseOne? If so, you may have noticed a little “feature” that is really quite annoying: when items are listed on a page they are not consistently sorted. In other words, when you display the page one time the items are in one order.  Then, when you display the ...

The EnterpriseOne Session Timeout Two-Step…Ok, Three Step

We have several work areas that require a longer inactive timeout setting than the default 20 minutes (Payroll Time-entry, Fixed Asset Accounting, etc.). Unfortunately, EnterpriseOne’s architecture does not make the process of configuring a session timeout very easy.  There are three separate separate settings that need to configured correctly.  Depending on your architecture that could ...