Skip navigation.

LIBSCA Messages 500-599

  Previous Next

501

ERROR: Add property to data type: URI name

Description

SDO was unable to initialize datatype properties for the specified URI and name. As a result, an SDOUnsupportedOperationException is being thrown.

Action

Contact Oracle Technical Support.

502

ERROR: Property not found: propertyname

Description

SDO was unable to find the specified propertyname As a result, an SDOPropertyNotFoundException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that only valid properties are used.

503

ERROR: Property not found: propertyname

Description

SDO was unable to find the specified propertyname As a result, an SDOPropertyNotFoundException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that only valid properties are used.

504

ERROR: Property not found: propertyname

Description

SDO was unable to find the specified propertyname As a result, an SDOPropertyNotFoundException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that only valid properties are used.

505

ERROR: Property not found: propertyname

Description

SDO was unable to find the specified propertyname As a result, an SDOPropertyNotFoundException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that only valid properties are used.

506

ERROR: Property not found for index: indexnum

Description

SDO was unable to find the property with index indexnum As a result, an SDOPropertyNotFoundException is being thrown.

Action

Contact your Oracle SALT support organization.

507

ERROR: Cannot set Boolean on object of type: typename

Description

The specified SDO type typename cannot be converted to a Boolean. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that boolean fields are converted only to and from FLD_CHAR fields, C++ bool or char datatypes, or Java boolean, java.lang.Boolean, byte, or Java.lang.Byte types.

508

ERROR: Cannot set CString on object of type: typename

Description

The specified SDO type typename cannot be converted to a CString. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that CString fields are converted only to and from compatible data types.

509

ERROR: Cannot set CString on object of type: typename

Description

The specified SDO type typename cannot be converted to a CString. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that CString fields are converted only to and from compatible data types.

510

ERROR: Cannot set String on object of type: typename

Description

The specified SDO type typename cannot be converted to a String. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that String fields are converted only to and from compatible data types.

511

ERROR: Cannot set Bytes on object of type: typename

Description

The specified SDO type typename cannot be converted to Bytes. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that Bytes fields are converted only to and from compatible data types.

512

ERROR: Cannot set Bytes on object of type: typename

Description

The specified SDO type typename cannot be converted to Bytes. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that Bytes fields are converted only to and from compatible data types.

513

ERROR: Cannot set Date on object of type: typename

Description

The specified SDO type typename cannot be converted to a Date. As a result, an SDOInvalidConversionException is being thrown.

Action

The SDO Date type is not supported in SALT SCA. Change applications so that this type is not used.

514

ERROR: Cannot set Integer on object of type: typename

Description

The specified SDO type typename cannot be converted to Integer. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that Integer fields are converted only to and from compatible data types.

515

ERROR: Cannot set LongLong on object of type: typename

Description

The specified SDO type typename cannot be converted to LongLong. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that LongLong fields are converted only to and from compatible data types.

516

ERROR: Cannot set Float on object of type: typename

Description

The specified SDO type typename cannot be converted to Float. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that Float fields are converted only to and from compatible data types.

517

ERROR: Cannot set Double on object of type: typename

Description

The specified SDO type typename cannot be converted to Double. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that Double fields are converted only to and from compatible data types.

518

ERROR: Cannot set Long Double on object of type: typename

Description

The specified SDO type typename cannot be converted to Long Double. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that Long Double fields are converted only to and from compatible data types.

519

ERROR: Cannot set Data Object on object of type: typename

Description

The specified SDO type typename cannot be converted to a DataObject. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to verify that DataObject data is converted only to and from compatible data types.

520

ERROR: Conversion to string not implemented from type: typename

Description

SDO conversion to String from Date is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

The SDO Date type is not supported in SALT SCA. Change applications so that this type is not used.

521

ERROR: Cannot get String from object of type: typename

Description

SDO conversion to String from types DataObjectType or OtherTypes is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

522

ERROR: Cannot get String from object of type: typename

Description

SDO conversion to String from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

523

ERROR: Conversion to string not implemented from type: typename

Description

SDO conversion to String from type DateType is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

The SDO DateType type is not supported in SALT SCA. Change applications so that this type is not used.

524

ERROR: Cannot get Bytes from object of type: typename

Description

SDO conversion to Bytes from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

525

ERROR: Cannot get Bytes from object of type: typename

Description

SDO conversion to Bytes from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

526

ERROR: Conversion to string not implemented from type: typename

Description

SDO conversion to String from type DateType is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

The SDO DateType type is not supported in SALT SCA. Change applications so that this type is not used.

527

ERROR: Cannot get CString from object of type: typename

Description

SDO conversion to CString from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

528

ERROR: Cannot get Boolean from object of type: typename

Description

SDO conversion to Boolean from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

529

ERROR: Cannot get Boolean from object of type: typename

Description

SDO conversion to Boolean from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

530

ERROR: Cannot get Byte from object of type: typename

