Oracle8i Visual Information Retrieval User's Guide and Reference
Release 8.1.5

A67293-01

Library

Product

Contents

Index

Prev Next

F
Error Messages and Codes

VIR-01001, "ANALYZE failed to generate the SIGNATURE"

Cause: The Analyze function could not generate the signature.

Action: Verify the image being analyzed is valid.

VIR-01002, "SCORE failed to compare the SIGNATURES"

Cause: The Score function could not compare the two signatures.

Action: Verify that the signatures were generated correctly.

VIR-01003, "SIGNATURE buffer too small"

Cause: The signature being generated is larger than the storage allocated to receive it.

Action: Allocate more space for the signature, reduce the complexity of the image being analyzed, or crop the image to remove extraneous features.

VIR-01005, "empty or null attribute string"

Cause: An empty or null weightstring was passed to the Score or Similar function.

Action: Refer to the Oracle8i Visual Information Retrieval documentation for a description of the correct usage and syntax for the attribute weightstring.

VIR-01006, "invalid attribute value"

Cause: An invalid value was found while parsing the attribute weightstring for the Score or Similar functions.

Action: Correct the statement by using a valid attribute value. Refer to the Oracle8i Visual Information Retrieval documentation for a description of the correct usage and syntax for the Score and Similar attribute weightstring.

VIR-01007, "internal error"

Cause: An internal error has occurred.

Action: Contact Oracle Worldwide Customer Support Services.

VIR-01008, application specific message

Cause: A syntax error was found while parsing the attribute weightstring for the Score or Similar functions.

Action: Correct the statement by using valid parameter values. Refer to the Oracle8i Visual Information Retrieval documentation for a description of the correct usage and syntax of the attribute weightstring.

VIR-01009, "unable to read image data"

Cause: There is no image data in the image object.

Action: Refer to the Oracle8i Visual Information Retrieval documentation for information on how to populate image data into the image object.

VIR-01010, "SIGNATURE data has been corrupted or is invalid"

Cause: The data in the signature is not a valid Virage signature.

Action: Re-create the signature using the Analyze method.

VIR-01011, "SIGNATURE is in incorrect byte order"

Cause: The data in the signature may be a valid Virage signature, but is in the incorrect byte order.

Action: Use the Convert method to change the byte order.

VIR-01012, "SIGNATURE conversion failed"

Cause: The data in the signature may not be a valid Viisage signature.

Action: Rewrite the signature with a valid Viisage signature.

VIR-01013, "invalid conversion operation"

Cause: The specified conversion operation is not valid.

Action: Refer to the Oracle8i Visual Information Retrieval documentation for a description of the correct usage and syntax for the Convert operation string.

VIR-01014, "specified weights are not valid"

Cause: The weights specified are not valid for Score. Both standard and facial weights were specified.

Action: Do not specify both standard and facial attribute weights.

VIR-01015, "no weights specified"

Cause: All weights passed were zero. At least one attribute must be weighted.

Action: Specify a weight for at least one attribute.

VIR-01016, "internal error during initialization"

Cause: An internal error has occurred while trying to initialize the Visual Information Retrieval image engine.

Action: Contact Oracle Worldwide Customer Support Services.

VIR-01017, "out of memory while analyzing image"

Cause: The external process agent has exhausted operating system memory while analyzing the image.

Action: See the database administrator or operating system administrator to increase the process memory quota for the external process agent.

VIR-01018, "unable to convert SIGNATURE to native byte order"

Cause: The signature data might have been corrupted.

Action: Re-create the signature using the Analyze method.

VIR-01019, "signature is not a Viisage SIGNATURE"

Cause: The incoming signature is not a Viisage signature.

Action: Rewrite the signature with a valid Viisage signature.

IMG-00001, "unable to initialize Oracle8i interMedia environment"

Cause: The image processing external procedure initialization process failed.

Action: Contact Oracle Worldwide Customer Support Services.

IMG-00502, "invalid scale value"

Cause: An invalid scale value was found while parsing the parameters for the image process function.

Action: Correct the statement by using a valid scale value. Refer to the Oracle8i interMedia documentation for a description of the correct usage and syntax for the image processing command string.

IMG-00505, "missing value in CUT rectangle"

Cause: An incorrect number of values was used to specify a rectangle.

Action: Use exactly 4 integer values for the lower left and upper right vertices.

IMG-00506, "extra value in CUT rectangle"

Cause: An incorrect number of values were used to specify a rectangle.

Action: Use exactly 4 integer values for the lower left and upper right vertices.

IMG-00510, application-specific message

Cause: A syntax error was found while parsing the parameters for the image process function.

Action: Correct the statement by using valid parameter values. Refer to the Oracle8i interMedia documentation for a description of the correct usage and syntax for the image processing command string.

IMG-00511, application-specific message

Cause: An error was found while accessing image data.

Action: Contact Oracle Worldwide Customer Support Services.

IMG-00512, "multiple incompatible scaling parameters found"

Cause: Multiple incompatible scaling parameters were found in the image process command string. With the exception of xScale and yScale, which can be used together in a process command string, scaling functions are mutually exclusive and cannot be combined.

Action: Remove scaling functions until only one remains (or two if they are xScale and yScale.)

IMG-00513, "missing value in scaling operation"

Cause: An incorrect number of values was used to specify image dimensions. fixedScale and maxScale require exactly two integer values for the X and Y dimensions of the desired image.

Action: Use two values for fixedScale and maxScale.

IMG-00514, "extra value in scaling operation"

Cause: An incorrect number of values was used to specify image dimensions. FixedScale and maxScale require exactly two integer values for the X and Y dimensions of the desired image.

Action: Use two values for fixedScale and maxScale.

IMG-00515, "incorrect number of input channels"

