17 DVT-02012 to DVT-26021

DVT-02012: Column {0} exceeds boundary {1}.
Cause: The specified column number was greater than the total number of columns.
Action: Get the total number of columns, by calling the getColumnCount method of the graph or of the column header in the pivot table. Then specify a column that does not exceed the total number of columns.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-02013: Row {0} exceeds boundary {1}.
Cause: The specified row number was greater than the total number of rows.
Action: Get the total number of rows, by calling the getRowCount method of the graph or of the column header in the pivot table. Then specify a row that does not exceed the total number of rows.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-02015: Slice {0} exceeds boundary {1}.
Cause: The specified slice number was greater than the total number of slices.
Action: Specify a slice that does not exceed the total number of slices.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-02016: Layer {0} exceeds boundary {1}.
Cause: The specified layer was greater than the total number of layers that are available on the given edge.
Action: Specify a layer that does not exceed the total number of layers.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-02017: Series {0} exceeds boundary {1}.
Cause: The specified series was greater than the total series that is available in the graph.
Action: Specify a zero-based series index that does not exceed the total series. The Graph.getDisplaySeries method should provide the number of series that are displayed in the graph. Or, if Graph.isDataRowShownAsASeries returns true, then Graph.getRowCount returns the number of series that can be displayed. If Graph.isDataRowShownAsASeries returns false, then Graph.getColumnCount returns the total number of series that can be displayed.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-02018: Edge {0} exceeds boundary {1}.
Cause: The specified edge was greater than the total number of edges that are available on the given edge. Valid edges for methods that require an edge are: DataDirector.COLUMN_EDGE, DataDirector.ROW_EDGE, and DataDirector.PAGE_EDGE.
Action: Specify a valid edge constant.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-02019: Current DataSource does not support required type: {0}.{1}.
Cause: The DataSource did not support the required type of data in its DataMap. For example, the view requested DataMap.DATA_GROUPSORT information, and the DataSource that the view uses did not supply group sort information.
Action: Request support for the required data types in the DataSource, or use a different DataSource.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-02020: DTD file cannot be found.
Cause: The specified DTD could not be found. The XML parser needed the DTD in order to validate XML files.
Action: Ensure that the specified DTD file exists, or disable XML validation. DTDs for Data Visualization components are in their respective packages. To turn off validation, call Dataview.setXMLValidated(false);.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-03000: No Mergeable object is provided.
Cause: No default Mergeable object was provided to resolve rules.
Action: Provide at least one default Mergeable object, so that rules can be resolved. For more information about Mergeable objects, see the Javadoc for the oracle.dss.rules.Mergeable interface.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-03001: attempt to call merge(Mergeable) on an incompatible Mergeable class
Cause: An attempt was made to merge incompatible Mergeable classes. Only Mergeable objects of the same class can be merged. For example, ViewStyle objects can be merged, but a ViewStyle cannot be merged with a ViewFormat.
Action: Merge two classes that are compatible. For more information, see the Javadoc for the oracle.dss.rules.RuleBundle class.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-06000: unexpected data error from Pivot Table data model
Cause: An unexpected exception was thrown by the Pivot Table's data model.
Action: Log a bug against the application. Verify that the Pivot Table's data model is configured properly.

Level: 1

Type: ERROR

Impact: Data

DVT-06001: no Converter for data type {0} during Pivot Table text formatting
Cause: The application could not create a Converter for a specific data type. The most likely reason was that a Converter was not registered for that data type.
Action: Log a bug against the application. Verify that the application can create a default Converter for all data types rendered by the Pivot Table.

Level: 1

Type: TRACE

Impact: Configuration

DVT-07001: cannot create Graph image
Cause: Under heavy loads, there was not enough memory to create the BufferedImage, or the Graphics instance from the BufferedImage. Therefore, the generated image file is empty.
Action: Reduce the memory load; for example, reduce the image size or allocate more memory to the JVM.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-08000: unexpected data error from Data Model
Cause: An invalid operation was performed by Data Model.
Action: Log a bug against the application. Verify that the Data model is configured properly.

Level: 1

Type: ERROR

Impact: Data

