lundi 20 juillet 2009

Oracle Announces the Availability of JD Edwards EnterpriseOne Tools 8.98 Update 1

The new product enhancements in 8.98.1.0 are:
• New product Introduction: Oracle Enterprise Manager Application Pack for JD Edwards
A new product offering which enables JD Edwards EnterpriseOne to be managed using Oracle Enterprise Manager.
• Embedded Oracle BI reports in JD Edwards EnterpriseOne applications
The tool set is enhanced to allow the design and runtime support for embedding Oracle Business Intelligence (OBI) reports into JD Edwards EnterpriseOne forms.
• Data Access Driver (DAD) for JD Edwards EnterpriseOne
A standards based JDBC (type 4) driver for java applications. This data query interface complements the Data Access Server (DAS) released with Tools release 8.98.0.
• Embedded BI Publisher enhancement to optionally save report output to a file system
Product enhancement to allow reports created using the Embedded BI Publisher Reporting capability to be saved to a file system.
• Data Selection security controls on user submission of a UBE
A modification to the Security Workbench application and runtime platform to control user options for adding, modifying, or deleting data selection criteria when submitting a report.
The additional platform certifications consist of:
• Support for Oracle Application Server 10.1.3.4
• Support for Microsoft Windows Server 2008 (64-bit on x86-64 hardware)
Note: JDE E1 continues to run as a 32-bit application within the 64-bit operating system
• Support for Microsoft SQL Server 2008 64-bit edition running on Windows Server 2008
• Support for Microsoft Internet Explorer version 8.0
• Support for the Firefox browser version 3.0.3
• Support for running the Oracle database 11g on the SUSE Linux (SLES 10)
The 8.98.1 release also includes general maintenance, including fixes included in maintenance packs 8.98.0.1 through 8.98.0.6.


Sources: EnterpriseOne_Tools_8.98_Update_1_Announcement

jeudi 7 mai 2009

Utilisation des filtres avancées avec Filter(expr using condit)

Dans l'exemple qui suit, nous utilisons un test avec CASE pour retourner la valeur du filtre :

CASE WHEN FILTER("Volume Vrac"."Qtité Livrée" USING "Année Fiscale"."Fiscal Year" =6 AND ("Année Fiscale"."Période" BETWEeN 1 AND 4))<>-99999999999999999 THEN FILTER("Volume Vrac"."Qtité Livrée" USING "Année Fiscale"."Fiscal Year" =6 AND ("Année Fiscale"."Période" BETWEeN 1 AND 4)) ELSE 0 END

samedi 28 mars 2009

Un exemple de code qui génère des erreurs et comment le résoudre

select t1.fy as Année, t1.pn as Période,t1.obj as Objet, sum(t1.aa) as Montant
from F0911 t1
where t1.fy=7 and t1.obj>=600000 and t1.obj<=629999
group by t1.fy, t1.pn,t1.obj

Il faut remplacer Année par Annee, Période par Periode.

jeudi 19 mars 2009

Oracle BI Publisher Enterprise 10.1.3.4.0

Une des nouveautés majeures avec la Tool Release 8.98 est l'introduction de la DAS (Data Acces Server). Cet outil permet à Jd Edwards de communiquer avec Oracle BI Publisher .
L'installation pour la communication avec la base données Jd edwards nécessite un paramétrage du coté Server Manager (Voir installation et management du Sever manager) et un paramétrage des ODBC du coté Oracle BI Publiser.
L'utilisation du BI Enterprise nécessite l'installation du BIPublisherDesktop . Il peut être téléchargé sur le site Oracle BI Enterprise. Avant d'intaller le BIPublisherDesktop il faut d'abord installer le Java Runtime, il est téléchargeable sur le site http://java.com/fr/download .


Using Oracle BI Publisher to create JD Edwards Enterprise One Reports

Pour plus d'informations sur l'installation , nous vous prions de vous referer à :
- Oracle Business Intelligence Publisher Installation Guide 10.1.3.4
- Install Oracle Business Intelligence Publisher Enterprise
- Oracle Business Intelligence Publisher Report Designer’s Guide 10.1.3.4

Using Oracle BI Publisher to Create JD Edwards Enterprise One Reports dienguis8631 Using Oracle BI Publisher to Create JD Edwards EnterpriseOne Reports

dimanche 15 mars 2009

Les news sur JDEDWARDS ENTERPRISEONE

L'objectif de ce bloc est d'échanger sur les news sur Jdedwards EnterpriseOne 8.12 TR 8.98. Nous essayerons autant que possible de vous tenir informer sur les nouveautés et les fonctionnalités sur Oracle Jdedwards EnterpriseOne.
Nous utiliserons les terminologies Oracle Jdedwards EnterpriseOne, Jde , Peoplesoft EnterpriseOne parceque l'habitude d'usage nous pousse à utiliser JDEDWARDS nom d'origine avant l'achat par Peoplesoft ce qui donna le nom de peoplesoft enterpriseone. Aujourd'hui l'arrivée d'Oracle va nous amener à parler de Oracle EnterpriseONe.
Ce qu'il faut retenir Jde = Jdedwards=Peoplesoft EnterpruiseOne= Oracle EnterpriseOne
Regards