Cause: An incorrect number of values was used to specify input channels. inputChannels requires either one or three channel numbers for the grayscale or red, green, and blue channel assignments.

Action: Use either one or three values to specify the input channels.

IMG-00516, "default channel out of range"

Cause: An incorrect value was used to specify the default channel selection.

Action: Use a channel number that is less than or equal to the number of bands and greater than zero.

IMG-00517, "height or width not present in parameter string"

Cause: Height and/or width were not specified in the setProperties parameter string.

Action: Specify both the height and width.

IMG-00518, "invalid value for height or width"

Cause: Height and width must be positive integers.

Action: Specify both the height and width as positive integers.

IMG-00519, "illegal combination of parameters"

Cause: Other than height, width, dataOffset, and userString, no other parameters may be specified in the setProperties parameter string when CCITTG3 or CCITTG4 is used as the compressionFormat.

Action: Supply only the height and width when compressionFormat is either CCITTG3 or CCITTG4. The dataOffset and userString may optionally be supplied as well.

IMG-00530, "internal error while parsing command"

Cause: An internal error occurred while parsing the comand passed to the image processing function or to the foreign image setProperties( ) function.

Action: Check the command passed to the function. Refer to the Oracle8i interMedia documentation for a description of the correct usage and syntax for the image processing command string or the foreign image setProperties( ) function. If you are certain that your command is correct, then contact Oracle Worldwide Customer Support Services.

IMG-00531, "empty or null image processing command"

Cause: An empty or null image processing command was passed to the image process function.

Action: Refer to the Oracle8i interMedia documentation for a description of the correct usage and syntax for the image processing command string.

IMG-00599, "internal error"

Cause: An internal error has occurred.

Action: Contact Oracle Worldwide Customer Support Services.

IMG-00601, "out of memory while copying image"

Cause: Operating system process memory has been exhausted while copying the image.

Action: See the database administrator or operating system administrator to increase process memory quota.

IMG-00602, "unable to access image data"

Cause: An error occurred while reading or writing image data.

Action: Contact your system administrator.

IMG-00603, "unable to access source image data"

Cause: The source image source attribute is invalid.

Action: Ensure that the source attribute of the source image is populated with image data.

IMG-00604, "unable to access destination image data"

Cause: The destination image source attribute is invalid.

Action: Ensure that the source attribute of the destination image is populated with image data.

IMG-00606, "unable to access image data"

Cause: An attempt was made to access an invalid image.

Action: Ensure that the source attribute of the image is populated with image data.

IMG-00607, "unable to write to destination image"

Cause: The destination image source attribute is invalid.

Action: Ensure that the source attribute of the destination image is initialized correctly and that you have sufficient tablespace.

IMG-00609, "unable to read image stored in a BFILE"

Cause: The image stored in a BFILE cannot be opened for reading.

Action: Ensure that the access privileges of the image file and the image file's directory allow read access.

IMG-00701, "unable to set the properties of an empty image"

Cause: There is no data in the image object.

Action: Refer to the Oracle8i interMedia documentation for information on how to populate image data into the image object.

IMG-00702, "unable to initialize image processing environment"

Cause: The image processing external procedure initialization process failed.

Action: Contact Oracle Worldwide Customer Support Services.

IMG-00703, "unable to read image data"

Cause: There is no image data in the image object.

Action: Refer to the Oracle8i interMedia documentation for information on how to populate image data into the image object.

IMG-00704, "unable to read image data"

Cause: There is no image data in the image object.

Action: Refer to the Oracle8i interMedia documentation for information on how to populate image data into the image object.

IMG-00705, "unsupported or corrupted input format"

Cause: This is an internal error.

Action: Contact Oracle Worldwide Customer Support Services.

IMG-00706, "unsupported or corrupted output format"

Cause: This is an internal error.

Action: Contact Oracle Worldwide Customer Support Services.

IMG-00707, "unable to access image data"

Cause: An error occurred while reading or writing image data.

Action: Contact your system administrator.

IMG-00710, "unable write to destination image"

Cause: The destination image is invalid.

Action: Ensure that the source attribute of the destination image is initialized and that you have sufficient tablespace.

IMG-00711, "unable to set properties of destination image"

Cause: This is an internal error.

Action: Contact Oracle Worldwide Customer Support Services.

IMG-00712, "unable to write to destination image"

Cause: The destination image is invalid.

Action: Ensure that the source attribute of the destination image is initialized and that you have sufficient tablespace. Ensure that the row containing the destination image has been locked (this does not apply to temporary BLOBs).

IMG-00713, "unsupported destination image format"

Cause: A request was made to convert an image to a format that is not supported.

Action: Refer to the Oracle8i interMedia documentation for supported formats.

IMG-00714, "internal error"

Cause: This is an internal error.

Action: Contact Oracle Worldwide Customer Support Services.

IMG-00715, "Unable to open image stored in a BFILE"

Cause: The image stored in a BFILE could not be opened for reading.

Action: Ensure that the access privileges of the image file and the image file's directory allow read access.

IMG-00716, "source image format does not support process options"

Cause: A request was made to apply a processing option not supported by the source image format.

Action: Refer to the Oracle8i interMedia documentation for a discussion of supported processing options.

IMG-00717, "destination image format does not support process options"

Cause: A request was made to apply a processing option not supported by the destination image format.

Action: Refer to the Oracle8i interMedia documentation for a discussion of supported processing options.

IMG-00718, "the same temporary LOB cannot be used as both source and destination"

Cause: A call was made to processCopy with the same temporary LOB being specified as both the source and destination.

Action: Specify a different LOB for parameter "dest".

ORA-06502, "PL/SQL: numeric or value error"

Cause: The valid range for the threshold argument to the Similar( ) function is from 0.0 to 100.0.

Action: Correct the statement and try again.




Prev

Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index