EnterpriseOne Minimum Technical Requirements

my oracle support 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 EnterpriseOne Current MTR Index (Doc ID 747323.1)

Application Packs
Application Management Pack
Business Intelligence
Oracle Business Intelligence Publisher
Oracle Embedded Business Intelligence Applications
Business Servers
Business Services Servers
Clients
EnterpriseOne 8.0/Xe
EnterpriseOne Tools 8.9x
Clients Pervasive
EnterpriseOne 8.0/Xe – Pervasive
EnterpriseOne Tools 8.9x – Pervasive
Cluster Servers
EnterpriseOne 8.0/Xe
EnterpriseOne Tools 8.9x
Collaborative Portal
Collaborative Portal 8.0/Xe
Collaborative Portal 8.9x
Crystal Report – Business Objects
Business Objects Enterprise XIR2
Crystal Reports XIR2
Database Software
EnterpriseOne 8.0/Xe
EnterpriseOne Tools 8.9x
Deployment Server
EnterpriseOne 8.0/Xe
EnterpriseOne Tools 8.9x
Disk Space
8.9x Disk Space Requirements
Enterprise Servers
EnterpriseOne 8.0/Xe
EnterpriseOne Tools 8.9x
EnterpriseOne Integration
EnterpriseOne Integration Page
Extended Process Integration XPI
Enterprise XPI Foundation
JD Edwards EnterpriseOne 8.12 Integration Points
Enterprise XPI 8.11 Integration Points
EnterpriseOne 8.11 SP1 Integration Points
Mobile Tools
Mobile Client 8.9x
Mobile Synchronization Server 8.9x
PIM Sync Server
EnterpriseOne 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
EnterpriseOne 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
EnterpriseOne 8.0/Xe
EnterpriseOne Tools 8.9x
Virtualization
Oracle VM
Web Servers
EnterpriseOne 8.0/Xe
EnterpriseOne Tools 8.9x
Web Services Gateway Server (WSG)
Web Services Gateway server (WSG)
Information Websites
EnterpriseOne Xe
EnterpriseOne 8.0
EnterpriseOne Tools 8.9x
Tags: e1, enterpriseone, enterpriseone, EnterpriseOne - General, IBM i/System i/iSeries/AS400, Java, jd edwards, MetaLink, Minimum Technical Requirements, oracle, oracle, Oracle Server Manager, websphere, websphere

EnterpriseOne Is Giving “Element not found” Javascript Error

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

User: “When I try to access an application in EnterpriseOne 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_ROOTTypeLib{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}1.1win32

Replace the current value on the default setting from:

"C:WINDOWSsystem32shdocvw.dll"

to

"C:WINDOWSsystem32ieframe.dll"

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

Tags: e1, E1Tips, enterpriseone, enterpriseone, EnterpriseOne - General, Internet Explorer, Javascript, Microsoft, RegEdit, XML

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 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 Oracle’s Extended Support. Please be sure to review Oracle’s Lifetime Support Policy for details regarding each JD Edwards release.

How Does this Affect You?
All customers currently using JD Edwards EnterpriseOne 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?  I’m 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: enterpriseone, enterpriseone, EnterpriseOne - General, esu, jd edwards, jde, MetaLink, My Oracle Support, oracle, oracle

Add Record To OCM – F986101

The other day, I had a need to insert many records into the OCM (F986101).  So I set out to create a quick SQL statement that would serve that purpose.  Below is what I came up with:

INSERT INTO SY811/F986101                         
VALUES('DV811',0,'OBJECTNAME','LOCAL','','*PUBLIC',  
'*ALL','P','','H95','AV','SQL','BSFN',            
'USERNAME','','','',0,'',0,'','','','')            

Remember – you may have to make entries in both the SY811 and SVM811 F986101 files.

Tags: enterpriseone, EnterpriseOne - SQLs, Object Configuration Management, OCM, sql, sql

Access To Environments

To find out what users or groups have access to a certain environment run the following SQL:

select * from sy811/f0093
where llll='<enviornment>'    

To find out what environments a user or group has access to run the following SQL:

select * from sy811/f0093
where lluser='<userid>'    

Tags: enterpriseone, EnterpriseOne - Security, EnterpriseOne - SQLs, sql, sql