Adsense Ad

Wednesday 14 June 2017

Oracle Forms Error Code & Messages : FRM-41901 TO FRM-47800

FRM-41901 TO FRM-47800


FRM-41901: Error: %d cursors were not closed.
Cause: Internal error.
Action: If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: None
FRM-41902: Total cursors used %d.
Cause: This message appears when you run a form with the Statistics preference set to True.
Action: No action is necessary.
Level: 20
Trigger: ON-MESSAGE
FRM-41903: Run aborted by end of input file.
Cause: Internal error.
Action: If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: None
FRM-42017: Module name must be specified.
Cause: You did not specify a module name.
Action: Specify a module name.
Level: 99
Trigger: None
FRM-42100: No errors encountered recently.
Cause: You pressed [Display Error], but no error has occurred recently.
Action: No action is necessary.
Level: 5
Trigger: ON-MESSAGE
FRM-42400: Performing event trigger %s.
Cause: This message is displayed during a trigger when debug mode is specified.
Action: No action is necessary.
Level: 99
Trigger: ON-MESSAGE
FRM-42401: Performing program trigger %s.
Cause: This message is displayed during a trigger when debug mode is specified.
Action: No action is necessary.
Level: 99
Trigger: ON-MESSAGE
FRM-42423: Cannot execute trigger %s: no compiled state
Cause: This message is displayed when running a form in debug mode, if the compiled state of a trigger has been destroyed. This can happen if you apply a change to the trigger text and that change results in compilation errors.
Action: You can recompile the trigger in the debugger or exit the form and start it up again.
Level: 99
Trigger: ON-ERROR
FRM-42431: Unable to initialize debugger.
Cause: An error occured while attempting to initialize debugger. This could be caused by one of the following:
1. The JVM failed to startup.
2. The Classpath does not include the debugger dependencies.
Action: Restart the JVM or modify the Classpath.
Level: 99
Trigger: ON-ERROR
FRM-42435: Remote Debugger: Specified port(s) are not available.
Cause: Other processes are using the specified port(s).
Action: Try some other port.
Level: 99
Trigger: None
FRM-47000: Cannot create Parameter List %s : internal error.
Cause: Internal error.
Action: If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47001: Cannot create Parameter List %s : list with this name exists.
Cause: The name you specified for the parameter list is already in use.
Action: Specify another name for the parameter list.
Level: 99
Trigger: ON-ERROR
FRM-47002: Cannot create Parameter List : name must not be null.
Cause: The parameter list name cannot be null.
Action: Specify a name for the parameter list.
Level: 99
Trigger: ON-ERROR
FRM-47003: Cannot delete Parameter List : internal error.
Cause: Internal error.
Action: If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47004: Cannot delete Parameter List : invalid ID.
Cause: Attempted to pass an invalid parameter list ID.
Action: Check the list ID name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47005: Cannot validate parameter %s : internal error.
Cause: Internal error.
Action: If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47006: Cannot create Parameter List '%s' : illegal identifier name.
Cause: Illegal identifier name.
Action: Check valid syntax for the identifier.
Level: 99
Trigger: ON-ERROR
FRM-47007: Cannot get parameter %s attributes from Parameter List : invalid list ID.
Cause: Specified an invalid parameter list ID.
Action: Check the parameter list ID name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47008: Cannot add parameter %s to Parameter List %s : internal error.
Cause: An internal error occurred.
Action: If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47009: Cannot add parameter %s to Parameter List : invalid list ID.
Cause: You specified an invalid parameter list ID.
Action: Check the parameter list ID name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47010: Cannot add parameter to Parameter List %s : null key specified.
Cause: No name specified for the parameter.
Action: Specify a parameter name key in your call to ADD_PARAMETER.
Level: 99
Trigger: ON-ERROR
FRM-47011: Cannot add parameter %s to Parameter List %s : incorrect type specified.
Cause: You specified an invalid parameter type.
Action: Specify either TEXT_PARAMETER or DATA_PARAMETER.
Level: 99
Trigger: ON-ERROR
FRM-47012: Cannot add parameter %s to Parameter List %s : group %s does not exist.
Cause: Record group name does not exist.
Action: Check the record group name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47013: Cannot add parameter %s to Parameter List %s : parameter with this name exists.
Cause: Parameter with this name already exists.
Action: Specify another name for the parameter.
Level: 99
Trigger: ON-ERROR
FRM-47014: Cannot delete parameter %s from Parameter List %s : internal error.
Cause: Internal error.
Action: If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47015: Cannot delete parameter %s from Parameter List : invalid list ID.
Cause: Specified an invalid parameter list ID.
Action: Check the list ID name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47016: Cannot delete parameter from Parameter List %s : null key specified.
Cause: You did not specify a name for the parameter.
Action: Correct the call to DELETE_PARAMETER by supplying a parameter name.
Level: 99
Trigger: ON-ERROR
FRM-47017: Cannot delete parameter %s from Parameter List %s : no such named parameter exists.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You specified a parameter name that does not exist.
Action: Check the parameter name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47018: Cannot set parameter %s attributes in Parameter List %s : internal error.
Cause: Internal error: you specified an invalid parameter list ID.
Action: If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47019: Cannot set parameter %s attributes in Parameter List : invalid list ID.
Cause: You specified an invalid parameter list ID.
Action: Check the parameter list ID name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47020: Cannot set parameter %s attributes in Parameter List %s : no such named parameter exists.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You specified a parameter name that does not exist.
Action: Check the parameter name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47021: No such parameter named %s exists in Parameter List %s.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You specified a parameter name that does not exist.
Action: Check the name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47022: Cannot create Parameter List %s : name is a reserved word.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You specified a name that is a reserved word.
Action: Specify another name for the parameter list.
Level: 99
Trigger: ON-ERROR
FRM-47023: No such parameter named %s exists in form %s.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You specified a parameter name does not exist.
Action: Check the name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47024: Parameter %s type does not match definition in form %s.
Cause: You specified a parameter type that does not match the definition in the form.
Action: Specify a parameter type that matches the definition in the form.
Level: 99
Trigger: ON-ERROR
FRM-47025: Cannot get parameter %s attributes from Parameter List %s : internal error.
Cause: Internal error: you specified an invalid parameter list ID.
Action: If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47026: Cannot get parameter %s attributes from Parameter List %s : no such named parameter exists.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You specified a parameter name does not exist.
Action: Check the name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47027: Cannot add parameter %s to Parameter List %s : invalid key specified .
Cause: You specified an invalid parameter list ID.
Action: Check the name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47028: Cannot set parameter %s attribute in Parameter List %s : group %s does not exist.
Cause: You specified an invalid parameter list ID.
Action: Check the name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47029: Invalid parameter list ID in form %s.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You specified a parameter name does not exist.
Action: Check the ID and try again.
Level: 99
Trigger: ON-ERROR
FRM-47030: Value of parameter %s is too long for definition in form %s.
Cause: You specified a parameter that is too long.
Action: Specify a parameter that is valid.
Level: 99
Trigger: ON-ERROR
FRM-47031: Cannot set value of parameter %s in DEFAULT parameter list: invalid value specified.
Cause: Application design error. A Built-in (such as SET_PARAMETER_ATTR) is attempting to set the value of a parameter which was defined when the form was designed, but the value specified is not legal for the parameter's datatype.
Action: The call to the Built-in must be modified or removed.
Level: 99
Trigger: ON-ERROR
FRM-47032: Cannot set value of parameter %s in DEFAULT parameter list: internal error.
Cause: An internal error while attempting to set the value of a parameter.
Action: If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47033: Cannot set value of read-only bind variable %s.
Cause: Application design error. The application attempted to assign a value to a bind variable which cannot be programmtically modified.
Action: The assignment must be removed.
Level: 25
Trigger: ON-ERROR
FRM-47100: Cannot read image file %s.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. Oracle Forms was unable to find or open the file.
3. The data in the file is not in the specified format.
Action: Check the file name and file format and try again.
Level: 99
Trigger: ON-ERROR
FRM-47101: Cannot write image file %s.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. Oracle Forms was unable to find or open the file.
3. The data in the file is not in the specified format.
Action: Check the file name, and make sure you have write privileges.
Level: 99
Trigger: ON-ERROR
FRM-47102: Cannot perform %s operation on images %s and %s.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. This operation cannot be performed on color images.
Action: Check to see that both images are black and white.
Level: 99
Trigger: ON-ERROR
FRM-47103: Cannot zoom image %s.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. Internal multimedia error caused by trying to scale a null image or invalid image data.
Action: Check the image name that you want to zoom and try again.
Level: 99
Trigger: ON-ERROR
FRM-47104: Invalid image type %s.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. Data in the file name specified does not match the data type specified.
Action: Check the file name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47105: No image name specified.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You did not supply a name to the Built-in call.
Action: Refer to the documentation for the proper syntax for the Built-in in question.
Level: 99
Trigger: ON-ERROR
FRM-47106: No image type specified.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You did not specify an image type when calling READ_IMAGE_FILE or WRITE_IMAGE_FILE.
Action: Supply an image type as an argument in your call to READ_IMAGE_FILE or WRITE_IMAGE_FILE.
Level: 99
Trigger: ON-ERROR
FRM-47107: Invalid scaling factor %d for Image_Zoom.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You specified an invalid scaling factor.
Action: Correct the call to IMAGE_ZOOM.
Level: 20
Trigger: ON-ERROR
FRM-47108: Item %s is not an image item.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You attempted to perform an image operation on an item that is not an image item.
Action: Check the item name and try again.
Level: 99
Trigger: ON-ERROR
FRM-47109: Cannot locate image file %s.
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You specified a file that cannot be found or does not exist.
Action: Verify that the file exists and the pathname is correct.
Level: 20
Trigger: ON-ERROR
FRM-47110: No region was selected for Image_Zoom: %s
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You tried to zoom an image without selecting an image region.
Action: Select an image region.
Level: 20
Trigger: ON-ERROR
FRM-47111: Cannot copy value to item: %s
Cause: Caused by one of the following:
1. You specified an invalid parameter list ID.
2. You tried to use the COPY Built-in on an image item.
Action: You cannot use the COPY Built-in on an image item.
Level: 99
Trigger: ON-ERROR
FRM-47300: Item is not a hierarchical tree. (%s)
Cause: A hierarchical tree Built-in was invoked on a non-tree item.
Action: Check item type and name.
Level: 99
Trigger: ON-ERROR
FRM-47301: Cannot add data as sibling to the tree root.
Cause: ADD_TREE_DATA or ADD_TREE_NODE attempted to add data as a sibling of the root.
Action: Add data at a lower level in the tree.
Level: 99
Trigger: ON-ERROR
FRM-47302: Can only add data to tree as child or sibling.
Cause: ADD_TREE_DATA or ADD_TREE_NODE attempted to use an unknown offset_type value.
Action: Only PARENT_OFFSET and SIBLING_OFFSET are allowed for the offset_type parameter.
Level: 99
Trigger: ON-ERROR
FRM-47303: ADD_TREE_DATA only accepts data from a group or query.
Cause: ADD_TREE_DATA attempted to use an unknown datasource value.
Action: Only RECORD_GROUP and QUERY_TEXT are allowed for the datasource parameter.
Level: 99
Trigger: ON-ERROR
FRM-47304: Cannot delete the root node of a tree.
Cause: DELETE_TREE_NODE attempted to delete the root node.
Action: Check if a node is the root (use ID_NULL) before trying to delete it.
Level: 99
Trigger: ON-ERROR
FRM-47305: Can only search a tree looking for label or value.
Cause: FIND_TREE_NODE attempted to use an unknown search_by parameter value.
Action: Set the search_by parameter to NODE_LABEL or NODE_VALUE.
Level: 99
Trigger: ON-ERROR
FRM-47306: Search_type must be FIND_NEXT or FIND_NEXT_CHILD.
Cause: FIND_TREE_NODE attempted to use an invalid search_type parameter value.
Action: Set the search_type parameter to FIND_NEXT or FIND_NEXT_CHILD.
Level: 99
Trigger: ON-ERROR
FRM-47307: Cannot get the properties of the tree root node.
Cause: GET_TREE_NODE_PARENT or GET_TREE_NODE_PROPERTY attempted to obtain information from the root node.
Action: Only invoke the Built-ins against valid nodes.
Level: 99
Trigger: ON-ERROR
FRM-47308: Invalid property for GET or SET_TREE_NODE_PROPERTY.
Cause: You passed an invalid property constant to GET or SET_TREE_NODE_PROPERTY.
Action: Verify arguments.
Level: 99
Trigger: ON-ERROR
FRM-47309: Invalid property for GET or SET_TREE_PROPERTY.
Cause: You passed an invalid property constant to GET or SET_TREE_PROPERTY.
Action: Verify arguments.
Level: 99
Trigger: ON-ERROR
FRM-47310: Bad selection index for GET_TREE_SELECTION.
Cause: Selection index must be in the range 1 .. number of selected nodes.
Action: Ensure that the selection is within the required range.
Level: 99
Trigger: ON-ERROR
FRM-47311: Error populating record group.
Cause: Invalid record group specified for POPULATE_GROUP_FROM_TREE.
Action: Check existence of the record group, and that it isn't statically defined.
Level: 99
Trigger: ON-ERROR
FRM-47312: Internal error populating record group.
Cause: Internal error during POPULATE_GROUP_FROM_TREE. Note that some rows may already have been added.
Action: Unable to add row to the record group.
Level: 99
Trigger: ON-ERROR
FRM-47313: Invalid query for the hierarchical tree.
Cause: Unable to create valid tree data from the specified query text.
Action: Check the query text for a valid number of columns and valid data types.
Level: 99
Trigger: ON-ERROR
FRM-47314: Cannot set the properties of the tree root node.
Cause: SET_TREE_NODE_PROPERTY attempted to set a property of the root node.
Action: Only invoke the Built-in against valid nodes.
Level: 99
Trigger: ON-ERROR
FRM-47315: Invalid parameter value for SET_TREE_NODE_PROPERTY.
Cause: Check the parameter values for the tree node property being set.
Action: Correct the parameter value passed to SET_TREE_NODE_PROPERTY.
Level: 99
Trigger: ON-ERROR
FRM-47316: Branch nodes with no children are not allowed.
Cause: Attempt to change the state of a node from a leaf node to a branch. This tree does not allow empty branch nodes.
Action: Either change the tree to allow empty branch nodes, or add children to the node.
Level: 99
Trigger: ON-ERROR
FRM-47317: Leaf nodes cannot have children.
Cause: Attempt to change the state of a node with children from a branch node to a leaf.
Action: Delete the children from the node before changing the node's state.
Level: 99
Trigger: ON-ERROR
FRM-47318: Invalid parameter value for SET_TREE_PROPERTY.
Cause: Check the parameter values for the tree property being set.
Action: Correct the parameter value passed to SET_TREE_PROPERTY.
Level: 99
Trigger: ON-ERROR
FRM-47319: Cannot select the tree root node.
Cause: SET_TREE_SELECTION attempted to select the root node.
Action: Only invoke the Built-in against valid nodes.
Level: 99
Trigger: ON-ERROR
FRM-47320: Bad selection type for SET_TREE_SELECTION.
Cause: SET_TREE_SELECTION attempted to use an invalid selection_type parameter value.
Action: Set the selection_type parameter to SELECT_ON, SELECT_OFF, or SELECT_TOGGLE.
Level: 99
Trigger: ON-ERROR
FRM-47321: Data used to populate tree is invalid.
Cause: ADD_TREE_DATA attempted to use data of wrong format.
Action: Check number and type of columns in group or query.
Level: 99
Trigger: ON-ERROR
FRM-47322: The specified tree data source is not a record group.
Cause: The data source for the tree was declared a record group, but isn't.
Action: Check that the id or name specified is of an existing record group.
Level: 99
Trigger: ON-ERROR
FRM-47323: No nodes are selected in the tree.
Cause: Attempt was made to obtain a selected node when none are currently selected.
Action: Check for number of selected nodes before trying to retrieve one of them.
Level: 99
Trigger: ON-ERROR
FRM-47324: Could not allocate memory for tree structures.
Cause: Unable to allocate memory for internal tree structures. Tree destroyed.
Action: Try executing the application when the system is less heavily loaded. If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47325: Could not allocate memory for tree node.
Cause: Unable to allocate memory for a tree node.
Action: Try executing the application when the system is less heavily loaded. If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47333: Could not set required state for tree node.
Cause: Unable to change state for a tree node.
Action: Try executing the application when the system is less heavily loaded. If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47334: Could not allocate memory for tree node icon string.
Cause: Unable to allocate memory for the name of a tree node icon.
Action: Try executing the application when the system is less heavily loaded. If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47335: Could not locate a tree node icon. (%s)
Cause: Unable to find the desired icon in standard locations.
Action: Check that your tree node icons are located in the proper directories.
Level: 99
Trigger: ON-ERROR
FRM-47336: Could not set tree node to the requested icon.
Cause: Unable to set the requested tree node icon.
Action: Try executing the application when the system is less heavily loaded. If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47337: Tree node label cannot be null.
Cause: Attempt was made to set a tree node's label to a null value.
Action: Set the label to a non-null value.
Level: 99
Trigger: ON-ERROR
FRM-47338: Could not allocate memory for tree node label.
Cause: Unable to allocate memory for a tree node label.
Action: Try executing the application when the system is less heavily loaded. If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47339: Could not set tree node to the requested label.
Cause: Unable to set the requested tree node label.
Action: Try executing the application when the system is less heavily loaded. If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47340: Could not allocate memory for tree node value.
Cause: Unable to allocate memory for a tree node value.
Action: Try executing the application when the system is less heavily loaded. If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47341: There are too many nodes for the tree.
Cause: Only MAX-SIGNED-4-BYTE nodes, both current and deleted, are permitted in a tree.
Action: Decrease the number of nodes placed in the tree. If constantly adding and removing nodes, you might need to clear and re-populate the tree.
Level: 99
Trigger: ON-ERROR
FRM-47342: Could not allocate memory for tree query text.
Cause: Unable to allocate memory for the tree query text.
Action: Try executing the application when the system is less heavily loaded. If the problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-47343: Invalid node ID specified for hierarchical tree item %s
Cause: A hierarchical tree built-in was invoked on a hierarchical tree item, but the node ID passed to the built-in was not valid for the tree item.
Action: Specify a valid node ID.
Level: 99
Trigger: ON-ERROR
FRM-47500: Failed to register database event %s
Cause: Attempt to register a database event failed
Action: Check the event attributes on the database side
Level: 5
Trigger: ON-ERROR
FRM-47501: Invalid event id
Cause: Invalid event id
Action: Check the event id
Level: 99
Trigger: None
FRM-47502: Invalid event property
Cause: Invalid event property
Action: Check the event event property
Level: 5
Trigger: ON-ERROR
FRM-47700: Failed to start the JVM.
Cause: An error occured while attempting to start the inprocess JVM.
Action: Make sure that jvm libraries can be located by the runtime process
Level: 99
Trigger: ON-ERROR
FRM-47800: Unable to communicate with the JVM Controller: %s.
Cause: Unable to communicate with the JVM Controller
Action: JVM Controller, to which runform is connected, might be down. Contact your system administrator.
Level: 99

Trigger: ON-ERROR

No comments: