Windows Server Articles

Found 6 articles

Local procedure calls in Windows

Arnab Chakraborty
Arnab Chakraborty
Updated on 17-Mar-2026 2K+ Views

The Local Procedure Call (LPC) facility in Windows is a message-passing mechanism designed for communication between two processes on the same machine. LPC is optimized specifically for Windows and serves as an efficient alternative to standard Remote Procedure Call (RPC) mechanisms. Windows uses port objects to establish and maintain connections between processes, similar to the Mach operating system. Types of Ports Windows employs two types of ports for LPC communication: Connection ports − Used for establishing initial connections between client and server processes Communication ports − Used for actual message exchange after the connection is established ...

Read More

How to set up and use a proxy server?

sudhir sharma
sudhir sharma
Updated on 16-Mar-2026 836 Views

In today's digital landscape, internet privacy and security have become paramount concerns. A proxy server serves as an intermediary between your device and the internet, providing enhanced security, privacy, and access to restricted content. When you make a web request, it first goes through the proxy server, which then forwards it to the destination website. The response follows the same path back to your device. This process masks your real IP address and provides several security and functional benefits. How Proxy Server Works ...

Read More

Difference Between Microsoft Exchange 2010 Enterprise and Standard

Md. Sajid
Md. Sajid
Updated on 10-Aug-2023 360 Views

Microsoft Exchange Server 2010 is a platform for email and collaboration that is available in two editions: Enterprise and Standard. Both editions offer email, calendaring, contacts, and other collaboration functions, but their capabilities and scalability differ. Read this article to find out more about Microsoft Exchange Server 2010 and PSP 3000 and how they are different from each other. What is Microsoft Exchange Server 2010? Microsoft Exchange Server 2010 Enterprise is an advanced email and collaboration platform that is designed to provide a strong and scalable solution for larger organizations with complicated messaging needs. It has an extensive ...

Read More

How to Install and Configure MySQL on a Windows Server?

Satish Kumar
Satish Kumar
Updated on 12-May-2023 723 Views

MySQL is a popular open-source database management system that is widely used by businesses, organizations, and developers. It is known for its reliability, scalability, and ease of use. If you are running a Windows Server, you may want to install and configure MySQL to store and manage your data efficiently. In this article, we will guide you through process of installing and configuring MySQL on a Windows Server. Step 1: Download MySQL Installer The first step in installing MySQL on a Windows Server is to download MySQL Installer from official MySQL website. installer is a graphical tool that makes it ...

Read More

Installing SAP Sybase client on Windows server 2012 R2

John SAP
John SAP
Updated on 17-Feb-2020 773 Views

Try checking installer file again. I would recommend that you download it from SAP Market Place. Navigate to below path for getting installer file:https://support.sap.com/swdc → Installation and Upgrades → A-Z list → search for SAP ADAPTIVE SERVER ENTERPRISE → SYBASE ASE 15.7 → Installation → Microsoft Windows → 51044415.zipAlso note that you need to have following before you proceed with installation:Microsoft Visual C++ 2010 Redistributable Package (x64)Microsoft Visual C++ 2005 Redistributable Package (x86)Microsoft Visual C++ 2005 Redistributable Package (x64)Check out this SAP thread:SAP thread

Read More

How to detect encoding and mixed line endings (Windows and Unix) in SAP?

seetha
seetha
Updated on 12-Dec-2019 383 Views

You can make use of CL_ABAP_FILE_UTILITIES => CHECK_FOR_BOM to define file encoding type and use constantly of class CL_ABAP_CHAR_UTILITIES to process the files.ClassCL_ABAP_CHAR_UTILITIESShort DescriptionUtilities for Processing Characters

Read More
Showing 1–6 of 6 articles
« Prev 1 Next »
Advertisements