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

Archive for the ‘Java’ Category

Demo Of Oracle JDEdwards EnterpriseOne Tools Release 9.1 User Interface Improvements

Oracle has significantly improved its EnterpriseOne user interface with their tools release version 9.1 The new user interface does not only look better but offers many new productivity features. Steltix has created a YouTube video and an on-line hands-on experience demo: Steltix Video is at: http://www.youtube.com/watch?v=3c8Oa_8wh-s Steltix Public on-line demo is at: http://tools91.steltix.com/jdeuser: demopassword: demo ...

Oracle Releases JD Edwards EnterpriseOne Tools Release 9.1

New Release Includes Updated User Interface, Advanced Reporting Functionality and Improved IT Administrator Functionality Redwood Shores, CA – December 6, 2011 News Facts Reinforcing its commitment to helping customers maximize the value of Oracle’s JD Edwards EnterpriseOne applications, Oracle today announced a new release of Oracle’s JD Edwards EnterpriseOne Tools. The underlying technology for the ...

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

Journaling a Physical File on IBM iSeries Using STRJRNPF

We have a system that needs to interface directly with some EnterpriseOne Files.  This system is written in Java and seems to be very difficult to change any JDBC settings to not use commitment control. Anyway, to get around this issue, we started journaling the physical file that the JDBC command was trying to update ...

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