Skip navigation.

LIBSCA Messages 700-799

  Previous

700

Types mismatch for field fieldname

Description

While populating an open data object with a FLD_FML32 field from an FML32 buffer, the SCA runtime found that the corresponding SDO type was something other than a data object.

Action

Ensure that embedded FML buffers are mapped to data objects. If the code generated by SCA commands has not been modified, this should be the case. If the problem persists, contact Oracle Technical Support.

701

Types mismatch for field

Description

While populating an open data object with a FLD_VIEW32 field from an FML32 buffer, the SCA runtime found that the corresponding SDO type was something other than a data object.

Action

Ensure that embedded view buffers are mapped to data objects. If the code generated by SCA commands has not been modified, this should be the case. If the problem persists, contact Oracle Technical Support.

702

ERROR: ATMI Binding - workStationParameter/encryptBits minimum SSL encryption strength minbits is not legal

Description

The minimum encryption strength for SSL encryption was set to minbits, which is not a valid value.

Action

Valid minimum encryption strengths for SSL encryption are 0, 40, 56, 128, or 256 bits. (40 bit encryption is deprecated and should not be used in new applications.)

703

ERROR: ATMI Binding - workStationParameter/encryptBits maximum SSL encryption strength maxbits is not legal

Description

The maximum encryption strength for SSL encryption was set to maxbits, which is not a valid value.

Action

Valid maximum encryption strengths for SSL encryption are 0, 40, 56, 128, or 256 bits. (40 bit encryption is deprecated and should not be used in new applications.)

704

ERROR: ATMI Binding - workStationParameter/encryptBits minimum LLE encryption strength minbits is not legal

Description

The minimum encryption strength for LLE encryption was set to maxbits, which is not a valid value.

Action

Valid minimum encryption strengths for LLE encryption are 0, 40, 56, or 128 bits. (40 bit encryption is deprecated and should not be used in new applications.)

705

ERROR: ATMI Binding - workStationParameter/encryptBits maximum LLE encryption strength maxbits is not legal

Description

The maximum encryption strength for LLE encryption was set to maxbits, which is not a valid value.

Action

Valid maximum encryption strengths for LLE encryption are 0, 40, 56, or 128 bits. (40 bit encryption is deprecated and should not be used in new applications.)

706

ERROR: Exception setting field fieldname, due to: exception_text

Description

An exception occurred while trying to populate an open data object with the data in FML or FML32 field fieldname. The specific exception is described in exception_text.

Action

Refer to exception_text to determine the proper action to take.

707

ERROR: view32 reallocation failed

Description

An attempt to dynamically reallocate memory from the operating system using realloc() failed while attempting to reallocate memory for a FLD_VIEW32 field to be added to an FML32 buffer.

Action

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

708

ERROR: memory reallocation failed

Description

An attempt to dynamically reallocate memory from the operating system using realloc() failed while attempting to reallocate memory for a field to be added to an FML or FML32 buffer.

Action

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

709

ERROR: Fget failed: fml_error

Description

An Fget() or Fget32() call failed while attempting to retrieve a field from an FML or FML32 buffer due to fml_error.

Action

Ensure that fields that SCA expects to be in FML or FML32 buffers are populated by Tuxedo processes that interact with SCA.

See Also

Fget(3)

710

ERROR: ATMI Binding - only 1 parameter should be used for a VIEW32, VIEW, X_COMMON, or X_CTYPE buffer

Description

While attempting to populate a Tuxedo VIEW32, VIEW, X_COMMON, or X_CTYPE buffer, the SCA runtime found that the corresponding SCA signature list contained more than one parameter.

Action

The SCA signature list corresponding to a VIEW32, VIEW, X_COMMON, or X_CTYPE buffer must have only one parameter, which must be of type DataObjectPtr. Fix the SCA service definitions so that this is the case.

711