Description

SDO conversion to Byte from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

531

ERROR: Cannot get Byte from object of type: typename

Description

SDO conversion to Byte from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

532

ERROR: Cannot get Character from object of type: typename

Description

SDO conversion to Character from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

533

ERROR: Cannot get Character from object of type: typename

Description

SDO conversion to Character from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

534

ERROR: Cannot get Short from object of type: typename

Description

SDO conversion to Short from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

535

ERROR: Cannot get Short from object of type: typename

Description

SDO conversion to Short from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

536

ERROR: Cannot get Int from object of type: typename

Description

SDO conversion to Int from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

537

ERROR: Cannot get Long from object of type: typename

Description

SDO conversion to Long from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

538

ERROR: Cannot get Long from object of type: typename

Description

SDO conversion to Long from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

539

ERROR: Cannot get LongLong from object of type: typename

Description

SDO conversion to LongLong from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

540

ERROR: Cannot get LongLong from object of type: typename

Description

SDO conversion to LongLong from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

541

ERROR: Cannot get Float from object of type: typename

Description

SDO conversion to Float from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

542

ERROR: Cannot get LongDouble from object of type: typename

Description

SDO conversion to LongDouble from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

543

ERROR: Not implemented on data object

Description

SDO conversion to LongDouble from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed. 544

[ID]

ERROR: Cannot get LongDouble from object of type: typename

Description

SDO conversion to LongDouble from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

545

ERROR: Cannot get double from object of type: typename

Description

SDO conversion to Double from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

546

ERROR: Cannot get float from object of type: typename

Description

SDO conversion to Float from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

547

ERROR: Cannot get Date from object of type: typename

Description

SDO conversion to Date from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

The SDO Date type is not supported in SALT SCA. Change applications so that this type is not used.

548

ERROR: Cannot get Date from object of type: typename

Description

SDO conversion to Date from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

The SDO Date type is not supported in SALT SCA. Change applications so that this type is not used.

549

ERROR: Cannot get Data Object from object of type: typename

Description

SDO conversion to DataObject from type typename is not supported. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

561

ERROR: Setting a list to null is not supported: propertyname

Description

SDO attempted to set a list to NULL for the specified propertyname. As a result, an SDOUnsupportedOperationException is being thrown.

Action

Contact your Oracle SALT support organization.

562

ERROR: Cannot set unassigned open property to null: propertyname

Description

SDO attempted to set an unassigned open property to NULL for the specified propertyname. As a result, an SDOUnsupportedOperationException is being thrown.

Action

Contact your Oracle SALT support organization.

563

ERROR: Property Not Found: propertyname

Description

SDO was unable to find DataObject property propertyname. As a result, an SDOPropertyNotFoundException is being thrown.

Action

Look for related error messages that may explain the cause of the error. Otherwise, contact your Oracle SALT support organization.

564

ERROR: Invalid path: pathname

Description

SDO was unable to find path pathname. As a result, an SDOPathNotFoundException is being thrown.

Action

Look for occurrences of pathname in the application code and replace them with a valid pathname.

565

ERROR: Get list not available on single valued property: propertyname

Description

SDO attempted to perform a list operation when working with a single valued property. List operations are only valid on multi valued properties. As a result, an SDOUnsupportedOperationException is being thrown.

Action

Contact Oracle Technical Support.

566

ERROR: Cannot find property: propertyname

Description

SDO was unable to find DataObject property propertyname. As a result, an SDOPropertyNotFoundException is being thrown.

Action

Look for related error messages that may explain the cause of the error. Otherwise, contact Oracle Technical Support.

567

ERROR: Index out of range

Description

A list index for an SDO getProperty operation is out of range. As a result, an SDOIndexOutOfRangeException is being thrown.

Action

Contact Oracle Technical Support.

568

ERROR: Set of data object on many valued item

Description

SDO attempted to use a setDataObject API that is valid only for single valued properties on a multi-valued DataObject. As a result, an SDOUnsupportedOperationException is being thrown.

Action

Contact Oracle Technical Support.

569

ERROR: Path not valid: pathname

Description

SDO was unable to find path pathname. As a result, an SDOPathNotFoundException is being thrown.

Action

Look for occurrences of pathname in the application code and replace them with a valid pathname.

570

ERROR: Index of property out of range: index

Description

A list index for an SDO getProperty operation is out of range. As a result, an SDOIndexOutOfRangeException is being thrown.

Action

Contact Oracle Technical Support.

571

ERROR: Insertion of object from another factory is only allowed if the parent is null: uriinfo

Description

An SDO error occurred while inserting an object from another factory into a non-null parent. As a result, an SDOInvalidConversionException is being thrown.

Action

Contact Oracle Technical Support.

572

ERROR: Insertion of object of incompatible type

Description

An SDO error occurred while inserting an object of incompatible type. As a result, an SDOInvalidConversionException is being thrown.

