Server Management Will Not Start After Update

We are updating our 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 Support that fixed the issue.

To resolve this issue, Customers need to download the 8.98.2.2 (or newer) version of the Server Manager update component and proceed with the following steps:

Update your Server Manager console with the newer version of Server Manager.

Locate the “scfagent.jar” file in the following directory:
{jde_home}\targets\oc4j\j2ee\home\applications\ManagementConsole\ManagementConsole_WAR\scfagent
where {jde_home} is your Server Manager console install location.

Copy this file to the following directory on the machine where your Windows Server Manager agent is running:
{jde_agent_home}\lib\_staging
where {jde_agent_home is the Server Manager agent install location

Rename the “scfagent.jar” file that you have copied to “agentUpdate.jar”. If there is already a file with this name, it should be replaced with the new file you have copied.

Run the “startAgent.bat” command file twice from the {jde_agent_home}\bin directory. The first time will update the Server Manager agent JAR files with the newer version, but will likely fail to start the service. The second time should start the service successfully.

I hope that helps!

Tags: , , , , , , , , , , ,

Web Only Version Pain

We seem to be having an issue with old “web only” versions.  There are times when the “web only” version causes the other version to not correctly.  So, below is the that can be used to select the “web only” versions.

SELECT count(*) FROM COPD811/F983051
WHERE VRVCC2='1'             

If you want to be more precise, you can grab the “web only” versions that have been executed prior to a certain date by using the VRVED field and the six digit date which can be found on the e1 dates page.

Tags: , , , , , , , , ,

EnterpriseOne Minimum Technical Requirements

my oracle support Recently, I found that the Minimum Technical Requirements for to be a little difficult to track down. 

So I thought I should create a post about it here so that I dont have to waste a bunch of time looking for it. 

If I remember I did this, anyway.

 

 

JD Edwards EnterpriseOne Current MTR Index (Doc ID 747323.1)

Application Packs
Application Management Pack
Business Intelligence
Business Intelligence Publisher
Embedded Business Intelligence Applications
Business Servers
Business Services Servers
Clients
8.0/
Tools 8.9x
Clients Pervasive
8.0/ – Pervasive
Tools 8.9x – Pervasive
Cluster Servers
8.0/
Tools 8.9x
Collaborative Portal
Collaborative Portal 8.0/
Collaborative Portal 8.9x
Crystal Report – Business Objects
Business Objects Enterprise XIR2
Crystal Reports XIR2
Database Software
8.0/
Tools 8.9x
Deployment Server
8.0/
Tools 8.9x
Disk Space
8.9x Disk Space Requirements
Enterprise Servers
8.0/
Tools 8.9x
Integration
Integration Page
Extended Process Integration XPI
Enterprise XPI Foundation
JD Edwards 8.12 Integration Points
Enterprise XPI 8.11 Integration Points
8.11 SP1 Integration Points
Mobile Tools
Mobile Client 8.9x
Mobile Synchronization Server 8.9x
PIM Sync Server
Tools 8.9x
Operational Consoles
Plant Manger’s Dashboard Version 8.12
Plant Manger’s Dashboard Version 8.11 SP1
Financial Management and Compliance Console Version 8.12
Financial Management and Compliance Console Version 8.11 SP1
Real-Time Events Server
Tools 8.9x
Supply Chain Planning (SCP)
EnpterpriseOne Supply Chaining Planning Page
Third Party Software
WebSphere MQ
Vertex Payroll Tax Q Series
Vertex Sales Tax Q Series
Terminal Servers
8.0/
Tools 8.9x
Virtualization
VM
Web Servers
8.0/
Tools 8.9x
Web Services Gateway Server (WSG)
Web Services Gateway server (WSG)
Information Websites
8.0
Tools 8.9x
Tags: , , , , , , , , , , , , , , , ,

Processing, Processing, Processing!

imageWe had a user submit an issue last week that was a little baffling.

User: “When I try to access an application in all I get is the processing image.”

Us: “Does the ‘processing’ ever go away?”

User: “No.  It just sits there.”

Us: “um, ok. Let us do some checking and we’ll get back to you.”

Our PC support staff was able to remote into the PC and found that there was an “element not found” Javascript error.

The error was fixed by modifying the following registry entry:

HKEY_CLASSES_ROOT\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32

Replace the current value on the default setting from:

"C:WINDOWS\system32\shdocvw.dll"

to

"C:WINDOWS\system32\ieframe.dll"

We didn’t have to reboot for this setting to take effect, but you may have to.

Tags: , , , , , , , , , ,

Oracle Give Away Extended Support

I got this email this morning:

Dear JD Edwards Customer,

During the recent COLLABORATE conference 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 .

What is Extended Support?
Many JD Edwards legacy programs are supported under Oracle’s Lifetime Support Policy. This means that when Premier Support ends, you may continue to receive updates, and legislative and regulatory fixes for an additional three years under s Extended Support. Please be sure to review ’s Lifetime Support Policy for details regarding each JD Edwards release.

How Does this Affect You?
All customers currently using JD Edwards 8.11 and 8.11 SP1 will have the first year of their Extended Support fee waived. After that you will have the option of continuing your Extended Support service, and can contact your Support Sales representative to initiate the purchasing process.

For more information, please review the following article on MetaLink 3, NOTE: 778948.1, or contact Global Customer Support for further questions.

I wonder if you still get the HelpDesk101-type support when you first call?  Im not trying to be negative, but you know what I mean:

  • Have you applied all the ESUs?
  • Have you modified the object?
  • Are you on the latest Tools Release?
  • Could you send me a full set of logs for both the web server and the enterprise server? – Yeah, sure. Have funning going through 2 GB of TEXT!

Anyway, it may be a good deal.

Tags: , , , , , , , , , , ,

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, 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 mean three separate machines using three separate platforms.  Whatever your architecture looks like there are at least three.

  1. The Java Application Server (JAS).  No matter what flavor of JAS you are running ( Websphere, Application Server, BEA, etc.) you will need to configure the applications user session timeout setting.  The screenshots for Websphere 6.0.2.13 are below:

    IBM Websphere 
    IBM Websphere

  2. The HTML Server.  This setting is in the JAS.INI under the [CACHE] stanza.  The setting is in milliseconds (3600000 = 1 hour).  If you are running the Server Manager for , you can find it in the Cache Configuration section under the Web Runtime configuration.
    Oracle Server Manager
     
    Oracle Server Manager
  3. The HTTP server.  The instructions for both Microsoft IIS and HTTP Server follows:
    • Microsoft IIS:
      • Display the properties of the website that is configured to host
      • On the Website tab, modify the Connection Timeout setting.  Please note that this value is in seconds, not milliseconds.
    • HTTP Server:
      • Edit the Timeout setting in the HTTPD.CONF file.  Please note that this value is in seconds, not milliseconds.

NOTE:  To avoid record locking specifies to configure the system so that the JAS server will timeout the users session.  To do that both the HTML Server and the HTTP server need to be set to great times than the JAS server.  For example:

  • To configure a timeout value of 30 minutes:
    • JAS Server: 30
    • HTML Server: 3600000
    • HTTP Server: 3600
Tags: , , , , , , , , , , , , , , ,

The JD Edwards Advisor’s Analysis Of Oracle OpenWorld 2008

openworld.150 Once again the JD Edwards Advisor gives us some great insight to ’s OpenWorld 2008.  Lee came up with 4 things that he thought were the top takeaways:

  1. ’s roadmap for JD Edwards applications remains clear and promising.
  2. is shifting its focus from making strategic pronouncements to executing on them.
  3. New functions for ’s ERP suites will increasingly be delivered via edge applications, standalone tools, and software as a service (SaaS).
  4. Applications will be available soon. However, many customers will care less…and won’t be offended.

Be sure to read the entire article.

Tags: , , , , , , ,

20 Products Affected By Oracle’s Lastest Critical Patch Update

oracle security released the October 2008 Critical Patch Update.  This update contains 36 new fixes across 20 different products.

A piece of EnterpirseOne, the Business Services Server, is included in this update. 

Oracle CPU – October 2008
Oracle CPU FAQ

Tags: , , , , , , ,

Good News And Bad News With Oracle’s Latest Patches

July 11, 2008 by Stewart Schatz · 1 Comment
Filed under: EnterpriseOne - General 

Oracle Headquarters Forty-five new Oracle patches will be released Tuesday, July 15, 2008.

Bad News: 25 products are affected.

Good News: "There are no new fixes affecting JD Edwards products."

Yippee!  I hate trying to explain the needs for upgrades to users when they can’t really see the issue.

Tags: , , , , ,

E1 Admins Need To Know Everything About Everything

image I admit that I am a "Jack of all trades, master of none".  Which can be a good thing as in the second paragraph of the Wikipedia entry.

A Jack of all trades may also be a master of integration, as the individual knows enough from many learned trades and skills to be able to bring their disciplines together in a practical manner.

Ok, I’m getting a little off track.

With that said, I don’t think that any CNC Admin can be a master at everything.  That may be a little strong, but unless is your only responsibility and you have very little changes to make, knowing everything about everything that touches your system is an extremely difficult pursuit.

In our staff of 30 or so, I feel that I am one of a few that have a pretty extensive background in a wide variety of information technology related subjects.  However, yesterday, my "master of none" was exposed.

image We are running tools release 8.96.1.5.  This release uses ’s HTTP Server, which is ’s slightly modified Apache HTTP Server 2.0.   Although I’ve worked on many different systems, I’ve never had the privilege of administering a mission critical Apache HTTP Server until we started using it for and even then it always… just ran.  I never really had to do anything with it besides the httpd.conf modifications required by , which are specified very simply in the documentation.

Well, yesterday, we had users calling saying that they "couldn’t view PDFs".  We were receiving IBM Websphere logs that indicated that the system was unable to write to the /temp directory.  Well, the reason for this message was found when one of my colleagues logged-on to the server and noticed the pop-up that said the "E:" drive was out of space.

Now, we know what was going on, but why?  There is usually about 10GB of free space on that drive.  What could have taken it all.  Granted, I haven’t looked in quite a while, but nothing else runs on that box, but the web client.

After a little bit of head-scratching, we found that the culprit was a log file.  The Apache access log file.  Unknown to me or my non-Apache admin colleagues, the Apache access logs are set to not truncate automatically.  In other words, they build and build and build until you have no more disk left.

Fortunately, I was able to find a way to create a new log file after either an amount of time or when the a specified file size is reached.  It uses the rotatelogs application that ships with Apache and is configured within the httpd.conf file.

Essentially, you send all Apache access logging through the rotatelogs application which then writes the log to your specified location.  This is called "Piped Logging".  Here is the basic syntax:

rotatelogs  [ -l ] logfile  [ rotationtime [ offset ]] | [ filesizeM ]

And this is what I am using:

CustomLog "|bin/rotatelogs.exe logs/access_%Y%m%d_%H%M%S.log 3600" common

This configuration forces a new log file to get created every hour (3600 seconds).

Another benefit to using piped logging is that the log files are not locked by the Apache.exe process.  This allows the ability to delete the current log file.

Unfortunately, I have been unable to find a way to delete old files within Apache.  I may have to resort to some bat file or VBScript for that.

Related Posts with Thumbnails Tags: , , , , , , , , , , ,

Next Page »