ERROR: ATMI Binding - parameter for a VIEW32, VIEW, X_COMMON, or X_CTYPE buffer must be of type DataObjectPtr instead of badparmtype

Description

While attempting to populate a Tuxedo VIEW32, VIEW, X_COMMON, or X_CTYPE buffer, the SCA runtime found that the corresponding SCA signature list contained a parameter of type badparmtype instead of DataObjectPtr.

Action

The SCA signature list corresponding to a VIEW32, VIEW, X_COMMON, or X_CTYPE buffer must have one parameter, which must be of type DataObjectPtr instead of badparmtype. Fix the SCA service definitions so that this is the case.

712

ERROR: Fmbunpack32 of VIEW32 mbstring element failed with error fml32error

Description

The Fmbunpack32(3) API failed when converting a VIEW32 mbstring element.

Action

Refer to fml32error for details of the specific failure.

See Also

Fmbunpack32(3), Multibyte String Data Mapping in the Oracle SALT Programming Guide.

713

ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale

Description

The C++ library function setlocale() failed when setting the LC_CTYPE locale to locale and also failed when setting the LC_CTYPE locale to the alternate locale altlocale defined for this locale in the $TUXDIR/locale/setlocale_alias file.

Action

Ensure that the locale corresponding to locale in the $TUXDIR/locale/setlocale_alias file is one that is recognized by the operating system.

See Also

Multibyte String Data Mapping in the Oracle SALT Programming Guide.

714

ERROR: Cannot set LC_CTYPE locale to locale

Description

The C++ library function setlocale() failed when setting the LC_CTYPE locale to locale. There was no alias defined for this locale.

Action

Since the locale names used by Tuxedo internationalized character set support and operating system internationalized character set support sometimes differ, you may want to create an alias for locale in the $TUXDIR/locale/setlocale_alias file. This can be done by adding a line with locale followed by whitespace followed by an alternate name by which this locale is known in the operating system libraries.

See Also

Multibyte String Data Mapping in the Oracle SALT Programming Guide.

715

ERROR: Multibyte string to wide character conversion failed

Description

Multibyte string to wide character conversion failed.

Action

Ensure that the bytes in the multibyte string being converted represent valid characters in the current locale.

See Also

Multibyte String Data Mapping in the Oracle SALT Programming Guide.

718

ERROR: Cannot find view viewname

Description

While attempting to process structure data, the SCA runtime was unable to locate view viewname.

Action

Modify the ATMI binding SCA composite file so that the and parameters specify the location of 32-bit view viewname or the and parameters specify the location of 16-bit view viewname. (Alternatively, the VIEWDIR32 and VIEWFILES32 or VIEWDIR and VIEWFILES environment variables may be set.)

See Also

Oracle SALT Reference Guide, Oracle SALT Programming Guide

719

ERROR: Fvftos failed for view viewname error fml_error

Description

While attempting to convert an FML buffer to view viewname FML error fml_error occurred.

Action

Examine the fml_error for clues as to the cause of the error.

See Also

Oracle SALT Programming Guide

720

ERROR: Cannot convert from structure parameter to

Description

An attempt was made to convert a nested structure parameter to an FML field type otehr than FLD_FML32 or FLD_VIEW32.

Action

Fix the structure description file so the the FML field corresponding to a nested structure element is of a valid type.

See Also

Oracle SALT Programming Guide

721

ERROR: Cannot find view viewname

Description

While attempting to process structure data, the SCA runtime was unable to locate view viewname.

Action

Modify the ATMI binding SCA composite file so that the and parameters specify the location of 32-bit view viewname or the and parameters specify the location of 16-bit view viewname. (Alternatively, the VIEWDIR32 and VIEWFILES32 or VIEWDIR and VIEWFILES environment variables may be set.)

See Also

Oracle SALT Reference Guide, Oracle SALT Programming Guide

722

ERROR: Fvstof failed for view viewname error fml_error

Description

