System Messages: LIBSCA Catalog 600-699
|
![]() |
![]() |
600 |
ERROR: Object not found | |
|
Description |
An SDO runtime exception occurred in the getSDOValue message |
Action |
This exception will be enclosed within an SCA exception giving further information on the location of the error. | |
601 |
ERROR: Get value not available on many valued property: propertyname | |
|
Description |
An SDO runtime exception occurred due to an attempt to retrieve the value of multi-valued property propertyname using a method that is valid only for single valued properties. |
Action |
This exception will be enclosed within an SCA exception giving further information on the location of the error. | |
602 |
ERROR: ATMI Binding - workStationParameters/encryptBits minimum encryption strength contains bad character | |
|
Description |
The workStationParmeters/encryptBits parameter must be of the form minbits/maxbits, where minbits and maxbits consist of only the digits 0 through 9. A character other than a digit was found among the characters before the slash. |
Action |
Fix the workStationParameters/encryptBits parameter to match the required syntax. | |
603 |
ERROR: ATMI Binding - workStationParameters/encryptBits maximum encryption strength contains bad character | |
|
Description |
The workStationParmeters/encryptBits parameter must be of the form minbits/maxbits, where minbits and maxbits consist of only the digits 0 through 9. A character other than a digit was found among the characters after the slash. |
Action |
Fix the workStationParameters/encryptBits parameter to match the required syntax. | |
604 |
ERROR: ATMI Binding - workStationParameters/encryptBits minimum encryption strength string too long | |
|
Description |
The workStationParmeters/encryptBits parameter must be of the form minbits/maxbits, where minbits and maxbits consist of only the digits 0 through 9. More than 3 digits were found before the slash, and this value is greater than any encryption strength supported by Tuxedo. |
Action |
Fix the workStationParameters/encryptBits parameter to match the required syntax. | |
605 |
ERROR: ATMI Binding - workStationParameters/encryptBits maximum encryption strength string too long | |
|
Description |
The workStationParmeters/encryptBits parameter must be of the form minbits/maxbits, where minbits and maxbits consist of only the digits 0 through 9. More than 3 digits were found after the slash, and this value is greater than any encryption strength supported by Tuxedo. |
Action |
Fix the workStationParameters/encryptBits parameter to match the required syntax. | |
606 |
ERROR: ATMI Binding - workStationParameters/encryptBits unsupported minimum encryption strength value minbits | |
|
Description |
The workStationParmeters/encryptBits parameter must be of the form minbits/maxbits, where minbits and maxbits must be 0, 40, 56, 128, or 256. An invalid value was specified for minbits. |
Action |
Specify a value of 0, 40, 56, 128, or 256 for minbits. | |
607 |
ERROR: ATMI Binding - workStationParameters/encryptBits unsupported maximum encryption strength value maxbits | |
|
Description |
The workStationParmeters/encryptBits parameter must be of the form minbits/maxbits, where minbits and maxbits must be 0, 40, 56, 128, or 256. An invalid value was specified for maxbits. |
Action |
Specify a value of 0, 40, 56, 128, or 256 for maxbits. | |
608 |
ERROR: ATMI Binding - workStationParameters/encryptBits minimum encryption strength is stronger than maximum strength (minbits/maxbits) | |
|
Description |
The workStationParmeters/encryptBits parameter must be of the form minbits/maxbits, where minbits must be less than or equal to maxbits. However, the value specified for minbits was greater than the value specified for maxbits. |
Action |
Fix the encryptBits parameter so that minbits is less than or equal to maxbits. | |
609 |
ERROR: Tuxedo service returned VIEW32 data but SCA return type typename is not DataObjectPtr | |
|
Description |
A Tuxedo service invoked by SCA returned a VIEW32 buffer, but the datatype of the SCA signature for the service was typename instead of DataObjectPtr. |
Action |
Fix the SCA service definitions so that the return signature for this service is DataObjectPtr. (Alternatively, change the return type of the Tuxedo service to match the current SCA signature.) | |
610 |
ERROR: Tuxedo service returned VIEW, X_COMMON, or X_C_TYPE data but SCA return type typename is not DataObjectPtr | |
|
Description |
A Tuxedo service invoked by SCA returned a VIEW, X_COMMON, or X_CTYPE buffer, but the datatype of the SCA signature for the service was typename instead of DataObjectPtr. |
Action |
Fix the SCA service definitions so that the return signature for this service is DataObjectPtr. (Alternatively, change the return type of the Tuxedo service to match the current SCA signature.) | |
611 |
ERROR: Cannot determine Tuxedo buffer type of input buffer for SCA method methodname | |
|
Description |
The ATMI function |
Action |
Contact Oracle Technical Support. | |
See Also |
| |
612 |
ERROR: Tuxedo input buffer type typename not valid for SCA method methodname | |
|
Description |
The Tuxedo buffer buffer of type typename that was to be sent to SCA methiod methodname is not of a valid type for that method. |
Action |
Check the SCA signatures for method methodname to determine the valid ATMI buffer type(s) for that method and fix the discrepancy. | |
613 |
ERROR: SCA service invocation error occurred | |
|
Description |
A service invocation within an SCA server has failed. As a result, this service invocation will pass the TPFAIL flag to |
Action |
Refer to previous messages in the userlog to determine the specific cause of the error. | |
614 |
ERROR: SCA service invocation error occurred | |
|
Description |
A service invocation within an SCA server has failed. As a result, this service invocation will pass the TPFAIL flag to |
Action |
Refer to previous messages in the userlog to determine the specific cause of the error. | |
615 |
ERROR: Fchg failed for field fieldname error fmlerror | |
|
Description |
The |
Action |
If fmlerror is FNOSPACE, 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. Otherwise, contact Oracle Technical Support. | |
See Also |
| |
616 |
ERROR: Fchg failed for field fieldname error fmlerror | |
|
Description |
The |
Action |
If fmlerror is FNOSPACE, 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. Otherwise, contact Oracle Technical Support. | |
See Also |
| |
617 |
ERROR: ATMI Binding - security principal password returned by callback too long | |
|
Description |
The cleartext password returned by the function set by the |
Action |
Fix the password callback function so that it returns a password within the allowable length. | |
See Also |
| |
618 |
ERROR: Cannot determine buffer type of return buffer from Tuxedo service svcname for SCA method methodname | |
|
Description |
When invoking Tuxedo service svcname as part of SCA method methodname, the |
Action |
Contact Oracle Technical Support. | |
See Also |
| |
619 |
ERROR: Buffer type buftype returned from Tuxedo service svcname not valid for SCA method methodname | |
|
Description |
When invoking Tuxedo service svcname as part of SCA method methodname, the buffer type buftype returned by Tuxedo did not match one of the allowable types for the SCA signature. |
Action |
Fix the signature of the SCA service to recognize the type returned by Tuxedo. Alternatively, fix the type returned the Tuxedo service to match the SCA signature. | |
620 |
ERROR: Buffer type buftype returned on TPFAIL from Tuxedo service svcname not valid for SCA method methodname and configured buffer type errbuftype. Ignoring this buffer. | |
|
Description |
When invoking Tuxedo service svcname as part of SCA method methodname, buffer type errbuftype returned on a service error, but this type does not match the configured error buffer type for the service. |
Action |
Fix the error buffer type defined for the SCA service to match the type returned by Tuxedo. Alternatively, fix the type returned by the Tuxedo service on error to match the configured type in SCA. | |
621 |
ERROR: Field fldname of type FLD_STRING has signature sig instead of expected signature string, char*, or char[] | |
|
Description |
A Tuxedo client invoked an SCA service with field fldname but the corresponding SCA signature sig did not match one of the allowable signatures for FLD_STRING. |
Action |
Fix the incorrect SCA signature. | |
622 |
ERROR: Field fldname of type FLD_CARRAY has signature sig/var> instead of expected signature struct carray_t* | |
|
Description |
A Tuxedo client invoked an SCA service with field fldname but the corresponding SCA signature sig did not match the allowable signature for FLD_CARRAY. |
Action |
Fix the incorrect SCA signature. | |
623 |
ERROR: Field fldname of type FLD_CHAR has signature sig instead of expected signature char or bool | |
|
Description |
A Tuxedo client invoked an SCA service with field fldname but the corresponding SCA signature sig did not match one of the allowable signatures for FLD_CHAR. |
Action |
Fix the incorrect SCA signature. | |
624 |
ERROR: Field fldname of type FLD_MBSTRING has signature sig instead of expected signature std::wstring, wchar_t*, or wchar_t[] | |
|
Description |
A Tuxedo client invoked an SCA service with field fldname but the corresponding SCA signature sig did not match one of the allowable signatures for FLD_MBSTRING. |
Action |
Fix the incorrect SCA signature. | |
625 |
ERROR: Value longval of field TUX_RTNLONG is outside the range of SCA return parameter of type int | |
|
Description |
A Tuxedo service returned a long integer value in field TUX_RTNLONG which could not fit in the corresponding SCA parameter of type int. |
Action |
Use | |
626 |
ERROR: Value unsignedlongval of field TUX_RTNLONG is outside the range of SCA return parameter of type unsigned int | |
|
Description |
A Tuxedo service returned a long integer value in field TUX_RTNLONG which, when considered as an unsigned long, could not fit in the corresponding SCA parameter of type unsigned int. |
Action |
Use | |
627 |
ERROR: SCA interface return data type typename is not allowed | |
|
Description |
An SCA interface returned a value of a type typename that is not allowed in SALT. |
Action |
Fix the return type of the SCA service. | |
628 |
ERROR: Output buffer type outtype incompatible with return signature rtnsig | |
|
Description |
The output buffer of type outtype received from Tuxedo is incompatbile with the SCA return buffer signature rtnsig. |
Action |
Fix the SCA return buffer signature or the return type of the Tuxedo service so that they are compatible. | |
629 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
630 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
631 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
632 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
633 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
634 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
635 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
636 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
637 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
638 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
639 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
640 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
641 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
642 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
643 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
644 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
645 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
646 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
647 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
648 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
649 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
650 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
651 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
652 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
653 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
654 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
655 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
656 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
657 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
658 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
659 |
ERROR: Cannot set LC_CTYPE locale to locale or to its alternate altlocale | |
|
Description |
The C++ library function |
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. | |
660 |
ERROR: Cannot set LC_CTYPE locale to locale | |
|
Description |
The C++ library function |
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. | |
661 |
ERROR: Wide character to multibyte string conversion failed | |
|
Description |
Wide character to multibyte string conversion using the |
Action |
Ensure that the wide character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
662 |
ERROR: Wide character to multibyte string conversion failed | |
|
Description |
Wide character to multibyte string conversion using the |
Action |
Ensure that the wide character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
663 |
ERROR: Wide character to multibyte string conversion failed | |
|
Description |
Wide character to multibyte string conversion using the |
Action |
Ensure that the wide character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
664 |
ERROR: Wide character to multibyte string conversion failed | |
|
Description |
Wide character to multibyte string conversion using the |
Action |
Ensure that the wide character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
665 |
ERROR: Wide character to multibyte string conversion failed | |
|
Description |
Wide character to multibyte string conversion using the |
Action |
Ensure that the wide character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
666 |
ERROR: Wide character to multibyte string conversion failed | |
|
Description |
Wide character to multibyte string conversion using the |
Action |
Ensure that the wide character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
667 |
ERROR: Wide character to multibyte string conversion failed | |
|
Description |
Wide character to multibyte string conversion using the |
Action |
Ensure that the wide character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
668 |
ERROR: Wide character to multibyte string conversion failed | |
|
Description |
Wide character to multibyte string conversion using the |
Action |
Ensure that the wide character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
669 |
ERROR: Multibyte string to wide character conversion failed | |
|
Description |
Multibyte string to wide character conversion using the |
Action |
Ensure that the multibyte character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
670 |
ERROR: Multibyte string to wide character conversion failed | |
|
Description |
Multibyte string to wide character conversion using the |
Action |
Ensure that the multibyte character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
671 |
ERROR: Multibyte string to wide character conversion failed | |
|
Description |
Multibyte string to wide character conversion using the |
Action |
Ensure that the multibyte character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
672 |
ERROR: Multibyte string to wide character conversion failed | |
|
Description |
Multibyte string to wide character conversion using the |
Action |
Ensure that the multibyte character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
673 |
ERROR: Multibyte string to wide character conversion failed | |
|
Description |
Multibyte string to wide character conversion using the |
Action |
Ensure that the multibyte character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
674 |
ERROR: Multibyte string to wide character conversion failed | |
|
Description |
Multibyte string to wide character conversion using the |
Action |
Ensure that the multibyte character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
675 |
ERROR: Multibyte string to wide character conversion failed | |
|
Description |
Multibyte string to wide character conversion using the |
Action |
Ensure that the multibyte character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
676 |
ERROR: Multibyte string to wide character conversion failed | |
|
Description |
Multibyte string to wide character conversion using the |
Action |
Ensure that the multibyte character data used consists of only valid characters for the current locale. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
677 |
ERROR: Cannot convert from Operation::WCHARS parameter to type | |
|
Description |
An attempt to convert an operation parameter declared |
Action |
Check that the field table settings and operation method declaration are compatible. | |
See Also |
Oracle SALT Programming Guide | |
678 |
ERROR: Cannot convert from Operation::WSTRING parameter to type | |
|
Description |
An attempt to convert an operation parameter declared |
Action |
Check that the field table settings and operation method declaration are compatible. | |
See Also |
Oracle SALT Programming Guide | |
679 |
ERROR: Memory allocation error | |
|
Description |
An attempt dynamically to allocate memory from the operating system using |
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. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
680 |
ERROR: Memory allocation error | |
|
Description |
An attempt dynamically to allocate memory from the operating system using |
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. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
681 |
ERROR: Fmbpack32 of FLD_MBSTRING buffer failed with error fmlerror | |
|
Description |
An attempt to pack multibyte string data using the |
Action |
Examine fmlerror to determine the specific action to take. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
682 |
ERROR: Fmbpack32 of FLD_MBSTRING buffer failed with error fmlerror | |
|
Description |
An attempt to pack multibyte string data using the |
Action |
Examine fmlerror to determine the specific action to take. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
683 |
ERROR: Fmbpack32 of FLD_MBSTRING field fldname failed with error fmlerror | |
|
Description |
An attempt to pack multibyte string data into field fldname using the |
Action |
Examine fmlerror to determine the specific action to take. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
684 |
ERROR: Fmbpack32 of FLD_MBSTRING field fldname failed with error fmlerror | |
|
Description |
An attempt to pack multibyte string data into field fldname using the |
Action |
Examine fmlerror to determine the specific action to take. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
685 |
ERROR: Fmbpack32 of FLD_MBSTRING buffer failed with error fmlerror | |
|
Description |
An attempt to pack multibyte string data using the |
Action |
Examine fmlerror to determine the specific action to take. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
686 |
ERROR: Fmbpack32 of FLD_MBSTRING buffer failed with error fmlerror | |
|
Description |
An attempt to pack multibyte string data using the |
Action |
Examine fmlerror to determine the specific action to take. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
687 |
ERROR: Fmbunpack32 of FLD_MBSTRING field failed with error fmlerror | |
|
Description |
An attempt to unpack multibyte string data using the |
Action |
Examine fmlerror to determine the specific action to take. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
688 |
ERROR: Fmbunpack32 of FLD_MBSTRING field failed with error fmlerror | |
|
Description |
An attempt to unpack multibyte string data using the |
Action |
Examine fmlerror to determine the specific action to take. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
689 |
ERROR: Fmbunpack32 of FLD_MBSTRING field failed with error fmlerror | |
|
Description |
An attempt to unpack multibyte string data using the |
Action |
Examine fmlerror to determine the specific action to take. | |
See Also |
Multibyte String Data Mapping in the Oracle SALT Programming Guide. | |
690 |
ERROR: ATMI Binding - buftype output buffer not supported in this release | |
|
Description |
Output buffer type buftype is not supported in this release of SALT SCA. |
Action |
Change the SCA and/or Tuxedo code to use a supported buffer type as documented in the Oracle SALT Programming Guide. | |
See Also |
Oracle SALT Programming Guide | |
691 |
ERROR: Empty input data | |
|
Description |
Empty FLD_MBSTRING input data was found for the SALT SCA Web Services binding. |
Action |
Do not use empty FLD_MBSTRING data in the SALT SCA Web Services binding. | |
692 |
Types mismatch for field fldname | |
|
Description |
A type other than SCA Type::BytesType was found corresponding to FLD_CARRAY field fldname. |
Action |
Fix the SCA service signature so it is compatible with the Tuxedo service data. | |
693 |
Types mismatch for field fldname | |
|
Description |
A type other than SCA Type::IntegerType or Type::StringType was found corresponding to FLD_STRING field fldname. |
Action |
Fix the SCA service signature so it is compatible with the Tuxedo service data. | |
694 |
Types mismatch for field fldname | |
|
Description |
A type other than SCA Type::LongType, Type::IntegerType, or Type::StringType was found corresponding to FLD_LONG field fldname. |
Action |
Fix the SCA service signature so it is compatible with the Tuxedo service data. | |
695 |
Types mismatch for field fldname | |
|
Description |
A type other than SCA Type::ShortType was found corresponding to FLD_SHORT field fldname. |
Action |
Fix the SCA service signature so it is compatible with the Tuxedo service data. | |
696 |
Types mismatch for field fldname | |
|
Description |
A type other than SCA Type::ByteType or Type::BooleanType was found corresponding to FLD_CHAR field fldname. |
Action |
Fix the SCA service signature so it is compatible with the Tuxedo service data. | |
697 |
Types mismatch for field fldname | |
|
Description |
A type other than SCA Type::DoubleType was found corresponding to FLD_DOUBLE field fldname. |
Action |
Fix the SCA service signature so it is compatible with the Tuxedo service data. | |
698 |
Types mismatch for field fldname | |
|
Description |
A type other than SCA Type::FloatType was found corresponding to FLD_FLOAT field fldname. |
Action |
Fix the SCA service signature so it is compatible with the Tuxedo service data. | |
699 |
Types mismatch for field fldname | |
|
Description |
A type other than SCA Type::StringType was found corresponding to FLD_MBSTRING field fldname. |
Action |
Fix the SCA service signature so it is compatible with the Tuxedo service data. |
![]() |
![]() |
![]() |