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… Lire la suite ›
Mois: mars 2021
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… Lire la suite ›
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… Lire la suite ›
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… Lire la suite ›
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… Lire la suite ›
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… Lire la suite ›
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… Lire la suite ›
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 : <?php $theme = $_GET[‘theme’]; $soustheme = $_GET[‘soustheme’]; $lettre = $_GET[‘lettre’]; $id = $_GET[‘id’]; $wsdl = “https://<BI_PUBLISHER_SERVER>:PORT/xmlpserver/services/v2/ReportService?wsdl”;… Lire la suite ›
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… Lire la suite ›