While attempting to convert an SCA view viewname to an FML buffer FML error fml_error occurred.

Action

Examine the fml_error for clues as to the cause of the error.

See Also

Oracle SALT Programming Guide

723

ERROR: Cannot find view viewname

Description

While attempting to process structure data, the SCA runtime was unable to locate view viewname.

Action

Modify the ATMI binding SCA composite file so that the and parameters specify the location of 32-bit view viewname or the and parameters specify the location of 16-bit view viewname. (Alternatively, the VIEWDIR32 and VIEWFILES32 or VIEWDIR and VIEWFILES environment variables may be set.)

See Also

Oracle SALT Reference Guide, Oracle SALT Programming Guide

724

ERROR: Memory allocation error [DESCRIPTIONA] A memory allocation error occurred while attempting to allocate space for an FML buffer.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and for the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory and/or swap space on the machine.

725

ERROR: Unsupported ReturnType typename

Description

Type typename is not supported by SALT SCA.

Action

Use only the types specified in the Oracle SALT Programming Guide for SCA services.

See Also

Oracle SALT Programming Guide

726

ERROR: Cannot find view viewname

Description

While attempting to process structure data, the SCA runtime was unable to locate view viewname.

Action

Modify the ATMI binding SCA composite file so that the and parameters specify the location of 32-bit view viewname or the and parameters specify the location of 16-bit view viewname. (Alternatively, the VIEWDIR32 and VIEWFILES32 or VIEWDIR and VIEWFILES environment variables may be set.)

See Also

Oracle SALT Reference Guide, Oracle SALT Programming Guide

727

ERROR: Conversion of struct structurename input parameter to FML32 failed with error fml_error

Description

An FML error occurred while attempting to convert an SCA structure to an FML32 buffer.

Action

Examine the fml_error for clues as to the cause of the error.

See Also

Oracle SALT Programming Guide

728

ERROR: Cannot find view viewname

Description

While attempting to process structure data, the SCA runtime was unable to locate view viewname.

Action

Modify the ATMI binding SCA composite file so that the and parameters specify the location of 32-bit view viewname or the and parameters specify the location of 16-bit view viewname. (Alternatively, the VIEWDIR32 and VIEWFILES32 or VIEWDIR and VIEWFILES environment variables may be set.)

See Also

Oracle SALT Reference Guide, Oracle SALT Programming Guide

729

ERROR: Conversion of struct structurename input parameter to FML failed with error fml_error

Description

An FML error occurred while attempting to convert an SCA structure to an FML buffer.

Action

Examine the fml_error for clues as to the cause of the error.

See Also

Oracle SALT Programming Guide

730

ERROR: Cannot find view viewname

Description

While attempting to process structure data, the SCA runtime was unable to locate view viewname.

Action

Modify the ATMI binding SCA composite file so that the and parameters specify the location of 32-bit view viewname or the and parameters specify the location of 16-bit view viewname. (Alternatively, the VIEWDIR32 and VIEWFILES32 or VIEWDIR and VIEWFILES environment variables may be set.)

See Also

Oracle SALT Reference Guide, Oracle SALT Programming Guide

731

ERROR: Cannot allocate buffer of type typename.

Description

The tpalloc() function failed while attempting to allocate an FML32 or FML buffer.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and for the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory and/or swap space on the machine.

732

ERROR: Fvftos32 failed for view viewname error fml_error

Description

While attempting to convert an FML32 buffer to view viewname FML error fml_error occurred.

Action

Examine the fml_error for clues as to the cause of the error.

See Also

Oracle SALT Programming Guide

733

ERROR: Fvftos failed for view viewname error fml_error

Description

While attempting to convert an FML buffer to view viewname FML error fml_error occurred.

Action

Examine the fml_error for clues as to the cause of the error.

See Also

Oracle SALT Programming Guide

734

ERROR: Cannot allocate buffer of type typename and subtype viewname

Description

