Archives

Win32 COM Error – ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED – 0xC0262301

In this post, you’ll learn more about the Error ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED – 0xC0262301 that is returned when working with the COM-based APIs in Win32 Win32 COM Error ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED – 0xC0262301 Win32 COM Error Error Description Specified VidPN topology is valid but is not supported by this model of the display adapter.

IBM Sterling B2B Integrator SWIFT Error Code – T86 Translation Report Error Number 989

In this post, you’ll learn more about the SWIFT Error T86 with the translation error report number 989that is returned when working with the IBM Sterling B2B Integrator IBM Sterling B2B Integrator SWIFT Error Code T86 Stripe API Error Description Code word error. This check applies to: Field 23G, subfield 1, in MTs 307, 321, 380, 381, 500-510, 513-515, 517-519, 524, 527-529, 530, 535-538, 540-549,…

Java – How to create BigDecimal from string value ?

Problem Statement You want to create a BigDecimal value from a string type in Java. Solution Use the BigDecimal class and pass the string value in the constructor to create the BigDecimal value as shown below. The output of the above program is Abundantcode.com Java Tutorials 198654586.297292792

Delphi – E2002 File type not allowed here

File types are not permitted as value arguments or as the file type’s base type. They can’t be used as function return types, and you can’t assign them; nevertheless, those mistakes will result in a different error message. The issue is that T is a value argument of type Text, which is a file type in this case. Remember that whatever you write to a…

How to fix the Oracle error ORA-14119: specified partition bound is too long?

In this post, you’ll learn more about the Oracle ErrorORA-14119: specified partition bound is too long with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-14119: specified partition bound is too long Reason for the Error ORA-14119: specified partition bound is too long Length of a linear key representation of a high bound of a…