Archives

IBM Sterling B2B Integrator SWIFT Error Code – E02 Translation Report Error Number 1227

In this post, you’ll learn more about the SWIFT Error E02 with the translation error report number 1227that is returned when working with the IBM Sterling B2B Integrator IBM Sterling B2B Integrator SWIFT Error Code E02 Stripe API Error Description MT 103_not_STP, 103_STP: If field 23B contains SSTD or SPAY, field 23E must not be used. MT 564: In sequence A, if field :23G:REPE is…

How to Use the Null Coalescing Operator (??) in C# ?

There are times when you simply want to check if the value is null and perform some steps based on the condition . The Null Coalescing Operator (??) can help you achieve this. How to Use the Null Coalescing Operator (??) in C# ? Below is a sample code that uses Null Coalescing Operator (??) in C# to find if the vaklue is null ….

Windows System Error Code 8350 – ERROR_DS_NAME_UNPARSEABLE (0x209E)]

In this post, you’ll learn about the Windows System Error ERROR_DS_NAME_UNPARSEABLE (0x209E)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 8350 ERROR_DS_NAME_UNPARSEABLE (0x209E)] Why do you receive the System Error Error Code 8350 ERROR_DS_NAME_UNPARSEABLE (0x209E)] in Windows? The directory service encountered an error parsing a name.

SQL Server Error Code – 8671 the attempt to maintain the indexed view

In this blog post, you’ll learn more about the SQL Server Error Code 8671 and the error message description that is shown SQL Server Error Code 8671 SQL Server Error Description for the Code :8671 The attempt to maintain the indexed view “%.*ls” failed because of the ignore_dup_key option on index “%.*ls”. Drop the index or re-create it without the ignore_dup_key index option.