About 259,000 results
Open links in new tab
  1. Getting error Cannot find matching method java.util.Date#format (java ...

    Summary: Getting below error for one of the Groovy scripts in Groovy Script Validator.

  2. Groovy Rule Fails Validation getDataGridBuilder

    Mar 18, 2024 · [Static type checking] - Cannot find matching method oracle.epm.api.model.Cube#getDataGridBuilder (java.lang.String). Please check if the declared type …

  3. In xsl template getting error like: sun.util.calendar.ZoneInfo cannot ...

    May 18, 2023 · In xsl template getting error like: sun.util.calendar.ZoneInfo cannot be cast to java.util.SimpleTim Received Response 185 Views

  4. [STUCK] ExecuteThread: '112' for queue: 'weblogic.kernel.Default (self ...

    Jul 22, 2024 · When I try to merge two shipments, I get the following error: MERGE SHIP timed out waiting for SHIPMENT: SD.24634151. The object is held by Activity:

  5. How to troubleshoot errors in "Manage Subscriptions Using Order ...

    Dec 14, 2022 · at oracle.jbo.server.DBTransactionImpl.commit (DBTransactionImpl.java:2606) at oracle.apps.subscriptions.subscriptionManagement.model.util.CommonUtil.Commit …

  6. OBIEE 11 : Configure MySQL JDBC datasource — Oracle

    Sep 21, 2017 · Summary OBIEE 11 : Configure MySQL JDBC datasource Content Hello, In BI Publisher ( OBIEE 11.1.1.7 ) , we need to configure Datasource JDBC MySQL:

  7. preview failed error at time Generating report using BI publisher ...

    Aug 1, 2018 · Unlock faster trends, personalized analytics, and efficient data management with the latest OAC AI and admin enhancements.

  8. dtv.util.crypto.SecretKeyCipherStoreException: no cipher for effective ...

    Jan 17, 2020 · Retail Point-of-Service Solutions (MOSC) dtv.util.crypto.SecretKeyCipherStoreException: no cipher for effective date NULL_INSTANCE Mar 30, 2020 7:43AM edited Mar 30, 2020 8:30AM 3 …

  9. Approval Rules - Convert a Date into Day of month

    Nov 11, 2023 · But then when save rule, receive following error: RUL-05720: data type mismatch for test "<": java.util.GregorianCalendar < String ** UPDATE ** Now resolved - Have to do via BPM worklist. …

  10. Correct date format to pass a date from a BSSV to a BSFN?

    Jun 2, 2015 · MM/DD/YYYY, Java Date ()? Date dateToday = new Date (); f3111EditLineVO.setJdTransactionDate (dateToday); This translates into this in the BSSV log, the …