DVT-22004: cannot create Gauge image
Cause: Under heavy loads, there was not enough memory to create the BufferedImage, or the Graphics instance from the BufferedImage. Therefore, the generated image file is empty.
Action: Reduce the memory load; for example, reduce the image size or allocate more memory to the JVM.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-23000: End date cannot be earlier than start date.
Cause: The end date specified for the Gantt chart was earlier than the specified start date.
Action: Specify a correct start date and end date for the Gantt chart.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-23001: The time unit in the major axis must be greater than the time unit in the minor axis.
Cause: The time unit specified in the major axis was not greater than the time unit specified in the minor axis. For example, if "days" was specified as the time unit for the minor axis, then the time unit specified in the major time axis must be greater than "days", such as "months", and not anything less, such as "hours".
Action: Ensure that the time unit in the major axis is greater than the time unit in the minor axis.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-23002: An invalid time scale is specified.
Cause: The specified time scale in the major or minor axis was not recognized.
Action: Specify a valid time scale for the axis.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-23003: End date of a task cannot be earlier than its start date. Start date: {0}, End date: {1}
Cause: The end date specified for the task was earlier than its start date.
Action: Check the data to ensure that the start date and end date are loaded correctly.

Level: 1

Type: WARNING

Impact: Data

DVT-23004: No tooltip keys or labels are specified.
Cause: No tooltip keys or labels were specified in the Gantt tag.
Action: Specify keys and labels for the tooltip to ensure that the tooltip is not empty.

Level: 1

Type: WARNING

Impact: Programmatic

DVT-23005: No legend keys or labels are specified.
Cause: No legend keys or labels were specified in the Gantt tag.
Action: Specify keys and labels for the legend to ensure that the legend is not empty.

Level: 1

Type: WARNING

Impact: Programmatic

DVT-23006: The number of tooltip keys does not match the number of tooltip labels.
Cause: The number of tooltip keys did not match the number of tooltip labels specified in the Gantt tag.
Action: Ensure that the number of tooltip keys specified in the Gantt tag (tooltipKeys attribute) matches the tooltip labels specified in the Gantt tag (tooltipLabels attribute).

Level: 1

Type: WARNING

Impact: Programmatic

DVT-23007: The number of legend keys does not match the number of legend labels.
Cause: The number of legend keys did not match the number of legend labels specified in the Gantt tag.
Action: Ensure that the number of legend keys specified in the Gantt tag (legendKeys attribute) matches the legend labels specified in the Gantt tag (legendKeyLabels attribute).

Level: 1

Type: WARNING

Impact: Programmatic

DVT-23008: The start date of the task is out of range. Value: {0}
Cause: The start and end date of a task was outside of the time range specified for the Gantt chart.
Action: No action necessary, if it is okay not to show the task. Otherwise, verify data is correct or specify a wider time range for the Gantt chart (using the startTime and endTime attributes)

Level: 1

Type: WARNING

Impact: Data

DVT-23009: cannot find format for type {0}; skipping task: {1}
Cause: No format for type {0} was registered.
Action: Register a TaskbarFormat with the TaskbarFormatManager for the type indicated.

Level: 1

Type: WARNING

Impact: Programmatic

DVT-23010: The specified day of the week is invalid. Value: {0}
Cause: The day of the week specified was not recognized.
Action: Specify a value for the day of the week that is one of these seven constants from the java.util.Calendar class: Calendar.SUNDAY, Calendar.MONDAY, Calendar.TUESDAY, Calendar.WEDNESDAY, Calendar.THURSDAY, Calendar.FRIDAY, Calendar.SATURDAY.

Level: 1

Type: WARNING

Impact: Programmatic

DVT-23011: The value specified for alignment is invalid. Task ID: {0}
Cause: The alignment value specified for the label or icon was invalid.
Action: Specify a value for alignment that is one of these three constants from the oracle.adf.view.faces.bi.component.gantt.GanttConstants class: GanttConstants.LEFT, GanttConstants.RIGHT, GanttConstants.INSIDE.

Level: 1

Type: WARNING

Impact: Programmatic

DVT-23012: GanttDropTarget can only be attached to a Gantt component.
Cause: The GanttDropTarget tag was added as a child of a non-Gantt component.
Action: Ensure that the GanttDropTarget tag is a child tag of either a Project Gantt or Scheduling Gantt component.

Level: 1

Type: WARNING

Impact: Programmatic

DVT-23013: The start date of a task is null.
Cause: The start date of a task was null.
Action: Check the data to ensure that the start date is not null.

Level: 1

Type: WARNING

Impact: Data

DVT-23014: The task ID is null.
Cause: The task ID or split task ID was null.
Action: Check the data to ensure that the task ID or split task ID is not null.

Level: 1

Type: WARNING

Impact: Data

DVT-23015: The next date cannot be earlier than the previous date.
Cause: The next date returned by custom timescale was earlier than the previous date.
Action: Specify a correct next date.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-23016: The value supplied for the attribute is returning a wrong type.
Cause: The value supplied for the attribute is returning a wrong type.
Action: Chech the attribute and modify to return correct type.