Action

Contact Oracle Technical Support.

573

ERROR: Set of a reference to an object outside the graph

Description

An SDO error occurred while setting a reference outside the SDO graph. As a result, an SDOUnsupportedOperationException is being thrown.

Action

Contact Oracle Technical Support.

574

ERROR: Set operation on a many valued property: propertyname

Description

An SDO operation allowed only for single valued properties was attempted on multi valued property propertyname. As a result, an SDOUnsupportedOperationException is being thrown.

Action

Contact Oracle Technical Support.

575

ERROR: Invalid path: pathname

Description

SDO was unable to find path pathname. As a result, an SDOPathNotFoundException is being thrown.

Action

Look for occurrences of pathname in the application code and replace them with a valid pathname.

576

ERROR: Invalid path: pathname

Description

SDO was unable to find path pathname. As a result, an SDOPathNotFoundException is being thrown.

Action

Look for occurrences of pathname in the application code and replace them with a valid pathname.

577

ERROR: Invalid path: pathname

Description

SDO was unable to find path pathname. As a result, an SDOPathNotFoundException is being thrown.

Action

Look for occurrences of pathname in the application code and replace them with a valid pathname.

578

ERROR: Get DataObject - index out of range:

Description

A list index for an SDO getDataObjectImpl operation is out of range. As a result, an SDOIndexOutOfRangeException is being thrown.

Action

Contact Oracle Technical Support.

579

ERROR: Invalid path: pathname

Description

SDO was unable to find path pathname. As a result, an SDOPathNotFoundException is being thrown.

Action

Look for occurrences of pathname in the application code and replace them with a valid pathname.

580

ERROR: get operation on a many valued property: propertyname

Description

An SDO getDataObject operation allowed only for single valued properties was attempted for multi valued property propertyname. As a result, an SDOUnsupportedOperationException is being thrown.

Action

Contact Oracle Technical Support.

581

ERROR: Create data object on non-containment property: propertyname

Description

An SDO createDataObject operation was attempted for a property with invalid attributes. As a result, an SDOUnsupportedOperationException is being thrown.

Action

Contact Oracle Technical Support.

582

ERROR: Object cannot find its containment property

Description

An SDO getContainmentProperty operation failed. As a result, an SDOPropertyNotFoundException is being thrown.

Action

Contact Oracle Technical Support.

583

ERROR: Cannot find property: propertyname

Description

An SDO getProperty method failed for DataObject property propertyname. As a result, an SDOPropertyNotFoundException is being thrown.

Action

Contact Oracle Technical Support.

584

ERROR: Cannot get Data Object from object of type: typename

Description

An object of type typename cannot be converted to a DataObject. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

585

ERROR: Cannot set Boolean on object of type: typename

Description

An object of type typename cannot be converted to a Boolean. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

586

ERROR: Cannot set Byte on object of type: typename

Description

An object of type typename cannot be converted to a Byte. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

587

ERROR: Cannot set Character on object of type: typename

Description

An object of type typename cannot be converted to a Character. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

588

ERROR: Cannot set String on object of type: typename

Description

An object of type typename cannot be converted to a String. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

589

ERROR: Cannot set Bytes on object of type: typename

Description

An object of type typename cannot be converted to a DataObject. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

590

ERROR: Cannot set LongLong on object of type: typename

Description

An object of type typename cannot be converted to a LongLong. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

591

ERROR: Cannot set LongDouble on object of type: typename

Description

An object of type typename cannot be converted to a LongDouble. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

592

ERROR: Cannot set Float on object of type: typename

Description

An object of type typename cannot be converted to a Float. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

593

ERROR: Cannot set Long on object of type: typename

Description

An object of type typename cannot be converted to a Long. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

594

ERROR: Cannot set short on object of type: typename

Description

An object of type typename cannot be converted to a Short. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

595

ERROR: Cannot set CString on object of type: typename

Description

An object of type typename cannot be converted to a CString. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

596

ERROR: Cannot set LongLong on object of type: typename

Description

An object of type typename cannot be converted to a LongLong. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

597

ERROR: Cannot set Data Object for object of type: typename

Description

An object of type typename cannot be converted to a DataObject. As a result, an SDOInvalidConversionException is being thrown.

Action

Check SCDL code and generated files for the SCA application to ensure that only valid SDO type conversions are performed.

598

ERROR: DataObjectImpl::setSDOValue - path not found: path

Description

SDO was unable to find path pathname. As a result, an SDOPathNotFoundException is being thrown.

Action

Look for occurrences of pathname in the application code and replace them with a valid pathname.

599

ERROR: Set value not available on many valued property: propertyname

Description

An SDO setSDOValue method valid only for single valued properties was attempted on multivalued property propertyname. As a result, an SDOUnsupportedOperationException is being thrown.

Action

Contact Oracle Technical Support.

 

Skip footer navigation  Back to Top Previous Next