Blog

SQL Server Error Code – 3928 the marked transaction ?%.*ls? failed. a

In this blog post, you’ll learn more about the SQL Server Error Code 3928 and the error message description that is shown SQL Server Error Code 3928 SQL Server Error Description for the Code :3928 The marked transaction ?%.*ls? failed. A timeout occurred while attempting to place a mark in the log by committing the marked transaction. This can be caused by contention with Microsoft…

InterSystems IRIS General Error Code – 7151

In this post, you’ll learn about the General error code 7151 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 7151 Reason for the Error code 7151 in InterSystems IRIS DBMS Error in telnet handshake; state=%1,current byte=%2

Windows System Error Code 13848 – ERROR_IPSEC_IKE_PEER_CRL_FAILED (0x3618)]

In this post, you’ll learn about the Windows System Error ERROR_IPSEC_IKE_PEER_CRL_FAILED (0x3618)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 13848 ERROR_IPSEC_IKE_PEER_CRL_FAILED (0x3618)] Why do you receive the System Error Error Code 13848 ERROR_IPSEC_IKE_PEER_CRL_FAILED (0x3618)] in Windows? Certification Revocation check of peer’s certificate failed

Strings in Python

This tutorial will teach you how to use the Python string and its fundamental operations. A character string is a collection of characters. Anything inside quotations is a string in Python. You have the option of using single or double quotations. For instance: If a string contains a single quotation, it should be enclosed in double quotes, as shown below: You can also use single…

How to Get Auto Incrementing Version Number in Visual Studio 2013 ?

If you are a user looking for a simple trick to auto incrementing version number in Visual Studio 2013 , here we go. How to Get Auto Incrementing Version Number in Visual Studio 2013 ? The AssemblyInfo class does the trick for you . Just include the asterik (*) to the end of the AssemblyVersion attribute in the AssemblyInfo class and you are done ….