Level: 1

Type: WARNING

Impact: Data

DVT-23017: The taskID is not unique in the resource. resourceID: {0}, taskID: {1}
Cause: The taskID is not unique in the resource.
Action: Check the data to ensure that the task ID is unique.

Level: 1

Type: WARNING

Impact: Data

DVT-26000: unable to find connection in {0}
Cause: Either the map configuration was not valid, or connection information was missing.
Action: Check the map configuration file.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26001: theme \"{0}\" cannot be displayed: missing value property
Cause: The value attribute of the theme was null.
Action: Check the value attribute of the theme.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26002: theme \"{0}\" cannot be displayed: invalid row key at row {1}
Cause: The specified row either did not have a row key, or the row id in the row key was null.
Action: Check the key and row id for the specified row.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26004: theme \"{0}\" cannot be displayed: row {1} with id={2} does not have a data value
Cause: The specified row did not have a data value.
Action: Check the data value for the specified row.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26005: theme \"{0}\" cannot be displayed: row {1} with id={2} does not have a location value
Cause: The specified row did not have a location value.
Action: Check the location value for the specified row.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26006: Labels for one or more rows of theme \"{0}\" are missing.
Cause: Some rows in the theme did not have a location label.
Action: Check the location labels in the theme.

Level: 1

Type: WARNING

Impact: Programmatic

DVT-26008: Theme \"{0}\" does not have any data.
Cause: The specified theme did not return any rows.
Action: Check whether the specified theme is correctly returning no data.

Level: 1

Type: WARNING

Impact: Data

DVT-26009: unable to geocode data at row {0} of theme \"{1}\": {2}
Cause: The specified data could not be geocoded.
Action: Change the location value for the specified row.

Level: 1

Type: WARNING

Impact: Data

DVT-26010: The mouse click behavior of {0} is to render a popup, but there is no popup facet in the map.
Cause: The map had no popup facet, but the leftClickBehavior property was specified to render a popup.
Action: Check whether the mouse click behavior is correct.

Level: 1

Type: WARNING

Impact: Data

DVT-26011: The right-click behavior of {0} is to render a popup, but there is no popup facet in the map.
Cause: The map had no popup facet, but the rightClickBehavior property was specified to render a popup.
Action: Check whether the right-click behavior is correct.

Level: 1

Type: WARNING

Impact: Data

DVT-26012: The number of labels specified in legendLabels does not match the number of buckets. Legend labels: {0}, Buckets: {1}
Cause: The number of legend labels and buckets did not match.
Action: Check the number of legend labels.

Level: 1

Type: WARNING

Impact: Data

DVT-26013: unable to geocode the theme data: no Geocoder URL specified in {0}
Cause: Either the map configuration was not valid, or connection information for the Geocoder was missing.
Action: Check the map configuration file.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26014: unable to show all theme data for theme \"{0}\": multiple data values for {1} are specified but only the first data value is shown
Cause: Duplicate location data values were found.
Action: Check the data for duplicate location values.

Level: 1

Type: WARNING

Impact: Programmatic

DVT-26015: theme \"{0}\" cannot be displayed: no longitude data at row {1}
Cause: The specified row did not have a longitude value.
Action: Check the longitude for the specified row.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26016: theme {0} cannot be displayed: no latitude data at row {1}
Cause: The specified row did not have a latitude value.
Action: Check the latitude for the specified row.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26017: unable to connect to MapViewer at {0}
Cause: A MapViewer server was not found at the specified map URL.
Action: Check whether the connection URL is correct and the MapViewer servlet can accept new requests.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26018: unable to connect to Geocoder at {0}
Cause: The component was unable to connect to the Geocoder at the specified URL.
Action: Check whether the connection URL is correct and the Geocoder can accept new requests.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26019: unable to find a map of id {0} for mapToolbar {1}
Cause: The mapId attribute of the specified mapToolbar was not correct.
Action: Check the mapId attribute of the specified mapToolbar.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26020: A map tag cannot have more than one mapOverview tag.
Cause: There were more than one mapOverview tags in the map tag.
Action: Remove any extra mapOverview tags.

Level: 1

Type: ERROR

Impact: Programmatic

DVT-26021: A map tag cannot have more than one mapLegend tag.
Cause: There were more than one mapLegend tags in the map tag.
Action: Remove any extra mapLegend tags.

Level: 1

Type: ERROR

Impact: Programmatic