You need to deploy a new JD Edwards platform, you need scalability, you need high availability, you need to deploy easily… Think DOCKER and KUBERNETES. This document provided by Oracle talks about deploying on OCI but you can do the… Read More ›
Oracle
UPDATE : Call BI Publisher from PHP to run a report and get a PDF
The previous topic was explaining how to call BI Publisher with the first version of the API. This second version contains more parameters : $theme = $_GET[‘theme’]; $soustheme = $_GET[‘soustheme’]; $lettre = $_GET[‘lettre’]; $id = $_GET[‘id’]; $wsdl = “https://:PORT/xmlpserver/services/v2/ReportService?wsdl”; $client… Read More ›
How To Unmerge OBIEE Cells After Exporting To Excel When The Cells Are Merged In Answers? (Doc ID 1930660.1)
End users ask many times to change the default configuration in Analysis for cells. Why : because per default, all cells are merged and if you want to export to Excel, End users are not able to add filter. This… Read More ›
Call BI Publisher from PHP to run a report and get a PDF
A question was asked many times to me, how to embed a bi publisher report into JD Edwards. It could be very easy with PHP (or any tools that can call a web service) and you can use it in… Read More ›
Change the Supervisor ODI user or password
For a standalone or collocated Agent, run the config.cmd/.sh as follows: Run the config.cmd/.sh from $MIDDLEWARE_HOME/oracle_common/common/bin Use the “Update an existing Domain” option. On the System Components > Advanced tab make the changes to the user and/or password. Proceed to… Read More ›
Run an JD Edwards UBE from a remote server
If your JD Edwards enterprise server is on Linux, it could be easy because you can use SSH to execute remotely a batch (UBE) with the RUNUBE or RUNUBEXML command. But if you are on a Windows platform, it could… Read More ›
Reviewing Object History and Export Specs in Tools Release 9.2.1 and Above (Doc ID 2357415.1)
Is it true that at release 9.2.1, Object Management Workbench (OMW) preserved a history of source code as the code is changed and promoted? If so, can I get some information about this? When you check-in an object or promote… Read More ›
Package Deployment Considerations for JDEdwards EnterpriseOne 24/7 Operations
Recurring question : users should be disconnected to deploy a package? There is many considerations to take in account for answering this question. If the package contains only versions or UDO, there is no problem to deploy even if users… Read More ›
JD Edwards One View Report Applications require licenses
Starting with JDE 9.1, many applications are very useful because they consolidate in one grid more information than standard applications. This is for example the case for accounting with all invoices, payments available on one grid But do you know… Read More ›
JD Edwards EnterpriseOne 9.1 Clustering Best Practices with Oracle WebLogic Server
Oracle provide a useful Red Paper to configure JD Edwards Web Server into a cluster. But this means that you need a Weblogic Enterprise License. This license is not included into Oracle JD Edwards Technology Foundation. You will find attach… Read More ›