An error occurred while trying to allocate a VIEW32, VIEW, X_COMMON, or X_C_TYPE buffer for view viewname

Action

Make sure that viewname is defined to the system. Modify the ATMI binding SCA composite file so that the and parameters specify the location of 32-bit view viewname or the and parameters specify the location of 16-bit view viewname. (Alternatively, the VIEWDIR32 and VIEWFILES32 or VIEWDIR and VIEWFILES environment variables may be set.)

See Also

Oracle SALT Reference Guide, Oracle SALT Programming Guide

735

ERROR: Failed to allocate FML32 buffer:

Description

An error occurred while attempting to allocate space for an FML buffer.

Action

Examine the fml_error for clues as to the cause of the error. Make sure the operating system parameters are set correctly for the amount of memory on the machine and for the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory and/or swap space on the machine.

736

ERROR: Fchg32() failed

Description

The SALT Webservices error encountered an error while changing a field in an FML buffer.

Action

Ensure that field tables are properly defined to the SCA application.

See Also

Oracle SALT Programming Guide

737

ERROR: Fchg32() failed

Description

The SALT Webservices error encountered an error while changing a field in an FML buffer.

Action

Ensure that field tables are properly defined to the SCA application.

See Also

Oracle SALT Programming Guide

738

ERROR: Failure to call the opname operation: tperror_string string1 string2

Description

A Ffind32() or Fnext32() error occurred in the Web Services binding.

Action

Ensure that field tables are properly defined to the SCA application.

See Also

Oracle SALT Programming Guide

739

ERROR: Cannot find view viewname

Description

While attempting to process structure data, the SCA runtime was unable to locate view viewname.

Action

Modify the ATMI binding SCA composite file so that the and parameters specify the location of 32-bit view viewname or the and parameters specify the location of 16-bit view viewname. (Alternatively, the VIEWDIR32 and VIEWFILES32 or VIEWDIR and VIEWFILES environment variables may be set.)

See Also

Oracle SALT Reference Guide, Oracle SALT Programming Guide

740

ERROR: Conversion of FML32 to struct structname input parameter failed to find return param parametername with error fml_error

Description

Retrieval of an FML32 field in the Web Services binding failed with error fml_error before the FML32 buffer could be converted to SCA structure structname.

Action

Examine the fml_error for clues as to the cause of the error. Modify the ATMI binding SCA composite file so that the and parameters specify the location of 32-bit view viewname or the and parameters specify the location of 16-bit view viewname. (Alternatively, the VIEWDIR32 and VIEWFILES32 or VIEWDIR and VIEWFILES environment variables may be set.)

See Also

Oracle SALT Reference Guide, Oracle SALT Programming Guide

741

ERROR: Conversion of FML32 to struct structname input parameter failed with error fml_error

Description

Conversion of an FML32 buffer to SCA structure structname in the Web Services binding failed with error fml_error

Action

Examine the fml_error for clues as to the cause of the error. Modify the ATMI binding SCA composite file so that the and parameters specify the location of 32-bit view viewname or the and parameters specify the location of 16-bit view viewname. (Alternatively, the VIEWDIR32 and VIEWFILES32 or VIEWDIR and VIEWFILES environment variables may be set.)

See Also

Oracle SALT Reference Guide, Oracle SALT Programming Guide

742

ERROR: RPC/Literal mode is not supported for service servicename

Description

RPC/Literal mode is not supported for servicename in the Web Services binding.

Action

Specify a supported service mode.

See Also

Oracle SALT Reference Guide, Oracle SALT Programming Guide

743

ERROR: LC_ALL, LC_CTYPE, or LANG must be set when using SCAHOST on Windows

Description

The LC_ALL, LC_CTYPE, or LANG environment variable must be set for proper Ruby operation on Windows.

Action

Set LC_ALL=C and reboot the SCAHOST server.

 

Skip footer navigation  Back to Top Previous