Archives
How to get the date part from the date time in SQL Server ?
If you are on SQL Server 2008 and higher version and want to get the date part of the datetime data in SQL Server , you can use the CONVERT method as shown in this post. How to get the date part from the date time in SQL Server ? If you want to get the current date leaving out the time from the datetime…
Stripe API Error – billing_invalid_mandate
In this post, you’ll learn more about the Error billing_invalid_mandate that is returned when working with the Stripe API Stripe API Error billing_invalid_mandate Stripe API Error Description The Subscription or Invoice attempted payment on a PaymentMethod without an active mandate. In order to create Subscription or Invoice payments with this PaymentMethod, it must be confirmed on-session with a PaymentIntent or SetupIntent first.
Win32 COM Error – TPM_E_PCP_NOT_SUPPORTED – 0x80290405
In this post, you’ll learn more about the Error TPM_E_PCP_NOT_SUPPORTED – 0x80290405 that is returned when working with the COM-based APIs in Win32 Win32 COM Error TPM_E_PCP_NOT_SUPPORTED – 0x80290405 Win32 COM Error Error Description The requested operation is not supported by this Platform Crypto Provider.
MariaDB Error 1701 – ER_TRUNCATE_ILLEGAL_FK
In this post, you’ll learn more about the MariaDB Error 1701 ER_TRUNCATE_ILLEGAL_FK with the details of the error message and why you receive this error Maria DB Error Description MariaDB Error 1701 – ER_TRUNCATE_ILLEGAL_FK with the sqlState 42000 Error Description for the MariaDB Error ER_TRUNCATE_ILLEGAL_FK Cannot truncate a table referenced in a foreign key constraint (%s)
How to fix the Oracle error CRS-05502: Invalid event template string?
In this post, you’ll learn more about the Oracle ErrorCRS-05502: Invalid event template string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description CRS-05502: Invalid event template string Reason for the Error CRS-05502: Invalid event template string Cause: The event template specified is invalid. How to fix the Error CRS-05502: Invalid event template string ?…
How to fix the Oracle error NZE-43001: pkcs11 token not found?
In this post, you’ll learn more about the Oracle ErrorNZE-43001: pkcs11 token not found with the details on why you receive this error and the possible solution to fix it. Oracle Error Description NZE-43001: pkcs11 token not found Reason for the Error NZE-43001: pkcs11 token not found The PKCS11 token could not be found. How to fix the Error NZE-43001: pkcs11 token not found ?…
How to fix the Oracle error ORA-37566: invalid log location?
In this post, you’ll learn more about the Oracle ErrorORA-37566: invalid log location with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-37566: invalid log location Reason for the Error ORA-37566: invalid log location The specified log location is in an invalid format. For file targets it must be of the form ‘directory_alias/filename’ How to…
C# Compiler Error – CS1018 keyword ‘this’ or ‘base’ expected
In this blog post, you’ll learn more about the C# Compiler Error – CS1018 and the related message description C# Compiler Error Code CS1018 C# Compiler Description for the Code :CS1018 Keyword ‘this’ or ‘base’ expected
C# Compiler Error – CS0621 ‘{0}’: virtual or abstract members canno
In this blog post, you’ll learn more about the C# Compiler Error – CS0621 and the related message description C# Compiler Error Code CS0621 C# Compiler Description for the Code :CS0621 ‘{0}’: virtual or abstract members cannot be private
SQL Server Error Code – 22803 change data capture has scanned the log
In this blog post, you’ll learn more about the SQL Server Error Code 22803 and the error message description that is shown SQL Server Error Code 22803 SQL Server Error Description for the Code :22803 Change Data Capture has scanned the log from LSN{%s} to LSN{%s}, %d transactions with %d commands have been extracted. To report on the progress of the operation, query the sys.dm_cdc_log_scan_sessions…
SQL Server Error Code – 20673 a value for the parameter @host_name was
In this blog post, you’ll learn more about the SQL Server Error Code 20673 and the error message description that is shown SQL Server Error Code 20673 SQL Server Error Description for the Code :20673 A value for the parameter @host_name was specified, but no articles in the publication use SUSER_SNAME() for parameterized filtering.
SQL Server Error Code – 14364 the tsx server is not currently enlisted
In this blog post, you’ll learn more about the SQL Server Error Code 14364 and the error message description that is shown SQL Server Error Code 14364 SQL Server Error Description for the Code :14364 The TSX server is not currently enlisted
SQL Server Error Code – 13166 conversation group
In this blog post, you’ll learn more about the SQL Server Error Code 13166 and the error message description that is shown SQL Server Error Code 13166 SQL Server Error Description for the Code :13166 conversation group
SQL Server Error Code – 1963 cannot create %s_msg on view ?%.*ls?. th
In this blog post, you’ll learn more about the SQL Server Error Code 1963 and the error message description that is shown SQL Server Error Code 1963 SQL Server Error Description for the Code :1963 Cannot create %S_MSG on view ?%.*ls?. The view contains a convert that is imprecise or non-deterministic.
SQL Server Error Code – 917 an upgrade script batch failed to execut
In this blog post, you’ll learn more about the SQL Server Error Code 917 and the error message description that is shown SQL Server Error Code 917 SQL Server Error Description for the Code :917 An upgrade script batch failed to execute for database ?%.*ls? due to compilation error. Check the previous error message for the line which caused compilation to fail.
InterSystems IRIS TSQL Code 8127 Column name ‘%.*ls.%.*ls’ is invalid in
In this post, you’ll learn about the SQL error code 8127 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 8127 Reason for the Error code 8127 in InterSystems IRIS DBMS Column name ‘%.*ls.%.*ls’ is invalid in the ORDER BY clause because it is not contained in either an aggregate function…
InterSystems IRIS TSQL Code 4921 ALTER TABLE failed because trigger ‘%.*l
In this post, you’ll learn about the SQL error code 4921 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 4921 Reason for the Error code 4921 in InterSystems IRIS DBMS ALTER TABLE failed because trigger ‘%.*ls’ does not belong to table ‘%.*ls’.