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

Posts Tagged ‘jde’

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

Batch Version (P98305W) Version Error

After our latest tools release update there was a special instruction that I forgot to do on one of the environments.  It was to delete all versions of the Batch Versions (P98305W) application.  Usually, there will be just one version: ZJDE0001. Well, since I forgot, to the left is the error that you might get ...

EnterpriseOne & Sharepoint

08.10.2009 · Posted in EASYProcess, enterpriseone, JDETips

A few weeks ago I attended a webinar sponsored by JDETips and presented by K-Rise Systems. K-Rise has a very interesting set of EASYProcess web parts that integrate with EnterpirseOne. Below is a list of selling points: With EASYProcess you get the power of Web portal interfaces, workflows, a business process automation engine, data integration, ...

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

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

Server Manager Timeout

11.24.2008 · Posted in Oracle Server Manager, XML

When working with Oracle’s Server Manager you may have noticed that the session timeout is less than an hour.  Actually, it is set by default to be 45 minutes. Well, if you would like to change that, follow the steps below: Locate the web.xml file at the following location: E:\jde_home\targets\oc4j\j2ee\home\applications\ManagementConsole\ManagementConsole_WAR\WEB-INF Locate the xml node <session-config> ...