7 DVT-02012 to DVT-26021

DVT-02012
Column {0} exceeds boundary {1}.
Category:
Programmatic
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.
DVT-02013
Row {0} exceeds boundary {1}.
Category:
Programmatic
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.
DVT-02015
Slice {0} exceeds boundary {1}.
Category:
Programmatic
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.
DVT-02016
Layer {0} exceeds boundary {1}.
Category:
Programmatic
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.
DVT-02017
Series {0} exceeds boundary {1}.
Category:
Programmatic
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.
DVT-02018
Edge {0} exceeds boundary {1}.
Category:
Programmatic
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.
DVT-02019
Current DataSource does not support required type: {0}.{1}.
Category:
Programmatic
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.
DVT-02020
DTD file cannot be found.
Category:
Programmatic
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);.
DVT-03000
No Mergeable object is provided.
Category:
Programmatic
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.
DVT-03001
attempt to call merge(Mergeable) on an incompatible Mergeable class
Category:
Programmatic
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.
DVT-06000
unexpected data error from Pivot Table data model
Category:
Data
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.
DVT-06001
no Converter for data type {0} during Pivot Table text formatting
Category:
Configuration
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.
DVT-07001
cannot create Graph image
Category:
Programmatic
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.
DVT-08000
unexpected data error from Data Model
Category:
Data
Cause:
An invalid operation was performed by Data Model.
Action:
Log a bug against the application. Verify that the Data model is configured properly.
DVT-22004
cannot create Gauge image
Category:
Programmatic
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.
DVT-23000
End date cannot be earlier than start date.
Category:
Programmatic
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.
DVT-23001
The time unit in the major axis must be greater than the time unit in the minor axis.
Category:
Programmatic
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.
DVT-23002
An invalid time scale is specified.
Category:
Programmatic
Cause:
The specified time scale in the major or minor axis was not recognized.
Action:
Specify a valid time scale for the axis.
DVT-23003
End date of a task cannot be earlier than its start date. Start date: {0}, End date: {1}
Category:
Data
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.
DVT-23004
No tooltip keys or labels are specified.
Category:
Programmatic
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.
DVT-23005
No legend keys or labels are specified.
Category:
Programmatic
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.
DVT-23006
The number of tooltip keys does not match the number of tooltip labels.
Category:
Programmatic
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).
DVT-23007
The number of legend keys does not match the number of legend labels.
Category:
Programmatic
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).
DVT-23008
The start date of the task is out of range. Value: {0}
Category:
Data
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)
DVT-23009
cannot find format for type {0}; skipping task: {1}
Category:
Programmatic
Cause:
No format for type {0} was registered.
Action:
Register a TaskbarFormat with the TaskbarFormatManager for the type indicated.
DVT-23010
The specified day of the week is invalid. Value: {0}
Category:
Programmatic
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.
DVT-23011
The value specified for alignment is invalid. Task ID: {0}
Category:
Programmatic
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.
DVT-23012
GanttDropTarget can only be attached to a Gantt component.
Category:
Programmatic
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.
DVT-23013
The start date of a task is null.
Category:
Data
Cause:
The start date of a task was null.
Action:
Check the data to ensure that the start date is not null.
DVT-23014
The task ID is null.
Category:
Data
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.
DVT-23015
The next date cannot be earlier than the previous date.
Category:
Programmatic
Cause:
The next date returned by custom timescale was earlier than the previous date.
Action:
Specify a correct next date.
DVT-23016
The value supplied for the attribute is returning a wrong type.
Category:
Data
Cause:
The value supplied for the attribute is returning a wrong type.
Action:
Chech the attribute and modify to return correct type.
DVT-23017
The taskID is not unique in the resource. resourceID: {0}, taskID: {1}
Category:
Data
Cause:
The taskID is not unique in the resource.
Action:
Check the data to ensure that the task ID is unique.
DVT-26000
unable to find connection in {0}
Category:
Programmatic
Cause:
Either the map configuration was not valid, or connection information was missing.
Action:
Check the map configuration file.
DVT-26001
theme \"{0}\" cannot be displayed: missing value property
Category:
Programmatic
Cause:
The value attribute of the theme was null.
Action:
Check the value attribute of the theme.
DVT-26002
theme \"{0}\" cannot be displayed: invalid row key at row {1}
Category:
Programmatic
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.
DVT-26004
theme \"{0}\" cannot be displayed: row {1} with id={2} does not have a data value
Category:
Programmatic
Cause:
The specified row did not have a data value.
Action:
Check the data value for the specified row.
DVT-26005
theme \"{0}\" cannot be displayed: row {1} with id={2} does not have a location value
Category:
Programmatic
Cause:
The specified row did not have a location value.
Action:
Check the location value for the specified row.
DVT-26006
Labels for one or more rows of theme \"{0}\" are missing.
Category:
Programmatic
Cause:
Some rows in the theme did not have a location label.
Action:
Check the location labels in the theme.
DVT-26008
Theme \"{0}\" does not have any data.
Category:
Data
Cause:
The specified theme did not return any rows.
Action:
Check whether the specified theme is correctly returning no data.
DVT-26009
unable to geocode data at row {0} of theme \"{1}\": {2}
Category:
Data
Cause:
The specified data could not be geocoded.
Action:
Change the location value for the specified row.
DVT-26010
The mouse click behavior of {0} is to render a popup, but there is no popup facet in the map.
Category:
Data
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.
DVT-26011
The right-click behavior of {0} is to render a popup, but there is no popup facet in the map.
Category:
Data
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.
DVT-26012
The number of labels specified in legendLabels does not match the number of buckets. Legend labels: {0}, Buckets: {1}
Category:
Data
Cause:
The number of legend labels and buckets did not match.
Action:
Check the number of legend labels.
DVT-26013
unable to geocode the theme data: no Geocoder URL specified in {0}
Category:
Programmatic
Cause:
Either the map configuration was not valid, or connection information for the Geocoder was missing.
Action:
Check the map configuration file.
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
Category:
Programmatic
Cause:
Duplicate location data values were found.
Action:
Check the data for duplicate location values.
DVT-26015
theme \"{0}\" cannot be displayed: no longitude data at row {1}
Category:
Programmatic
Cause:
The specified row did not have a longitude value.
Action:
Check the longitude for the specified row.
DVT-26016
theme {0} cannot be displayed: no latitude data at row {1}
Category:
Programmatic
Cause:
The specified row did not have a latitude value.
Action:
Check the latitude for the specified row.
DVT-26017
unable to connect to MapViewer at {0}
Category:
Programmatic
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.
DVT-26018
unable to connect to Geocoder at {0}
Category:
Programmatic
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.
DVT-26019
unable to find a map of id {0} for mapToolbar {1}
Category:
Programmatic
Cause:
The mapId attribute of the specified mapToolbar was not correct.
Action:
Check the mapId attribute of the specified mapToolbar.
DVT-26020
A map tag cannot have more than one mapOverview tag.
Category:
Programmatic
Cause:
There were more than one mapOverview tags in the map tag.
Action:
Remove any extra mapOverview tags.
DVT-26021
A map tag cannot have more than one mapLegend tag.
Category:
Programmatic
Cause:
There were more than one mapLegend tags in the map tag.
Action:
Remove any extra mapLegend tags.